@charset "UTF-8";
@use "sass:math";
/* line 1, app/assets/stylesheets/theme/components/_css-variables.scss */
:root {
  --bs-success: #33AA2C;
  --bs-success-active: #33AA2C;
  --bs-success-hover: #2d942a;
  --bs-success-rgb: 51, 170, 44;
  --bs-warning: #FFC700;
  --bs-warning-active: #F1BC00;
  --bs-warning-light: #FFF8DD;
  --bs-warning-inverse: #FFFFFF;
  --bs-warning-rgb: 255, 199, 0;
  --bs-warning-active-rgb: 241, 188, 0;
  --bs-warning-light-rgb: 255, 248, 221;
  --bs-warning-inverse-rgb: 255, 255, 255;
}

/* line 5, app/assets/stylesheets/_custom.scss */
body,
html,
.page-wrapper,
.page-body,
p,
h1,
.h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
span:not([class*="path"]):not([class*="ki-"]),
div:not([class*="ki-"]),
td, th,
li,
button:not(.answers-list button):not([class*="btn-"]) {
  color: #00397F;
  font-family: var(--font-redhat);
  font-weight: 400;
}

/* line 21, app/assets/stylesheets/_custom.scss */
i {
  color: inherit !important;
}

/* line 25, app/assets/stylesheets/_custom.scss */
a:not(.btn):not(.nav-link):not([class*="text-"]):not([class*="primary"]):not([class*="btn-"]) {
  color: #00397F;
  font-family: var(--font-redhat);
  font-weight: 400;
}

/* line 32, app/assets/stylesheets/_custom.scss */
.form-control,
.form-label,
.card-body,
.table {
  color: #00397F;
  font-family: var(--font-redhat);
  font-weight: 400;
}

/* line 42, app/assets/stylesheets/_custom.scss */
.text-muted:not(.navbar-text) {
  color: #00397F;
  font-family: var(--font-redhat);
  font-weight: 400;
}

/* line 49, app/assets/stylesheets/_custom.scss */
.form-control {
  height: 3.5rem !important;
  padding: 1rem !important;
  background-color: #F7FBFF !important;
  font-size: 1rem !important;
  transition: all 0.3s ease !important;
  color: #00397F !important;
  font-family: var(--font-redhat);
}

/* line 58, app/assets/stylesheets/_custom.scss */
.form-control:focus {
  background-color: #ffffff !important;
  border-color: #00397F !important;
  box-shadow: 0 0 0 0.25rem rgba(0, 57, 127, 0.15) !important;
  outline: none !important;
}

/* line 65, app/assets/stylesheets/_custom.scss */
.form-control:not(:placeholder-shown) {
  background-color: #ffffff !important;
  border-color: #00397F !important;
}

/* line 71, app/assets/stylesheets/_custom.scss */
.form-control:-webkit-autofill, .form-control:-webkit-autofill:hover, .form-control:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #E8F1FF inset !important;
  -webkit-text-fill-color: #00397F !important;
  background-color: #E8F1FF !important;
  border-color: #00397F !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

/* line 83, app/assets/stylesheets/_custom.scss */
.form-select,
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  height: 3.5rem !important;
  padding: 1rem !important;
  background-color: #F7FBFF !important;
  font-size: 1rem !important;
  transition: all 0.3s ease !important;
  color: #00397F !important;
  font-family: var(--font-redhat);
  border: 1px solid #e4e6ef !important;
  border-radius: 0.475rem !important;
}

/* line 96, app/assets/stylesheets/_custom.scss */
.form-select:focus,
.select2-container .select2-selection--single:focus,
.select2-container .select2-selection--multiple:focus {
  background-color: #ffffff !important;
  border-color: #00397F !important;
  box-shadow: 0 0 0 0.25rem rgba(0, 57, 127, 0.15) !important;
  outline: none !important;
}

/* line 106, app/assets/stylesheets/_custom.scss */
.select2-container .select2-selection--single {
  display: flex !important;
  align-items: center !important;
}

/* line 110, app/assets/stylesheets/_custom.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 !important;
  line-height: 1.5 !important;
  color: #00397F !important;
  font-family: var(--font-redhat);
}

/* line 117, app/assets/stylesheets/_custom.scss */
.select2-container .select2-selection--single .select2-selection__placeholder {
  color: #6c757d !important;
}

/* line 121, app/assets/stylesheets/_custom.scss */
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
  right: 1rem !important;
  top: 0 !important;
}

/* line 126, app/assets/stylesheets/_custom.scss */
.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #00397F transparent transparent transparent !important;
  border-width: 6px 6px 0 6px !important;
}

/* line 133, app/assets/stylesheets/_custom.scss */
.select2-container .select2-selection--multiple {
  min-height: 3.5rem !important;
}

/* line 136, app/assets/stylesheets/_custom.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 0.5rem !important;
}

/* line 139, app/assets/stylesheets/_custom.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  background-color: #00397F !important;
  border: 1px solid #00397F !important;
  color: white !important;
  border-radius: 0.25rem !important;
  padding: 0.25rem 0.5rem !important;
  margin: 0.25rem !important;
}

/* line 147, app/assets/stylesheets/_custom.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  color: white !important;
  margin-right: 0.5rem !important;
}

/* line 151, app/assets/stylesheets/_custom.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  color: #ffcccc !important;
}

/* line 159, app/assets/stylesheets/_custom.scss */
.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 !important;
  margin: 0.25rem !important;
  min-height: 2rem !important;
  color: #00397F !important;
  font-family: var(--font-redhat);
}

/* line 170, app/assets/stylesheets/_custom.scss */
.select2-container.select2-container--focus .select2-selection--single,
.select2-container.select2-container--focus .select2-selection--multiple {
  background-color: #ffffff !important;
  border-color: #00397F !important;
  box-shadow: 0 0 0 0.25rem rgba(0, 57, 127, 0.15) !important;
}

/* line 180, app/assets/stylesheets/_custom.scss */
.select2-dropdown {
  border: 1px solid #00397F !important;
  border-radius: 0.475rem !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 57, 127, 0.15) !important;
}

/* line 186, app/assets/stylesheets/_custom.scss */
.select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.75rem 1rem !important;
  color: #00397F !important;
  font-family: var(--font-redhat);
}

/* line 191, app/assets/stylesheets/_custom.scss */
.select2-dropdown .select2-results__options .select2-results__option:hover, .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: #F7FBFF !important;
  color: #00397F !important;
}

/* line 197, app/assets/stylesheets/_custom.scss */
.select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected {
  background-color: #00397F !important;
  color: white !important;
}

/* line 205, app/assets/stylesheets/_custom.scss */
.select2-dropdown .select2-search .select2-search__field {
  padding: 0.75rem 1rem !important;
  background-color: #F7FBFF !important;
  border: 1px solid #e4e6ef !important;
  color: #00397F !important;
  font-family: var(--font-redhat);
}

/* line 212, app/assets/stylesheets/_custom.scss */
.select2-dropdown .select2-search .select2-search__field:focus {
  background-color: #ffffff !important;
  border-color: #00397F !important;
  outline: none !important;
}

/* line 222, app/assets/stylesheets/_custom.scss */
.form-label {
  font-weight: 500 !important;
  margin-bottom: 0.5rem !important;
  color: #00397F !important;
  font-family: var(--font-redhat);
}

/* line 231, app/assets/stylesheets/_custom.scss */
.bg-primary-light {
  background-color: #479AE2 !important;
}

/* line 232, app/assets/stylesheets/_custom.scss */
.text-primary-light {
  color: #479AE2 !important;
}

/* line 233, app/assets/stylesheets/_custom.scss */
.border-primary-light {
  border-color: #479AE2 !important;
}

/* line 234, app/assets/stylesheets/_custom.scss */
.btn-primary-light {
  background-color: #479AE2 !important;
  border-color: #479AE2 !important;
  color: white !important;
}

/* line 239, app/assets/stylesheets/_custom.scss */
.btn-primary-light:hover, .btn-primary-light:focus, .btn-primary-light:active {
  background-color: #3b8bd4 !important;
  border-color: #3b8bd4 !important;
  color: white !important;
}

/* line 246, app/assets/stylesheets/_custom.scss */
.btn-primary-light span {
  color: white !important;
}

/* line 250, app/assets/stylesheets/_custom.scss */
.badge-primary-light {
  background-color: #479AE2 !important;
  color: white !important;
}

/* line 254, app/assets/stylesheets/_custom.scss */
.alert-primary-light {
  background-color: rgba(71, 154, 226, 0.1) !important;
  border-color: #479AE2 !important;
  color: #2c5aa0 !important;
}

/* line 261, app/assets/stylesheets/_custom.scss */
.bg-primary-dark {
  background-color: #00397F !important;
}

/* line 262, app/assets/stylesheets/_custom.scss */
.text-primary-dark {
  color: #00397F !important;
}

/* line 263, app/assets/stylesheets/_custom.scss */
.border-primary-dark {
  border-color: #00397F !important;
}

/* line 264, app/assets/stylesheets/_custom.scss */
.btn-primary-dark {
  background-color: #00397F !important;
  border-color: #00397F !important;
  color: white !important;
}

/* line 269, app/assets/stylesheets/_custom.scss */
.btn-primary-dark:hover, .btn-primary-dark:focus, .btn-primary-dark:active {
  background-color: #002a5c !important;
  border-color: #002a5c !important;
  color: white !important;
}

/* line 275, app/assets/stylesheets/_custom.scss */
.badge-primary-dark {
  background-color: #00397F !important;
  color: white !important;
}

/* line 279, app/assets/stylesheets/_custom.scss */
.alert-primary-dark {
  background-color: rgba(0, 57, 127, 0.1) !important;
  border-color: #00397F !important;
  color: #00397F !important;
}

/* line 286, app/assets/stylesheets/_custom.scss */
.fill-primary-light {
  fill: #479AE2 !important;
}

/* line 287, app/assets/stylesheets/_custom.scss */
.fill-primary-dark {
  fill: #00397F !important;
}

/* line 288, app/assets/stylesheets/_custom.scss */
.stroke-primary-light {
  stroke: #479AE2 !important;
}

/* line 289, app/assets/stylesheets/_custom.scss */
.stroke-primary-dark {
  stroke: #00397F !important;
}

/* line 292, app/assets/stylesheets/_custom.scss */
.hover-bg-primary-light:hover {
  background-color: #479AE2 !important;
}

/* line 293, app/assets/stylesheets/_custom.scss */
.hover-bg-primary-dark:hover {
  background-color: #00397F !important;
}

/* line 294, app/assets/stylesheets/_custom.scss */
.hover-text-primary-light:hover {
  color: #479AE2 !important;
}

/* line 295, app/assets/stylesheets/_custom.scss */
.hover-text-primary-dark:hover {
  color: #00397F !important;
}

/* line 298, app/assets/stylesheets/_custom.scss */
.text-primary {
  color: #00A3FF;
}

/* line 299, app/assets/stylesheets/_custom.scss */
.text-primary a, a.text-primary {
  color: #00A3FF;
}

/* line 300, app/assets/stylesheets/_custom.scss */
.text-primary:hover, a.text-primary:hover {
  color: #0087d9;
}

/* line 303, app/assets/stylesheets/_custom.scss */
.text-blue {
  color: #00A3FF;
}

/* line 304, app/assets/stylesheets/_custom.scss */
.bg-blue {
  background-color: #00A3FF;
}

/* line 305, app/assets/stylesheets/_custom.scss */
.border-blue {
  border-color: #00A3FF;
}

/* line 306, app/assets/stylesheets/_custom.scss */
.btn-blue {
  background-color: #00A3FF;
  border-color: #00A3FF;
  color: white;
}

/* line 311, app/assets/stylesheets/_custom.scss */
.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
  background-color: #0087d9;
  border-color: #0087d9;
  color: white;
}

/* line 319, app/assets/stylesheets/_custom.scss */
.btn-success {
  background-color: #33AA2C !important;
  border-color: #33AA2C !important;
}

/* line 323, app/assets/stylesheets/_custom.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  background-color: #2d942a !important;
  border-color: #2d942a !important;
}

/* line 331, app/assets/stylesheets/_custom.scss */
.btn-success:disabled, .btn-success.disabled {
  background-color: #33AA2C !important;
  border-color: #33AA2C !important;
  opacity: 0.65;
}

/* line 340, app/assets/stylesheets/_custom.scss */
.bg-success {
  background-color: #33AA2C !important;
}

/* line 344, app/assets/stylesheets/_custom.scss */
.text-success {
  color: #33AA2C !important;
}

/* line 348, app/assets/stylesheets/_custom.scss */
.border-success {
  border-color: #33AA2C !important;
}

/* line 353, app/assets/stylesheets/_custom.scss */
.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* line 358, app/assets/stylesheets/_custom.scss */
.page-wrapper .page-body-wrapper {
  display: flex;
  flex: 1;
  padding-top: 0px;
  position: relative;
}

/* line 365, app/assets/stylesheets/_custom.scss */
.page-wrapper .page-body {
  flex: 1;
  padding: 1.5rem;
  margin-left: 250px;
  transition: all 0.25s ease;
  min-height: calc(100vh - 70px);
}

@media (max-width: 991.98px) {
  /* line 365, app/assets/stylesheets/_custom.scss */
  .page-wrapper .page-body {
    margin-left: 0;
    padding: 1rem;
  }
}

/* line 380, app/assets/stylesheets/_custom.scss */
.navbar-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  height: 70px;
  padding: 0.5rem 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  background: linear-gradient(90deg, #00397f 0%, #0056b3 100%);
}

/* line 391, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-brand {
  padding: 0;
  margin: 0;
}

/* line 395, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-brand img {
  max-height: 40px;
  width: auto;
}

/* line 401, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-toggler {
  padding: 0.5rem 0.75rem !important;
  margin-right: 0.5rem !important;
  font-size: 1rem !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 0.25rem !important;
  transition: all 0.2s ease !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: transparent !important;
  width: 36px;
  height: 36px;
}

/* line 418, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-toggler i {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 1.1rem;
}

/* line 425, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-toggler:hover, .navbar-top .navbar-toggler:focus {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  outline: none !important;
  box-shadow: none !important;
}

/* line 434, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-toggler .navbar-toggler-icon {
  display: none !important;
}

/* line 438, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-toggler::before {
  content: '';
  position: absolute;
  width: 1.5em;
  height: 2px;
  background-color: currentColor;
  border-radius: 2px;
  box-shadow: 0 -0.5em 0 currentColor, 0 0.5em 0 currentColor;
}

/* line 448, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-toggler::after {
  content: '';
  position: absolute;
  width: 1.5em;
  height: 2px;
  background-color: currentColor;
  top: 0.5em;
}

/* line 458, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-toggler[aria-expanded="true"]::before, .navbar-top .navbar-toggler[aria-expanded="true"]::after {
  top: 0.5em;
  transform: rotate(45deg);
  box-shadow: none;
}

/* line 464, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-toggler[aria-expanded="true"]::after {
  transform: rotate(-90deg);
}

/* line 470, app/assets/stylesheets/_custom.scss */
.navbar-top .search-box {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 1rem;
}

/* line 476, app/assets/stylesheets/_custom.scss */
.navbar-top .search-box form {
  width: 100%;
}

/* line 480, app/assets/stylesheets/_custom.scss */
.navbar-top .search-box .input-group {
  width: 100%;
}

/* line 484, app/assets/stylesheets/_custom.scss */
.navbar-top .search-box .form-control {
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  height: 2.5rem;
  transition: all 0.3s ease;
}

/* line 493, app/assets/stylesheets/_custom.scss */
.navbar-top .search-box .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

/* line 497, app/assets/stylesheets/_custom.scss */
.navbar-top .search-box .form-control:focus {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: none;
  color: white;
}

/* line 505, app/assets/stylesheets/_custom.scss */
.navbar-top .search-box .btn-search {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0 1.5rem 1.5rem 0;
}

/* line 516, app/assets/stylesheets/_custom.scss */
.navbar-top .search-box .btn-search:hover, .navbar-top .search-box .btn-search:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

/* line 523, app/assets/stylesheets/_custom.scss */
.navbar-top .search-box .search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.6);
}

/* line 533, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-nav .nav-item {
  margin-left: 0.5rem;
}

/* line 536, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.8);
  padding: 0.5rem 0.75rem;
}

/* line 540, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
}

/* line 544, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-nav .nav-item .nav-link .avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
}

/* line 550, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-nav .nav-item .nav-link .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 558, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-nav .nav-item .dropdown {
  position: relative;
}

/* line 561, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-nav .nav-item .dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  transition: all 0.2s ease;
}

/* line 570, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-nav .nav-item .dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 581, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-nav .nav-item .dropdown .dropdown-toggle:hover, .navbar-top .navbar-nav .nav-item .dropdown .dropdown-toggle:focus {
  background-color: rgba(255, 255, 255, 0.1);
  outline: none;
}

/* line 586, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-nav .nav-item .dropdown .dropdown-toggle .user-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 0.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
}

/* line 599, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-nav .nav-item .dropdown .dropdown-toggle .user-info {
  text-align: left;
  margin-right: 0.5rem;
}

/* line 603, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-nav .nav-item .dropdown .dropdown-toggle .user-info .user-name {
  display: block;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.2;
}

/* line 610, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-nav .nav-item .dropdown .dropdown-toggle .user-info .user-role {
  display: block;
  font-size: 0.75rem;
  opacity: 0.8;
}

/* line 618, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-nav .nav-item .dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  z-index: 1000;
  display: none;
  min-width: 16rem;
  padding: 0.5rem 0;
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  color: #4a5568;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* line 638, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-nav .nav-item .dropdown .dropdown-menu.show {
  display: block;
  animation: fadeIn 0.2s ease-in-out;
}

/* line 643, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-header {
  display: block;
  padding: 0.5rem 1.25rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #718096;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
}

/* line 655, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 662, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.5rem 1.25rem;
  clear: both;
  font-weight: 400;
  color: #4a5568;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  transition: all 0.2s ease;
}

/* line 676, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item i {
  width: 1.25rem;
  margin-right: 0.75rem;
  text-align: center;
  color: #a0aec0;
}

/* line 683, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item:hover, .navbar-top .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item:focus {
  color: #1a202c;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 688, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item:hover i, .navbar-top .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item:focus i {
  color: #4a5568;
}

/* line 693, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item.active, .navbar-top .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item:active {
  color: #1e40af;
  text-decoration: none;
  background-color: #f1f5f9;
  font-weight: 500;
}

/* line 699, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item.active i, .navbar-top .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item:active i {
  color: #1e40af;
}

/* line 704, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item.text-danger {
  color: #e53e3e;
}

/* line 707, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item.text-danger i {
  color: #e53e3e;
}

/* line 711, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item.text-danger:hover, .navbar-top .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item.text-danger:focus {
  color: #c53030;
  background-color: #fff5f5;
}

/* line 715, app/assets/stylesheets/_custom.scss */
.navbar-top .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item.text-danger:hover i, .navbar-top .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item.text-danger:focus i {
  color: #c53030;
}

/* line 728, app/assets/stylesheets/_custom.scss */
.navbar-vertical {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100vh;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1040;
  overflow-y: auto;
  padding-top: 70px;
}

/* line 740, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-collapse {
  display: block !important;
  height: 100%;
}

@media (max-width: 991.98px) {
  /* line 728, app/assets/stylesheets/_custom.scss */
  .navbar-vertical {
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
  }
  /* line 749, app/assets/stylesheets/_custom.scss */
  .navbar-vertical.show {
    transform: translateX(0);
  }
}

@media print {
  /* line 728, app/assets/stylesheets/_custom.scss */
  .navbar-vertical {
    display: none !important;
  }
}

/* line 759, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem 1.5rem;
  margin: 0 0 1rem;
  border-bottom: 1px solid #e2e8f0;
}

/* line 767, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-brand img {
  max-height: 40px;
  width: auto;
}

/* line 773, app/assets/stylesheets/_custom.scss */
.navbar-vertical .nav {
  flex-direction: column;
  padding: 0 0.75rem;
}

/* line 777, app/assets/stylesheets/_custom.scss */
.navbar-vertical .nav .nav-section-title {
  padding: 1rem 1rem 0.5rem;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #718096;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* line 786, app/assets/stylesheets/_custom.scss */
.navbar-vertical .nav .nav-section-title:first-child {
  margin-top: 0;
  padding-top: 0;
}

/* line 792, app/assets/stylesheets/_custom.scss */
.navbar-vertical .nav .nav-item {
  margin-bottom: 0.25rem;
}

/* line 795, app/assets/stylesheets/_custom.scss */
.navbar-vertical .nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  padding: 0.625rem 1rem;
  color: #4a5568;
  border-radius: 0.375rem;
  font-weight: 500;
  transition: all 0.2s ease;
  position: relative;
}

/* line 805, app/assets/stylesheets/_custom.scss */
.navbar-vertical .nav .nav-item .nav-link i {
  width: 1.5rem;
  margin-right: 0.75rem;
  text-align: center;
  color: #718096;
  font-size: 1.125rem;
  transition: all 0.2s ease;
}

/* line 814, app/assets/stylesheets/_custom.scss */
.navbar-vertical .nav .nav-item .nav-link .badge {
  margin-left: auto;
  font-size: 0.625rem;
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  border-radius: 0.25rem;
}

/* line 822, app/assets/stylesheets/_custom.scss */
.navbar-vertical .nav .nav-item .nav-link .menu-arrow {
  margin-left: auto;
  transition: transform 0.2s ease;
  font-size: 0.75rem;
  color: #a0aec0;
}

/* line 829, app/assets/stylesheets/_custom.scss */
.navbar-vertical .nav .nav-item .nav-link:hover, .navbar-vertical .nav .nav-item .nav-link.active {
  background-color: #f1f5f9;
  color: #1e40af;
}

/* line 833, app/assets/stylesheets/_custom.scss */
.navbar-vertical .nav .nav-item .nav-link:hover i, .navbar-vertical .nav .nav-item .nav-link.active i {
  color: #1e40af;
}

/* line 837, app/assets/stylesheets/_custom.scss */
.navbar-vertical .nav .nav-item .nav-link:hover .menu-arrow, .navbar-vertical .nav .nav-item .nav-link.active .menu-arrow {
  color: #1e40af;
}

/* line 843, app/assets/stylesheets/_custom.scss */
.navbar-vertical .nav .nav-item .nav-link[aria-expanded="true"] .menu-arrow {
  transform: rotate(90deg);
}

/* line 847, app/assets/stylesheets/_custom.scss */
.navbar-vertical .nav .nav-item .nav-link[aria-expanded="true"] .collapse {
  margin-left: 0.5rem;
}

/* line 850, app/assets/stylesheets/_custom.scss */
.navbar-vertical .nav .nav-item .nav-link[aria-expanded="true"] .collapse .nav {
  padding: 0.25rem 0 0 0.75rem;
}

/* line 853, app/assets/stylesheets/_custom.scss */
.navbar-vertical .nav .nav-item .nav-link[aria-expanded="true"] .collapse .nav .nav-item {
  margin-bottom: 0.125rem;
}

/* line 856, app/assets/stylesheets/_custom.scss */
.navbar-vertical .nav .nav-item .nav-link[aria-expanded="true"] .collapse .nav .nav-item .nav-link {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #718096;
}

/* line 862, app/assets/stylesheets/_custom.scss */
.navbar-vertical .nav .nav-item .nav-link[aria-expanded="true"] .collapse .nav .nav-item .nav-link::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 0.75rem;
  background-color: #a0aec0;
  border-radius: 50%;
  opacity: 0.7;
}

/* line 873, app/assets/stylesheets/_custom.scss */
.navbar-vertical .nav .nav-item .nav-link[aria-expanded="true"] .collapse .nav .nav-item .nav-link:hover, .navbar-vertical .nav .nav-item .nav-link[aria-expanded="true"] .collapse .nav .nav-item .nav-link.active {
  background-color: transparent;
  color: #1e40af;
  font-weight: 500;
}

/* line 878, app/assets/stylesheets/_custom.scss */
.navbar-vertical .nav .nav-item .nav-link[aria-expanded="true"] .collapse .nav .nav-item .nav-link:hover::before, .navbar-vertical .nav .nav-item .nav-link[aria-expanded="true"] .collapse .nav .nav-item .nav-link.active::before {
  background-color: #1e40af;
}

/* line 891, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-vertical-footer {
  padding: 1rem 1.5rem;
  margin-top: auto;
  border-top: 1px solid #e2e8f0;
}

/* line 896, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-vertical-footer .btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #4a5568;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.375rem;
  transition: all 0.2s ease;
}

/* line 910, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-vertical-footer .btn i {
  margin-right: 0.5rem;
}

/* line 914, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-vertical-footer .btn:hover {
  background-color: #f1f5f9;
  color: #1e40af;
  border-color: #cbd5e0;
}

/* line 924, app/assets/stylesheets/_custom.scss */
.main {
  flex: 1;
  margin-left: 0;
  padding: 2rem;
  transition: margin 0.3s ease;
  padding-top: 0px;
  min-height: calc(100vh - 70px);
  background-color: #F4F6F8;
}

@media (min-width: 992px) {
  /* line 924, app/assets/stylesheets/_custom.scss */
  .main {
    margin-left: 250px;
    margin-left: 0px;
  }
}

/* line 938, app/assets/stylesheets/_custom.scss */
.main .page-header {
  margin-bottom: 2rem;
}

/* line 941, app/assets/stylesheets/_custom.scss */
.main .page-header .page-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 0.5rem;
}

/* line 948, app/assets/stylesheets/_custom.scss */
.main .page-header .page-subtitle {
  color: #718096;
  font-size: 1rem;
  margin-bottom: 0;
}

/* line 954, app/assets/stylesheets/_custom.scss */
.main .page-header .page-actions {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* line 960, app/assets/stylesheets/_custom.scss */
.main .page-header .page-actions .btn {
  display: inline-flex;
  align-items: center;
}

/* line 964, app/assets/stylesheets/_custom.scss */
.main .page-header .page-actions .btn i {
  margin-right: 0.5rem;
}

/* line 973, app/assets/stylesheets/_custom.scss */
.card {
  margin-bottom: 1.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* line 979, app/assets/stylesheets/_custom.scss */
.card .card-header {
  padding: 1.25rem 1.5rem;
  background-color: #fff;
  border-bottom: 1px solid #e2e8f0;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

/* line 986, app/assets/stylesheets/_custom.scss */
.card .card-header .card-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a202c;
}

/* line 993, app/assets/stylesheets/_custom.scss */
.card .card-header .card-actions {
  margin-left: auto;
  display: flex;
  gap: 0.5rem;
}

/* line 1000, app/assets/stylesheets/_custom.scss */
.card .card-body {
  padding: 1.5rem;
  background-color: #fff;
}

/* line 1004, app/assets/stylesheets/_custom.scss */
.card .card-body:last-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 1010, app/assets/stylesheets/_custom.scss */
.card .card-footer {
  padding: 1rem 1.5rem;
  background-color: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 1020, app/assets/stylesheets/_custom.scss */
.table-responsive {
  border-radius: 0.5rem;
  overflow: hidden;
}

/* line 1024, app/assets/stylesheets/_custom.scss */
.table-responsive .table {
  margin-bottom: 0;
}

/* line 1028, app/assets/stylesheets/_custom.scss */
.table-responsive .table tbody tr {
  transition: background-color 0.2s ease;
}

/* line 1031, app/assets/stylesheets/_custom.scss */
.table-responsive .table tbody tr:hover {
  background-color: #f8fafc;
}

/* line 1035, app/assets/stylesheets/_custom.scss */
.table-responsive .table tbody tr td {
  padding: 1rem 1.5rem;
  vertical-align: middle;
  border-color: #e2e8f0;
  color: #4a5568;
}

/* line 1041, app/assets/stylesheets/_custom.scss */
.table-responsive .table tbody tr td .badge {
  font-weight: 500;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  line-height: 1;
}

/* line 1054, app/assets/stylesheets/_custom.scss */
.form-label {
  font-weight: 500;
  color: #4a5568;
  margin-bottom: 0.5rem;
}

/* line 1060, app/assets/stylesheets/_custom.scss */
.form-control, .form-select {
  border: 1px solid #e2e8f0;
  border-radius: 0.375rem;
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #4a5568;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 1069, app/assets/stylesheets/_custom.scss */
.form-control:focus, .form-select:focus {
  border-color: #a0aec0;
  box-shadow: 0 0 0 0.2rem rgba(66, 153, 225, 0.25);
}

/* line 1076, app/assets/stylesheets/_custom.scss */
.btn {
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  transition: all 0.2s ease;
}

/* line 1082, app/assets/stylesheets/_custom.scss */
.btn i {
  margin-right: 0.5rem;
}

/* line 1086, app/assets/stylesheets/_custom.scss */
.btn.btn-primary {
  background-color: #3182ce;
  border-color: #3182ce;
}

/* line 1090, app/assets/stylesheets/_custom.scss */
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background-color: #2c5282;
  border-color: #2c5282;
}

/* line 1096, app/assets/stylesheets/_custom.scss */
.btn.btn-outline-secondary {
  color: #4a5568;
  border-color: #e2e8f0;
}

/* line 1100, app/assets/stylesheets/_custom.scss */
.btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus {
  background-color: #f8fafc;
  border-color: #cbd5e0;
  color: #1a202c;
}

/* line 1109, app/assets/stylesheets/_custom.scss */
.navbar-vertical-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1039;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* line 1121, app/assets/stylesheets/_custom.scss */
.navbar-vertical-overlay.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 992px) {
  /* line 1109, app/assets/stylesheets/_custom.scss */
  .navbar-vertical-overlay {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  /* line 1132, app/assets/stylesheets/_custom.scss */
  .main {
    margin-left: 0;
  }
  /* line 1136, app/assets/stylesheets/_custom.scss */
  .navbar-vertical {
    position: fixed;
    top: 70px;
    left: 0;
    bottom: 0;
    z-index: 1040;
    transform: translateX(-100%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  /* line 1145, app/assets/stylesheets/_custom.scss */
  .navbar-vertical.show {
    transform: translateX(0);
    box-shadow: 0.25rem 0 1.5rem rgba(0, 0, 0, 0.1);
  }
  /* line 1151, app/assets/stylesheets/_custom.scss */
  body.nav-open {
    overflow: hidden;
  }
  /* line 1154, app/assets/stylesheets/_custom.scss */
  body.nav-open .navbar-vertical-overlay {
    opacity: 1;
    visibility: visible;
  }
  /* line 1159, app/assets/stylesheets/_custom.scss */
  body.nav-open .main::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
}

/* line 1173, app/assets/stylesheets/_custom.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 1177, app/assets/stylesheets/_custom.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1184, app/assets/stylesheets/_custom.scss */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* line 1189, app/assets/stylesheets/_custom.scss */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

/* line 1194, app/assets/stylesheets/_custom.scss */
::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

/* line 1198, app/assets/stylesheets/_custom.scss */
::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

@media print {
  /* line 1205, app/assets/stylesheets/_custom.scss */
  .no-print,
.navbar-vertical,
.navbar-top,
.navbar-vertical-overlay {
    display: none !important;
  }
  /* line 1212, app/assets/stylesheets/_custom.scss */
  .main {
    margin-left: 0 !important;
    padding: 0 !important;
  }
  /* line 1217, app/assets/stylesheets/_custom.scss */
  body {
    background: #fff !important;
  }
  /* line 1221, app/assets/stylesheets/_custom.scss */
  .card {
    border: 1px solid #e2e8f0;
    page-break-inside: avoid;
  }
  /* line 1226, app/assets/stylesheets/_custom.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 1229, app/assets/stylesheets/_custom.scss */
  .table th, .table td {
    border: 1px solid #e2e8f0 !important;
  }
}

/* line 1236, app/assets/stylesheets/_custom.scss */
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.2s ease;
}

/* line 1240, app/assets/stylesheets/_custom.scss */
.fade-enter-from, .fade-leave-to {
  opacity: 0;
}

/* line 1245, app/assets/stylesheets/_custom.scss */
.loading-spinner {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 0.25rem solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #3182ce;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* line 1260, app/assets/stylesheets/_custom.scss */
.report-summary {
  text-align: center;
}

/* line 1263, app/assets/stylesheets/_custom.scss */
.report-summary .chosen-on {
  border-left: 3px solid #6da2df;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* line 1270, app/assets/stylesheets/_custom.scss */
.report-summary .score-pill {
  width: 60px;
  height: 30px;
  border-radius: 20px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  margin: 0 auto;
  margin-top: 6px;
}

/* line 1281, app/assets/stylesheets/_custom.scss */
.report-summary .grade-level-score-pill {
  width: 50px;
  height: 24px;
  border-radius: 20px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 6px;
}

/* line 1292, app/assets/stylesheets/_custom.scss */
.report-summary .national_score, .report-summary .personal_score {
  background-color: #e63757;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  color: #fff;
  font-size: 55px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem auto;
  padding: 0 1rem;
  position: relative;
}

/* line 1296, app/assets/stylesheets/_custom.scss */
.report-summary .national_score:before, .report-summary .personal_score:before {
  content: '';
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}

/* line 1320, app/assets/stylesheets/_custom.scss */
.report-summary .national_score sup, .report-summary .personal_score sup {
  text-transform: uppercase;
  font-size: 40%;
}

/* line 1326, app/assets/stylesheets/_custom.scss */
.report-summary .national_score + .description, .report-summary .personal_score + .description {
  font-size: .625rem;
  line-height: 1.4;
  display: block;
}

/* line 1332, app/assets/stylesheets/_custom.scss */
.report-summary .national_score .score-variation, .report-summary .personal_score .score-variation {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #EAEAE9;
  color: #919090;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 5px solid #fff;
  font-size: 16px;
  transform: translate(5px, -10px);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 1349, app/assets/stylesheets/_custom.scss */
.report-summary .national_score .score-variation.up::before, .report-summary .personal_score .score-variation.up::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #00d27a;
}

/* line 1360, app/assets/stylesheets/_custom.scss */
.report-summary .national_score .score-variation.down::before, .report-summary .personal_score .score-variation.down::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #e63757;
}

/* line 1373, app/assets/stylesheets/_custom.scss */
.report-summary .personal_score {
  background-color: #898e8c;
}

/* line 1382, app/assets/stylesheets/_custom.scss */
#domain_scores_accordion .progress.custom {
  overflow: visible;
  height: 5px;
}

/* line 1388, app/assets/stylesheets/_custom.scss */
#domain_scores_accordion .progress.custom .progress-bar {
  overflow: visible;
  position: relative;
  border-radius: 6px;
  background-color: #00397f;
}

/* line 1395, app/assets/stylesheets/_custom.scss */
#domain_scores_accordion .progress.custom span {
  position: absolute;
  bottom: 2px;
  font-size: 1rem;
  border: 2px solid #00397f;
  font-weight: bold;
  line-height: 1;
  padding: 4px 10px 4px 10px;
  right: -1.4em;
  transform: translate(0, 50%);
  border-radius: 40px;
  background-color: #00d27a;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* line 1413, app/assets/stylesheets/_custom.scss */
#domain_scores_accordion .card-header {
  padding: 1rem 1.5rem;
}

/* line 1417, app/assets/stylesheets/_custom.scss */
#domain_scores_accordion .card-header h5, #domain_scores_accordion .card-header .h5 {
  font-size: 1.05rem;
}

/* line 1422, app/assets/stylesheets/_custom.scss */
#domain_scores_accordion .card-body {
  background-color: #F9F9F9;
}

/* line 1426, app/assets/stylesheets/_custom.scss */
#domain_scores_accordion .progress-description {
  font-size: 80%;
}

/* line 1431, app/assets/stylesheets/_custom.scss */
#domain_scores_accordion .card-header a {
  padding: 2rem 0rem 1rem;
  display: block;
  position: relative;
}

/* line 1437, app/assets/stylesheets/_custom.scss */
#domain_scores_accordion .card-header a.collapsed::after {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid transparent;
  border-bottom: 15px solid #AAAAAA;
}

/* line 1450, app/assets/stylesheets/_custom.scss */
#domain_scores_accordion.teacher_accordion .card-header {
  padding: 0 .5rem;
}

/* line 1454, app/assets/stylesheets/_custom.scss */
#domain_scores_accordion.teacher_accordion .card-header a::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #AAAAAA;
}

/* line 1462, app/assets/stylesheets/_custom.scss */
#domain_scores_accordion.teacher_accordion .card-header a.collapsed::after {
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #AAAAAA;
}

/* line 1476, app/assets/stylesheets/_custom.scss */
.accordian-card {
  padding-top: 12px;
  padding-left: 20px;
}

/* line 1481, app/assets/stylesheets/_custom.scss */
.accordian-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* line 1486, app/assets/stylesheets/_custom.scss */
.tell-me-more {
  margin-top: -35px;
  font-size: .625rem;
  line-height: 1.4;
  z-index: 1;
  position: relative;
}

/* line 1495, app/assets/stylesheets/_custom.scss */
a.arrow-down::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #AAAAAA;
}

/* line 1509, app/assets/stylesheets/_custom.scss */
a.arrow-down.collapsed::after {
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #AAAAAA;
}

/* line 1520, app/assets/stylesheets/_custom.scss */
.student_domains .badge {
  min-width: 40px;
}

/* line 1525, app/assets/stylesheets/_custom.scss */
.top-users {
  max-height: 250px;
  overflow-y: scroll;
  padding-right: 15px;
}

/* line 1532, app/assets/stylesheets/_custom.scss */
.top-schools {
  max-height: 400px;
  overflow-y: scroll;
  padding-right: 15px;
  margin-top: 20px;
}

/* line 1539, app/assets/stylesheets/_custom.scss */
.bubble_contaienr {
  padding: 1rem 2rem;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto;
  grid-auto-flow: dense;
  justify-content: center;
  align-items: center;
}

/* line 1552, app/assets/stylesheets/_custom.scss */
.bubble_contaienr .bubble {
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  display: block;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-self: center;
  justify-self: center;
}

/* line 1566, app/assets/stylesheets/_custom.scss */
.bubble_contaienr .bubble p {
  font-size: 1.4vw;
  line-height: 1;
  margin-bottom: 5px;
}

/* line 1572, app/assets/stylesheets/_custom.scss */
.bubble_contaienr .bubble h3, .bubble_contaienr .bubble .h3 {
  font-size: 2vw;
}

/* line 1579, app/assets/stylesheets/_custom.scss */
.bubble_contaienr .bubble.affinity:nth-child(1), .bubble_contaienr .bubble.affinity:nth-child(2), .bubble_contaienr .bubble.knowledge:nth-child(1), .bubble_contaienr .bubble.knowledge:nth-child(2) {
  align-self: end;
  justify-self: end;
}

/* line 1585, app/assets/stylesheets/_custom.scss */
.bubble_contaienr .bubble.affinity:nth-child(5), .bubble_contaienr .bubble.knowledge:nth-child(5) {
  align-self: end;
  justify-self: start;
}

/* line 1590, app/assets/stylesheets/_custom.scss */
.bubble_contaienr .bubble.affinity:nth-child(6), .bubble_contaienr .bubble.knowledge:nth-child(6) {
  align-self: end;
  justify-self: start;
}

/* line 1595, app/assets/stylesheets/_custom.scss */
.bubble_contaienr .bubble.affinity:nth-child(7), .bubble_contaienr .bubble.knowledge:nth-child(7) {
  align-self: start;
  justify-self: end;
}

/* line 1600, app/assets/stylesheets/_custom.scss */
.bubble_contaienr .bubble.affinity:nth-child(8), .bubble_contaienr .bubble.knowledge:nth-child(8) {
  align-self: start;
  justify-self: end;
}

/* line 1605, app/assets/stylesheets/_custom.scss */
.bubble_contaienr .bubble.affinity:nth-child(9), .bubble_contaienr .bubble.knowledge:nth-child(9) {
  align-self: start;
  justify-self: center;
}

/* line 1610, app/assets/stylesheets/_custom.scss */
.bubble_contaienr .bubble.affinity:nth-child(10), .bubble_contaienr .bubble.knowledge:nth-child(10) {
  align-self: start;
  justify-self: center;
}

/* line 1615, app/assets/stylesheets/_custom.scss */
.bubble_contaienr .bubble.affinity:nth-child(11), .bubble_contaienr .bubble.knowledge:nth-child(11) {
  align-self: start;
  justify-self: start;
}

/* line 1620, app/assets/stylesheets/_custom.scss */
.bubble_contaienr .bubble.affinity:nth-child(12), .bubble_contaienr .bubble.knowledge:nth-child(12) {
  align-self: start;
  justify-self: start;
}

/* line 1628, app/assets/stylesheets/_custom.scss */
.bubble_contaienr .knowledge,
.bubble_contaienr .affinity {
  display: none;
}

/* line 1632, app/assets/stylesheets/_custom.scss */
.bubble_contaienr .knowledge.show,
.bubble_contaienr .affinity.show {
  display: flex;
}

/* line 1640, app/assets/stylesheets/_custom.scss */
.bg-teacher {
  background-color: #E4F0FB !important;
}

/* line 1644, app/assets/stylesheets/_custom.scss */
.bg-student {
  background-color: #479AE2 !important;
  color: #fff !important;
}

/* line 1650, app/assets/stylesheets/_custom.scss */
.select2-container--bootstrap4 .select2-selection--multiple .select2-search__field {
  background-color: transparent;
}

/* line 1655, app/assets/stylesheets/_custom.scss */
.tab_items {
  padding-bottom: 20px;
  padding-left: 20px;
}

/* line 1664, app/assets/stylesheets/_custom.scss */
.tab_item {
  padding: 12px 0px 12px 0px;
  text-align: center;
  border: 1px solid transparent;
  color: #434348;
  background-color: transparent;
  font-weight: 600;
  margin-right: 2rem;
  border-bottom: none;
  border-top-left-radius: 0.45rem;
  border-top-right-radius: 0.45rem;
}

/* line 1681, app/assets/stylesheets/_custom.scss */
.tab_items .active,
.tab_items .tab_item:hover {
  position: relative;
  text-decoration: none;
}

/* line 1686, app/assets/stylesheets/_custom.scss */
.tab_items .active::after,
.tab_items .tab_item:hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #00397f;
}

/* line 1700, app/assets/stylesheets/_custom.scss */
.first_col .form-check-input {
  margin-top: -6px;
}

/* line 1704, app/assets/stylesheets/_custom.scss */
.first_col.sorting_asc:after {
  display: none !important;
}

/* line 1710, app/assets/stylesheets/_custom.scss */
label.error {
  color: #e63757;
}

/* line 1715, app/assets/stylesheets/_custom.scss */
.hide {
  display: none !important;
}

/* line 1719, app/assets/stylesheets/_custom.scss */
iframe > #launcher {
  left: 0px !important;
}

/* line 1723, app/assets/stylesheets/_custom.scss */
.refreshButton {
  background-color: transparent;
  border: none;
}

/* line 1728, app/assets/stylesheets/_custom.scss */
.refreshIcon {
  color: #666;
}

/* line 1732, app/assets/stylesheets/_custom.scss */
.dsq-container {
  background-color: #e5f0fa;
  margin-top: 40px;
  padding: 20px;
}

/* line 1738, app/assets/stylesheets/_custom.scss */
.scores-container {
  width: 100%;
  text-align: center;
}

/* line 1743, app/assets/stylesheets/_custom.scss */
.scores-container > div {
  width: calc(100% / 9);
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

/* line 1750, app/assets/stylesheets/_custom.scss */
.ml-20 {
  margin-left: 20px;
}

/* line 1756, app/assets/stylesheets/_custom.scss */
.modal-backdrop {
  --bs-backdrop-bg: #105dbc;
  --bs-backdrop-opacity: 0.65 !important;
  background-color: var(--bs-backdrop-bg) !important;
}

/* line 1762, app/assets/stylesheets/_custom.scss */
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity) !important;
}

/* line 1767, app/assets/stylesheets/_custom.scss */
.modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 3.5rem);
  margin: 1.75rem auto;
}

/* line 1776, app/assets/stylesheets/_custom.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 3.5rem);
}

/* line 1784, app/assets/stylesheets/_custom.scss */
.modal.fade .modal-dialog {
  transform: translate(0, -30px);
  transition: transform 0.3s ease-out;
}

/* line 1789, app/assets/stylesheets/_custom.scss */
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

/* line 1794, app/assets/stylesheets/_custom.scss */
.modal-content {
  border-radius: 1.5rem !important;
  overflow: hidden;
  border: none !important;
}

/* line 1801, app/assets/stylesheets/_custom.scss */
.modal-header {
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important;
  border-bottom: none !important;
}

/* line 1808, app/assets/stylesheets/_custom.scss */
.modal-footer {
  border-bottom-left-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
  border-top: none !important;
}

/* line 1, node_modules/select2/dist/css/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, node_modules/select2/dist/css/select2.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 14, node_modules/select2/dist/css/select2.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, node_modules/select2/dist/css/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

/* line 25, node_modules/select2/dist/css/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 28, node_modules/select2/dist/css/select2.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 35, node_modules/select2/dist/css/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

/* line 39, node_modules/select2/dist/css/select2.css */
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

/* line 43, node_modules/select2/dist/css/select2.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

/* line 57, node_modules/select2/dist/css/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 60, node_modules/select2/dist/css/select2.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 71, node_modules/select2/dist/css/select2.css */
.select2-results {
  display: block;
}

/* line 74, node_modules/select2/dist/css/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 79, node_modules/select2/dist/css/select2.css */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 84, node_modules/select2/dist/css/select2.css */
.select2-results__option--selectable {
  cursor: pointer;
}

/* line 87, node_modules/select2/dist/css/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 90, node_modules/select2/dist/css/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 95, node_modules/select2/dist/css/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 100, node_modules/select2/dist/css/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 103, node_modules/select2/dist/css/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 107, node_modules/select2/dist/css/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 109, node_modules/select2/dist/css/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 112, node_modules/select2/dist/css/select2.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 129, node_modules/select2/dist/css/select2.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 141, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 145, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 148, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

/* line 155, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 157, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 163, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 175, node_modules/select2/dist/css/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 178, node_modules/select2/dist/css/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 182, node_modules/select2/dist/css/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 185, node_modules/select2/dist/css/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 188, node_modules/select2/dist/css/select2.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 192, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

/* line 200, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

/* line 202, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

/* line 211, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

/* line 227, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

/* line 231, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 245, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

/* line 250, node_modules/select2/dist/css/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 254, node_modules/select2/dist/css/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

/* line 258, node_modules/select2/dist/css/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 266, node_modules/select2/dist/css/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

/* line 271, node_modules/select2/dist/css/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 275, node_modules/select2/dist/css/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 279, node_modules/select2/dist/css/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 282, node_modules/select2/dist/css/select2.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 286, node_modules/select2/dist/css/select2.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 290, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 293, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 300, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 304, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 306, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 308, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 311, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 314, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 317, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 320, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 324, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option--group {
  padding: 0;
}

/* line 327, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option--disabled {
  color: #999;
}

/* line 330, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

/* line 333, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

/* line 337, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 342, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 352, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 354, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 357, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

/* line 363, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 365, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 381, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 393, node_modules/select2/dist/css/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 396, node_modules/select2/dist/css/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 405, node_modules/select2/dist/css/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 407, node_modules/select2/dist/css/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 410, node_modules/select2/dist/css/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 414, node_modules/select2/dist/css/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 424, node_modules/select2/dist/css/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 434, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

/* line 442, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 444, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 446, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

/* line 454, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

/* line 458, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

/* line 468, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

/* line 472, node_modules/select2/dist/css/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 476, node_modules/select2/dist/css/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

/* line 480, node_modules/select2/dist/css/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 486, node_modules/select2/dist/css/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 489, node_modules/select2/dist/css/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 494, node_modules/select2/dist/css/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 499, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 503, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 507, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 511, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 514, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 517, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 521, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-results__option--group {
  padding: 0;
}

/* line 524, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

/* line 527, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

/* line 531, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 536, node_modules/select2/dist/css/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*!
 * Select2 v4 Bootstrap 5 theme v1.3.0
*/
/* line 4, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 {
  display: block;
}

/* line 7, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
select + .select2-container--bootstrap-5 {
  z-index: 1;
}

/* line 11, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 *:focus {
  outline: 0;
}

/* line 14, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2-selection {
  width: 100%;
  min-height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 32, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
  .select2-container--bootstrap-5 .select2-selection {
    transition: none;
  }
}

/* line 36, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 40, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
  border-bottom: 0 solid transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 45, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 50, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2-search {
  width: 100%;
}

/* line 53, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2-search--inline .select2-search__field {
  vertical-align: top;
}

/* line 56, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear,
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
  position: absolute;
  top: 50%;
  right: 2.25rem;
  width: 0.75rem;
  height: 0.75rem;
  padding: 0.25em 0.25em;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
  transform: translateY(-50%);
}

/* line 70, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover,
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
}

/* line 74, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear > span,
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear > span {
  display: none;
}

/* line 79, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 + .select2-container--bootstrap-5 {
  z-index: 1056;
}

/* line 82, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2-dropdown {
  z-index: 1056;
  overflow: hidden;
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  border-radius: 0.25rem;
}

/* line 90, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 95, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above {
  border-bottom: 0 solid transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 100, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2-dropdown .select2-search {
  padding: 0.375rem 0.75rem;
}

/* line 103, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  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 122, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
  .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    transition: none;
  }
}

/* line 126, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 130, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested) {
  max-height: 15rem;
  overflow-y: auto;
}

/* line 134, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

/* line 140, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__message {
  color: #6c757d;
}

/* line 143, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  color: #000;
  background-color: #e9ecef;
}

/* line 147, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
  color: #fff;
  background-color: #0d6efd;
}

/* line 151, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--disabled, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-disabled=true] {
  color: #6c757d;
}

/* line 154, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] {
  padding: 0;
}

/* line 157, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.375rem 0.375rem;
  font-weight: 500;
  line-height: 1.5;
  color: #6c757d;
}

/* line 163, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.375rem 0.75rem;
}

/* line 167, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2-selection--single {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

/* line 174, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  padding: 0;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

/* line 180, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
}

/* line 185, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__arrow {
  display: none;
}

/* line 189, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

/* line 197, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.35em 0.65em;
  margin-right: 0.375rem;
  margin-bottom: 0.375rem;
  font-size: 1rem;
  color: #212529;
  cursor: auto;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 210, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 0.75rem;
  height: 0.75rem;
  padding: 0.25em 0.25em;
  margin-right: 0.25rem;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
  border: 0;
}

/* line 221, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
}

/* line 224, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove > span {
  display: none;
}

/* line 227, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
  display: block;
  width: 100%;
  height: 1.5rem;
}

/* line 232, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
  width: 100%;
  height: 1.5rem;
  margin-top: 0;
  margin-left: 0;
  font-family: inherit;
  line-height: 1.5;
  background-color: transparent;
}

/* line 241, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
  right: 0.75rem;
}

/* line 245, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5.select2-container--disabled .select2-selection, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection {
  color: #6c757d;
  cursor: not-allowed;
  background-color: #e9ecef;
  border-color: #ced4da;
  box-shadow: none;
}

/* line 252, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__clear, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 255, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__choice, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__choice {
  cursor: not-allowed;
}

/* line 258, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}

/* line 261, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__rendered:not(:empty), .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__rendered:not(:empty) {
  padding-bottom: 0;
}

/* line 264, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__rendered:not(:empty) + .select2-search, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__rendered:not(:empty) + .select2-search {
  display: none;
}

/* line 268, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.input-group:not(.has-validation) > .select2-container--bootstrap-5:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 272, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.input-group.has-validation > .select2-container--bootstrap-5:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 276, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.input-group > .input-group-text ~ .select2-container--bootstrap-5 .select2-selection,
.input-group > .btn ~ .select2-container--bootstrap-5 .select2-selection,
.input-group > .dropdown-menu ~ .select2-container--bootstrap-5 .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 282, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.input-group .select2-container--bootstrap-5 {
  flex-grow: 1;
}

/* line 285, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.input-group .select2-container--bootstrap-5 .select2-selection {
  height: 100%;
}

/* line 289, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.is-valid + .select2-container--bootstrap-5 .select2-selection, .was-validated select:valid + .select2-container--bootstrap-5 .select2-selection {
  border-color: #198754;
}

/* line 292, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.is-valid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, .is-valid + .select2-container--bootstrap-5.select2-container--open .select2-selection, .was-validated select:valid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, .was-validated select:valid + .select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 296, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.is-valid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection, .was-validated select:valid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
  border-bottom: 0 solid transparent;
}

/* line 299, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.is-valid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection, .was-validated select:valid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 304, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.is-invalid + .select2-container--bootstrap-5 .select2-selection, .was-validated select:invalid + .select2-container--bootstrap-5 .select2-selection {
  border-color: #dc3545;
}

/* line 307, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.is-invalid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, .is-invalid + .select2-container--bootstrap-5.select2-container--open .select2-selection, .was-validated select:invalid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, .was-validated select:invalid + .select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 311, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.is-invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection, .was-validated select:invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
  border-bottom: 0 solid transparent;
}

/* line 314, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.is-invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection, .was-validated select:invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 320, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2--small.select2-selection {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

/* line 326, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-selection__clear,
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__clear {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem 0.125rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

/* line 333, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-selection__clear:hover,
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__clear:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

/* line 337, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-search,
.select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-search .select2-search__field,
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-search,
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-search .select2-search__field {
  height: 1.5em;
}

/* line 343, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2--small.select2-dropdown {
  border-radius: 0.2rem;
}

/* line 346, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2--small.select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 350, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2--small.select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 354, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-search .select2-search__field {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

/* line 358, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

/* line 362, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.25rem 0.25rem;
}

/* line 365, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.25rem 0.5rem;
}

/* line 368, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2--small.select2-selection--single {
  padding: 0.25rem 2.25rem 0.25rem 0.5rem;
}

/* line 371, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0.35em 0.65em;
  font-size: 0.875rem;
}

/* line 375, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem 0.125rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

/* line 381, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

/* line 384, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__clear {
  right: 0.5rem;
}

/* line 387, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2--large.select2-selection {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

/* line 393, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-selection__clear,
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__clear {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem 0.5rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

/* line 400, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-selection__clear:hover,
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__clear:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

/* line 404, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-search,
.select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-search .select2-search__field,
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-search,
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-search .select2-search__field {
  height: 1.5em;
}

/* line 410, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2--large.select2-dropdown {
  border-radius: 0.3rem;
}

/* line 413, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2--large.select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 417, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2--large.select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 421, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-search .select2-search__field {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

/* line 425, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

/* line 429, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.5rem 0.5rem;
}

/* line 432, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.5rem 1rem;
}

/* line 435, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2--large.select2-selection--single {
  padding: 0.5rem 2.25rem 0.5rem 1rem;
}

/* line 438, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0.35em 0.65em;
  font-size: 1.25rem;
}

/* line 442, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem 0.5rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

/* line 448, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

/* line 451, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__clear {
  right: 1rem;
}

/* line 455, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

/* line 461, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear,
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem 0.125rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

/* line 468, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover,
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

/* line 472, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single .select2-search,
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single .select2-search .select2-search__field,
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-search,
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
  height: 1.5em;
}

/* line 478, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown {
  border-radius: 0.2rem;
}

/* line 481, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 485, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 489, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

/* line 493, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

/* line 497, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.25rem 0.25rem;
}

/* line 500, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.25rem 0.5rem;
}

/* line 503, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single {
  padding: 0.25rem 2.25rem 0.25rem 0.5rem;
}

/* line 506, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0.35em 0.65em;
  font-size: 0.875rem;
}

/* line 510, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem 0.125rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

/* line 516, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

/* line 519, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
  right: 0.5rem;
}

/* line 523, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

/* line 529, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear,
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem 0.5rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

/* line 536, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover,
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

/* line 540, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single .select2-search,
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single .select2-search .select2-search__field,
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-search,
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
  height: 1.5em;
}

/* line 546, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown {
  border-radius: 0.3rem;
}

/* line 549, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 553, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 557, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

/* line 561, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

/* line 565, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.5rem 0.5rem;
}

/* line 568, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.5rem 1rem;
}

/* line 571, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single {
  padding: 0.5rem 2.25rem 0.5rem 1rem;
}

/* line 574, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0.35em 0.65em;
  font-size: 1.25rem;
}

/* line 578, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem 0.5rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

/* line 584, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

/* line 587, node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css */
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
  right: 1rem;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

/* line 25, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

/* line 31, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

/* line 35, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 39, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

/* line 44, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

/* line 48, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

/* line 52, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 56, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

/* line 60, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 66, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

/* line 69, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

/* line 73, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

/* line 76, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

/* line 87, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

/* line 94, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

/* line 99, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

/* line 103, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

/* line 107, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

/* line 111, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

/* line 114, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

/* line 117, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

/* line 121, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

/* line 124, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

/* line 127, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar:focus {
  outline: 0;
}

/* line 130, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

/* line 134, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 140, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 158, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

/* line 174, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

/* line 178, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

/* line 182, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  left: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 198, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  right: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 214, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

/* line 218, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

/* line 222, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

/* line 227, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

/* line 233, node_modules/flatpickr/dist/flatpickr.css */
.numInputWrapper {
  position: relative;
  height: auto;
}

/* line 237, node_modules/flatpickr/dist/flatpickr.css */
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

/* line 241, node_modules/flatpickr/dist/flatpickr.css */
.numInputWrapper input {
  width: 100%;
}

/* line 244, node_modules/flatpickr/dist/flatpickr.css */
.numInputWrapper input::-ms-clear {
  display: none;
}

/* line 247, node_modules/flatpickr/dist/flatpickr.css */
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/* line 252, node_modules/flatpickr/dist/flatpickr.css */
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 265, node_modules/flatpickr/dist/flatpickr.css */
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* line 268, node_modules/flatpickr/dist/flatpickr.css */
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

/* line 271, node_modules/flatpickr/dist/flatpickr.css */
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

/* line 276, node_modules/flatpickr/dist/flatpickr.css */
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

/* line 280, node_modules/flatpickr/dist/flatpickr.css */
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

/* line 286, node_modules/flatpickr/dist/flatpickr.css */
.numInputWrapper span.arrowDown {
  top: 50%;
}

/* line 289, node_modules/flatpickr/dist/flatpickr.css */
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

/* line 295, node_modules/flatpickr/dist/flatpickr.css */
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

/* line 299, node_modules/flatpickr/dist/flatpickr.css */
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

/* line 302, node_modules/flatpickr/dist/flatpickr.css */
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 305, node_modules/flatpickr/dist/flatpickr.css */
.numInputWrapper:hover span {
  opacity: 1;
}

/* line 308, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/* line 324, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

/* line 332, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 335, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

/* line 340, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

/* line 343, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

/* line 346, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 367, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

/* line 370, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

/* line 377, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

/* line 400, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

/* line 404, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 407, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

/* line 412, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

/* line 427, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 437, node_modules/flatpickr/dist/flatpickr.css */
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

/* line 452, node_modules/flatpickr/dist/flatpickr.css */
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

/* line 456, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

/* line 469, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-days:focus {
  outline: 0;
}

/* line 472, node_modules/flatpickr/dist/flatpickr.css */
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

/* line 496, node_modules/flatpickr/dist/flatpickr.css */
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

/* line 500, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

/* line 525, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

/* line 542, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-day.today {
  border-color: #959ea9;
}

/* line 545, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

/* line 551, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

/* line 575, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

/* line 580, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

/* line 585, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

/* line 591, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

/* line 596, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

/* line 601, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

/* line 613, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

/* line 618, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

/* line 623, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-day.hidden {
  visibility: hidden;
}

/* line 626, node_modules/flatpickr/dist/flatpickr.css */
.rangeMode .flatpickr-day {
  margin-top: 1px;
}

/* line 629, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-weekwrapper {
  float: left;
}

/* line 632, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

/* line 637, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

/* line 642, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

/* line 652, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

/* line 662, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 668, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 683, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

/* line 688, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

/* line 697, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

/* line 700, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

/* line 703, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

/* line 706, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

/* line 709, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 729, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

/* line 732, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

/* line 736, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

/* line 740, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

/* line 756, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

/* line 763, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

/* line 769, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@font-face {
  font-family: 'keenicons-duotone';
  src: url(/assets/keenicons/duotone/keenicons-duotone-fed35bfe9adbc20f260800b0990a63cd7476a72c95a4cf1621a4487f6457aa1d.eot);
  src: url(/assets/keenicons/duotone/keenicons-duotone-fed35bfe9adbc20f260800b0990a63cd7476a72c95a4cf1621a4487f6457aa1d.eot) format("embedded-opentype"), url(/assets/keenicons/duotone/keenicons-duotone-a24fe703d098416b37f4b8f8126a09be8859b179751df97fcc25582e1dda4175.ttf) format("truetype"), url(/assets/keenicons/duotone/keenicons-duotone-e681d77bcba7d45b41d11842cec83d8b8cddb9a938794ede4b2bc6e8fe138048.woff) format("woff"), url(/assets/keenicons/duotone/keenicons-duotone-e12462b86932e272ad10565064e781ace8548cbc56976d4250d7e36d87fe0c5d.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* line 13, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-duotone {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'keenicons-duotone' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  display: inline-flex;
  direction: ltr;
  position: relative;
  display: inline-flex;
  direction: ltr;
  position: relative;
  display: inline-flex;
  direction: ltr;
  position: relative;
  display: inline-flex;
  direction: ltr;
  position: relative;
  display: inline-flex;
  direction: ltr;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 43, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-1 .path1:before {
  content: "\e900";
  opacity: 0.3;
}

/* line 48, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-1 .path2:before {
  content: "\e901";
  position: absolute;
  left: 0;
}

/* line 53, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-2 .path1:before {
  content: "\e902";
  opacity: 0.3;
}

/* line 58, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-2 .path2:before {
  content: "\e903";
  position: absolute;
  left: 0;
}

/* line 63, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-3 .path1:before {
  content: "\e904";
  opacity: 0.3;
}

/* line 68, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-3 .path2:before {
  content: "\e905";
  position: absolute;
  left: 0;
}

/* line 73, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-4 .path1:before {
  content: "\e906";
  opacity: 0.3;
}

/* line 78, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-4 .path2:before {
  content: "\e907";
  position: absolute;
  left: 0;
}

/* line 83, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-5 .path1:before {
  content: "\e908";
  opacity: 0.3;
}

/* line 88, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-5 .path2:before {
  content: "\e909";
  position: absolute;
  left: 0;
}

/* line 93, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-6:before {
  content: "\e90a";
}

/* line 96, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-7 .path1:before {
  content: "\e90b";
  opacity: 0.3;
}

/* line 101, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-7 .path2:before {
  content: "\e90c";
  position: absolute;
  left: 0;
}

/* line 106, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-8 .path1:before {
  content: "\e90d";
  opacity: 0.3;
}

/* line 111, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-8 .path2:before {
  content: "\e90e";
  position: absolute;
  left: 0;
}

/* line 116, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-9 .path1:before {
  content: "\e90f";
  opacity: 0.3;
}

/* line 121, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-9 .path2:before {
  content: "\e910";
  position: absolute;
  left: 0;
}

/* line 126, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-10 .path1:before {
  content: "\e911";
  opacity: 0.3;
}

/* line 131, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-10 .path2:before {
  content: "\e912";
  position: absolute;
  left: 0;
}

/* line 136, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-11 .path1:before {
  content: "\e913";
  opacity: 0.3;
}

/* line 141, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-11 .path2:before {
  content: "\e914";
  position: absolute;
  left: 0;
}

/* line 146, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-12 .path1:before {
  content: "\e915";
  opacity: 0.3;
}

/* line 151, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-12 .path2:before {
  content: "\e916";
  position: absolute;
  left: 0;
}

/* line 156, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-13 .path1:before {
  content: "\e917";
  opacity: 0.3;
}

/* line 161, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-13 .path2:before {
  content: "\e918";
  position: absolute;
  left: 0;
}

/* line 166, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-14 .path1:before {
  content: "\e919";
}

/* line 170, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-14 .path2:before {
  content: "\e91a";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 176, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-15 .path1:before {
  content: "\e91b";
  opacity: 0.3;
}

/* line 181, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-15 .path2:before {
  content: "\e91c";
  position: absolute;
  left: 0;
}

/* line 186, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-16 .path1:before {
  content: "\e91d";
  opacity: 0.3;
}

/* line 191, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-16 .path2:before {
  content: "\e91e";
  position: absolute;
  left: 0;
}

/* line 196, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-17 .path1:before {
  content: "\e91f";
}

/* line 200, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-17 .path2:before {
  content: "\e920";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 206, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-18 .path1:before {
  content: "\e921";
}

/* line 210, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-18 .path2:before {
  content: "\e922";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 216, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-19 .path1:before {
  content: "\e923";
}

/* line 220, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-19 .path2:before {
  content: "\e924";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 226, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-20 .path1:before {
  content: "\e925";
}

/* line 230, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-20 .path2:before {
  content: "\e926";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 236, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-21 .path1:before {
  content: "\e927";
  opacity: 0.3;
}

/* line 241, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-21 .path2:before {
  content: "\e928";
  position: absolute;
  left: 0;
}

/* line 246, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-22 .path1:before {
  content: "\e929";
  opacity: 0.3;
}

/* line 251, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-22 .path2:before {
  content: "\e92a";
  position: absolute;
  left: 0;
}

/* line 256, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-23 .path1:before {
  content: "\e92b";
  opacity: 0.3;
}

/* line 261, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-23 .path2:before {
  content: "\e92c";
  position: absolute;
  left: 0;
}

/* line 266, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-24 .path1:before {
  content: "\e92d";
}

/* line 270, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-24 .path2:before {
  content: "\e92e";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 276, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-25 .path1:before {
  content: "\e92f";
  opacity: 0.3;
}

/* line 281, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-25 .path2:before {
  content: "\e930";
  position: absolute;
  left: 0;
}

/* line 286, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-26 .path1:before {
  content: "\e931";
  opacity: 0.3;
}

/* line 291, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-26 .path2:before {
  content: "\e932";
  position: absolute;
  left: 0;
}

/* line 296, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-27 .path1:before {
  content: "\e933";
}

/* line 300, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-27 .path2:before {
  content: "\e934";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 306, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-28 .path1:before {
  content: "\e935";
}

/* line 310, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-28 .path2:before {
  content: "\e936";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 316, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-29 .path1:before {
  content: "\e937";
}

/* line 320, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-29 .path2:before {
  content: "\e938";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 326, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-30 .path1:before {
  content: "\e939";
}

/* line 330, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-30 .path2:before {
  content: "\e93a";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 336, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-31 .path1:before {
  content: "\e93b";
}

/* line 340, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-31 .path2:before {
  content: "\e93c";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 346, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-32 .path1:before {
  content: "\e93d";
}

/* line 350, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-32 .path2:before {
  content: "\e93e";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 356, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-33 .path1:before {
  content: "\e93f";
  opacity: 0.3;
}

/* line 361, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-33 .path2:before {
  content: "\e940";
  position: absolute;
  left: 0;
}

/* line 366, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-34 .path1:before {
  content: "\e941";
  opacity: 0.3;
}

/* line 371, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-34 .path2:before {
  content: "\e942";
  position: absolute;
  left: 0;
}

/* line 376, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-35 .path1:before {
  content: "\e943";
}

/* line 380, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-35 .path2:before {
  content: "\e944";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 386, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-36 .path1:before {
  content: "\e945";
}

/* line 390, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-36 .path2:before {
  content: "\e946";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 396, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-37 .path1:before {
  content: "\e947";
  opacity: 0.3;
}

/* line 401, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-37 .path2:before {
  content: "\e948";
  position: absolute;
  left: 0;
}

/* line 406, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-38 .path1:before {
  content: "\e949";
}

/* line 410, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-38 .path2:before {
  content: "\e94a";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 416, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-39 .path1:before {
  content: "\e94b";
  opacity: 0.3;
}

/* line 421, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-39 .path2:before {
  content: "\e94c";
  position: absolute;
  left: 0;
}

/* line 426, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-40 .path1:before {
  content: "\e94d";
}

/* line 430, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-40 .path2:before {
  content: "\e94e";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 436, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-41 .path1:before {
  content: "\e94f";
}

/* line 440, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-41 .path2:before {
  content: "\e950";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 446, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-42 .path1:before {
  content: "\e951";
  opacity: 0.3;
}

/* line 451, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-42 .path2:before {
  content: "\e952";
  position: absolute;
  left: 0;
}

/* line 456, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-43 .path1:before {
  content: "\e953";
  opacity: 0.3;
}

/* line 461, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-43 .path2:before {
  content: "\e954";
  position: absolute;
  left: 0;
}

/* line 466, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-44 .path1:before {
  content: "\e955";
}

/* line 470, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-44 .path2:before {
  content: "\e956";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 476, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-45 .path1:before {
  content: "\e957";
}

/* line 480, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-45 .path2:before {
  content: "\e958";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 486, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-46 .path1:before {
  content: "\e959";
  opacity: 0.3;
}

/* line 491, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-46 .path2:before {
  content: "\e95a";
  position: absolute;
  left: 0;
}

/* line 496, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-47 .path1:before {
  content: "\e95b";
  opacity: 0.3;
}

/* line 501, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-47 .path2:before {
  content: "\e95c";
  position: absolute;
  left: 0;
}

/* line 506, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-48 .path1:before {
  content: "\e95d";
  opacity: 0.3;
}

/* line 511, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-48 .path2:before {
  content: "\e95e";
  position: absolute;
  left: 0;
}

/* line 516, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-48 .path3:before {
  content: "\e95f";
  position: absolute;
  left: 0;
}

/* line 521, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-49 .path1:before {
  content: "\e960";
  opacity: 0.3;
}

/* line 526, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-49 .path2:before {
  content: "\e961";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 532, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract-49 .path3:before {
  content: "\e962";
  position: absolute;
  left: 0;
}

/* line 537, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract .path1:before {
  content: "\e963";
  opacity: 0.3;
}

/* line 542, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-abstract .path2:before {
  content: "\e964";
  position: absolute;
  left: 0;
}

/* line 547, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-add-files .path1:before {
  content: "\e965";
}

/* line 551, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-add-files .path2:before {
  content: "\e966";
  position: absolute;
  left: 0;
}

/* line 556, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-add-files .path3:before {
  content: "\e967";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 562, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-add-folder .path1:before {
  content: "\e968";
  opacity: 0.3;
}

/* line 567, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-add-folder .path2:before {
  content: "\e969";
  position: absolute;
  left: 0;
}

/* line 572, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-add-item .path1:before {
  content: "\e96a";
  opacity: 0.3;
}

/* line 577, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-add-item .path2:before {
  content: "\e96b";
  position: absolute;
  left: 0;
}

/* line 582, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-add-item .path3:before {
  content: "\e96c";
  position: absolute;
  left: 0;
}

/* line 587, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-add-notepad .path1:before {
  content: "\e96d";
  opacity: 0.3;
}

/* line 592, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-add-notepad .path2:before {
  content: "\e96e";
  position: absolute;
  left: 0;
}

/* line 597, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-add-notepad .path3:before {
  content: "\e96f";
  position: absolute;
  left: 0;
}

/* line 602, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-add-notepad .path4:before {
  content: "\e970";
  position: absolute;
  left: 0;
}

/* line 607, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-address-book .path1:before {
  content: "\e971";
}

/* line 611, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-address-book .path2:before {
  content: "\e972";
  position: absolute;
  left: 0;
}

/* line 616, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-address-book .path3:before {
  content: "\e973";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 622, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-airplane-square .path1:before {
  content: "\e974";
  opacity: 0.3;
}

/* line 627, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-airplane-square .path2:before {
  content: "\e975";
  position: absolute;
  left: 0;
}

/* line 632, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-airplane .path1:before {
  content: "\e976";
  opacity: 0.3;
}

/* line 637, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-airplane .path2:before {
  content: "\e977";
  position: absolute;
  left: 0;
}

/* line 642, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-airpod .path1:before {
  content: "\e978";
  opacity: 0.3;
}

/* line 647, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-airpod .path2:before {
  content: "\e979";
  position: absolute;
  left: 0;
}

/* line 652, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-airpod .path3:before {
  content: "\e97a";
  position: absolute;
  left: 0;
}

/* line 657, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-android .path1:before {
  content: "\e97b";
  opacity: 0.3;
}

/* line 662, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-android .path2:before {
  content: "\e97c";
  position: absolute;
  left: 0;
}

/* line 667, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-android .path3:before {
  content: "\e97d";
  position: absolute;
  left: 0;
}

/* line 672, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-android .path4:before {
  content: "\e97e";
  position: absolute;
  left: 0;
}

/* line 677, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-android .path5:before {
  content: "\e97f";
  position: absolute;
  left: 0;
}

/* line 682, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-android .path6:before {
  content: "\e980";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 688, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-angular .path1:before {
  content: "\e981";
  opacity: 0.3;
}

/* line 693, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-angular .path2:before {
  content: "\e982";
  position: absolute;
  left: 0;
}

/* line 698, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-angular .path3:before {
  content: "\e983";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 704, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-apple .path1:before {
  content: "\e984";
}

/* line 708, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-apple .path2:before {
  content: "\e985";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 714, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-archive-tick .path1:before {
  content: "\e986";
  opacity: 0.3;
}

/* line 719, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-archive-tick .path2:before {
  content: "\e987";
  position: absolute;
  left: 0;
}

/* line 724, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-archive .path1:before {
  content: "\e988";
  opacity: 0.3;
}

/* line 729, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-archive .path2:before {
  content: "\e989";
  position: absolute;
  left: 0;
}

/* line 734, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-archive .path3:before {
  content: "\e98a";
  position: absolute;
  left: 0;
}

/* line 739, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-circle-left .path1:before {
  content: "\e98b";
  opacity: 0.3;
}

/* line 744, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-circle-left .path2:before {
  content: "\e98c";
  position: absolute;
  left: 0;
}

/* line 749, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-circle-right .path1:before {
  content: "\e98d";
  opacity: 0.3;
}

/* line 754, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-circle-right .path2:before {
  content: "\e98e";
  position: absolute;
  left: 0;
}

/* line 759, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-diagonal .path1:before {
  content: "\e98f";
  opacity: 0.3;
}

/* line 764, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-diagonal .path2:before {
  content: "\e990";
  position: absolute;
  left: 0;
}

/* line 769, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-diagonal .path3:before {
  content: "\e991";
  position: absolute;
  left: 0;
}

/* line 774, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-down-left .path1:before {
  content: "\e992";
}

/* line 778, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-down-left .path2:before {
  content: "\e993";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 784, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-down-refraction .path1:before {
  content: "\e994";
  opacity: 0.3;
}

/* line 789, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-down-refraction .path2:before {
  content: "\e995";
  position: absolute;
  left: 0;
}

/* line 794, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-down-right .path1:before {
  content: "\e996";
}

/* line 798, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-down-right .path2:before {
  content: "\e997";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 804, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-down .path1:before {
  content: "\e998";
}

/* line 808, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-down .path2:before {
  content: "\e999";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 814, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-left .path1:before {
  content: "\e99a";
}

/* line 818, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-left .path2:before {
  content: "\e99b";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 824, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-mix .path1:before {
  content: "\e99c";
}

/* line 828, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-mix .path2:before {
  content: "\e99d";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 834, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-right-left .path1:before {
  content: "\e99e";
  opacity: 0.3;
}

/* line 839, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-right-left .path2:before {
  content: "\e99f";
  position: absolute;
  left: 0;
}

/* line 844, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-right .path1:before {
  content: "\e9a0";
}

/* line 848, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-right .path2:before {
  content: "\e9a1";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 854, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-two-diagonals .path1:before {
  content: "\e9a2";
  opacity: 0.3;
}

/* line 859, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-two-diagonals .path2:before {
  content: "\e9a3";
  position: absolute;
  left: 0;
}

/* line 864, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-two-diagonals .path3:before {
  content: "\e9a4";
  position: absolute;
  left: 0;
}

/* line 869, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-two-diagonals .path4:before {
  content: "\e9a5";
  position: absolute;
  left: 0;
}

/* line 874, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-two-diagonals .path5:before {
  content: "\e9a6";
  position: absolute;
  left: 0;
}

/* line 879, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-up-down .path1:before {
  content: "\e9a7";
  opacity: 0.3;
}

/* line 884, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-up-down .path2:before {
  content: "\e9a8";
  position: absolute;
  left: 0;
}

/* line 889, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-up-left .path1:before {
  content: "\e9a9";
}

/* line 893, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-up-left .path2:before {
  content: "\e9aa";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 899, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-up-refraction .path1:before {
  content: "\e9ab";
  opacity: 0.3;
}

/* line 904, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-up-refraction .path2:before {
  content: "\e9ac";
  position: absolute;
  left: 0;
}

/* line 909, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-up-right .path1:before {
  content: "\e9ad";
}

/* line 913, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-up-right .path2:before {
  content: "\e9ae";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 919, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-up .path1:before {
  content: "\e9af";
}

/* line 923, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-up .path2:before {
  content: "\e9b0";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 929, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-zigzag .path1:before {
  content: "\e9b1";
}

/* line 933, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrow-zigzag .path2:before {
  content: "\e9b2";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 939, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrows-circle .path1:before {
  content: "\e9b3";
  opacity: 0.3;
}

/* line 944, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrows-circle .path2:before {
  content: "\e9b4";
  position: absolute;
  left: 0;
}

/* line 949, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrows-loop .path1:before {
  content: "\e9b5";
  opacity: 0.3;
}

/* line 954, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-arrows-loop .path2:before {
  content: "\e9b6";
  position: absolute;
  left: 0;
}

/* line 959, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-artificial-intelligence .path1:before {
  content: "\e9b7";
  opacity: 0.3;
}

/* line 964, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-artificial-intelligence .path2:before {
  content: "\e9b8";
  position: absolute;
  left: 0;
}

/* line 969, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-artificial-intelligence .path3:before {
  content: "\e9b9";
  position: absolute;
  left: 0;
}

/* line 974, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-artificial-intelligence .path4:before {
  content: "\e9ba";
  position: absolute;
  left: 0;
}

/* line 979, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-artificial-intelligence .path5:before {
  content: "\e9bb";
  position: absolute;
  left: 0;
}

/* line 984, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-artificial-intelligence .path6:before {
  content: "\e9bc";
  position: absolute;
  left: 0;
}

/* line 989, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-artificial-intelligence .path7:before {
  content: "\e9bd";
  position: absolute;
  left: 0;
}

/* line 994, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-artificial-intelligence .path8:before {
  content: "\e9be";
  position: absolute;
  left: 0;
}

/* line 999, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-auto-brightness .path1:before {
  content: "\e9bf";
  opacity: 0.3;
}

/* line 1004, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-auto-brightness .path2:before {
  content: "\e9c0";
  position: absolute;
  left: 0;
}

/* line 1009, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-auto-brightness .path3:before {
  content: "\e9c1";
  position: absolute;
  left: 0;
}

/* line 1014, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-avalanche .path1:before {
  content: "\e9c2";
  opacity: 0.3;
}

/* line 1019, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-avalanche .path2:before {
  content: "\e9c3";
  position: absolute;
  left: 0;
}

/* line 1024, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-award .path1:before {
  content: "\e9c4";
  opacity: 0.3;
}

/* line 1029, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-award .path2:before {
  content: "\e9c5";
  position: absolute;
  left: 0;
}

/* line 1034, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-award .path3:before {
  content: "\e9c6";
  position: absolute;
  left: 0;
}

/* line 1039, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-badge .path1:before {
  content: "\e9c7";
  opacity: 0.3;
}

/* line 1044, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-badge .path2:before {
  content: "\e9c8";
  position: absolute;
  left: 0;
}

/* line 1049, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-badge .path3:before {
  content: "\e9c9";
  position: absolute;
  left: 0;
}

/* line 1054, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-badge .path4:before {
  content: "\e9ca";
  position: absolute;
  left: 0;
}

/* line 1059, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-badge .path5:before {
  content: "\e9cb";
  position: absolute;
  left: 0;
}

/* line 1064, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-bandage .path1:before {
  content: "\e9cc";
  opacity: 0.3;
}

/* line 1069, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-bandage .path2:before {
  content: "\e9cd";
  position: absolute;
  left: 0;
}

/* line 1074, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-bank .path1:before {
  content: "\e9ce";
  opacity: 0.3;
}

/* line 1079, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-bank .path2:before {
  content: "\e9cf";
  position: absolute;
  left: 0;
}

/* line 1084, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-barcode .path1:before {
  content: "\e9d0";
}

/* line 1088, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-barcode .path2:before {
  content: "\e9d1";
  position: absolute;
  left: 0;
}

/* line 1093, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-barcode .path3:before {
  content: "\e9d2";
  position: absolute;
  left: 0;
}

/* line 1098, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-barcode .path4:before {
  content: "\e9d3";
  position: absolute;
  left: 0;
}

/* line 1103, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-barcode .path5:before {
  content: "\e9d4";
  position: absolute;
  left: 0;
}

/* line 1108, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-barcode .path6:before {
  content: "\e9d5";
  position: absolute;
  left: 0;
}

/* line 1113, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-barcode .path7:before {
  content: "\e9d6";
  position: absolute;
  left: 0;
}

/* line 1118, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-barcode .path8:before {
  content: "\e9d7";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 1124, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-basket-ok .path1:before {
  content: "\e9d8";
  opacity: 0.3;
}

/* line 1129, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-basket-ok .path2:before {
  content: "\e9d9";
  position: absolute;
  left: 0;
}

/* line 1134, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-basket-ok .path3:before {
  content: "\e9da";
  position: absolute;
  left: 0;
}

/* line 1139, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-basket-ok .path4:before {
  content: "\e9db";
  position: absolute;
  left: 0;
}

/* line 1144, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-basket .path1:before {
  content: "\e9dc";
  opacity: 0.3;
}

/* line 1149, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-basket .path2:before {
  content: "\e9dd";
  position: absolute;
  left: 0;
}

/* line 1154, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-basket .path3:before {
  content: "\e9de";
  position: absolute;
  left: 0;
}

/* line 1159, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-basket .path4:before {
  content: "\e9df";
  position: absolute;
  left: 0;
}

/* line 1164, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-behance .path1:before {
  content: "\e9e0";
}

/* line 1168, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-behance .path2:before {
  content: "\e9e1";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 1174, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-bill .path1:before {
  content: "\e9e2";
  opacity: 0.3;
}

/* line 1179, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-bill .path2:before {
  content: "\e9e3";
  position: absolute;
  left: 0;
}

/* line 1184, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-bill .path3:before {
  content: "\e9e4";
  position: absolute;
  left: 0;
}

/* line 1189, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-bill .path4:before {
  content: "\e9e5";
  position: absolute;
  left: 0;
}

/* line 1194, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-bill .path5:before {
  content: "\e9e6";
  position: absolute;
  left: 0;
}

/* line 1199, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-bill .path6:before {
  content: "\e9e7";
  position: absolute;
  left: 0;
}

/* line 1204, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-binance-usd .path1:before {
  content: "\e9e8";
}

/* line 1208, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-binance-usd .path2:before {
  content: "\e9e9";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 1214, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-binance-usd .path3:before {
  content: "\e9ea";
  position: absolute;
  left: 0;
}

/* line 1219, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-binance-usd .path4:before {
  content: "\e9eb";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 1225, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-binance .path1:before {
  content: "\e9ec";
  opacity: 0.3;
}

/* line 1230, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-binance .path2:before {
  content: "\e9ed";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 1236, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-binance .path3:before {
  content: "\e9ee";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 1242, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-binance .path4:before {
  content: "\e9ef";
  position: absolute;
  left: 0;
}

/* line 1247, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-binance .path5:before {
  content: "\e9f0";
  position: absolute;
  left: 0;
}

/* line 1252, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-bitcoin .path1:before {
  content: "\e9f1";
  opacity: 0.3;
}

/* line 1257, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-bitcoin .path2:before {
  content: "\e9f2";
  position: absolute;
  left: 0;
}

/* line 1262, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-black-down:before {
  content: "\e9f3";
}

/* line 1265, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-black-left-line .path1:before {
  content: "\e9f4";
}

/* line 1269, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-black-left-line .path2:before {
  content: "\e9f5";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 1275, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-black-left:before {
  content: "\e9f6";
}

/* line 1278, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-black-right-line .path1:before {
  content: "\e9f7";
}

/* line 1282, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-black-right-line .path2:before {
  content: "\e9f8";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 1288, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-black-right:before {
  content: "\e9f9";
}

/* line 1291, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-black-up:before {
  content: "\e9fa";
}

/* line 1294, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-bluetooth .path1:before {
  content: "\e9fb";
}

/* line 1298, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-bluetooth .path2:before {
  content: "\e9fc";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 1304, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-book-open .path1:before {
  content: "\e9fd";
  opacity: 0.3;
}

/* line 1309, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-book-open .path2:before {
  content: "\e9fe";
  position: absolute;
  left: 0;
}

/* line 1314, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-book-open .path3:before {
  content: "\e9ff";
  position: absolute;
  left: 0;
}

/* line 1319, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-book-open .path4:before {
  content: "\ea00";
  position: absolute;
  left: 0;
}

/* line 1324, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-book-square .path1:before {
  content: "\ea01";
  opacity: 0.3;
}

/* line 1329, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-book-square .path2:before {
  content: "\ea02";
  position: absolute;
  left: 0;
}

/* line 1334, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-book-square .path3:before {
  content: "\ea03";
  position: absolute;
  left: 0;
}

/* line 1339, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-book .path1:before {
  content: "\ea04";
  opacity: 0.3;
}

/* line 1344, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-book .path2:before {
  content: "\ea05";
  position: absolute;
  left: 0;
}

/* line 1349, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-book .path3:before {
  content: "\ea06";
  position: absolute;
  left: 0;
}

/* line 1354, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-book .path4:before {
  content: "\ea07";
  position: absolute;
  left: 0;
}

/* line 1359, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-bookmark-2 .path1:before {
  content: "\ea08";
  opacity: 0.3;
}

/* line 1364, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-bookmark-2 .path2:before {
  content: "\ea09";
  position: absolute;
  left: 0;
}

/* line 1369, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-bookmark .path1:before {
  content: "\ea0a";
  opacity: 0.3;
}

/* line 1374, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-bookmark .path2:before {
  content: "\ea0b";
  position: absolute;
  left: 0;
}

/* line 1379, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-bootstrap .path1:before {
  content: "\ea0c";
  opacity: 0.3;
}

/* line 1384, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-bootstrap .path2:before {
  content: "\ea0d";
  position: absolute;
  left: 0;
}

/* line 1389, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-bootstrap .path3:before {
  content: "\ea0e";
  position: absolute;
  left: 0;
}

/* line 1394, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-briefcase .path1:before {
  content: "\ea0f";
  opacity: 0.3;
}

/* line 1399, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-briefcase .path2:before {
  content: "\ea10";
  position: absolute;
  left: 0;
}

/* line 1404, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-brifecase-cros .path1:before {
  content: "\ea11";
  opacity: 0.3;
}

/* line 1409, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-brifecase-cros .path2:before {
  content: "\ea12";
  position: absolute;
  left: 0;
}

/* line 1414, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-brifecase-cros .path3:before {
  content: "\ea13";
  position: absolute;
  left: 0;
}

/* line 1419, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-brifecase-tick .path1:before {
  content: "\ea14";
  opacity: 0.3;
}

/* line 1424, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-brifecase-tick .path2:before {
  content: "\ea15";
  position: absolute;
  left: 0;
}

/* line 1429, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-brifecase-tick .path3:before {
  content: "\ea16";
  position: absolute;
  left: 0;
}

/* line 1434, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-brifecase-timer .path1:before {
  content: "\ea17";
  opacity: 0.3;
}

/* line 1439, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-brifecase-timer .path2:before {
  content: "\ea18";
  position: absolute;
  left: 0;
}

/* line 1444, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-brifecase-timer .path3:before {
  content: "\ea19";
  position: absolute;
  left: 0;
}

/* line 1449, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-brush .path1:before {
  content: "\ea1a";
  opacity: 0.3;
}

/* line 1454, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-brush .path2:before {
  content: "\ea1b";
  position: absolute;
  left: 0;
}

/* line 1459, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-bucket-square .path1:before {
  content: "\ea1c";
  opacity: 0.3;
}

/* line 1464, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-bucket-square .path2:before {
  content: "\ea1d";
  position: absolute;
  left: 0;
}

/* line 1469, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-bucket-square .path3:before {
  content: "\ea1e";
  position: absolute;
  left: 0;
}

/* line 1474, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-bucket .path1:before {
  content: "\ea1f";
  opacity: 0.3;
}

/* line 1479, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-bucket .path2:before {
  content: "\ea20";
  position: absolute;
  left: 0;
}

/* line 1484, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-bucket .path3:before {
  content: "\ea21";
  position: absolute;
  left: 0;
}

/* line 1489, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-bucket .path4:before {
  content: "\ea22";
  position: absolute;
  left: 0;
}

/* line 1494, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-burger-menu-1 .path1:before {
  content: "\ea23";
  opacity: 0.3;
}

/* line 1499, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-burger-menu-1 .path2:before {
  content: "\ea24";
  position: absolute;
  left: 0;
}

/* line 1504, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-burger-menu-1 .path3:before {
  content: "\ea25";
  position: absolute;
  left: 0;
}

/* line 1509, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-burger-menu-1 .path4:before {
  content: "\ea26";
  position: absolute;
  left: 0;
}

/* line 1514, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-burger-menu-2 .path1:before {
  content: "\ea27";
  opacity: 0.3;
}

/* line 1519, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-burger-menu-2 .path2:before {
  content: "\ea28";
  position: absolute;
  left: 0;
}

/* line 1524, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-burger-menu-2 .path3:before {
  content: "\ea29";
  position: absolute;
  left: 0;
}

/* line 1529, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-burger-menu-2 .path4:before {
  content: "\ea2a";
  position: absolute;
  left: 0;
}

/* line 1534, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-burger-menu-2 .path5:before {
  content: "\ea2b";
  position: absolute;
  left: 0;
}

/* line 1539, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-burger-menu-2 .path6:before {
  content: "\ea2c";
  position: absolute;
  left: 0;
}

/* line 1544, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-burger-menu-2 .path7:before {
  content: "\ea2d";
  position: absolute;
  left: 0;
}

/* line 1549, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-burger-menu-2 .path8:before {
  content: "\ea2e";
  position: absolute;
  left: 0;
}

/* line 1554, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-burger-menu-2 .path9:before {
  content: "\ea2f";
  position: absolute;
  left: 0;
}

/* line 1559, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-burger-menu-2 .path10:before {
  content: "\ea30";
  position: absolute;
  left: 0;
}

/* line 1564, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-burger-menu-3 .path1:before {
  content: "\ea31";
  opacity: 0.3;
}

/* line 1569, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-burger-menu-3 .path2:before {
  content: "\ea32";
  position: absolute;
  left: 0;
}

/* line 1574, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-burger-menu-3 .path3:before {
  content: "\ea33";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 1580, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-burger-menu-3 .path4:before {
  content: "\ea34";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 1586, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-burger-menu-3 .path5:before {
  content: "\ea35";
  position: absolute;
  left: 0;
}

/* line 1591, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-burger-menu-3 .path6:before {
  content: "\ea36";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 1597, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-burger-menu-3 .path7:before {
  content: "\ea37";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 1603, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-burger-menu-3 .path8:before {
  content: "\ea38";
  position: absolute;
  left: 0;
}

/* line 1608, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-burger-menu-3 .path9:before {
  content: "\ea39";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 1614, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-burger-menu-4:before {
  content: "\ea3a";
}

/* line 1617, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-burger-menu-5:before {
  content: "\ea3b";
}

/* line 1620, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-burger-menu-6:before {
  content: "\ea3c";
}

/* line 1623, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-burger-menu .path1:before {
  content: "\ea3d";
  opacity: 0.3;
}

/* line 1628, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-burger-menu .path2:before {
  content: "\ea3e";
  position: absolute;
  left: 0;
}

/* line 1633, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-burger-menu .path3:before {
  content: "\ea3f";
  position: absolute;
  left: 0;
}

/* line 1638, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-burger-menu .path4:before {
  content: "\ea40";
  position: absolute;
  left: 0;
}

/* line 1643, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-bus .path1:before {
  content: "\ea41";
  opacity: 0.3;
}

/* line 1648, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-bus .path2:before {
  content: "\ea42";
  position: absolute;
  left: 0;
}

/* line 1653, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-bus .path3:before {
  content: "\ea43";
  position: absolute;
  left: 0;
}

/* line 1658, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-bus .path4:before {
  content: "\ea44";
  position: absolute;
  left: 0;
}

/* line 1663, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-bus .path5:before {
  content: "\ea45";
  position: absolute;
  left: 0;
}

/* line 1668, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calculator .path1:before {
  content: "\ea46";
  opacity: 0.3;
}

/* line 1673, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calculator .path2:before {
  content: "\ea47";
  position: absolute;
  left: 0;
}

/* line 1678, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calculator .path3:before {
  content: "\ea48";
  position: absolute;
  left: 0;
}

/* line 1683, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calculator .path4:before {
  content: "\ea49";
  position: absolute;
  left: 0;
}

/* line 1688, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calculator .path5:before {
  content: "\ea4a";
  position: absolute;
  left: 0;
}

/* line 1693, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calculator .path6:before {
  content: "\ea4b";
  position: absolute;
  left: 0;
}

/* line 1698, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-2 .path1:before {
  content: "\ea4c";
  opacity: 0.3;
}

/* line 1703, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-2 .path2:before {
  content: "\ea4d";
  position: absolute;
  left: 0;
}

/* line 1708, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-2 .path3:before {
  content: "\ea4e";
  position: absolute;
  left: 0;
}

/* line 1713, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-2 .path4:before {
  content: "\ea4f";
  position: absolute;
  left: 0;
}

/* line 1718, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-2 .path5:before {
  content: "\ea50";
  position: absolute;
  left: 0;
}

/* line 1723, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-8 .path1:before {
  content: "\ea51";
  opacity: 0.3;
}

/* line 1728, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-8 .path2:before {
  content: "\ea52";
  position: absolute;
  left: 0;
}

/* line 1733, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-8 .path3:before {
  content: "\ea53";
  position: absolute;
  left: 0;
}

/* line 1738, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-8 .path4:before {
  content: "\ea54";
  position: absolute;
  left: 0;
}

/* line 1743, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-8 .path5:before {
  content: "\ea55";
  position: absolute;
  left: 0;
}

/* line 1748, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-8 .path6:before {
  content: "\ea56";
  position: absolute;
  left: 0;
}

/* line 1753, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-add .path1:before {
  content: "\ea57";
  opacity: 0.3;
}

/* line 1758, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-add .path2:before {
  content: "\ea58";
  position: absolute;
  left: 0;
}

/* line 1763, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-add .path3:before {
  content: "\ea59";
  position: absolute;
  left: 0;
}

/* line 1768, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-add .path4:before {
  content: "\ea5a";
  position: absolute;
  left: 0;
}

/* line 1773, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-add .path5:before {
  content: "\ea5b";
  position: absolute;
  left: 0;
}

/* line 1778, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-add .path6:before {
  content: "\ea5c";
  position: absolute;
  left: 0;
}

/* line 1783, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-edit .path1:before {
  content: "\ea5d";
  opacity: 0.3;
}

/* line 1788, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-edit .path2:before {
  content: "\ea5e";
  position: absolute;
  left: 0;
}

/* line 1793, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-edit .path3:before {
  content: "\ea5f";
  position: absolute;
  left: 0;
}

/* line 1798, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-remove .path1:before {
  content: "\ea60";
  opacity: 0.3;
}

/* line 1803, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-remove .path2:before {
  content: "\ea61";
  position: absolute;
  left: 0;
}

/* line 1808, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-remove .path3:before {
  content: "\ea62";
  position: absolute;
  left: 0;
}

/* line 1813, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-remove .path4:before {
  content: "\ea63";
  position: absolute;
  left: 0;
}

/* line 1818, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-remove .path5:before {
  content: "\ea64";
  position: absolute;
  left: 0;
}

/* line 1823, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-remove .path6:before {
  content: "\ea65";
  position: absolute;
  left: 0;
}

/* line 1828, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-search .path1:before {
  content: "\ea66";
  opacity: 0.3;
}

/* line 1833, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-search .path2:before {
  content: "\ea67";
  position: absolute;
  left: 0;
}

/* line 1838, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-search .path3:before {
  content: "\ea68";
  position: absolute;
  left: 0;
}

/* line 1843, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-search .path4:before {
  content: "\ea69";
  position: absolute;
  left: 0;
}

/* line 1848, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-tick .path1:before {
  content: "\ea6a";
  opacity: 0.3;
}

/* line 1853, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-tick .path2:before {
  content: "\ea6b";
  position: absolute;
  left: 0;
}

/* line 1858, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-tick .path3:before {
  content: "\ea6c";
  position: absolute;
  left: 0;
}

/* line 1863, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-tick .path4:before {
  content: "\ea6d";
  position: absolute;
  left: 0;
}

/* line 1868, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-tick .path5:before {
  content: "\ea6e";
  position: absolute;
  left: 0;
}

/* line 1873, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar-tick .path6:before {
  content: "\ea6f";
  position: absolute;
  left: 0;
}

/* line 1878, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar .path1:before {
  content: "\ea70";
  opacity: 0.3;
}

/* line 1883, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-calendar .path2:before {
  content: "\ea71";
  position: absolute;
  left: 0;
}

/* line 1888, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-call .path1:before {
  content: "\ea72";
  opacity: 0.3;
}

/* line 1893, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-call .path2:before {
  content: "\ea73";
  position: absolute;
  left: 0;
}

/* line 1898, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-call .path3:before {
  content: "\ea74";
  position: absolute;
  left: 0;
}

/* line 1903, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-call .path4:before {
  content: "\ea75";
  position: absolute;
  left: 0;
}

/* line 1908, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-call .path5:before {
  content: "\ea76";
  position: absolute;
  left: 0;
}

/* line 1913, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-call .path6:before {
  content: "\ea77";
  position: absolute;
  left: 0;
}

/* line 1918, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-call .path7:before {
  content: "\ea78";
  position: absolute;
  left: 0;
}

/* line 1923, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-call .path8:before {
  content: "\ea79";
  position: absolute;
  left: 0;
}

/* line 1928, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-capsule .path1:before {
  content: "\ea7a";
  opacity: 0.3;
}

/* line 1933, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-capsule .path2:before {
  content: "\ea7b";
  position: absolute;
  left: 0;
}

/* line 1938, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-car-2 .path1:before {
  content: "\ea7c";
}

/* line 1942, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-car-2 .path2:before {
  content: "\ea7d";
  position: absolute;
  left: 0;
}

/* line 1947, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-car-2 .path3:before {
  content: "\ea7e";
  position: absolute;
  left: 0;
}

/* line 1952, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-car-2 .path4:before {
  content: "\ea7f";
  position: absolute;
  left: 0;
}

/* line 1957, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-car-2 .path5:before {
  content: "\ea80";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 1963, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-car-2 .path6:before {
  content: "\ea81";
  position: absolute;
  left: 0;
}

/* line 1968, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-car-3 .path1:before {
  content: "\ea82";
}

/* line 1972, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-car-3 .path2:before {
  content: "\ea83";
  position: absolute;
  left: 0;
}

/* line 1977, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-car-3 .path3:before {
  content: "\ea84";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 1983, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-car .path1:before {
  content: "\ea85";
  opacity: 0.3;
}

/* line 1988, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-car .path2:before {
  content: "\ea86";
  position: absolute;
  left: 0;
}

/* line 1993, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-car .path3:before {
  content: "\ea87";
  position: absolute;
  left: 0;
}

/* line 1998, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-car .path4:before {
  content: "\ea88";
  position: absolute;
  left: 0;
}

/* line 2003, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-car .path5:before {
  content: "\ea89";
  position: absolute;
  left: 0;
}

/* line 2008, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-category .path1:before {
  content: "\ea8a";
}

/* line 2012, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-category .path2:before {
  content: "\ea8b";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2018, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-category .path3:before {
  content: "\ea8c";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2024, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-category .path4:before {
  content: "\ea8d";
  position: absolute;
  left: 0;
}

/* line 2029, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-cd .path1:before {
  content: "\ea8e";
}

/* line 2033, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-cd .path2:before {
  content: "\ea8f";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2039, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-celsius .path1:before {
  content: "\ea90";
}

/* line 2043, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-celsius .path2:before {
  content: "\ea91";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2049, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-line-down-2 .path1:before {
  content: "\ea92";
  opacity: 0.3;
}

/* line 2054, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-line-down-2 .path2:before {
  content: "\ea93";
  position: absolute;
  left: 0;
}

/* line 2059, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-line-down-2 .path3:before {
  content: "\ea94";
  position: absolute;
  left: 0;
}

/* line 2064, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-line-down .path1:before {
  content: "\ea95";
  opacity: 0.3;
}

/* line 2069, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-line-down .path2:before {
  content: "\ea96";
  position: absolute;
  left: 0;
}

/* line 2074, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-line-star .path1:before {
  content: "\ea97";
}

/* line 2078, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-line-star .path2:before {
  content: "\ea98";
  position: absolute;
  left: 0;
}

/* line 2083, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-line-star .path3:before {
  content: "\ea99";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2089, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-line-up-2 .path1:before {
  content: "\ea9a";
}

/* line 2093, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-line-up-2 .path2:before {
  content: "\ea9b";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2099, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-line-up .path1:before {
  content: "\ea9c";
}

/* line 2103, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-line-up .path2:before {
  content: "\ea9d";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2109, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-line .path1:before {
  content: "\ea9e";
  opacity: 0.3;
}

/* line 2114, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-line .path2:before {
  content: "\ea9f";
  position: absolute;
  left: 0;
}

/* line 2119, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-pie-3 .path1:before {
  content: "\eaa0";
}

/* line 2123, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-pie-3 .path2:before {
  content: "\eaa1";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2129, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-pie-3 .path3:before {
  content: "\eaa2";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2135, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-pie-4 .path1:before {
  content: "\eaa3";
}

/* line 2139, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-pie-4 .path2:before {
  content: "\eaa4";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2145, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-pie-4 .path3:before {
  content: "\eaa5";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2151, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-pie-simple .path1:before {
  content: "\eaa6";
}

/* line 2155, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-pie-simple .path2:before {
  content: "\eaa7";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2161, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-pie-too .path1:before {
  content: "\eaa8";
  opacity: 0.3;
}

/* line 2166, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-pie-too .path2:before {
  content: "\eaa9";
  position: absolute;
  left: 0;
}

/* line 2171, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-simple-2 .path1:before {
  content: "\eaaa";
  opacity: 0.3;
}

/* line 2176, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-simple-2 .path2:before {
  content: "\eaab";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2182, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-simple-2 .path3:before {
  content: "\eaac";
  position: absolute;
  left: 0;
}

/* line 2187, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-simple-2 .path4:before {
  content: "\eaad";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2193, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-simple-3 .path1:before {
  content: "\eaae";
  opacity: 0.3;
}

/* line 2198, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-simple-3 .path2:before {
  content: "\eaaf";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2204, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-simple-3 .path3:before {
  content: "\eab0";
  position: absolute;
  left: 0;
}

/* line 2209, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-simple-3 .path4:before {
  content: "\eab1";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2215, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-simple .path1:before {
  content: "\eab2";
  opacity: 0.3;
}

/* line 2220, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-simple .path2:before {
  content: "\eab3";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2226, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-simple .path3:before {
  content: "\eab4";
  position: absolute;
  left: 0;
}

/* line 2231, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart-simple .path4:before {
  content: "\eab5";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2237, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart .path1:before {
  content: "\eab6";
}

/* line 2241, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chart .path2:before {
  content: "\eab7";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2247, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-check-circle .path1:before {
  content: "\eab8";
  opacity: 0.3;
}

/* line 2252, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-check-circle .path2:before {
  content: "\eab9";
  position: absolute;
  left: 0;
}

/* line 2257, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-check-square .path1:before {
  content: "\eaba";
  opacity: 0.3;
}

/* line 2262, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-check-square .path2:before {
  content: "\eabb";
  position: absolute;
  left: 0;
}

/* line 2267, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-check:before {
  content: "\eabc";
}

/* line 2270, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-cheque .path1:before {
  content: "\eabd";
}

/* line 2274, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-cheque .path2:before {
  content: "\eabe";
  position: absolute;
  left: 0;
}

/* line 2279, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-cheque .path3:before {
  content: "\eabf";
  position: absolute;
  left: 0;
}

/* line 2284, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-cheque .path4:before {
  content: "\eac0";
  position: absolute;
  left: 0;
}

/* line 2289, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-cheque .path5:before {
  content: "\eac1";
  position: absolute;
  left: 0;
}

/* line 2294, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-cheque .path6:before {
  content: "\eac2";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2300, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-cheque .path7:before {
  content: "\eac3";
  position: absolute;
  left: 0;
}

/* line 2305, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chrome .path1:before {
  content: "\eac4";
  opacity: 0.3;
}

/* line 2310, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-chrome .path2:before {
  content: "\eac5";
  position: absolute;
  left: 0;
}

/* line 2315, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-classmates .path1:before {
  content: "\eac6";
}

/* line 2319, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-classmates .path2:before {
  content: "\eac7";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2325, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-click .path1:before {
  content: "\eac8";
}

/* line 2329, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-click .path2:before {
  content: "\eac9";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2335, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-click .path3:before {
  content: "\eaca";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2341, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-click .path4:before {
  content: "\eacb";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2347, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-click .path5:before {
  content: "\eacc";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2353, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-clipboard .path1:before {
  content: "\eacd";
  opacity: 0.3;
}

/* line 2358, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-clipboard .path2:before {
  content: "\eace";
  position: absolute;
  left: 0;
}

/* line 2363, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-clipboard .path3:before {
  content: "\eacf";
  position: absolute;
  left: 0;
}

/* line 2368, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-cloud-add .path1:before {
  content: "\ead0";
}

/* line 2372, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-cloud-add .path2:before {
  content: "\ead1";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2378, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-cloud-change .path1:before {
  content: "\ead2";
}

/* line 2382, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-cloud-change .path2:before {
  content: "\ead3";
  position: absolute;
  left: 0;
}

/* line 2387, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-cloud-change .path3:before {
  content: "\ead4";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2393, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-cloud-download .path1:before {
  content: "\ead5";
  opacity: 0.3;
}

/* line 2398, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-cloud-download .path2:before {
  content: "\ead6";
  position: absolute;
  left: 0;
}

/* line 2403, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-cloud:before {
  content: "\ead7";
}

/* line 2406, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-code .path1:before {
  content: "\ead8";
  opacity: 0.3;
}

/* line 2411, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-code .path2:before {
  content: "\ead9";
  position: absolute;
  left: 0;
}

/* line 2416, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-code .path3:before {
  content: "\eada";
  position: absolute;
  left: 0;
}

/* line 2421, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-code .path4:before {
  content: "\eadb";
  position: absolute;
  left: 0;
}

/* line 2426, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-coffee .path1:before {
  content: "\eadc";
  opacity: 0.3;
}

/* line 2431, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-coffee .path2:before {
  content: "\eadd";
  position: absolute;
  left: 0;
}

/* line 2436, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-coffee .path3:before {
  content: "\eade";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2442, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-coffee .path4:before {
  content: "\eadf";
  position: absolute;
  left: 0;
}

/* line 2447, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-coffee .path5:before {
  content: "\eae0";
  position: absolute;
  left: 0;
}

/* line 2452, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-coffee .path6:before {
  content: "\eae1";
  position: absolute;
  left: 0;
}

/* line 2457, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-color-swatch .path1:before {
  content: "\eae2";
  opacity: 0.3;
}

/* line 2462, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-color-swatch .path2:before {
  content: "\eae3";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2468, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-color-swatch .path3:before {
  content: "\eae4";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2474, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-color-swatch .path4:before {
  content: "\eae5";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2480, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-color-swatch .path5:before {
  content: "\eae6";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2486, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-color-swatch .path6:before {
  content: "\eae7";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2492, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-color-swatch .path7:before {
  content: "\eae8";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2498, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-color-swatch .path8:before {
  content: "\eae9";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2504, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-color-swatch .path9:before {
  content: "\eaea";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2510, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-color-swatch .path10:before {
  content: "\eaeb";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2516, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-color-swatch .path11:before {
  content: "\eaec";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2522, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-color-swatch .path12:before {
  content: "\eaed";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2528, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-color-swatch .path13:before {
  content: "\eaee";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2534, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-color-swatch .path14:before {
  content: "\eaef";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2540, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-color-swatch .path15:before {
  content: "\eaf0";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2546, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-color-swatch .path16:before {
  content: "\eaf1";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2552, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-color-swatch .path17:before {
  content: "\eaf2";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2558, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-color-swatch .path18:before {
  content: "\eaf3";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2564, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-color-swatch .path19:before {
  content: "\eaf4";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2570, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-color-swatch .path20:before {
  content: "\eaf5";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2576, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-color-swatch .path21:before {
  content: "\eaf6";
  position: absolute;
  left: 0;
}

/* line 2581, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-colors-square .path1:before {
  content: "\eaf7";
  opacity: 0.3;
}

/* line 2586, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-colors-square .path2:before {
  content: "\eaf8";
  position: absolute;
  left: 0;
}

/* line 2591, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-colors-square .path3:before {
  content: "\eaf9";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2597, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-colors-square .path4:before {
  content: "\eafa";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2603, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-compass .path1:before {
  content: "\eafb";
}

/* line 2607, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-compass .path2:before {
  content: "\eafc";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2613, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-copy-success .path1:before {
  content: "\eafd";
}

/* line 2617, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-copy-success .path2:before {
  content: "\eafe";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2623, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-copy:before {
  content: "\eaff";
}

/* line 2626, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-courier-express .path1:before {
  content: "\eb00";
}

/* line 2630, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-courier-express .path2:before {
  content: "\eb01";
  position: absolute;
  left: 0;
}

/* line 2635, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-courier-express .path3:before {
  content: "\eb02";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2641, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-courier-express .path4:before {
  content: "\eb03";
  position: absolute;
  left: 0;
}

/* line 2646, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-courier-express .path5:before {
  content: "\eb04";
  position: absolute;
  left: 0;
}

/* line 2651, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-courier-express .path6:before {
  content: "\eb05";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2657, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-courier-express .path7:before {
  content: "\eb06";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2663, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-courier .path1:before {
  content: "\eb07";
}

/* line 2667, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-courier .path2:before {
  content: "\eb08";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2673, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-courier .path3:before {
  content: "\eb09";
  position: absolute;
  left: 0;
}

/* line 2678, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-credit-cart .path1:before {
  content: "\eb0a";
  opacity: 0.3;
}

/* line 2683, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-credit-cart .path2:before {
  content: "\eb0b";
  position: absolute;
  left: 0;
}

/* line 2688, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-cross-circle .path1:before {
  content: "\eb0c";
  opacity: 0.3;
}

/* line 2693, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-cross-circle .path2:before {
  content: "\eb0d";
  position: absolute;
  left: 0;
}

/* line 2698, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-cross-square .path1:before {
  content: "\eb0e";
  opacity: 0.3;
}

/* line 2703, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-cross-square .path2:before {
  content: "\eb0f";
  position: absolute;
  left: 0;
}

/* line 2708, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-cross .path1:before {
  content: "\eb10";
}

/* line 2712, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-cross .path2:before {
  content: "\eb11";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2718, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-crown-2 .path1:before {
  content: "\eb12";
  opacity: 0.3;
}

/* line 2723, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-crown-2 .path2:before {
  content: "\eb13";
  position: absolute;
  left: 0;
}

/* line 2728, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-crown-2 .path3:before {
  content: "\eb14";
  position: absolute;
  left: 0;
}

/* line 2733, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-crown .path1:before {
  content: "\eb15";
  opacity: 0.3;
}

/* line 2738, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-crown .path2:before {
  content: "\eb16";
  position: absolute;
  left: 0;
}

/* line 2743, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-css .path1:before {
  content: "\eb17";
  opacity: 0.3;
}

/* line 2748, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-css .path2:before {
  content: "\eb18";
  position: absolute;
  left: 0;
}

/* line 2753, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-cube-2 .path1:before {
  content: "\eb19";
  opacity: 0.3;
}

/* line 2758, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-cube-2 .path2:before {
  content: "\eb1a";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2764, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-cube-2 .path3:before {
  content: "\eb1b";
  position: absolute;
  left: 0;
}

/* line 2769, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-cube-3 .path1:before {
  content: "\eb1c";
  opacity: 0.3;
}

/* line 2774, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-cube-3 .path2:before {
  content: "\eb1d";
  position: absolute;
  left: 0;
}

/* line 2779, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-cup .path1:before {
  content: "\eb1e";
  opacity: 0.3;
}

/* line 2784, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-cup .path2:before {
  content: "\eb1f";
  position: absolute;
  left: 0;
}

/* line 2789, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dash .path1:before {
  content: "\eb20";
  opacity: 0.3;
}

/* line 2794, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dash .path2:before {
  content: "\eb21";
  position: absolute;
  left: 0;
}

/* line 2799, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-data .path1:before {
  content: "\eb22";
}

/* line 2803, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-data .path2:before {
  content: "\eb23";
  position: absolute;
  left: 0;
}

/* line 2808, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-data .path3:before {
  content: "\eb24";
  position: absolute;
  left: 0;
}

/* line 2813, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-data .path4:before {
  content: "\eb25";
  position: absolute;
  left: 0;
}

/* line 2818, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-data .path5:before {
  content: "\eb26";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2824, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delete-files .path1:before {
  content: "\eb27";
}

/* line 2828, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delete-files .path2:before {
  content: "\eb28";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2834, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delete-folder .path1:before {
  content: "\eb29";
  opacity: 0.3;
}

/* line 2839, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delete-folder .path2:before {
  content: "\eb2a";
  position: absolute;
  left: 0;
}

/* line 2844, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery-2 .path1:before {
  content: "\eb2b";
  opacity: 0.3;
}

/* line 2849, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery-2 .path2:before {
  content: "\eb2c";
  position: absolute;
  left: 0;
}

/* line 2854, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery-2 .path3:before {
  content: "\eb2d";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2860, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery-2 .path4:before {
  content: "\eb2e";
  position: absolute;
  left: 0;
}

/* line 2865, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery-2 .path5:before {
  content: "\eb2f";
  position: absolute;
  left: 0;
}

/* line 2870, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery-2 .path6:before {
  content: "\eb30";
  position: absolute;
  left: 0;
}

/* line 2875, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery-2 .path7:before {
  content: "\eb31";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2881, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery-2 .path8:before {
  content: "\eb32";
  position: absolute;
  left: 0;
}

/* line 2886, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery-2 .path9:before {
  content: "\eb33";
  position: absolute;
  left: 0;
}

/* line 2891, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery-3 .path1:before {
  content: "\eb34";
  opacity: 0.3;
}

/* line 2896, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery-3 .path2:before {
  content: "\eb35";
  position: absolute;
  left: 0;
}

/* line 2901, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery-3 .path3:before {
  content: "\eb36";
  position: absolute;
  left: 0;
}

/* line 2906, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery-24 .path1:before {
  content: "\eb37";
}

/* line 2910, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery-24 .path2:before {
  content: "\eb38";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2916, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery-24 .path3:before {
  content: "\eb39";
  position: absolute;
  left: 0;
}

/* line 2921, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery-24 .path4:before {
  content: "\eb3a";
  position: absolute;
  left: 0;
}

/* line 2926, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery-door .path1:before {
  content: "\eb3b";
  opacity: 0.3;
}

/* line 2931, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery-door .path2:before {
  content: "\eb3c";
  position: absolute;
  left: 0;
}

/* line 2936, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery-door .path3:before {
  content: "\eb3d";
  position: absolute;
  left: 0;
}

/* line 2941, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery-door .path4:before {
  content: "\eb3e";
  position: absolute;
  left: 0;
}

/* line 2946, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery-geolocation .path1:before {
  content: "\eb3f";
}

/* line 2950, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery-geolocation .path2:before {
  content: "\eb40";
  position: absolute;
  left: 0;
}

/* line 2955, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery-geolocation .path3:before {
  content: "\eb41";
  position: absolute;
  left: 0;
}

/* line 2960, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery-geolocation .path4:before {
  content: "\eb42";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2966, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery-geolocation .path5:before {
  content: "\eb43";
  position: absolute;
  left: 0;
}

/* line 2971, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery-time .path1:before {
  content: "\eb44";
}

/* line 2975, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery-time .path2:before {
  content: "\eb45";
  position: absolute;
  left: 0;
}

/* line 2980, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery-time .path3:before {
  content: "\eb46";
  position: absolute;
  left: 0;
}

/* line 2985, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery-time .path4:before {
  content: "\eb47";
  position: absolute;
  left: 0;
}

/* line 2990, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery-time .path5:before {
  content: "\eb48";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 2996, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery .path1:before {
  content: "\eb49";
}

/* line 3000, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery .path2:before {
  content: "\eb4a";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3006, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery .path3:before {
  content: "\eb4b";
  position: absolute;
  left: 0;
}

/* line 3011, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery .path4:before {
  content: "\eb4c";
  position: absolute;
  left: 0;
}

/* line 3016, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-delivery .path5:before {
  content: "\eb4d";
  position: absolute;
  left: 0;
}

/* line 3021, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-design-2 .path1:before {
  content: "\eb4e";
  opacity: 0.3;
}

/* line 3026, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-design-2 .path2:before {
  content: "\eb4f";
  position: absolute;
  left: 0;
}

/* line 3031, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-design-frame .path1:before {
  content: "\eb50";
  opacity: 0.3;
}

/* line 3036, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-design-frame .path2:before {
  content: "\eb51";
  position: absolute;
  left: 0;
}

/* line 3041, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-design-mask .path1:before {
  content: "\eb52";
  opacity: 0.3;
}

/* line 3046, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-design-mask .path2:before {
  content: "\eb53";
  position: absolute;
  left: 0;
}

/* line 3051, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-design .path1:before {
  content: "\eb54";
  opacity: 0.3;
}

/* line 3056, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-design .path2:before {
  content: "\eb55";
  position: absolute;
  left: 0;
}

/* line 3061, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-devices-2 .path1:before {
  content: "\eb56";
  opacity: 0.3;
}

/* line 3066, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-devices-2 .path2:before {
  content: "\eb57";
  position: absolute;
  left: 0;
}

/* line 3071, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-devices-2 .path3:before {
  content: "\eb58";
  position: absolute;
  left: 0;
}

/* line 3076, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-devices .path1:before {
  content: "\eb59";
  opacity: 0.3;
}

/* line 3081, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-devices .path2:before {
  content: "\eb5a";
  position: absolute;
  left: 0;
}

/* line 3086, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-devices .path3:before {
  content: "\eb5b";
  position: absolute;
  left: 0;
}

/* line 3091, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-devices .path4:before {
  content: "\eb5c";
  position: absolute;
  left: 0;
}

/* line 3096, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-devices .path5:before {
  content: "\eb5d";
  position: absolute;
  left: 0;
}

/* line 3101, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-diamonds .path1:before {
  content: "\eb5e";
}

/* line 3105, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-diamonds .path2:before {
  content: "\eb5f";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3111, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-directbox-default .path1:before {
  content: "\eb60";
}

/* line 3115, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-directbox-default .path2:before {
  content: "\eb61";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3121, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-directbox-default .path3:before {
  content: "\eb62";
  position: absolute;
  left: 0;
}

/* line 3126, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-directbox-default .path4:before {
  content: "\eb63";
  position: absolute;
  left: 0;
}

/* line 3131, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-disconnect .path1:before {
  content: "\eb64";
}

/* line 3135, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-disconnect .path2:before {
  content: "\eb65";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3141, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-disconnect .path3:before {
  content: "\eb66";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3147, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-disconnect .path4:before {
  content: "\eb67";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3153, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-disconnect .path5:before {
  content: "\eb68";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3159, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-discount .path1:before {
  content: "\eb69";
  opacity: 0.3;
}

/* line 3164, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-discount .path2:before {
  content: "\eb6a";
  position: absolute;
  left: 0;
}

/* line 3169, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-disk .path1:before {
  content: "\eb6b";
  opacity: 0.3;
}

/* line 3174, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-disk .path2:before {
  content: "\eb6c";
  position: absolute;
  left: 0;
}

/* line 3179, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dislike .path1:before {
  content: "\eb6d";
}

/* line 3183, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dislike .path2:before {
  content: "\eb6e";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3189, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dj:before {
  content: "\eb6f";
}

/* line 3192, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-document .path1:before {
  content: "\eb70";
  opacity: 0.3;
}

/* line 3197, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-document .path2:before {
  content: "\eb71";
  position: absolute;
  left: 0;
}

/* line 3202, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dollar .path1:before {
  content: "\eb72";
  opacity: 0.3;
}

/* line 3207, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dollar .path2:before {
  content: "\eb73";
  position: absolute;
  left: 0;
}

/* line 3212, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dollar .path3:before {
  content: "\eb74";
  position: absolute;
  left: 0;
}

/* line 3217, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dots-circle-vertical .path1:before {
  content: "\eb75";
  opacity: 0.3;
}

/* line 3222, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dots-circle-vertical .path2:before {
  content: "\eb76";
  position: absolute;
  left: 0;
}

/* line 3227, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dots-circle-vertical .path3:before {
  content: "\eb77";
  position: absolute;
  left: 0;
}

/* line 3232, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dots-circle-vertical .path4:before {
  content: "\eb78";
  position: absolute;
  left: 0;
}

/* line 3237, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dots-circle .path1:before {
  content: "\eb79";
  opacity: 0.3;
}

/* line 3242, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dots-circle .path2:before {
  content: "\eb7a";
  position: absolute;
  left: 0;
}

/* line 3247, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dots-circle .path3:before {
  content: "\eb7b";
  position: absolute;
  left: 0;
}

/* line 3252, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dots-circle .path4:before {
  content: "\eb7c";
  position: absolute;
  left: 0;
}

/* line 3257, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dots-horizontal .path1:before {
  content: "\eb7d";
}

/* line 3261, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dots-horizontal .path2:before {
  content: "\eb7e";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3267, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dots-horizontal .path3:before {
  content: "\eb7f";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3273, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dots-square-vertical .path1:before {
  content: "\eb80";
  opacity: 0.3;
}

/* line 3278, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dots-square-vertical .path2:before {
  content: "\eb81";
  position: absolute;
  left: 0;
}

/* line 3283, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dots-square-vertical .path3:before {
  content: "\eb82";
  position: absolute;
  left: 0;
}

/* line 3288, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dots-square-vertical .path4:before {
  content: "\eb83";
  position: absolute;
  left: 0;
}

/* line 3293, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dots-square .path1:before {
  content: "\eb84";
  opacity: 0.3;
}

/* line 3298, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dots-square .path2:before {
  content: "\eb85";
  position: absolute;
  left: 0;
}

/* line 3303, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dots-square .path3:before {
  content: "\eb86";
  position: absolute;
  left: 0;
}

/* line 3308, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dots-square .path4:before {
  content: "\eb87";
  position: absolute;
  left: 0;
}

/* line 3313, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dots-vertical .path1:before {
  content: "\eb88";
}

/* line 3317, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dots-vertical .path2:before {
  content: "\eb89";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3323, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dots-vertical .path3:before {
  content: "\eb8a";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3329, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-double-check-circle .path1:before {
  content: "\eb8b";
  opacity: 0.3;
}

/* line 3334, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-double-check-circle .path2:before {
  content: "\eb8c";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3340, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-double-check-circle .path3:before {
  content: "\eb8d";
  position: absolute;
  left: 0;
}

/* line 3345, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-double-check .path1:before {
  content: "\eb8e";
}

/* line 3349, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-double-check .path2:before {
  content: "\eb8f";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3355, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-double-down .path1:before {
  content: "\eb90";
}

/* line 3359, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-double-down .path2:before {
  content: "\eb91";
  position: absolute;
  left: 0;
}

/* line 3364, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-double-down .path3:before {
  content: "\eb92";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3370, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-double-left-arrow .path1:before {
  content: "\eb93";
  opacity: 0.3;
}

/* line 3375, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-double-left-arrow .path2:before {
  content: "\eb94";
  position: absolute;
  left: 0;
}

/* line 3380, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-double-left .path1:before {
  content: "\eb95";
}

/* line 3384, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-double-left .path2:before {
  content: "\eb96";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3390, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-double-right-arrow .path1:before {
  content: "\eb97";
  opacity: 0.3;
}

/* line 3395, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-double-right-arrow .path2:before {
  content: "\eb98";
  position: absolute;
  left: 0;
}

/* line 3400, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-double-right .path1:before {
  content: "\eb99";
}

/* line 3404, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-double-right .path2:before {
  content: "\eb9a";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3410, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-double-up .path1:before {
  content: "\eb9b";
}

/* line 3414, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-double-up .path2:before {
  content: "\eb9c";
  position: absolute;
  left: 0;
}

/* line 3419, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-double-up .path3:before {
  content: "\eb9d";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3425, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-down-square .path1:before {
  content: "\eb9e";
  opacity: 0.3;
}

/* line 3430, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-down-square .path2:before {
  content: "\eb9f";
  position: absolute;
  left: 0;
}

/* line 3435, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-down:before {
  content: "\eba0";
}

/* line 3438, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dribbble .path1:before {
  content: "\eba1";
}

/* line 3442, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dribbble .path2:before {
  content: "\eba2";
  position: absolute;
  left: 0;
}

/* line 3447, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dribbble .path3:before {
  content: "\eba3";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3453, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dribbble .path4:before {
  content: "\eba4";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3459, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dribbble .path5:before {
  content: "\eba5";
  position: absolute;
  left: 0;
}

/* line 3464, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dribbble .path6:before {
  content: "\eba6";
  position: absolute;
  left: 0;
}

/* line 3469, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-drop .path1:before {
  content: "\eba7";
}

/* line 3473, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-drop .path2:before {
  content: "\eba8";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3479, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dropbox .path1:before {
  content: "\eba9";
  opacity: 0.4;
}

/* line 3484, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dropbox .path2:before {
  content: "\ebaa";
  position: absolute;
  left: 0;
  opacity: 0.4;
}

/* line 3490, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dropbox .path3:before {
  content: "\ebab";
  position: absolute;
  left: 0;
  opacity: 0.4;
}

/* line 3496, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dropbox .path4:before {
  content: "\ebac";
  position: absolute;
  left: 0;
  opacity: 0.4;
}

/* line 3502, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-dropbox .path5:before {
  content: "\ebad";
  position: absolute;
  left: 0;
}

/* line 3507, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-educare .path1:before {
  content: "\ebae";
  opacity: 0.3;
}

/* line 3512, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-educare .path2:before {
  content: "\ebaf";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3518, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-educare .path3:before {
  content: "\ebb0";
  position: absolute;
  left: 0;
}

/* line 3523, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-educare .path4:before {
  content: "\ebb1";
  position: absolute;
  left: 0;
}

/* line 3528, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-electricity .path1:before {
  content: "\ebb2";
}

/* line 3532, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-electricity .path2:before {
  content: "\ebb3";
  position: absolute;
  left: 0;
}

/* line 3537, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-electricity .path3:before {
  content: "\ebb4";
  position: absolute;
  left: 0;
}

/* line 3542, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-electricity .path4:before {
  content: "\ebb5";
  position: absolute;
  left: 0;
}

/* line 3547, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-electricity .path5:before {
  content: "\ebb6";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3553, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-electricity .path6:before {
  content: "\ebb7";
  position: absolute;
  left: 0;
}

/* line 3558, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-electricity .path7:before {
  content: "\ebb8";
  position: absolute;
  left: 0;
}

/* line 3563, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-electricity .path8:before {
  content: "\ebb9";
  position: absolute;
  left: 0;
}

/* line 3568, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-electricity .path9:before {
  content: "\ebba";
  position: absolute;
  left: 0;
}

/* line 3573, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-electricity .path10:before {
  content: "\ebbb";
  position: absolute;
  left: 0;
}

/* line 3578, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-electronic-clock .path1:before {
  content: "\ebbc";
  opacity: 0.3;
}

/* line 3583, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-electronic-clock .path2:before {
  content: "\ebbd";
  position: absolute;
  left: 0;
}

/* line 3588, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-electronic-clock .path3:before {
  content: "\ebbe";
  position: absolute;
  left: 0;
}

/* line 3593, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-electronic-clock .path4:before {
  content: "\ebbf";
  position: absolute;
  left: 0;
}

/* line 3598, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-1 .path1:before {
  content: "\ebc0";
}

/* line 3602, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-1 .path2:before {
  content: "\ebc1";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3608, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-1 .path3:before {
  content: "\ebc2";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3614, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-1 .path4:before {
  content: "\ebc3";
  position: absolute;
  left: 0;
}

/* line 3619, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-2 .path1:before {
  content: "\ebc4";
}

/* line 3623, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-2 .path2:before {
  content: "\ebc5";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3629, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-3 .path1:before {
  content: "\ebc6";
  opacity: 0.3;
}

/* line 3634, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-3 .path2:before {
  content: "\ebc7";
  position: absolute;
  left: 0;
}

/* line 3639, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-4 .path1:before {
  content: "\ebc8";
}

/* line 3643, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-4 .path2:before {
  content: "\ebc9";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3649, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-5 .path1:before {
  content: "\ebca";
}

/* line 3653, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-5 .path2:before {
  content: "\ebcb";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3659, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-6 .path1:before {
  content: "\ebcc";
  opacity: 0.3;
}

/* line 3664, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-6 .path2:before {
  content: "\ebcd";
  position: absolute;
  left: 0;
}

/* line 3669, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-7 .path1:before {
  content: "\ebce";
}

/* line 3673, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-7 .path2:before {
  content: "\ebcf";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3679, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-8 .path1:before {
  content: "\ebd0";
  opacity: 0.3;
}

/* line 3684, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-8 .path2:before {
  content: "\ebd1";
  position: absolute;
  left: 0;
}

/* line 3689, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-9 .path1:before {
  content: "\ebd2";
  opacity: 0.3;
}

/* line 3694, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-9 .path2:before {
  content: "\ebd3";
  position: absolute;
  left: 0;
}

/* line 3699, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-10 .path1:before {
  content: "\ebd4";
}

/* line 3703, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-10 .path2:before {
  content: "\ebd5";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3709, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-10 .path3:before {
  content: "\ebd6";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3715, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-11 .path1:before {
  content: "\ebd7";
}

/* line 3719, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-11 .path2:before {
  content: "\ebd8";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3725, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-11 .path3:before {
  content: "\ebd9";
  position: absolute;
  left: 0;
}

/* line 3730, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-11 .path4:before {
  content: "\ebda";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3736, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-12 .path1:before {
  content: "\ebdb";
  opacity: 0.3;
}

/* line 3741, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-12 .path2:before {
  content: "\ebdc";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3747, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-12 .path3:before {
  content: "\ebdd";
  position: absolute;
  left: 0;
}

/* line 3752, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-equal .path1:before {
  content: "\ebde";
}

/* line 3756, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-equal .path2:before {
  content: "\ebdf";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3762, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-equal .path3:before {
  content: "\ebe0";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3768, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-equal .path4:before {
  content: "\ebe1";
  position: absolute;
  left: 0;
}

/* line 3773, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-equal .path5:before {
  content: "\ebe2";
  position: absolute;
  left: 0;
}

/* line 3778, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-plus .path1:before {
  content: "\ebe3";
}

/* line 3782, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-plus .path2:before {
  content: "\ebe4";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3788, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-plus .path3:before {
  content: "\ebe5";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3794, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-plus .path4:before {
  content: "\ebe6";
  position: absolute;
  left: 0;
}

/* line 3799, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-element-plus .path5:before {
  content: "\ebe7";
  position: absolute;
  left: 0;
}

/* line 3804, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-emoji-happy .path1:before {
  content: "\ebe8";
  opacity: 0.3;
}

/* line 3809, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-emoji-happy .path2:before {
  content: "\ebe9";
  position: absolute;
  left: 0;
}

/* line 3814, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-emoji-happy .path3:before {
  content: "\ebea";
  position: absolute;
  left: 0;
}

/* line 3819, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-emoji-happy .path4:before {
  content: "\ebeb";
  position: absolute;
  left: 0;
}

/* line 3824, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-enjin-coin .path1:before {
  content: "\ebec";
}

/* line 3828, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-enjin-coin .path2:before {
  content: "\ebed";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3834, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-entrance-left .path1:before {
  content: "\ebee";
}

/* line 3838, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-entrance-left .path2:before {
  content: "\ebef";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3844, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-entrance-right .path1:before {
  content: "\ebf0";
  opacity: 0.3;
}

/* line 3849, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-entrance-right .path2:before {
  content: "\ebf1";
  position: absolute;
  left: 0;
}

/* line 3854, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-eraser .path1:before {
  content: "\ebf2";
  opacity: 0.3;
}

/* line 3859, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-eraser .path2:before {
  content: "\ebf3";
  position: absolute;
  left: 0;
}

/* line 3864, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-eraser .path3:before {
  content: "\ebf4";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3870, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-euro .path1:before {
  content: "\ebf5";
  opacity: 0.3;
}

/* line 3875, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-euro .path2:before {
  content: "\ebf6";
  position: absolute;
  left: 0;
}

/* line 3880, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-euro .path3:before {
  content: "\ebf7";
  position: absolute;
  left: 0;
}

/* line 3885, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-exit-down .path1:before {
  content: "\ebf8";
  opacity: 0.3;
}

/* line 3890, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-exit-down .path2:before {
  content: "\ebf9";
  position: absolute;
  left: 0;
}

/* line 3895, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-exit-left .path1:before {
  content: "\ebfa";
  opacity: 0.3;
}

/* line 3900, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-exit-left .path2:before {
  content: "\ebfb";
  position: absolute;
  left: 0;
}

/* line 3905, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-exit-right-corner .path1:before {
  content: "\ebfc";
  opacity: 0.3;
}

/* line 3910, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-exit-right-corner .path2:before {
  content: "\ebfd";
  position: absolute;
  left: 0;
}

/* line 3915, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-exit-right .path1:before {
  content: "\ebfe";
  opacity: 0.3;
}

/* line 3920, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-exit-right .path2:before {
  content: "\ebff";
  position: absolute;
  left: 0;
}

/* line 3925, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-exit-up .path1:before {
  content: "\ec00";
  opacity: 0.3;
}

/* line 3930, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-exit-up .path2:before {
  content: "\ec01";
  position: absolute;
  left: 0;
}

/* line 3935, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-external-drive .path1:before {
  content: "\ec02";
}

/* line 3939, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-external-drive .path2:before {
  content: "\ec03";
  position: absolute;
  left: 0;
}

/* line 3944, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-external-drive .path3:before {
  content: "\ec04";
  position: absolute;
  left: 0;
}

/* line 3949, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-external-drive .path4:before {
  content: "\ec05";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3955, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-external-drive .path5:before {
  content: "\ec06";
  position: absolute;
  left: 0;
}

/* line 3960, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-eye-slash .path1:before {
  content: "\ec07";
}

/* line 3964, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-eye-slash .path2:before {
  content: "\ec08";
  position: absolute;
  left: 0;
}

/* line 3969, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-eye-slash .path3:before {
  content: "\ec09";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3975, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-eye-slash .path4:before {
  content: "\ec0a";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3981, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-eye .path1:before {
  content: "\ec0b";
}

/* line 3985, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-eye .path2:before {
  content: "\ec0c";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3991, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-eye .path3:before {
  content: "\ec0d";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 3997, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-facebook .path1:before {
  content: "\ec0e";
  opacity: 0.3;
}

/* line 4002, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-facebook .path2:before {
  content: "\ec0f";
  position: absolute;
  left: 0;
}

/* line 4007, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-faceid .path1:before {
  content: "\ec10";
  opacity: 0.3;
}

/* line 4012, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-faceid .path2:before {
  content: "\ec11";
  position: absolute;
  left: 0;
}

/* line 4017, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-faceid .path3:before {
  content: "\ec12";
  position: absolute;
  left: 0;
}

/* line 4022, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-faceid .path4:before {
  content: "\ec13";
  position: absolute;
  left: 0;
}

/* line 4027, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-faceid .path5:before {
  content: "\ec14";
  position: absolute;
  left: 0;
}

/* line 4032, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-faceid .path6:before {
  content: "\ec15";
  position: absolute;
  left: 0;
}

/* line 4037, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-fasten .path1:before {
  content: "\ec16";
  opacity: 0.3;
}

/* line 4042, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-fasten .path2:before {
  content: "\ec17";
  position: absolute;
  left: 0;
}

/* line 4047, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-fat-rows .path1:before {
  content: "\ec18";
}

/* line 4051, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-fat-rows .path2:before {
  content: "\ec19";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 4057, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-feather .path1:before {
  content: "\ec1a";
  opacity: 0.3;
}

/* line 4062, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-feather .path2:before {
  content: "\ec1b";
  position: absolute;
  left: 0;
}

/* line 4067, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-figma .path1:before {
  content: "\ec1c";
  opacity: 0.4;
}

/* line 4072, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-figma .path2:before {
  content: "\ec1d";
  position: absolute;
  left: 0;
  opacity: 0.4;
}

/* line 4078, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-figma .path3:before {
  content: "\ec1e";
  position: absolute;
  left: 0;
}

/* line 4083, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-figma .path4:before {
  content: "\ec1f";
  position: absolute;
  left: 0;
}

/* line 4088, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-figma .path5:before {
  content: "\ec20";
  position: absolute;
  left: 0;
}

/* line 4093, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-file-added .path1:before {
  content: "\ec21";
}

/* line 4097, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-file-added .path2:before {
  content: "\ec22";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 4103, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-file-deleted .path1:before {
  content: "\ec23";
}

/* line 4107, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-file-deleted .path2:before {
  content: "\ec24";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 4113, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-file-down .path1:before {
  content: "\ec25";
  opacity: 0.3;
}

/* line 4118, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-file-down .path2:before {
  content: "\ec26";
  position: absolute;
  left: 0;
}

/* line 4123, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-file-left .path1:before {
  content: "\ec27";
  opacity: 0.3;
}

/* line 4128, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-file-left .path2:before {
  content: "\ec28";
  position: absolute;
  left: 0;
}

/* line 4133, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-file-right .path1:before {
  content: "\ec29";
  opacity: 0.3;
}

/* line 4138, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-file-right .path2:before {
  content: "\ec2a";
  position: absolute;
  left: 0;
}

/* line 4143, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-file-sheet .path1:before {
  content: "\ec2b";
}

/* line 4147, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-file-sheet .path2:before {
  content: "\ec2c";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 4153, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-file-up .path1:before {
  content: "\ec2d";
  opacity: 0.3;
}

/* line 4158, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-file-up .path2:before {
  content: "\ec2e";
  position: absolute;
  left: 0;
}

/* line 4163, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-file .path1:before {
  content: "\ec2f";
}

/* line 4167, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-file .path2:before {
  content: "\ec30";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 4173, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-files-tablet .path1:before {
  content: "\ec31";
}

/* line 4177, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-files-tablet .path2:before {
  content: "\ec32";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 4183, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-filter-edit .path1:before {
  content: "\ec33";
  opacity: 0.3;
}

/* line 4188, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-filter-edit .path2:before {
  content: "\ec34";
  position: absolute;
  left: 0;
}

/* line 4193, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-filter-search .path1:before {
  content: "\ec35";
  opacity: 0.3;
}

/* line 4198, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-filter-search .path2:before {
  content: "\ec36";
  position: absolute;
  left: 0;
}

/* line 4203, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-filter-search .path3:before {
  content: "\ec37";
  position: absolute;
  left: 0;
}

/* line 4208, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-filter-square .path1:before {
  content: "\ec38";
}

/* line 4212, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-filter-square .path2:before {
  content: "\ec39";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 4218, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-filter-tablet .path1:before {
  content: "\ec3a";
  opacity: 0.3;
}

/* line 4223, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-filter-tablet .path2:before {
  content: "\ec3b";
  position: absolute;
  left: 0;
}

/* line 4228, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-filter-tick .path1:before {
  content: "\ec3c";
  opacity: 0.3;
}

/* line 4233, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-filter-tick .path2:before {
  content: "\ec3d";
  position: absolute;
  left: 0;
}

/* line 4238, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-filter .path1:before {
  content: "\ec3e";
}

/* line 4242, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-filter .path2:before {
  content: "\ec3f";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 4248, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-finance-calculator .path1:before {
  content: "\ec40";
  opacity: 0.3;
}

/* line 4253, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-finance-calculator .path2:before {
  content: "\ec41";
  position: absolute;
  left: 0;
}

/* line 4258, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-finance-calculator .path3:before {
  content: "\ec42";
  position: absolute;
  left: 0;
}

/* line 4263, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-finance-calculator .path4:before {
  content: "\ec43";
  position: absolute;
  left: 0;
}

/* line 4268, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-finance-calculator .path5:before {
  content: "\ec44";
  position: absolute;
  left: 0;
}

/* line 4273, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-finance-calculator .path6:before {
  content: "\ec45";
  position: absolute;
  left: 0;
}

/* line 4278, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-finance-calculator .path7:before {
  content: "\ec46";
  position: absolute;
  left: 0;
}

/* line 4283, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-financial-schedule .path1:before {
  content: "\ec47";
  opacity: 0.3;
}

/* line 4288, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-financial-schedule .path2:before {
  content: "\ec48";
  position: absolute;
  left: 0;
}

/* line 4293, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-financial-schedule .path3:before {
  content: "\ec49";
  position: absolute;
  left: 0;
}

/* line 4298, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-financial-schedule .path4:before {
  content: "\ec4a";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 4304, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-fingerprint-scanning .path1:before {
  content: "\ec4b";
}

/* line 4308, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-fingerprint-scanning .path2:before {
  content: "\ec4c";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 4314, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-fingerprint-scanning .path3:before {
  content: "\ec4d";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 4320, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-fingerprint-scanning .path4:before {
  content: "\ec4e";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 4326, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-fingerprint-scanning .path5:before {
  content: "\ec4f";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 4332, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-flag .path1:before {
  content: "\ec50";
  opacity: 0.3;
}

/* line 4337, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-flag .path2:before {
  content: "\ec51";
  position: absolute;
  left: 0;
}

/* line 4342, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-flash-circle .path1:before {
  content: "\ec52";
  opacity: 0.3;
}

/* line 4347, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-flash-circle .path2:before {
  content: "\ec53";
  position: absolute;
  left: 0;
}

/* line 4352, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-flask .path1:before {
  content: "\ec54";
  opacity: 0.3;
}

/* line 4357, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-flask .path2:before {
  content: "\ec55";
  position: absolute;
  left: 0;
}

/* line 4362, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-focus .path1:before {
  content: "\ec56";
  opacity: 0.3;
}

/* line 4367, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-focus .path2:before {
  content: "\ec57";
  position: absolute;
  left: 0;
}

/* line 4372, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-folder-added .path1:before {
  content: "\ec58";
  opacity: 0.3;
}

/* line 4377, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-folder-added .path2:before {
  content: "\ec59";
  position: absolute;
  left: 0;
}

/* line 4382, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-folder-down .path1:before {
  content: "\ec5a";
  opacity: 0.3;
}

/* line 4387, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-folder-down .path2:before {
  content: "\ec5b";
  position: absolute;
  left: 0;
}

/* line 4392, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-folder-up .path1:before {
  content: "\ec5c";
  opacity: 0.3;
}

/* line 4397, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-folder-up .path2:before {
  content: "\ec5d";
  position: absolute;
  left: 0;
}

/* line 4402, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-folder .path1:before {
  content: "\ec5e";
  opacity: 0.3;
}

/* line 4407, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-folder .path2:before {
  content: "\ec5f";
  position: absolute;
  left: 0;
}

/* line 4412, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-frame .path1:before {
  content: "\ec60";
}

/* line 4416, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-frame .path2:before {
  content: "\ec61";
  position: absolute;
  left: 0;
}

/* line 4421, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-frame .path3:before {
  content: "\ec62";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 4427, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-frame .path4:before {
  content: "\ec63";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 4433, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-gear .path1:before {
  content: "\ec64";
  opacity: 0.3;
}

/* line 4438, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-gear .path2:before {
  content: "\ec65";
  position: absolute;
  left: 0;
}

/* line 4443, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-general-mouse .path1:before {
  content: "\ec66";
  opacity: 0.3;
}

/* line 4448, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-general-mouse .path2:before {
  content: "\ec67";
  position: absolute;
  left: 0;
}

/* line 4453, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-geolocation-home .path1:before {
  content: "\ec68";
  opacity: 0.3;
}

/* line 4458, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-geolocation-home .path2:before {
  content: "\ec69";
  position: absolute;
  left: 0;
}

/* line 4463, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-geolocation .path1:before {
  content: "\ec6a";
  opacity: 0.3;
}

/* line 4468, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-geolocation .path2:before {
  content: "\ec6b";
  position: absolute;
  left: 0;
}

/* line 4473, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-ghost .path1:before {
  content: "\ec6c";
}

/* line 4477, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-ghost .path2:before {
  content: "\ec6d";
  position: absolute;
  left: 0;
}

/* line 4482, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-ghost .path3:before {
  content: "\ec6e";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 4488, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-gift .path1:before {
  content: "\ec6f";
  opacity: 0.3;
}

/* line 4493, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-gift .path2:before {
  content: "\ec70";
  position: absolute;
  left: 0;
}

/* line 4498, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-gift .path3:before {
  content: "\ec71";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 4504, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-gift .path4:before {
  content: "\ec72";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 4510, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-github .path1:before {
  content: "\ec73";
  opacity: 0.3;
}

/* line 4515, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-github .path2:before {
  content: "\ec74";
  position: absolute;
  left: 0;
}

/* line 4520, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-glass .path1:before {
  content: "\ec75";
}

/* line 4524, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-glass .path2:before {
  content: "\ec76";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 4530, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-glass .path3:before {
  content: "\ec77";
  position: absolute;
  left: 0;
}

/* line 4535, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-google-play .path1:before {
  content: "\ec78";
  opacity: 0.3;
}

/* line 4540, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-google-play .path2:before {
  content: "\ec79";
  position: absolute;
  left: 0;
}

/* line 4545, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-google .path1:before {
  content: "\ec7a";
  opacity: 0.3;
}

/* line 4550, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-google .path2:before {
  content: "\ec7b";
  position: absolute;
  left: 0;
}

/* line 4555, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-graph-2 .path1:before {
  content: "\ec7c";
  opacity: 0.3;
}

/* line 4560, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-graph-2 .path2:before {
  content: "\ec7d";
  position: absolute;
  left: 0;
}

/* line 4565, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-graph-2 .path3:before {
  content: "\ec7e";
  position: absolute;
  left: 0;
}

/* line 4570, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-graph-3 .path1:before {
  content: "\ec7f";
  opacity: 0.3;
}

/* line 4575, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-graph-3 .path2:before {
  content: "\ec80";
  position: absolute;
  left: 0;
}

/* line 4580, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-graph-4 .path1:before {
  content: "\ec81";
}

/* line 4584, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-graph-4 .path2:before {
  content: "\ec82";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 4590, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-graph-up .path1:before {
  content: "\ec83";
  opacity: 0.3;
}

/* line 4595, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-graph-up .path2:before {
  content: "\ec84";
  position: absolute;
  left: 0;
}

/* line 4600, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-graph-up .path3:before {
  content: "\ec85";
  position: absolute;
  left: 0;
}

/* line 4605, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-graph-up .path4:before {
  content: "\ec86";
  position: absolute;
  left: 0;
}

/* line 4610, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-graph-up .path5:before {
  content: "\ec87";
  position: absolute;
  left: 0;
}

/* line 4615, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-graph-up .path6:before {
  content: "\ec88";
  position: absolute;
  left: 0;
}

/* line 4620, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-graph .path1:before {
  content: "\ec89";
  opacity: 0.3;
}

/* line 4625, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-graph .path2:before {
  content: "\ec8a";
  position: absolute;
  left: 0;
}

/* line 4630, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-graph .path3:before {
  content: "\ec8b";
  position: absolute;
  left: 0;
}

/* line 4635, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-graph .path4:before {
  content: "\ec8c";
  position: absolute;
  left: 0;
}

/* line 4640, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-grid-2 .path1:before {
  content: "\ec8d";
  opacity: 0.3;
}

/* line 4645, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-grid-2 .path2:before {
  content: "\ec8e";
  position: absolute;
  left: 0;
}

/* line 4650, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-grid-frame .path1:before {
  content: "\ec8f";
}

/* line 4654, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-grid-frame .path2:before {
  content: "\ec90";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 4660, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-grid-frame .path3:before {
  content: "\ec91";
  position: absolute;
  left: 0;
}

/* line 4665, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-grid .path1:before {
  content: "\ec92";
  opacity: 0.3;
}

/* line 4670, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-grid .path2:before {
  content: "\ec93";
  position: absolute;
  left: 0;
}

/* line 4675, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-handcart:before {
  content: "\ec94";
}

/* line 4678, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-happy-emoji .path1:before {
  content: "\ec95";
  opacity: 0.3;
}

/* line 4683, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-happy-emoji .path2:before {
  content: "\ec96";
  position: absolute;
  left: 0;
}

/* line 4688, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-heart-circle .path1:before {
  content: "\ec97";
  opacity: 0.3;
}

/* line 4693, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-heart-circle .path2:before {
  content: "\ec98";
  position: absolute;
  left: 0;
}

/* line 4698, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-heart .path1:before {
  content: "\ec99";
  opacity: 0.3;
}

/* line 4703, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-heart .path2:before {
  content: "\ec9a";
  position: absolute;
  left: 0;
}

/* line 4708, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-home-1 .path1:before {
  content: "\ec9b";
  opacity: 0.3;
}

/* line 4713, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-home-1 .path2:before {
  content: "\ec9c";
  position: absolute;
  left: 0;
}

/* line 4718, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-home-2 .path1:before {
  content: "\ec9d";
  opacity: 0.3;
}

/* line 4723, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-home-2 .path2:before {
  content: "\ec9e";
  position: absolute;
  left: 0;
}

/* line 4728, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-home-3 .path1:before {
  content: "\ec9f";
  opacity: 0.3;
}

/* line 4733, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-home-3 .path2:before {
  content: "\eca0";
  position: absolute;
  left: 0;
}

/* line 4738, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-home:before {
  content: "\eca1";
}

/* line 4741, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-html .path1:before {
  content: "\eca2";
  opacity: 0.3;
}

/* line 4746, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-html .path2:before {
  content: "\eca3";
  position: absolute;
  left: 0;
}

/* line 4751, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-icon .path1:before {
  content: "\eca4";
  opacity: 0.3;
}

/* line 4756, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-icon .path2:before {
  content: "\eca5";
  position: absolute;
  left: 0;
}

/* line 4761, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-icon .path3:before {
  content: "\eca6";
  position: absolute;
  left: 0;
}

/* line 4766, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-illustrator .path1:before {
  content: "\eca7";
  opacity: 0.3;
}

/* line 4771, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-illustrator .path2:before {
  content: "\eca8";
  position: absolute;
  left: 0;
}

/* line 4776, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-illustrator .path3:before {
  content: "\eca9";
  position: absolute;
  left: 0;
}

/* line 4781, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-illustrator .path4:before {
  content: "\ecaa";
  position: absolute;
  left: 0;
}

/* line 4786, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-information-2 .path1:before {
  content: "\ecab";
  opacity: 0.3;
}

/* line 4791, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-information-2 .path2:before {
  content: "\ecac";
  position: absolute;
  left: 0;
}

/* line 4796, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-information-2 .path3:before {
  content: "\ecad";
  position: absolute;
  left: 0;
}

/* line 4801, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-information-3 .path1:before {
  content: "\ecae";
  opacity: 0.3;
}

/* line 4806, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-information-3 .path2:before {
  content: "\ecaf";
  position: absolute;
  left: 0;
}

/* line 4811, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-information-3 .path3:before {
  content: "\ecb0";
  position: absolute;
  left: 0;
}

/* line 4816, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-information-4 .path1:before {
  content: "\ecb1";
  opacity: 0.3;
}

/* line 4821, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-information-4 .path2:before {
  content: "\ecb2";
  position: absolute;
  left: 0;
}

/* line 4826, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-information-4 .path3:before {
  content: "\ecb3";
  position: absolute;
  left: 0;
}

/* line 4831, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-information-5 .path1:before {
  content: "\ecb4";
  opacity: 0.3;
}

/* line 4836, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-information-5 .path2:before {
  content: "\ecb5";
  position: absolute;
  left: 0;
}

/* line 4841, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-information-5 .path3:before {
  content: "\ecb6";
  position: absolute;
  left: 0;
}

/* line 4846, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-information .path1:before {
  content: "\ecb7";
  opacity: 0.3;
}

/* line 4851, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-information .path2:before {
  content: "\ecb8";
  position: absolute;
  left: 0;
}

/* line 4856, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-information .path3:before {
  content: "\ecb9";
  position: absolute;
  left: 0;
}

/* line 4861, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-instagram .path1:before {
  content: "\ecba";
  opacity: 0.3;
}

/* line 4866, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-instagram .path2:before {
  content: "\ecbb";
  position: absolute;
  left: 0;
}

/* line 4871, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-joystick .path1:before {
  content: "\ecbc";
}

/* line 4875, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-joystick .path2:before {
  content: "\ecbd";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 4881, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-joystick .path3:before {
  content: "\ecbe";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 4887, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-joystick .path4:before {
  content: "\ecbf";
  position: absolute;
  left: 0;
}

/* line 4892, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-js-2 .path1:before {
  content: "\ecc0";
}

/* line 4896, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-js-2 .path2:before {
  content: "\ecc1";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 4902, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-js .path1:before {
  content: "\ecc2";
}

/* line 4906, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-js .path2:before {
  content: "\ecc3";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 4912, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-kanban .path1:before {
  content: "\ecc4";
}

/* line 4916, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-kanban .path2:before {
  content: "\ecc5";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 4922, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-key-square .path1:before {
  content: "\ecc6";
  opacity: 0.3;
}

/* line 4927, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-key-square .path2:before {
  content: "\ecc7";
  position: absolute;
  left: 0;
}

/* line 4932, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-key .path1:before {
  content: "\ecc8";
  opacity: 0.3;
}

/* line 4937, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-key .path2:before {
  content: "\ecc9";
  position: absolute;
  left: 0;
}

/* line 4942, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-keyboard .path1:before {
  content: "\ecca";
}

/* line 4946, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-keyboard .path2:before {
  content: "\eccb";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 4952, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-laptop .path1:before {
  content: "\eccc";
  opacity: 0.3;
}

/* line 4957, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-laptop .path2:before {
  content: "\eccd";
  position: absolute;
  left: 0;
}

/* line 4962, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-laravel .path1:before {
  content: "\ecce";
  opacity: 0.3;
}

/* line 4967, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-laravel .path2:before {
  content: "\eccf";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 4973, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-laravel .path3:before {
  content: "\ecd0";
  position: absolute;
  left: 0;
}

/* line 4978, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-laravel .path4:before {
  content: "\ecd1";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 4984, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-laravel .path5:before {
  content: "\ecd2";
  position: absolute;
  left: 0;
}

/* line 4989, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-laravel .path6:before {
  content: "\ecd3";
  position: absolute;
  left: 0;
}

/* line 4994, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-laravel .path7:before {
  content: "\ecd4";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 5000, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-left-square .path1:before {
  content: "\ecd5";
  opacity: 0.3;
}

/* line 5005, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-left-square .path2:before {
  content: "\ecd6";
  position: absolute;
  left: 0;
}

/* line 5010, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-left:before {
  content: "\ecd7";
}

/* line 5013, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-like-2 .path1:before {
  content: "\ecd8";
  opacity: 0.3;
}

/* line 5018, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-like-2 .path2:before {
  content: "\ecd9";
  position: absolute;
  left: 0;
}

/* line 5023, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-like-folder .path1:before {
  content: "\ecda";
  opacity: 0.3;
}

/* line 5028, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-like-folder .path2:before {
  content: "\ecdb";
  position: absolute;
  left: 0;
}

/* line 5033, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-like-shapes .path1:before {
  content: "\ecdc";
  opacity: 0.3;
}

/* line 5038, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-like-shapes .path2:before {
  content: "\ecdd";
  position: absolute;
  left: 0;
}

/* line 5043, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-like-tag .path1:before {
  content: "\ecde";
  opacity: 0.3;
}

/* line 5048, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-like-tag .path2:before {
  content: "\ecdf";
  position: absolute;
  left: 0;
}

/* line 5053, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-like .path1:before {
  content: "\ece0";
}

/* line 5057, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-like .path2:before {
  content: "\ece1";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 5063, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-loading .path1:before {
  content: "\ece2";
}

/* line 5067, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-loading .path2:before {
  content: "\ece3";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 5073, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-lock-2 .path1:before {
  content: "\ece4";
}

/* line 5077, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-lock-2 .path2:before {
  content: "\ece5";
  position: absolute;
  left: 0;
}

/* line 5082, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-lock-2 .path3:before {
  content: "\ece6";
  position: absolute;
  left: 0;
}

/* line 5087, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-lock-2 .path4:before {
  content: "\ece7";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 5093, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-lock-2 .path5:before {
  content: "\ece8";
  position: absolute;
  left: 0;
}

/* line 5098, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-lock-3 .path1:before {
  content: "\ece9";
  opacity: 0.3;
}

/* line 5103, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-lock-3 .path2:before {
  content: "\ecea";
  position: absolute;
  left: 0;
}

/* line 5108, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-lock-3 .path3:before {
  content: "\eceb";
  position: absolute;
  left: 0;
}

/* line 5113, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-lock .path1:before {
  content: "\ecec";
  opacity: 0.3;
}

/* line 5118, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-lock .path2:before {
  content: "\eced";
  position: absolute;
  left: 0;
}

/* line 5123, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-lock .path3:before {
  content: "\ecee";
  position: absolute;
  left: 0;
}

/* line 5128, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-logistic .path1:before {
  content: "\ecef";
  opacity: 0.3;
}

/* line 5133, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-logistic .path2:before {
  content: "\ecf0";
  position: absolute;
  left: 0;
}

/* line 5138, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-logistic .path3:before {
  content: "\ecf1";
  position: absolute;
  left: 0;
}

/* line 5143, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-logistic .path4:before {
  content: "\ecf2";
  position: absolute;
  left: 0;
}

/* line 5148, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-logistic .path5:before {
  content: "\ecf3";
  position: absolute;
  left: 0;
}

/* line 5153, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-logistic .path6:before {
  content: "\ecf4";
  position: absolute;
  left: 0;
}

/* line 5158, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-logistic .path7:before {
  content: "\ecf5";
  position: absolute;
  left: 0;
}

/* line 5163, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-lots-shopping .path1:before {
  content: "\ecf6";
  opacity: 0.3;
}

/* line 5168, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-lots-shopping .path2:before {
  content: "\ecf7";
  position: absolute;
  left: 0;
}

/* line 5173, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-lots-shopping .path3:before {
  content: "\ecf8";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 5179, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-lots-shopping .path4:before {
  content: "\ecf9";
  position: absolute;
  left: 0;
}

/* line 5184, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-lots-shopping .path5:before {
  content: "\ecfa";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 5190, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-lots-shopping .path6:before {
  content: "\ecfb";
  position: absolute;
  left: 0;
}

/* line 5195, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-lots-shopping .path7:before {
  content: "\ecfc";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 5201, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-lots-shopping .path8:before {
  content: "\ecfd";
  position: absolute;
  left: 0;
}

/* line 5206, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-lovely .path1:before {
  content: "\ecfe";
  opacity: 0.3;
}

/* line 5211, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-lovely .path2:before {
  content: "\ecff";
  position: absolute;
  left: 0;
}

/* line 5216, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-lts .path1:before {
  content: "\ed00";
}

/* line 5220, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-lts .path2:before {
  content: "\ed01";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 5226, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-magnifier .path1:before {
  content: "\ed02";
  opacity: 0.3;
}

/* line 5231, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-magnifier .path2:before {
  content: "\ed03";
  position: absolute;
  left: 0;
}

/* line 5236, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-map .path1:before {
  content: "\ed04";
  opacity: 0.3;
}

/* line 5241, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-map .path2:before {
  content: "\ed05";
  position: absolute;
  left: 0;
}

/* line 5246, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-map .path3:before {
  content: "\ed06";
  position: absolute;
  left: 0;
}

/* line 5251, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-mask .path1:before {
  content: "\ed07";
  opacity: 0.3;
}

/* line 5256, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-mask .path2:before {
  content: "\ed08";
  position: absolute;
  left: 0;
}

/* line 5261, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-mask .path3:before {
  content: "\ed09";
  position: absolute;
  left: 0;
}

/* line 5266, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-maximize .path1:before {
  content: "\ed0a";
  opacity: 0.3;
}

/* line 5271, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-maximize .path2:before {
  content: "\ed0b";
  position: absolute;
  left: 0;
}

/* line 5276, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-maximize .path3:before {
  content: "\ed0c";
  position: absolute;
  left: 0;
}

/* line 5281, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-maximize .path4:before {
  content: "\ed0d";
  position: absolute;
  left: 0;
}

/* line 5286, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-maximize .path5:before {
  content: "\ed0e";
  position: absolute;
  left: 0;
}

/* line 5291, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-medal-star .path1:before {
  content: "\ed0f";
}

/* line 5295, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-medal-star .path2:before {
  content: "\ed10";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 5301, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-medal-star .path3:before {
  content: "\ed11";
  position: absolute;
  left: 0;
}

/* line 5306, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-medal-star .path4:before {
  content: "\ed12";
  position: absolute;
  left: 0;
}

/* line 5311, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-menu .path1:before {
  content: "\ed13";
  opacity: 0.3;
}

/* line 5316, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-menu .path2:before {
  content: "\ed14";
  position: absolute;
  left: 0;
}

/* line 5321, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-menu .path3:before {
  content: "\ed15";
  position: absolute;
  left: 0;
}

/* line 5326, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-menu .path4:before {
  content: "\ed16";
  position: absolute;
  left: 0;
}

/* line 5331, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-message-add .path1:before {
  content: "\ed17";
  opacity: 0.3;
}

/* line 5336, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-message-add .path2:before {
  content: "\ed18";
  position: absolute;
  left: 0;
}

/* line 5341, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-message-add .path3:before {
  content: "\ed19";
  position: absolute;
  left: 0;
}

/* line 5346, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-message-edit .path1:before {
  content: "\ed1a";
  opacity: 0.3;
}

/* line 5351, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-message-edit .path2:before {
  content: "\ed1b";
  position: absolute;
  left: 0;
}

/* line 5356, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-message-minus .path1:before {
  content: "\ed1c";
  opacity: 0.3;
}

/* line 5361, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-message-minus .path2:before {
  content: "\ed1d";
  position: absolute;
  left: 0;
}

/* line 5366, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-message-notif .path1:before {
  content: "\ed1e";
}

/* line 5370, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-message-notif .path2:before {
  content: "\ed1f";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 5376, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-message-notif .path3:before {
  content: "\ed20";
  position: absolute;
  left: 0;
}

/* line 5381, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-message-notif .path4:before {
  content: "\ed21";
  position: absolute;
  left: 0;
}

/* line 5386, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-message-notif .path5:before {
  content: "\ed22";
  position: absolute;
  left: 0;
}

/* line 5391, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-message-programming .path1:before {
  content: "\ed23";
  opacity: 0.3;
}

/* line 5396, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-message-programming .path2:before {
  content: "\ed24";
  position: absolute;
  left: 0;
}

/* line 5401, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-message-programming .path3:before {
  content: "\ed25";
  position: absolute;
  left: 0;
}

/* line 5406, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-message-programming .path4:before {
  content: "\ed26";
  position: absolute;
  left: 0;
}

/* line 5411, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-message-question .path1:before {
  content: "\ed27";
  opacity: 0.3;
}

/* line 5416, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-message-question .path2:before {
  content: "\ed28";
  position: absolute;
  left: 0;
}

/* line 5421, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-message-question .path3:before {
  content: "\ed29";
  position: absolute;
  left: 0;
}

/* line 5426, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-message-text-2 .path1:before {
  content: "\ed2a";
  opacity: 0.3;
}

/* line 5431, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-message-text-2 .path2:before {
  content: "\ed2b";
  position: absolute;
  left: 0;
}

/* line 5436, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-message-text-2 .path3:before {
  content: "\ed2c";
  position: absolute;
  left: 0;
}

/* line 5441, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-message-text .path1:before {
  content: "\ed2d";
  opacity: 0.3;
}

/* line 5446, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-message-text .path2:before {
  content: "\ed2e";
  position: absolute;
  left: 0;
}

/* line 5451, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-message-text .path3:before {
  content: "\ed2f";
  position: absolute;
  left: 0;
}

/* line 5456, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-messages .path1:before {
  content: "\ed30";
}

/* line 5460, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-messages .path2:before {
  content: "\ed31";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 5466, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-messages .path3:before {
  content: "\ed32";
  position: absolute;
  left: 0;
}

/* line 5471, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-messages .path4:before {
  content: "\ed33";
  position: absolute;
  left: 0;
}

/* line 5476, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-messages .path5:before {
  content: "\ed34";
  position: absolute;
  left: 0;
}

/* line 5481, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-microsoft .path1:before {
  content: "\ed35";
  opacity: 0.3;
}

/* line 5486, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-microsoft .path2:before {
  content: "\ed36";
  position: absolute;
  left: 0;
}

/* line 5491, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-microsoft .path3:before {
  content: "\ed37";
  position: absolute;
  left: 0;
}

/* line 5496, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-microsoft .path4:before {
  content: "\ed38";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 5502, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-milk .path1:before {
  content: "\ed39";
  opacity: 0.3;
}

/* line 5507, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-milk .path2:before {
  content: "\ed3a";
  position: absolute;
  left: 0;
}

/* line 5512, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-milk .path3:before {
  content: "\ed3b";
  position: absolute;
  left: 0;
}

/* line 5517, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-minus-circle .path1:before {
  content: "\ed3c";
  opacity: 0.3;
}

/* line 5522, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-minus-circle .path2:before {
  content: "\ed3d";
  position: absolute;
  left: 0;
}

/* line 5527, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-minus-folder .path1:before {
  content: "\ed3e";
  opacity: 0.3;
}

/* line 5532, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-minus-folder .path2:before {
  content: "\ed3f";
  position: absolute;
  left: 0;
}

/* line 5537, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-minus-square .path1:before {
  content: "\ed40";
  opacity: 0.3;
}

/* line 5542, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-minus-square .path2:before {
  content: "\ed41";
  position: absolute;
  left: 0;
}

/* line 5547, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-minus:before {
  content: "\ed42";
}

/* line 5550, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-monitor-mobile .path1:before {
  content: "\ed43";
  opacity: 0.3;
}

/* line 5555, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-monitor-mobile .path2:before {
  content: "\ed44";
  position: absolute;
  left: 0;
}

/* line 5560, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-moon .path1:before {
  content: "\ed45";
}

/* line 5564, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-moon .path2:before {
  content: "\ed46";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 5570, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-more-2 .path1:before {
  content: "\ed47";
  opacity: 0.3;
}

/* line 5575, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-more-2 .path2:before {
  content: "\ed48";
  position: absolute;
  left: 0;
}

/* line 5580, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-more-2 .path3:before {
  content: "\ed49";
  position: absolute;
  left: 0;
}

/* line 5585, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-more-2 .path4:before {
  content: "\ed4a";
  position: absolute;
  left: 0;
}

/* line 5590, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-mouse-circle .path1:before {
  content: "\ed4b";
}

/* line 5594, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-mouse-circle .path2:before {
  content: "\ed4c";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 5600, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-mouse-square .path1:before {
  content: "\ed4d";
  opacity: 0.3;
}

/* line 5605, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-mouse-square .path2:before {
  content: "\ed4e";
  position: absolute;
  left: 0;
}

/* line 5610, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-mouse .path1:before {
  content: "\ed4f";
  opacity: 0.3;
}

/* line 5615, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-mouse .path2:before {
  content: "\ed50";
  position: absolute;
  left: 0;
}

/* line 5620, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-nexo .path1:before {
  content: "\ed51";
  opacity: 0.3;
}

/* line 5625, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-nexo .path2:before {
  content: "\ed52";
  position: absolute;
  left: 0;
}

/* line 5630, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-night-day .path1:before {
  content: "\ed53";
}

/* line 5634, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-night-day .path2:before {
  content: "\ed54";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 5640, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-night-day .path3:before {
  content: "\ed55";
  position: absolute;
  left: 0;
}

/* line 5645, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-night-day .path4:before {
  content: "\ed56";
  position: absolute;
  left: 0;
}

/* line 5650, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-night-day .path5:before {
  content: "\ed57";
  position: absolute;
  left: 0;
}

/* line 5655, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-night-day .path6:before {
  content: "\ed58";
  position: absolute;
  left: 0;
}

/* line 5660, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-night-day .path7:before {
  content: "\ed59";
  position: absolute;
  left: 0;
}

/* line 5665, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-night-day .path8:before {
  content: "\ed5a";
  position: absolute;
  left: 0;
}

/* line 5670, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-night-day .path9:before {
  content: "\ed5b";
  position: absolute;
  left: 0;
}

/* line 5675, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-night-day .path10:before {
  content: "\ed5c";
  position: absolute;
  left: 0;
}

/* line 5680, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-note-2 .path1:before {
  content: "\ed5d";
  opacity: 0.3;
}

/* line 5685, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-note-2 .path2:before {
  content: "\ed5e";
  position: absolute;
  left: 0;
}

/* line 5690, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-note-2 .path3:before {
  content: "\ed5f";
  position: absolute;
  left: 0;
}

/* line 5695, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-note-2 .path4:before {
  content: "\ed60";
  position: absolute;
  left: 0;
}

/* line 5700, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-note .path1:before {
  content: "\ed61";
  opacity: 0.3;
}

/* line 5705, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-note .path2:before {
  content: "\ed62";
  position: absolute;
  left: 0;
}

/* line 5710, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notepad-bookmark .path1:before {
  content: "\ed63";
}

/* line 5714, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notepad-bookmark .path2:before {
  content: "\ed64";
  position: absolute;
  left: 0;
}

/* line 5719, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notepad-bookmark .path3:before {
  content: "\ed65";
  position: absolute;
  left: 0;
}

/* line 5724, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notepad-bookmark .path4:before {
  content: "\ed66";
  position: absolute;
  left: 0;
}

/* line 5729, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notepad-bookmark .path5:before {
  content: "\ed67";
  position: absolute;
  left: 0;
}

/* line 5734, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notepad-bookmark .path6:before {
  content: "\ed68";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 5740, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notepad-edit .path1:before {
  content: "\ed69";
  opacity: 0.3;
}

/* line 5745, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notepad-edit .path2:before {
  content: "\ed6a";
  position: absolute;
  left: 0;
}

/* line 5750, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notepad .path1:before {
  content: "\ed6b";
}

/* line 5754, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notepad .path2:before {
  content: "\ed6c";
  position: absolute;
  left: 0;
}

/* line 5759, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notepad .path3:before {
  content: "\ed6d";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 5765, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notepad .path4:before {
  content: "\ed6e";
  position: absolute;
  left: 0;
}

/* line 5770, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notepad .path5:before {
  content: "\ed6f";
  position: absolute;
  left: 0;
}

/* line 5775, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notification-2 .path1:before {
  content: "\ed70";
}

/* line 5779, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notification-2 .path2:before {
  content: "\ed71";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 5785, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notification-bing .path1:before {
  content: "\ed72";
}

/* line 5789, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notification-bing .path2:before {
  content: "\ed73";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 5795, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notification-bing .path3:before {
  content: "\ed74";
  position: absolute;
  left: 0;
}

/* line 5800, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notification-circle .path1:before {
  content: "\ed75";
}

/* line 5804, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notification-circle .path2:before {
  content: "\ed76";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 5810, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notification-favorite .path1:before {
  content: "\ed77";
}

/* line 5814, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notification-favorite .path2:before {
  content: "\ed78";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 5820, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notification-favorite .path3:before {
  content: "\ed79";
  position: absolute;
  left: 0;
}

/* line 5825, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notification-on .path1:before {
  content: "\ed7a";
  opacity: 0.3;
}

/* line 5830, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notification-on .path2:before {
  content: "\ed7b";
  position: absolute;
  left: 0;
}

/* line 5835, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notification-on .path3:before {
  content: "\ed7c";
  position: absolute;
  left: 0;
}

/* line 5840, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notification-on .path4:before {
  content: "\ed7d";
  position: absolute;
  left: 0;
}

/* line 5845, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notification-on .path5:before {
  content: "\ed7e";
  position: absolute;
  left: 0;
}

/* line 5850, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notification-status .path1:before {
  content: "\ed7f";
}

/* line 5854, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notification-status .path2:before {
  content: "\ed80";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 5860, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notification-status .path3:before {
  content: "\ed81";
  position: absolute;
  left: 0;
}

/* line 5865, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notification-status .path4:before {
  content: "\ed82";
  position: absolute;
  left: 0;
}

/* line 5870, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notification .path1:before {
  content: "\ed83";
  opacity: 0.3;
}

/* line 5875, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notification .path2:before {
  content: "\ed84";
  position: absolute;
  left: 0;
}

/* line 5880, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-notification .path3:before {
  content: "\ed85";
  position: absolute;
  left: 0;
}

/* line 5885, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-ocean .path1:before {
  content: "\ed86";
}

/* line 5889, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-ocean .path2:before {
  content: "\ed87";
  position: absolute;
  left: 0;
}

/* line 5894, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-ocean .path3:before {
  content: "\ed88";
  position: absolute;
  left: 0;
}

/* line 5899, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-ocean .path4:before {
  content: "\ed89";
  position: absolute;
  left: 0;
}

/* line 5904, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-ocean .path5:before {
  content: "\ed8a";
  position: absolute;
  left: 0;
}

/* line 5909, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-ocean .path6:before {
  content: "\ed8b";
  position: absolute;
  left: 0;
}

/* line 5914, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-ocean .path7:before {
  content: "\ed8c";
  position: absolute;
  left: 0;
}

/* line 5919, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-ocean .path8:before {
  content: "\ed8d";
  position: absolute;
  left: 0;
}

/* line 5924, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-ocean .path9:before {
  content: "\ed8e";
  position: absolute;
  left: 0;
}

/* line 5929, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-ocean .path10:before {
  content: "\ed8f";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 5935, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-ocean .path11:before {
  content: "\ed90";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 5941, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-ocean .path12:before {
  content: "\ed91";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 5947, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-ocean .path13:before {
  content: "\ed92";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 5953, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-ocean .path14:before {
  content: "\ed93";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 5959, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-ocean .path15:before {
  content: "\ed94";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 5965, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-ocean .path16:before {
  content: "\ed95";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 5971, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-ocean .path17:before {
  content: "\ed96";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 5977, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-ocean .path18:before {
  content: "\ed97";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 5983, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-ocean .path19:before {
  content: "\ed98";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 5989, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-office-bag .path1:before {
  content: "\ed99";
  opacity: 0.3;
}

/* line 5994, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-office-bag .path2:before {
  content: "\ed9a";
  position: absolute;
  left: 0;
}

/* line 5999, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-office-bag .path3:before {
  content: "\ed9b";
  position: absolute;
  left: 0;
}

/* line 6004, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-office-bag .path4:before {
  content: "\ed9c";
  position: absolute;
  left: 0;
}

/* line 6009, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-package .path1:before {
  content: "\ed9d";
  opacity: 0.3;
}

/* line 6014, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-package .path2:before {
  content: "\ed9e";
  position: absolute;
  left: 0;
}

/* line 6019, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-package .path3:before {
  content: "\ed9f";
  position: absolute;
  left: 0;
}

/* line 6024, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-pails .path1:before {
  content: "\eda0";
  opacity: 0.3;
}

/* line 6029, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-pails .path2:before {
  content: "\eda1";
  position: absolute;
  left: 0;
}

/* line 6034, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-pails .path3:before {
  content: "\eda2";
  position: absolute;
  left: 0;
}

/* line 6039, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-pails .path4:before {
  content: "\eda3";
  position: absolute;
  left: 0;
}

/* line 6044, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-pails .path5:before {
  content: "\eda4";
  position: absolute;
  left: 0;
}

/* line 6049, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-pails .path6:before {
  content: "\eda5";
  position: absolute;
  left: 0;
}

/* line 6054, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-pails .path7:before {
  content: "\eda6";
  position: absolute;
  left: 0;
}

/* line 6059, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-pails .path8:before {
  content: "\eda7";
  position: absolute;
  left: 0;
}

/* line 6064, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-pails .path9:before {
  content: "\eda8";
  position: absolute;
  left: 0;
}

/* line 6069, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-paintbucket .path1:before {
  content: "\eda9";
  opacity: 0.3;
}

/* line 6074, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-paintbucket .path2:before {
  content: "\edaa";
  position: absolute;
  left: 0;
}

/* line 6079, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-paintbucket .path3:before {
  content: "\edab";
  position: absolute;
  left: 0;
}

/* line 6084, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-paper-clip:before {
  content: "\edac";
}

/* line 6087, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-parcel-tracking .path1:before {
  content: "\edad";
}

/* line 6091, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-parcel-tracking .path2:before {
  content: "\edae";
  position: absolute;
  left: 0;
}

/* line 6096, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-parcel-tracking .path3:before {
  content: "\edaf";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 6102, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-parcel .path1:before {
  content: "\edb0";
  opacity: 0.3;
}

/* line 6107, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-parcel .path2:before {
  content: "\edb1";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 6113, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-parcel .path3:before {
  content: "\edb2";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 6119, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-parcel .path4:before {
  content: "\edb3";
  position: absolute;
  left: 0;
}

/* line 6124, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-parcel .path5:before {
  content: "\edb4";
  position: absolute;
  left: 0;
}

/* line 6129, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-password-check .path1:before {
  content: "\edb5";
}

/* line 6133, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-password-check .path2:before {
  content: "\edb6";
  position: absolute;
  left: 0;
}

/* line 6138, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-password-check .path3:before {
  content: "\edb7";
  position: absolute;
  left: 0;
}

/* line 6143, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-password-check .path4:before {
  content: "\edb8";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 6149, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-password-check .path5:before {
  content: "\edb9";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 6155, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-paypal .path1:before {
  content: "\edba";
}

/* line 6159, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-paypal .path2:before {
  content: "\edbb";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 6165, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-pencil .path1:before {
  content: "\edbc";
  opacity: 0.3;
}

/* line 6170, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-pencil .path2:before {
  content: "\edbd";
  position: absolute;
  left: 0;
}

/* line 6175, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-people .path1:before {
  content: "\edbe";
}

/* line 6179, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-people .path2:before {
  content: "\edbf";
  position: absolute;
  left: 0;
}

/* line 6184, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-people .path3:before {
  content: "\edc0";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 6190, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-people .path4:before {
  content: "\edc1";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 6196, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-people .path5:before {
  content: "\edc2";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 6202, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-percentage .path1:before {
  content: "\edc3";
}

/* line 6206, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-percentage .path2:before {
  content: "\edc4";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 6212, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-phone .path1:before {
  content: "\edc5";
  opacity: 0.3;
}

/* line 6217, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-phone .path2:before {
  content: "\edc6";
  position: absolute;
  left: 0;
}

/* line 6222, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-photoshop .path1:before {
  content: "\edc7";
  opacity: 0.3;
}

/* line 6227, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-photoshop .path2:before {
  content: "\edc8";
  position: absolute;
  left: 0;
}

/* line 6232, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-picture .path1:before {
  content: "\edc9";
  opacity: 0.3;
}

/* line 6237, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-picture .path2:before {
  content: "\edca";
  position: absolute;
  left: 0;
}

/* line 6242, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-pill:before {
  content: "\edcb";
}

/* line 6245, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-pin .path1:before {
  content: "\edcc";
  opacity: 0.3;
}

/* line 6250, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-pin .path2:before {
  content: "\edcd";
  position: absolute;
  left: 0;
}

/* line 6255, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-plus-circle .path1:before {
  content: "\edce";
  opacity: 0.3;
}

/* line 6260, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-plus-circle .path2:before {
  content: "\edcf";
  position: absolute;
  left: 0;
}

/* line 6265, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-plus-square .path1:before {
  content: "\edd0";
  opacity: 0.3;
}

/* line 6270, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-plus-square .path2:before {
  content: "\edd1";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 6276, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-plus-square .path3:before {
  content: "\edd2";
  position: absolute;
  left: 0;
}

/* line 6281, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-plus:before {
  content: "\edd3";
}

/* line 6284, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-pointers .path1:before {
  content: "\edd4";
  opacity: 0.3;
}

/* line 6289, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-pointers .path2:before {
  content: "\edd5";
  position: absolute;
  left: 0;
}

/* line 6294, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-pointers .path3:before {
  content: "\edd6";
  position: absolute;
  left: 0;
}

/* line 6299, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-price-tag .path1:before {
  content: "\edd7";
  opacity: 0.3;
}

/* line 6304, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-price-tag .path2:before {
  content: "\edd8";
  position: absolute;
  left: 0;
}

/* line 6309, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-price-tag .path3:before {
  content: "\edd9";
  position: absolute;
  left: 0;
}

/* line 6314, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-printer .path1:before {
  content: "\edda";
  opacity: 0.3;
}

/* line 6319, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-printer .path2:before {
  content: "\eddb";
  position: absolute;
  left: 0;
}

/* line 6324, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-printer .path3:before {
  content: "\eddc";
  position: absolute;
  left: 0;
}

/* line 6329, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-printer .path4:before {
  content: "\eddd";
  position: absolute;
  left: 0;
}

/* line 6334, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-printer .path5:before {
  content: "\edde";
  position: absolute;
  left: 0;
}

/* line 6339, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-profile-circle .path1:before {
  content: "\eddf";
  opacity: 0.3;
}

/* line 6344, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-profile-circle .path2:before {
  content: "\ede0";
  position: absolute;
  left: 0;
}

/* line 6349, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-profile-circle .path3:before {
  content: "\ede1";
  position: absolute;
  left: 0;
}

/* line 6354, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-profile-user .path1:before {
  content: "\ede2";
  opacity: 0.3;
}

/* line 6359, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-profile-user .path2:before {
  content: "\ede3";
  position: absolute;
  left: 0;
}

/* line 6364, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-profile-user .path3:before {
  content: "\ede4";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 6370, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-profile-user .path4:before {
  content: "\ede5";
  position: absolute;
  left: 0;
}

/* line 6375, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-pulse .path1:before {
  content: "\ede6";
  opacity: 0.3;
}

/* line 6380, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-pulse .path2:before {
  content: "\ede7";
  position: absolute;
  left: 0;
}

/* line 6385, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-purchase .path1:before {
  content: "\ede8";
  opacity: 0.3;
}

/* line 6390, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-purchase .path2:before {
  content: "\ede9";
  position: absolute;
  left: 0;
}

/* line 6395, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-python .path1:before {
  content: "\edea";
  opacity: 0.3;
}

/* line 6400, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-python .path2:before {
  content: "\edeb";
  position: absolute;
  left: 0;
}

/* line 6405, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-question-2 .path1:before {
  content: "\edec";
  opacity: 0.3;
}

/* line 6410, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-question-2 .path2:before {
  content: "\eded";
  position: absolute;
  left: 0;
}

/* line 6415, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-question-2 .path3:before {
  content: "\edee";
  position: absolute;
  left: 0;
}

/* line 6420, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-question .path1:before {
  content: "\edef";
  opacity: 0.3;
}

/* line 6425, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-question .path2:before {
  content: "\edf0";
  position: absolute;
  left: 0;
}

/* line 6430, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-question .path3:before {
  content: "\edf1";
  position: absolute;
  left: 0;
}

/* line 6435, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-questionnaire-tablet .path1:before {
  content: "\edf2";
  opacity: 0.3;
}

/* line 6440, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-questionnaire-tablet .path2:before {
  content: "\edf3";
  position: absolute;
  left: 0;
}

/* line 6445, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-ranking .path1:before {
  content: "\edf4";
  opacity: 0.3;
}

/* line 6450, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-ranking .path2:before {
  content: "\edf5";
  position: absolute;
  left: 0;
}

/* line 6455, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-ranking .path3:before {
  content: "\edf6";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 6461, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-ranking .path4:before {
  content: "\edf7";
  position: absolute;
  left: 0;
}

/* line 6466, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-react .path1:before {
  content: "\edf8";
  opacity: 0.3;
}

/* line 6471, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-react .path2:before {
  content: "\edf9";
  position: absolute;
  left: 0;
}

/* line 6476, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-receipt-square .path1:before {
  content: "\edfa";
  opacity: 0.3;
}

/* line 6481, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-receipt-square .path2:before {
  content: "\edfb";
  position: absolute;
  left: 0;
}

/* line 6486, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-rescue .path1:before {
  content: "\edfc";
  opacity: 0.3;
}

/* line 6491, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-rescue .path2:before {
  content: "\edfd";
  position: absolute;
  left: 0;
}

/* line 6496, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-right-left .path1:before {
  content: "\edfe";
}

/* line 6500, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-right-left .path2:before {
  content: "\edff";
  position: absolute;
  left: 0;
}

/* line 6505, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-right-left .path3:before {
  content: "\ee00";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 6511, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-right-square .path1:before {
  content: "\ee01";
  opacity: 0.3;
}

/* line 6516, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-right-square .path2:before {
  content: "\ee02";
  position: absolute;
  left: 0;
}

/* line 6521, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-right:before {
  content: "\ee03";
}

/* line 6524, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-rocket .path1:before {
  content: "\ee04";
  opacity: 0.3;
}

/* line 6529, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-rocket .path2:before {
  content: "\ee05";
  position: absolute;
  left: 0;
}

/* line 6534, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-route .path1:before {
  content: "\ee06";
}

/* line 6538, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-route .path2:before {
  content: "\ee07";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 6544, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-route .path3:before {
  content: "\ee08";
  position: absolute;
  left: 0;
}

/* line 6549, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-route .path4:before {
  content: "\ee09";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 6555, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-router .path1:before {
  content: "\ee0a";
  opacity: 0.3;
}

/* line 6560, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-router .path2:before {
  content: "\ee0b";
  position: absolute;
  left: 0;
}

/* line 6565, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-row-horizontal .path1:before {
  content: "\ee0c";
}

/* line 6569, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-row-horizontal .path2:before {
  content: "\ee0d";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 6575, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-row-vertical .path1:before {
  content: "\ee0e";
}

/* line 6579, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-row-vertical .path2:before {
  content: "\ee0f";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 6585, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-safe-home .path1:before {
  content: "\ee10";
  opacity: 0.3;
}

/* line 6590, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-safe-home .path2:before {
  content: "\ee11";
  position: absolute;
  left: 0;
}

/* line 6595, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-satellite .path1:before {
  content: "\ee12";
  opacity: 0.3;
}

/* line 6600, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-satellite .path2:before {
  content: "\ee13";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 6606, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-satellite .path3:before {
  content: "\ee14";
  position: absolute;
  left: 0;
}

/* line 6611, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-satellite .path4:before {
  content: "\ee15";
  position: absolute;
  left: 0;
}

/* line 6616, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-satellite .path5:before {
  content: "\ee16";
  position: absolute;
  left: 0;
}

/* line 6621, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-satellite .path6:before {
  content: "\ee17";
  position: absolute;
  left: 0;
}

/* line 6626, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-save-2 .path1:before {
  content: "\ee18";
  opacity: 0.3;
}

/* line 6631, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-save-2 .path2:before {
  content: "\ee19";
  position: absolute;
  left: 0;
}

/* line 6636, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-save-deposit .path1:before {
  content: "\ee1a";
}

/* line 6640, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-save-deposit .path2:before {
  content: "\ee1b";
  position: absolute;
  left: 0;
}

/* line 6645, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-save-deposit .path3:before {
  content: "\ee1c";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 6651, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-save-deposit .path4:before {
  content: "\ee1d";
  position: absolute;
  left: 0;
}

/* line 6656, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-scan-barcode .path1:before {
  content: "\ee1e";
}

/* line 6660, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-scan-barcode .path2:before {
  content: "\ee1f";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 6666, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-scan-barcode .path3:before {
  content: "\ee20";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 6672, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-scan-barcode .path4:before {
  content: "\ee21";
  position: absolute;
  left: 0;
}

/* line 6677, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-scan-barcode .path5:before {
  content: "\ee22";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 6683, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-scan-barcode .path6:before {
  content: "\ee23";
  position: absolute;
  left: 0;
}

/* line 6688, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-scan-barcode .path7:before {
  content: "\ee24";
  position: absolute;
  left: 0;
}

/* line 6693, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-scan-barcode .path8:before {
  content: "\ee25";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 6699, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-scooter-2:before {
  content: "\ee26";
}

/* line 6702, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-scooter .path1:before {
  content: "\ee27";
}

/* line 6706, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-scooter .path2:before {
  content: "\ee28";
  position: absolute;
  left: 0;
}

/* line 6711, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-scooter .path3:before {
  content: "\ee29";
  position: absolute;
  left: 0;
}

/* line 6716, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-scooter .path4:before {
  content: "\ee2a";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 6722, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-scooter .path5:before {
  content: "\ee2b";
  position: absolute;
  left: 0;
}

/* line 6727, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-scooter .path6:before {
  content: "\ee2c";
  position: absolute;
  left: 0;
}

/* line 6732, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-scooter .path7:before {
  content: "\ee2d";
  position: absolute;
  left: 0;
}

/* line 6737, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-screen .path1:before {
  content: "\ee2e";
  opacity: 0.3;
}

/* line 6742, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-screen .path2:before {
  content: "\ee2f";
  position: absolute;
  left: 0;
}

/* line 6747, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-screen .path3:before {
  content: "\ee30";
  position: absolute;
  left: 0;
}

/* line 6752, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-screen .path4:before {
  content: "\ee31";
  position: absolute;
  left: 0;
}

/* line 6757, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-scroll .path1:before {
  content: "\ee32";
  opacity: 0.3;
}

/* line 6762, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-scroll .path2:before {
  content: "\ee33";
  position: absolute;
  left: 0;
}

/* line 6767, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-scroll .path3:before {
  content: "\ee34";
  position: absolute;
  left: 0;
}

/* line 6772, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-search-list .path1:before {
  content: "\ee35";
  opacity: 0.3;
}

/* line 6777, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-search-list .path2:before {
  content: "\ee36";
  position: absolute;
  left: 0;
}

/* line 6782, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-search-list .path3:before {
  content: "\ee37";
  position: absolute;
  left: 0;
}

/* line 6787, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-security-check .path1:before {
  content: "\ee38";
}

/* line 6791, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-security-check .path2:before {
  content: "\ee39";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 6797, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-security-check .path3:before {
  content: "\ee3a";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 6803, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-security-check .path4:before {
  content: "\ee3b";
  position: absolute;
  left: 0;
}

/* line 6808, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-security-user .path1:before {
  content: "\ee3c";
  opacity: 0.3;
}

/* line 6813, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-security-user .path2:before {
  content: "\ee3d";
  position: absolute;
  left: 0;
}

/* line 6818, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-send .path1:before {
  content: "\ee3e";
}

/* line 6822, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-send .path2:before {
  content: "\ee3f";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 6828, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-setting-2 .path1:before {
  content: "\ee40";
  opacity: 0.3;
}

/* line 6833, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-setting-2 .path2:before {
  content: "\ee41";
  position: absolute;
  left: 0;
}

/* line 6838, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-setting-3 .path1:before {
  content: "\ee42";
  opacity: 0.3;
}

/* line 6843, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-setting-3 .path2:before {
  content: "\ee43";
  position: absolute;
  left: 0;
}

/* line 6848, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-setting-3 .path3:before {
  content: "\ee44";
  position: absolute;
  left: 0;
}

/* line 6853, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-setting-3 .path4:before {
  content: "\ee45";
  position: absolute;
  left: 0;
}

/* line 6858, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-setting-3 .path5:before {
  content: "\ee46";
  position: absolute;
  left: 0;
}

/* line 6863, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-setting-4:before {
  content: "\ee47";
}

/* line 6866, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-setting .path1:before {
  content: "\ee48";
  opacity: 0.3;
}

/* line 6871, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-setting .path2:before {
  content: "\ee49";
  position: absolute;
  left: 0;
}

/* line 6876, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-share .path1:before {
  content: "\ee4a";
  opacity: 0.3;
}

/* line 6881, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-share .path2:before {
  content: "\ee4b";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 6887, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-share .path3:before {
  content: "\ee4c";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 6893, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-share .path4:before {
  content: "\ee4d";
  position: absolute;
  left: 0;
}

/* line 6898, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-share .path5:before {
  content: "\ee4e";
  position: absolute;
  left: 0;
}

/* line 6903, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-share .path6:before {
  content: "\ee4f";
  position: absolute;
  left: 0;
}

/* line 6908, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-shield-cross .path1:before {
  content: "\ee50";
  opacity: 0.3;
}

/* line 6913, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-shield-cross .path2:before {
  content: "\ee51";
  position: absolute;
  left: 0;
}

/* line 6918, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-shield-cross .path3:before {
  content: "\ee52";
  position: absolute;
  left: 0;
}

/* line 6923, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-shield-search .path1:before {
  content: "\ee53";
  opacity: 0.3;
}

/* line 6928, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-shield-search .path2:before {
  content: "\ee54";
  position: absolute;
  left: 0;
}

/* line 6933, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-shield-search .path3:before {
  content: "\ee55";
  position: absolute;
  left: 0;
}

/* line 6938, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-shield-slash .path1:before {
  content: "\ee56";
}

/* line 6942, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-shield-slash .path2:before {
  content: "\ee57";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 6948, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-shield-slash .path3:before {
  content: "\ee58";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 6954, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-shield-tick .path1:before {
  content: "\ee59";
  opacity: 0.3;
}

/* line 6959, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-shield-tick .path2:before {
  content: "\ee5a";
  position: absolute;
  left: 0;
}

/* line 6964, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-shield .path1:before {
  content: "\ee5b";
  opacity: 0.3;
}

/* line 6969, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-shield .path2:before {
  content: "\ee5c";
  position: absolute;
  left: 0;
}

/* line 6974, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-ship .path1:before {
  content: "\ee5d";
  opacity: 0.3;
}

/* line 6979, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-ship .path2:before {
  content: "\ee5e";
  position: absolute;
  left: 0;
}

/* line 6984, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-ship .path3:before {
  content: "\ee5f";
  position: absolute;
  left: 0;
}

/* line 6989, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-shop .path1:before {
  content: "\ee60";
}

/* line 6993, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-shop .path2:before {
  content: "\ee61";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 6999, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-shop .path3:before {
  content: "\ee62";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7005, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-shop .path4:before {
  content: "\ee63";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7011, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-shop .path5:before {
  content: "\ee64";
  position: absolute;
  left: 0;
}

/* line 7016, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-simcard-2 .path1:before {
  content: "\ee65";
  opacity: 0.3;
}

/* line 7021, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-simcard-2 .path2:before {
  content: "\ee66";
  position: absolute;
  left: 0;
}

/* line 7026, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-simcard .path1:before {
  content: "\ee67";
  opacity: 0.3;
}

/* line 7031, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-simcard .path2:before {
  content: "\ee68";
  position: absolute;
  left: 0;
}

/* line 7036, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-simcard .path3:before {
  content: "\ee69";
  position: absolute;
  left: 0;
}

/* line 7041, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-simcard .path4:before {
  content: "\ee6a";
  position: absolute;
  left: 0;
}

/* line 7046, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-simcard .path5:before {
  content: "\ee6b";
  position: absolute;
  left: 0;
}

/* line 7051, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-size .path1:before {
  content: "\ee6c";
  opacity: 0.3;
}

/* line 7056, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-size .path2:before {
  content: "\ee6d";
  position: absolute;
  left: 0;
}

/* line 7061, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-slack .path1:before {
  content: "\ee6e";
}

/* line 7065, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-slack .path2:before {
  content: "\ee6f";
  position: absolute;
  left: 0;
}

/* line 7070, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-slack .path3:before {
  content: "\ee70";
  position: absolute;
  left: 0;
}

/* line 7075, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-slack .path4:before {
  content: "\ee71";
  position: absolute;
  left: 0;
}

/* line 7080, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-slack .path5:before {
  content: "\ee72";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7086, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-slack .path6:before {
  content: "\ee73";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7092, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-slack .path7:before {
  content: "\ee74";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7098, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-slack .path8:before {
  content: "\ee75";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7104, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-slider-horizontal-2 .path1:before {
  content: "\ee76";
}

/* line 7108, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-slider-horizontal-2 .path2:before {
  content: "\ee77";
  position: absolute;
  left: 0;
}

/* line 7113, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-slider-horizontal-2 .path3:before {
  content: "\ee78";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7119, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-slider-horizontal .path1:before {
  content: "\ee79";
  opacity: 0.3;
}

/* line 7124, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-slider-horizontal .path2:before {
  content: "\ee7a";
  position: absolute;
  left: 0;
}

/* line 7129, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-slider-horizontal .path3:before {
  content: "\ee7b";
  position: absolute;
  left: 0;
}

/* line 7134, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-slider-vertical-2 .path1:before {
  content: "\ee7c";
  opacity: 0.3;
}

/* line 7139, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-slider-vertical-2 .path2:before {
  content: "\ee7d";
  position: absolute;
  left: 0;
}

/* line 7144, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-slider-vertical-2 .path3:before {
  content: "\ee7e";
  position: absolute;
  left: 0;
}

/* line 7149, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-slider-vertical .path1:before {
  content: "\ee7f";
}

/* line 7153, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-slider-vertical .path2:before {
  content: "\ee80";
  position: absolute;
  left: 0;
}

/* line 7158, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-slider-vertical .path3:before {
  content: "\ee81";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7164, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-slider .path1:before {
  content: "\ee82";
  opacity: 0.3;
}

/* line 7169, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-slider .path2:before {
  content: "\ee83";
  position: absolute;
  left: 0;
}

/* line 7174, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-slider .path3:before {
  content: "\ee84";
  position: absolute;
  left: 0;
}

/* line 7179, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-slider .path4:before {
  content: "\ee85";
  position: absolute;
  left: 0;
}

/* line 7184, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-sms .path1:before {
  content: "\ee86";
  opacity: 0.3;
}

/* line 7189, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-sms .path2:before {
  content: "\ee87";
  position: absolute;
  left: 0;
}

/* line 7194, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-snapchat .path1:before {
  content: "\ee88";
}

/* line 7198, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-snapchat .path2:before {
  content: "\ee89";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7204, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-social-media .path1:before {
  content: "\ee8a";
}

/* line 7208, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-social-media .path2:before {
  content: "\ee8b";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7214, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-soft-2 .path1:before {
  content: "\ee8c";
  opacity: 0.3;
}

/* line 7219, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-soft-2 .path2:before {
  content: "\ee8d";
  position: absolute;
  left: 0;
}

/* line 7224, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-soft-3 .path1:before {
  content: "\ee8e";
}

/* line 7228, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-soft-3 .path2:before {
  content: "\ee8f";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7234, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-soft .path1:before {
  content: "\ee90";
  opacity: 0.3;
}

/* line 7239, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-soft .path2:before {
  content: "\ee91";
  position: absolute;
  left: 0;
}

/* line 7244, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-soft .path3:before {
  content: "\ee92";
  position: absolute;
  left: 0;
}

/* line 7249, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-soft .path4:before {
  content: "\ee93";
  position: absolute;
  left: 0;
}

/* line 7254, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-soft .path5:before {
  content: "\ee94";
  position: absolute;
  left: 0;
}

/* line 7259, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-soft .path6:before {
  content: "\ee95";
  position: absolute;
  left: 0;
}

/* line 7264, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-some-files .path1:before {
  content: "\ee96";
  opacity: 0.3;
}

/* line 7269, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-some-files .path2:before {
  content: "\ee97";
  position: absolute;
  left: 0;
}

/* line 7274, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-sort .path1:before {
  content: "\ee98";
  opacity: 0.3;
}

/* line 7279, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-sort .path2:before {
  content: "\ee99";
  position: absolute;
  left: 0;
}

/* line 7284, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-sort .path3:before {
  content: "\ee9a";
  position: absolute;
  left: 0;
}

/* line 7289, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-sort .path4:before {
  content: "\ee9b";
  position: absolute;
  left: 0;
}

/* line 7294, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-speaker .path1:before {
  content: "\ee9c";
  opacity: 0.3;
}

/* line 7299, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-speaker .path2:before {
  content: "\ee9d";
  position: absolute;
  left: 0;
}

/* line 7304, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-speaker .path3:before {
  content: "\ee9e";
  position: absolute;
  left: 0;
}

/* line 7309, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-spotify .path1:before {
  content: "\ee9f";
}

/* line 7313, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-spotify .path2:before {
  content: "\eea0";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7319, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-spring-framework:before {
  content: "\eea1";
}

/* line 7322, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-square-brackets .path1:before {
  content: "\eea2";
  opacity: 0.3;
}

/* line 7327, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-square-brackets .path2:before {
  content: "\eea3";
  position: absolute;
  left: 0;
}

/* line 7332, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-square-brackets .path3:before {
  content: "\eea4";
  position: absolute;
  left: 0;
}

/* line 7337, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-square-brackets .path4:before {
  content: "\eea5";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7343, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-star:before {
  content: "\eea6";
}

/* line 7346, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-status .path1:before {
  content: "\eea7";
  opacity: 0.3;
}

/* line 7351, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-status .path2:before {
  content: "\eea8";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7357, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-status .path3:before {
  content: "\eea9";
  position: absolute;
  left: 0;
}

/* line 7362, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-subtitle .path1:before {
  content: "\eeaa";
  opacity: 0.3;
}

/* line 7367, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-subtitle .path2:before {
  content: "\eeab";
  position: absolute;
  left: 0;
}

/* line 7372, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-subtitle .path3:before {
  content: "\eeac";
  position: absolute;
  left: 0;
}

/* line 7377, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-subtitle .path4:before {
  content: "\eead";
  position: absolute;
  left: 0;
}

/* line 7382, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-subtitle .path5:before {
  content: "\eeae";
  position: absolute;
  left: 0;
}

/* line 7387, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-sun .path1:before {
  content: "\eeaf";
}

/* line 7391, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-sun .path2:before {
  content: "\eeb0";
  position: absolute;
  left: 0;
}

/* line 7396, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-sun .path3:before {
  content: "\eeb1";
  position: absolute;
  left: 0;
}

/* line 7401, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-sun .path4:before {
  content: "\eeb2";
  position: absolute;
  left: 0;
}

/* line 7406, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-sun .path5:before {
  content: "\eeb3";
  position: absolute;
  left: 0;
}

/* line 7411, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-sun .path6:before {
  content: "\eeb4";
  position: absolute;
  left: 0;
}

/* line 7416, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-sun .path7:before {
  content: "\eeb5";
  position: absolute;
  left: 0;
}

/* line 7421, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-sun .path8:before {
  content: "\eeb6";
  position: absolute;
  left: 0;
}

/* line 7426, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-sun .path9:before {
  content: "\eeb7";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7432, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-support-24 .path1:before {
  content: "\eeb8";
  opacity: 0.3;
}

/* line 7437, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-support-24 .path2:before {
  content: "\eeb9";
  position: absolute;
  left: 0;
}

/* line 7442, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-support-24 .path3:before {
  content: "\eeba";
  position: absolute;
  left: 0;
}

/* line 7447, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-switch .path1:before {
  content: "\eebb";
}

/* line 7451, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-switch .path2:before {
  content: "\eebc";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7457, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-syringe .path1:before {
  content: "\eebd";
  opacity: 0.3;
}

/* line 7462, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-syringe .path2:before {
  content: "\eebe";
  position: absolute;
  left: 0;
}

/* line 7467, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-syringe .path3:before {
  content: "\eebf";
  position: absolute;
  left: 0;
}

/* line 7472, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tablet-book .path1:before {
  content: "\eec0";
  opacity: 0.3;
}

/* line 7477, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tablet-book .path2:before {
  content: "\eec1";
  position: absolute;
  left: 0;
}

/* line 7482, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tablet-delete .path1:before {
  content: "\eec2";
}

/* line 7486, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tablet-delete .path2:before {
  content: "\eec3";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7492, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tablet-delete .path3:before {
  content: "\eec4";
  position: absolute;
  left: 0;
}

/* line 7497, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tablet-down .path1:before {
  content: "\eec5";
  opacity: 0.3;
}

/* line 7502, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tablet-down .path2:before {
  content: "\eec6";
  position: absolute;
  left: 0;
}

/* line 7507, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tablet-down .path3:before {
  content: "\eec7";
  position: absolute;
  left: 0;
}

/* line 7512, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tablet-ok .path1:before {
  content: "\eec8";
}

/* line 7516, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tablet-ok .path2:before {
  content: "\eec9";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7522, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tablet-ok .path3:before {
  content: "\eeca";
  position: absolute;
  left: 0;
}

/* line 7527, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tablet-text-down .path1:before {
  content: "\eecb";
}

/* line 7531, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tablet-text-down .path2:before {
  content: "\eecc";
  position: absolute;
  left: 0;
}

/* line 7536, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tablet-text-down .path3:before {
  content: "\eecd";
  position: absolute;
  left: 0;
}

/* line 7541, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tablet-text-down .path4:before {
  content: "\eece";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7547, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tablet-text-up .path1:before {
  content: "\eecf";
}

/* line 7551, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tablet-text-up .path2:before {
  content: "\eed0";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7557, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tablet-up .path1:before {
  content: "\eed1";
  opacity: 0.3;
}

/* line 7562, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tablet-up .path2:before {
  content: "\eed2";
  position: absolute;
  left: 0;
}

/* line 7567, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tablet-up .path3:before {
  content: "\eed3";
  position: absolute;
  left: 0;
}

/* line 7572, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tablet .path1:before {
  content: "\eed4";
  opacity: 0.3;
}

/* line 7577, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tablet .path2:before {
  content: "\eed5";
  position: absolute;
  left: 0;
}

/* line 7582, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tablet .path3:before {
  content: "\eed6";
  position: absolute;
  left: 0;
}

/* line 7587, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tag-cross .path1:before {
  content: "\eed7";
  opacity: 0.3;
}

/* line 7592, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tag-cross .path2:before {
  content: "\eed8";
  position: absolute;
  left: 0;
}

/* line 7597, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tag-cross .path3:before {
  content: "\eed9";
  position: absolute;
  left: 0;
}

/* line 7602, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tag .path1:before {
  content: "\eeda";
  opacity: 0.3;
}

/* line 7607, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tag .path2:before {
  content: "\eedb";
  position: absolute;
  left: 0;
}

/* line 7612, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tag .path3:before {
  content: "\eedc";
  position: absolute;
  left: 0;
}

/* line 7617, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-teacher .path1:before {
  content: "\eedd";
  opacity: 0.3;
}

/* line 7622, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-teacher .path2:before {
  content: "\eede";
  position: absolute;
  left: 0;
}

/* line 7627, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tech-wifi .path1:before {
  content: "\eedf";
  opacity: 0.3;
}

/* line 7632, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tech-wifi .path2:before {
  content: "\eee0";
  position: absolute;
  left: 0;
}

/* line 7637, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-technology-2 .path1:before {
  content: "\eee1";
  opacity: 0.3;
}

/* line 7642, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-technology-2 .path2:before {
  content: "\eee2";
  position: absolute;
  left: 0;
}

/* line 7647, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-technology-3 .path1:before {
  content: "\eee3";
}

/* line 7651, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-technology-3 .path2:before {
  content: "\eee4";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7657, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-technology-3 .path3:before {
  content: "\eee5";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7663, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-technology-3 .path4:before {
  content: "\eee6";
  position: absolute;
  left: 0;
}

/* line 7668, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-technology-4 .path1:before {
  content: "\eee7";
}

/* line 7672, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-technology-4 .path2:before {
  content: "\eee8";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7678, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-technology-4 .path3:before {
  content: "\eee9";
  position: absolute;
  left: 0;
}

/* line 7683, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-technology-4 .path4:before {
  content: "\eeea";
  position: absolute;
  left: 0;
}

/* line 7688, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-technology-4 .path5:before {
  content: "\eeeb";
  position: absolute;
  left: 0;
}

/* line 7693, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-technology-4 .path6:before {
  content: "\eeec";
  position: absolute;
  left: 0;
}

/* line 7698, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-technology-4 .path7:before {
  content: "\eeed";
  position: absolute;
  left: 0;
}

/* line 7703, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-technology .path1:before {
  content: "\eeee";
}

/* line 7707, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-technology .path2:before {
  content: "\eeef";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7713, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-technology .path3:before {
  content: "\eef0";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7719, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-technology .path4:before {
  content: "\eef1";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7725, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-technology .path5:before {
  content: "\eef2";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7731, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-technology .path6:before {
  content: "\eef3";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7737, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-technology .path7:before {
  content: "\eef4";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7743, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-technology .path8:before {
  content: "\eef5";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7749, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-technology .path9:before {
  content: "\eef6";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7755, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-telephone-geolocation .path1:before {
  content: "\eef7";
}

/* line 7759, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-telephone-geolocation .path2:before {
  content: "\eef8";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7765, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-telephone-geolocation .path3:before {
  content: "\eef9";
  position: absolute;
  left: 0;
}

/* line 7770, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-test-tubes .path1:before {
  content: "\eefa";
  opacity: 0.3;
}

/* line 7775, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-test-tubes .path2:before {
  content: "\eefb";
  position: absolute;
  left: 0;
}

/* line 7780, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-align-center .path1:before {
  content: "\eefc";
}

/* line 7784, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-align-center .path2:before {
  content: "\eefd";
  position: absolute;
  left: 0;
}

/* line 7789, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-align-center .path3:before {
  content: "\eefe";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7795, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-align-center .path4:before {
  content: "\eeff";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7801, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-align-justify-center .path1:before {
  content: "\ef00";
}

/* line 7805, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-align-justify-center .path2:before {
  content: "\ef01";
  position: absolute;
  left: 0;
}

/* line 7810, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-align-justify-center .path3:before {
  content: "\ef02";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7816, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-align-justify-center .path4:before {
  content: "\ef03";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7822, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-align-left .path1:before {
  content: "\ef04";
}

/* line 7826, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-align-left .path2:before {
  content: "\ef05";
  position: absolute;
  left: 0;
}

/* line 7831, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-align-left .path3:before {
  content: "\ef06";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7837, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-align-left .path4:before {
  content: "\ef07";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7843, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-align-right .path1:before {
  content: "\ef08";
}

/* line 7847, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-align-right .path2:before {
  content: "\ef09";
  position: absolute;
  left: 0;
}

/* line 7852, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-align-right .path3:before {
  content: "\ef0a";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7858, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-align-right .path4:before {
  content: "\ef0b";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7864, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-bold .path1:before {
  content: "\ef0c";
  opacity: 0.3;
}

/* line 7869, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-bold .path2:before {
  content: "\ef0d";
  position: absolute;
  left: 0;
}

/* line 7874, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-bold .path3:before {
  content: "\ef0e";
  position: absolute;
  left: 0;
}

/* line 7879, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-circle .path1:before {
  content: "\ef0f";
}

/* line 7883, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-circle .path2:before {
  content: "\ef10";
  position: absolute;
  left: 0;
}

/* line 7888, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-circle .path3:before {
  content: "\ef11";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7894, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-circle .path4:before {
  content: "\ef12";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7900, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-circle .path5:before {
  content: "\ef13";
  position: absolute;
  left: 0;
}

/* line 7905, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-circle .path6:before {
  content: "\ef14";
  position: absolute;
  left: 0;
}

/* line 7910, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-italic .path1:before {
  content: "\ef15";
  opacity: 0.3;
}

/* line 7915, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-italic .path2:before {
  content: "\ef16";
  position: absolute;
  left: 0;
}

/* line 7920, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-italic .path3:before {
  content: "\ef17";
  position: absolute;
  left: 0;
}

/* line 7925, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-italic .path4:before {
  content: "\ef18";
  position: absolute;
  left: 0;
}

/* line 7930, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-number .path1:before {
  content: "\ef19";
}

/* line 7934, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-number .path2:before {
  content: "\ef1a";
  position: absolute;
  left: 0;
}

/* line 7939, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-number .path3:before {
  content: "\ef1b";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7945, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-number .path4:before {
  content: "\ef1c";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7951, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-number .path5:before {
  content: "\ef1d";
  position: absolute;
  left: 0;
}

/* line 7956, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-number .path6:before {
  content: "\ef1e";
  position: absolute;
  left: 0;
}

/* line 7961, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-strikethrough .path1:before {
  content: "\ef1f";
  opacity: 0.3;
}

/* line 7966, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-strikethrough .path2:before {
  content: "\ef20";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 7972, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-strikethrough .path3:before {
  content: "\ef21";
  position: absolute;
  left: 0;
}

/* line 7977, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-underline .path1:before {
  content: "\ef22";
  opacity: 0.3;
}

/* line 7982, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-underline .path2:before {
  content: "\ef23";
  position: absolute;
  left: 0;
}

/* line 7987, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text-underline .path3:before {
  content: "\ef24";
  position: absolute;
  left: 0;
}

/* line 7992, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-text:before {
  content: "\ef25";
}

/* line 7995, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-thermometer .path1:before {
  content: "\ef26";
  opacity: 0.3;
}

/* line 8000, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-thermometer .path2:before {
  content: "\ef27";
  position: absolute;
  left: 0;
}

/* line 8005, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-theta .path1:before {
  content: "\ef28";
}

/* line 8009, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-theta .path2:before {
  content: "\ef29";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 8015, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tiktok .path1:before {
  content: "\ef2a";
  opacity: 0.3;
}

/* line 8020, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tiktok .path2:before {
  content: "\ef2b";
  position: absolute;
  left: 0;
}

/* line 8025, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-time .path1:before {
  content: "\ef2c";
  opacity: 0.3;
}

/* line 8030, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-time .path2:before {
  content: "\ef2d";
  position: absolute;
  left: 0;
}

/* line 8035, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-timer .path1:before {
  content: "\ef2e";
  opacity: 0.3;
}

/* line 8040, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-timer .path2:before {
  content: "\ef2f";
  position: absolute;
  left: 0;
}

/* line 8045, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-timer .path3:before {
  content: "\ef30";
  position: absolute;
  left: 0;
}

/* line 8050, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-to-left:before {
  content: "\ef31";
}

/* line 8053, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-to-right:before {
  content: "\ef32";
}

/* line 8056, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-toggle-off-circle .path1:before {
  content: "\ef33";
  opacity: 0.3;
}

/* line 8061, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-toggle-off-circle .path2:before {
  content: "\ef34";
  position: absolute;
  left: 0;
}

/* line 8066, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-toggle-off .path1:before {
  content: "\ef35";
  opacity: 0.3;
}

/* line 8071, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-toggle-off .path2:before {
  content: "\ef36";
  position: absolute;
  left: 0;
}

/* line 8076, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-toggle-on-circle .path1:before {
  content: "\ef37";
  opacity: 0.3;
}

/* line 8081, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-toggle-on-circle .path2:before {
  content: "\ef38";
  position: absolute;
  left: 0;
}

/* line 8086, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-toggle-on .path1:before {
  content: "\ef39";
  opacity: 0.3;
}

/* line 8091, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-toggle-on .path2:before {
  content: "\ef3a";
  position: absolute;
  left: 0;
}

/* line 8096, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-trailer .path1:before {
  content: "\ef3b";
}

/* line 8100, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-trailer .path2:before {
  content: "\ef3c";
  position: absolute;
  left: 0;
}

/* line 8105, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-trailer .path3:before {
  content: "\ef3d";
  position: absolute;
  left: 0;
}

/* line 8110, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-trailer .path4:before {
  content: "\ef3e";
  position: absolute;
  left: 0;
}

/* line 8115, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-trailer .path5:before {
  content: "\ef3f";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 8121, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-trash-square .path1:before {
  content: "\ef40";
  opacity: 0.3;
}

/* line 8126, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-trash-square .path2:before {
  content: "\ef41";
  position: absolute;
  left: 0;
}

/* line 8131, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-trash-square .path3:before {
  content: "\ef42";
  position: absolute;
  left: 0;
}

/* line 8136, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-trash-square .path4:before {
  content: "\ef43";
  position: absolute;
  left: 0;
}

/* line 8141, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-trash .path1:before {
  content: "\ef44";
  opacity: 0.3;
}

/* line 8146, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-trash .path2:before {
  content: "\ef45";
  position: absolute;
  left: 0;
}

/* line 8151, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-trash .path3:before {
  content: "\ef46";
  position: absolute;
  left: 0;
}

/* line 8156, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-trash .path4:before {
  content: "\ef47";
  position: absolute;
  left: 0;
}

/* line 8161, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-trash .path5:before {
  content: "\ef48";
  position: absolute;
  left: 0;
}

/* line 8166, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tree .path1:before {
  content: "\ef49";
  opacity: 0.3;
}

/* line 8171, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tree .path2:before {
  content: "\ef4a";
  position: absolute;
  left: 0;
}

/* line 8176, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-tree .path3:before {
  content: "\ef4b";
  position: absolute;
  left: 0;
}

/* line 8181, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-trello .path1:before {
  content: "\ef4c";
  opacity: 0.3;
}

/* line 8186, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-trello .path2:before {
  content: "\ef4d";
  position: absolute;
  left: 0;
}

/* line 8191, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-trello .path3:before {
  content: "\ef4e";
  position: absolute;
  left: 0;
}

/* line 8196, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-triangle .path1:before {
  content: "\ef4f";
}

/* line 8200, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-triangle .path2:before {
  content: "\ef50";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 8206, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-triangle .path3:before {
  content: "\ef51";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 8212, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-truck .path1:before {
  content: "\ef52";
}

/* line 8216, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-truck .path2:before {
  content: "\ef53";
  position: absolute;
  left: 0;
}

/* line 8221, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-truck .path3:before {
  content: "\ef54";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 8227, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-truck .path4:before {
  content: "\ef55";
  position: absolute;
  left: 0;
}

/* line 8232, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-truck .path5:before {
  content: "\ef56";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 8238, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-ts .path1:before {
  content: "\ef57";
  opacity: 0.3;
}

/* line 8243, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-ts .path2:before {
  content: "\ef58";
  position: absolute;
  left: 0;
}

/* line 8248, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-ts .path3:before {
  content: "\ef59";
  position: absolute;
  left: 0;
}

/* line 8253, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-twitch .path1:before {
  content: "\ef5a";
  opacity: 0.3;
}

/* line 8258, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-twitch .path2:before {
  content: "\ef5b";
  position: absolute;
  left: 0;
}

/* line 8263, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-twitch .path3:before {
  content: "\ef5c";
  position: absolute;
  left: 0;
}

/* line 8268, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-twitter .path1:before {
  content: "\ef5d";
  opacity: 0.3;
}

/* line 8273, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-twitter .path2:before {
  content: "\ef5e";
  position: absolute;
  left: 0;
}

/* line 8278, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-two-credit-cart .path1:before {
  content: "\ef5f";
}

/* line 8282, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-two-credit-cart .path2:before {
  content: "\ef60";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 8288, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-two-credit-cart .path3:before {
  content: "\ef61";
  position: absolute;
  left: 0;
}

/* line 8293, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-two-credit-cart .path4:before {
  content: "\ef62";
  position: absolute;
  left: 0;
}

/* line 8298, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-two-credit-cart .path5:before {
  content: "\ef63";
  position: absolute;
  left: 0;
}

/* line 8303, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-underlining .path1:before {
  content: "\ef64";
  opacity: 0.3;
}

/* line 8308, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-underlining .path2:before {
  content: "\ef65";
  position: absolute;
  left: 0;
}

/* line 8313, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-underlining .path3:before {
  content: "\ef66";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 8319, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-up-down .path1:before {
  content: "\ef67";
  opacity: 0.3;
}

/* line 8324, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-up-down .path2:before {
  content: "\ef68";
  position: absolute;
  left: 0;
}

/* line 8329, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-up-down .path3:before {
  content: "\ef69";
  position: absolute;
  left: 0;
}

/* line 8334, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-up-square .path1:before {
  content: "\ef6a";
  opacity: 0.3;
}

/* line 8339, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-up-square .path2:before {
  content: "\ef6b";
  position: absolute;
  left: 0;
}

/* line 8344, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-up:before {
  content: "\ef6c";
}

/* line 8347, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-update-file .path1:before {
  content: "\ef6d";
  opacity: 0.3;
}

/* line 8352, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-update-file .path2:before {
  content: "\ef6e";
  position: absolute;
  left: 0;
}

/* line 8357, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-update-file .path3:before {
  content: "\ef6f";
  position: absolute;
  left: 0;
}

/* line 8362, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-update-file .path4:before {
  content: "\ef70";
  position: absolute;
  left: 0;
}

/* line 8367, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-update-folder .path1:before {
  content: "\ef71";
  opacity: 0.3;
}

/* line 8372, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-update-folder .path2:before {
  content: "\ef72";
  position: absolute;
  left: 0;
}

/* line 8377, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-user-edit .path1:before {
  content: "\ef73";
}

/* line 8381, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-user-edit .path2:before {
  content: "\ef74";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 8387, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-user-edit .path3:before {
  content: "\ef75";
  position: absolute;
  left: 0;
}

/* line 8392, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-user-square .path1:before {
  content: "\ef76";
  opacity: 0.3;
}

/* line 8397, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-user-square .path2:before {
  content: "\ef77";
  position: absolute;
  left: 0;
}

/* line 8402, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-user-square .path3:before {
  content: "\ef78";
  position: absolute;
  left: 0;
}

/* line 8407, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-user-tick .path1:before {
  content: "\ef79";
}

/* line 8411, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-user-tick .path2:before {
  content: "\ef7a";
  position: absolute;
  left: 0;
}

/* line 8416, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-user-tick .path3:before {
  content: "\ef7b";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 8422, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-user .path1:before {
  content: "\ef7c";
  opacity: 0.3;
}

/* line 8427, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-user .path2:before {
  content: "\ef7d";
  position: absolute;
  left: 0;
}

/* line 8432, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-verify .path1:before {
  content: "\ef7e";
  opacity: 0.3;
}

/* line 8437, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-verify .path2:before {
  content: "\ef7f";
  position: absolute;
  left: 0;
}

/* line 8442, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-vibe .path1:before {
  content: "\ef80";
}

/* line 8446, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-vibe .path2:before {
  content: "\ef81";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 8452, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-virus .path1:before {
  content: "\ef82";
  opacity: 0.3;
}

/* line 8457, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-virus .path2:before {
  content: "\ef83";
  position: absolute;
  left: 0;
}

/* line 8462, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-virus .path3:before {
  content: "\ef84";
  position: absolute;
  left: 0;
}

/* line 8467, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-vue .path1:before {
  content: "\ef85";
  opacity: 0.3;
}

/* line 8472, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-vue .path2:before {
  content: "\ef86";
  position: absolute;
  left: 0;
}

/* line 8477, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-vuesax .path1:before {
  content: "\ef87";
}

/* line 8481, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-vuesax .path2:before {
  content: "\ef88";
  position: absolute;
  left: 0;
  opacity: 0.4;
}

/* line 8487, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-vuesax .path3:before {
  content: "\ef89";
  position: absolute;
  left: 0;
}

/* line 8492, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-wallet .path1:before {
  content: "\ef8a";
  opacity: 0.3;
}

/* line 8497, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-wallet .path2:before {
  content: "\ef8b";
  position: absolute;
  left: 0;
}

/* line 8502, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-wallet .path3:before {
  content: "\ef8c";
  position: absolute;
  left: 0;
}

/* line 8507, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-wallet .path4:before {
  content: "\ef8d";
  position: absolute;
  left: 0;
}

/* line 8512, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-wanchain .path1:before {
  content: "\ef8e";
}

/* line 8516, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-wanchain .path2:before {
  content: "\ef8f";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 8522, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-watch .path1:before {
  content: "\ef90";
  opacity: 0.3;
}

/* line 8527, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-watch .path2:before {
  content: "\ef91";
  position: absolute;
  left: 0;
}

/* line 8532, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-whatsapp .path1:before {
  content: "\ef92";
  opacity: 0.4;
}

/* line 8537, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-whatsapp .path2:before {
  content: "\ef93";
  position: absolute;
  left: 0;
}

/* line 8542, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-wifi-home .path1:before {
  content: "\ef94";
  opacity: 0.3;
}

/* line 8547, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-wifi-home .path2:before {
  content: "\ef95";
  position: absolute;
  left: 0;
}

/* line 8552, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-wifi-home .path3:before {
  content: "\ef96";
  position: absolute;
  left: 0;
}

/* line 8557, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-wifi-home .path4:before {
  content: "\ef97";
  position: absolute;
  left: 0;
}

/* line 8562, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-wifi-square .path1:before {
  content: "\ef98";
  opacity: 0.3;
}

/* line 8567, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-wifi-square .path2:before {
  content: "\ef99";
  position: absolute;
  left: 0;
}

/* line 8572, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-wifi-square .path3:before {
  content: "\ef9a";
  position: absolute;
  left: 0;
}

/* line 8577, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-wifi-square .path4:before {
  content: "\ef9b";
  position: absolute;
  left: 0;
}

/* line 8582, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-wifi .path1:before {
  content: "\ef9c";
}

/* line 8586, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-wifi .path2:before {
  content: "\ef9d";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 8592, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-wifi .path3:before {
  content: "\ef9e";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 8598, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-wifi .path4:before {
  content: "\ef9f";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 8604, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-wrench .path1:before {
  content: "\efa0";
  opacity: 0.3;
}

/* line 8609, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-wrench .path2:before {
  content: "\efa1";
  position: absolute;
  left: 0;
}

/* line 8614, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-xaomi .path1:before {
  content: "\efa2";
}

/* line 8618, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-xaomi .path2:before {
  content: "\efa3";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 8624, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-xd .path1:before {
  content: "\efa4";
  opacity: 0.3;
}

/* line 8629, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-xd .path2:before {
  content: "\efa5";
  position: absolute;
  left: 0;
}

/* line 8634, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-xd .path3:before {
  content: "\efa6";
  position: absolute;
  left: 0;
}

/* line 8639, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-xmr .path1:before {
  content: "\efa7";
}

/* line 8643, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-xmr .path2:before {
  content: "\efa8";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 8649, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-yii .path1:before {
  content: "\efa9";
  opacity: 0.3;
}

/* line 8654, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-yii .path2:before {
  content: "\efaa";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 8660, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-yii .path3:before {
  content: "\efab";
  position: absolute;
  left: 0;
}

/* line 8665, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-youtube .path1:before {
  content: "\efac";
}

/* line 8669, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-youtube .path2:before {
  content: "\efad";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

/* line 8676, app/assets/stylesheets/theme/plugins/keenicons/duotone/style.scss */
.ki-duotone i {
  font-style: normal;
}

@font-face {
  font-family: 'keenicons-outline';
  src: url(/assets/keenicons/outline/keenicons-outline-f4bd28289776f5a9a1348551b0f9c273dc802180ce79559e8e4fc376faec2362.eot);
  src: url(/assets/keenicons/outline/keenicons-outline-f4bd28289776f5a9a1348551b0f9c273dc802180ce79559e8e4fc376faec2362.eot) format("embedded-opentype"), url(/assets/keenicons/outline/keenicons-outline-3be4db5edc16dcbb5f8b0fe25545b92047c9b3a57c3f1eac5a7c084d6c0cba5c.ttf) format("truetype"), url(/assets/keenicons/outline/keenicons-outline-5bb30476546c4d11925c2efa052b5ba6e09122c590e12718e58509a357f24f2a.woff) format("woff"), url(/assets/keenicons/outline/keenicons-outline-b88205206882ac929b66e1141b9cf56d67c9a426f9f759f72a3b2ca0b0175226.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* line 13, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-outline {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'keenicons-outline' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 27, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-1.ki-outline:before {
  content: "\e900";
}

/* line 30, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-2.ki-outline:before {
  content: "\e901";
}

/* line 33, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-3.ki-outline:before {
  content: "\e902";
}

/* line 36, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-4.ki-outline:before {
  content: "\e903";
}

/* line 39, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-5.ki-outline:before {
  content: "\e904";
}

/* line 42, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-6.ki-outline:before {
  content: "\e905";
}

/* line 45, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-7.ki-outline:before {
  content: "\e906";
}

/* line 48, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-8.ki-outline:before {
  content: "\e907";
}

/* line 51, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-9.ki-outline:before {
  content: "\e908";
}

/* line 54, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-10.ki-outline:before {
  content: "\e909";
}

/* line 57, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-11.ki-outline:before {
  content: "\e90a";
}

/* line 60, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-12.ki-outline:before {
  content: "\e90b";
}

/* line 63, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-13.ki-outline:before {
  content: "\e90c";
}

/* line 66, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-14.ki-outline:before {
  content: "\e90d";
}

/* line 69, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-15.ki-outline:before {
  content: "\e90e";
}

/* line 72, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-16.ki-outline:before {
  content: "\e90f";
}

/* line 75, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-17.ki-outline:before {
  content: "\e910";
}

/* line 78, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-18.ki-outline:before {
  content: "\e911";
}

/* line 81, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-19.ki-outline:before {
  content: "\e912";
}

/* line 84, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-20.ki-outline:before {
  content: "\e913";
}

/* line 87, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-21.ki-outline:before {
  content: "\e914";
}

/* line 90, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-22.ki-outline:before {
  content: "\e915";
}

/* line 93, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-23.ki-outline:before {
  content: "\e916";
}

/* line 96, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-24.ki-outline:before {
  content: "\e917";
}

/* line 99, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-25.ki-outline:before {
  content: "\e918";
}

/* line 102, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-26.ki-outline:before {
  content: "\e919";
}

/* line 105, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-27.ki-outline:before {
  content: "\e91a";
}

/* line 108, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-28.ki-outline:before {
  content: "\e91b";
}

/* line 111, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-29.ki-outline:before {
  content: "\e91c";
}

/* line 114, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-30.ki-outline:before {
  content: "\e91d";
}

/* line 117, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-31.ki-outline:before {
  content: "\e91e";
}

/* line 120, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-32.ki-outline:before {
  content: "\e91f";
}

/* line 123, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-33.ki-outline:before {
  content: "\e920";
}

/* line 126, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-34.ki-outline:before {
  content: "\e921";
}

/* line 129, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-35.ki-outline:before {
  content: "\e922";
}

/* line 132, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-36.ki-outline:before {
  content: "\e923";
}

/* line 135, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-37.ki-outline:before {
  content: "\e924";
}

/* line 138, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-38.ki-outline:before {
  content: "\e925";
}

/* line 141, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-39.ki-outline:before {
  content: "\e926";
}

/* line 144, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-40.ki-outline:before {
  content: "\e927";
}

/* line 147, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-41.ki-outline:before {
  content: "\e928";
}

/* line 150, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-42.ki-outline:before {
  content: "\e929";
}

/* line 153, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-43.ki-outline:before {
  content: "\e92a";
}

/* line 156, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-44.ki-outline:before {
  content: "\e92b";
}

/* line 159, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-45.ki-outline:before {
  content: "\e92c";
}

/* line 162, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-46.ki-outline:before {
  content: "\e92d";
}

/* line 165, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-47.ki-outline:before {
  content: "\e92e";
}

/* line 168, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-48.ki-outline:before {
  content: "\e92f";
}

/* line 171, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract-49.ki-outline:before {
  content: "\e930";
}

/* line 174, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-abstract.ki-outline:before {
  content: "\e931";
}

/* line 177, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-add-files.ki-outline:before {
  content: "\e932";
}

/* line 180, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-add-folder.ki-outline:before {
  content: "\e933";
}

/* line 183, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-add-item.ki-outline:before {
  content: "\e934";
}

/* line 186, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-add-notepad.ki-outline:before {
  content: "\e935";
}

/* line 189, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-address-book.ki-outline:before {
  content: "\e936";
}

/* line 192, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-airplane-square.ki-outline:before {
  content: "\e937";
}

/* line 195, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-airplane.ki-outline:before {
  content: "\e938";
}

/* line 198, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-airpod.ki-outline:before {
  content: "\e939";
}

/* line 201, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-android.ki-outline:before {
  content: "\e93a";
}

/* line 204, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-angular.ki-outline:before {
  content: "\e93b";
}

/* line 207, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-apple.ki-outline:before {
  content: "\e93c";
}

/* line 210, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-archive-tick.ki-outline:before {
  content: "\e93d";
}

/* line 213, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-archive.ki-outline:before {
  content: "\e93e";
}

/* line 216, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-arrow-circle-left.ki-outline:before {
  content: "\e93f";
}

/* line 219, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-arrow-circle-right.ki-outline:before {
  content: "\e940";
}

/* line 222, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-arrow-diagonal.ki-outline:before {
  content: "\e941";
}

/* line 225, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-arrow-down-left.ki-outline:before {
  content: "\e942";
}

/* line 228, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-arrow-down-refraction.ki-outline:before {
  content: "\e943";
}

/* line 231, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-arrow-down-right.ki-outline:before {
  content: "\e944";
}

/* line 234, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-arrow-down.ki-outline:before {
  content: "\e945";
}

/* line 237, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-arrow-left.ki-outline:before {
  content: "\e946";
}

/* line 240, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-arrow-mix.ki-outline:before {
  content: "\e947";
}

/* line 243, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-arrow-right-left.ki-outline:before {
  content: "\e948";
}

/* line 246, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-arrow-right.ki-outline:before {
  content: "\e949";
}

/* line 249, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-arrow-two-diagonals.ki-outline:before {
  content: "\e94a";
}

/* line 252, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-arrow-up-down.ki-outline:before {
  content: "\e94b";
}

/* line 255, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-arrow-up-left.ki-outline:before {
  content: "\e94c";
}

/* line 258, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-arrow-up-refraction.ki-outline:before {
  content: "\e94d";
}

/* line 261, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-arrow-up-right.ki-outline:before {
  content: "\e94e";
}

/* line 264, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-arrow-up.ki-outline:before {
  content: "\e94f";
}

/* line 267, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-arrow-zigzag.ki-outline:before {
  content: "\e950";
}

/* line 270, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-arrows-circle.ki-outline:before {
  content: "\e951";
}

/* line 273, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-arrows-loop.ki-outline:before {
  content: "\e952";
}

/* line 276, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-artificial-intelligence.ki-outline:before {
  content: "\e953";
}

/* line 279, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-auto-brightness.ki-outline:before {
  content: "\e954";
}

/* line 282, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-avalanche.ki-outline:before {
  content: "\e955";
}

/* line 285, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-award.ki-outline:before {
  content: "\e956";
}

/* line 288, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-badge.ki-outline:before {
  content: "\e957";
}

/* line 291, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-bandage.ki-outline:before {
  content: "\e958";
}

/* line 294, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-bank.ki-outline:before {
  content: "\e959";
}

/* line 297, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-barcode.ki-outline:before {
  content: "\e95a";
}

/* line 300, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-basket-ok.ki-outline:before {
  content: "\e95b";
}

/* line 303, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-basket.ki-outline:before {
  content: "\e95c";
}

/* line 306, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-behance.ki-outline:before {
  content: "\e95d";
}

/* line 309, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-bill.ki-outline:before {
  content: "\e95e";
}

/* line 312, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-binance-usd.ki-outline:before {
  content: "\e95f";
}

/* line 315, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-binance.ki-outline:before {
  content: "\e960";
}

/* line 318, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-bitcoin.ki-outline:before {
  content: "\e961";
}

/* line 321, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-black-down.ki-outline:before {
  content: "\e962";
}

/* line 324, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-black-left-line.ki-outline:before {
  content: "\e963";
}

/* line 327, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-black-left.ki-outline:before {
  content: "\e964";
}

/* line 330, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-black-right-line.ki-outline:before {
  content: "\e965";
}

/* line 333, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-black-right.ki-outline:before {
  content: "\e966";
}

/* line 336, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-black-up.ki-outline:before {
  content: "\e967";
}

/* line 339, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-bluetooth.ki-outline:before {
  content: "\e968";
}

/* line 342, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-book-open.ki-outline:before {
  content: "\e969";
}

/* line 345, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-book-square.ki-outline:before {
  content: "\e96a";
}

/* line 348, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-book.ki-outline:before {
  content: "\e96b";
}

/* line 351, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-bookmark-2.ki-outline:before {
  content: "\e96c";
}

/* line 354, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-bookmark.ki-outline:before {
  content: "\e96d";
}

/* line 357, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-bootstrap.ki-outline:before {
  content: "\e96e";
}

/* line 360, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-briefcase.ki-outline:before {
  content: "\e96f";
}

/* line 363, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-brifecase-cros.ki-outline:before {
  content: "\e970";
}

/* line 366, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-brifecase-tick.ki-outline:before {
  content: "\e971";
}

/* line 369, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-brifecase-timer.ki-outline:before {
  content: "\e972";
}

/* line 372, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-brush.ki-outline:before {
  content: "\e973";
}

/* line 375, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-bucket-square.ki-outline:before {
  content: "\e974";
}

/* line 378, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-bucket.ki-outline:before {
  content: "\e975";
}

/* line 381, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-burger-menu-1.ki-outline:before {
  content: "\e976";
}

/* line 384, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-burger-menu-2.ki-outline:before {
  content: "\e977";
}

/* line 387, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-burger-menu-3.ki-outline:before {
  content: "\e978";
}

/* line 390, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-burger-menu-4.ki-outline:before {
  content: "\e979";
}

/* line 393, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-burger-menu-5.ki-outline:before {
  content: "\e97a";
}

/* line 396, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-burger-menu-6.ki-outline:before {
  content: "\e97b";
}

/* line 399, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-burger-menu.ki-outline:before {
  content: "\e97c";
}

/* line 402, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-bus.ki-outline:before {
  content: "\e97d";
}

/* line 405, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-calculator.ki-outline:before {
  content: "\e97e";
}

/* line 408, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-calendar-2.ki-outline:before {
  content: "\e97f";
}

/* line 411, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-calendar-8.ki-outline:before {
  content: "\e980";
}

/* line 414, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-calendar-add.ki-outline:before {
  content: "\e981";
}

/* line 417, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-calendar-edit.ki-outline:before {
  content: "\e982";
}

/* line 420, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-calendar-remove.ki-outline:before {
  content: "\e983";
}

/* line 423, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-calendar-search.ki-outline:before {
  content: "\e984";
}

/* line 426, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-calendar-tick.ki-outline:before {
  content: "\e985";
}

/* line 429, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-calendar.ki-outline:before {
  content: "\e986";
}

/* line 432, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-call.ki-outline:before {
  content: "\e987";
}

/* line 435, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-capsule.ki-outline:before {
  content: "\e988";
}

/* line 438, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-car-2.ki-outline:before {
  content: "\e989";
}

/* line 441, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-car-3.ki-outline:before {
  content: "\e98a";
}

/* line 444, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-car.ki-outline:before {
  content: "\e98b";
}

/* line 447, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-category.ki-outline:before {
  content: "\e98c";
}

/* line 450, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-cd.ki-outline:before {
  content: "\e98d";
}

/* line 453, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-celsius.ki-outline:before {
  content: "\e98e";
}

/* line 456, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-chart-line-down-2.ki-outline:before {
  content: "\e98f";
}

/* line 459, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-chart-line-down.ki-outline:before {
  content: "\e990";
}

/* line 462, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-chart-line-star.ki-outline:before {
  content: "\e991";
}

/* line 465, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-chart-line-up-2.ki-outline:before {
  content: "\e992";
}

/* line 468, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-chart-line-up.ki-outline:before {
  content: "\e993";
}

/* line 471, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-chart-line.ki-outline:before {
  content: "\e994";
}

/* line 474, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-chart-pie-3.ki-outline:before {
  content: "\e995";
}

/* line 477, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-chart-pie-4.ki-outline:before {
  content: "\e996";
}

/* line 480, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-chart-pie-simple.ki-outline:before {
  content: "\e997";
}

/* line 483, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-chart-pie-too.ki-outline:before {
  content: "\e998";
}

/* line 486, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-chart-simple-2.ki-outline:before {
  content: "\e999";
}

/* line 489, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-chart-simple-3.ki-outline:before {
  content: "\e99a";
}

/* line 492, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-chart-simple.ki-outline:before {
  content: "\e99b";
}

/* line 495, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-chart.ki-outline:before {
  content: "\e99c";
}

/* line 498, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-check-circle.ki-outline:before {
  content: "\e99d";
}

/* line 501, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-check-square.ki-outline:before {
  content: "\e99e";
}

/* line 504, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-check.ki-outline:before {
  content: "\e99f";
}

/* line 507, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-cheque.ki-outline:before {
  content: "\e9a0";
}

/* line 510, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-chrome.ki-outline:before {
  content: "\e9a1";
}

/* line 513, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-classmates.ki-outline:before {
  content: "\e9a2";
}

/* line 516, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-click.ki-outline:before {
  content: "\e9a3";
}

/* line 519, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-clipboard.ki-outline:before {
  content: "\e9a4";
}

/* line 522, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-cloud-add.ki-outline:before {
  content: "\e9a5";
}

/* line 525, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-cloud-change.ki-outline:before {
  content: "\e9a6";
}

/* line 528, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-cloud-download.ki-outline:before {
  content: "\e9a7";
}

/* line 531, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-cloud.ki-outline:before {
  content: "\e9a8";
}

/* line 534, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-code.ki-outline:before {
  content: "\e9a9";
}

/* line 537, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-coffee.ki-outline:before {
  content: "\e9aa";
}

/* line 540, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-color-swatch.ki-outline:before {
  content: "\e9ab";
}

/* line 543, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-colors-square.ki-outline:before {
  content: "\e9ac";
}

/* line 546, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-compass.ki-outline:before {
  content: "\e9ad";
}

/* line 549, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-copy-success.ki-outline:before {
  content: "\e9ae";
}

/* line 552, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-copy.ki-outline:before {
  content: "\e9af";
}

/* line 555, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-courier-express.ki-outline:before {
  content: "\e9b0";
}

/* line 558, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-courier.ki-outline:before {
  content: "\e9b1";
}

/* line 561, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-credit-cart.ki-outline:before {
  content: "\e9b2";
}

/* line 564, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-cross-circle.ki-outline:before {
  content: "\e9b3";
}

/* line 567, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-cross-square.ki-outline:before {
  content: "\e9b4";
}

/* line 570, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-cross.ki-outline:before {
  content: "\e9b5";
}

/* line 573, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-crown-2.ki-outline:before {
  content: "\e9b6";
}

/* line 576, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-crown.ki-outline:before {
  content: "\e9b7";
}

/* line 579, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-css.ki-outline:before {
  content: "\e9b8";
}

/* line 582, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-cube-2.ki-outline:before {
  content: "\e9b9";
}

/* line 585, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-cube-3.ki-outline:before {
  content: "\e9ba";
}

/* line 588, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-cup.ki-outline:before {
  content: "\e9bb";
}

/* line 591, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-dash.ki-outline:before {
  content: "\e9bc";
}

/* line 594, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-data.ki-outline:before {
  content: "\e9bd";
}

/* line 597, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-delete-files.ki-outline:before {
  content: "\e9be";
}

/* line 600, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-delete-folder.ki-outline:before {
  content: "\e9bf";
}

/* line 603, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-delivery-2.ki-outline:before {
  content: "\e9c0";
}

/* line 606, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-delivery-3.ki-outline:before {
  content: "\e9c1";
}

/* line 609, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-delivery-24.ki-outline:before {
  content: "\e9c2";
}

/* line 612, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-delivery-door.ki-outline:before {
  content: "\e9c3";
}

/* line 615, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-delivery-geolocation.ki-outline:before {
  content: "\e9c4";
}

/* line 618, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-delivery-time.ki-outline:before {
  content: "\e9c5";
}

/* line 621, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-delivery.ki-outline:before {
  content: "\e9c6";
}

/* line 624, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-design-2.ki-outline:before {
  content: "\e9c7";
}

/* line 627, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-design-frame.ki-outline:before {
  content: "\e9c8";
}

/* line 630, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-design-mask.ki-outline:before {
  content: "\e9c9";
}

/* line 633, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-design.ki-outline:before {
  content: "\e9ca";
}

/* line 636, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-devices-2.ki-outline:before {
  content: "\e9cb";
}

/* line 639, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-devices.ki-outline:before {
  content: "\e9cc";
}

/* line 642, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-diamonds.ki-outline:before {
  content: "\e9cd";
}

/* line 645, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-directbox-default.ki-outline:before {
  content: "\e9ce";
}

/* line 648, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-disconnect.ki-outline:before {
  content: "\e9cf";
}

/* line 651, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-discount.ki-outline:before {
  content: "\e9d0";
}

/* line 654, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-disk.ki-outline:before {
  content: "\e9d1";
}

/* line 657, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-dislike.ki-outline:before {
  content: "\e9d2";
}

/* line 660, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-dj.ki-outline:before {
  content: "\e9d3";
}

/* line 663, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-document.ki-outline:before {
  content: "\e9d4";
}

/* line 666, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-dollar.ki-outline:before {
  content: "\e9d5";
}

/* line 669, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-dots-circle-vertical.ki-outline:before {
  content: "\e9d6";
}

/* line 672, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-dots-circle.ki-outline:before {
  content: "\e9d7";
}

/* line 675, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-dots-horizontal.ki-outline:before {
  content: "\e9d8";
}

/* line 678, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-dots-square-vertical.ki-outline:before {
  content: "\e9d9";
}

/* line 681, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-dots-square.ki-outline:before {
  content: "\e9da";
}

/* line 684, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-dots-vertical.ki-outline:before {
  content: "\e9db";
}

/* line 687, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-double-check-circle.ki-outline:before {
  content: "\e9dc";
}

/* line 690, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-double-check.ki-outline:before {
  content: "\e9dd";
}

/* line 693, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-double-down.ki-outline:before {
  content: "\e9de";
}

/* line 696, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-double-left-arrow.ki-outline:before {
  content: "\e9df";
}

/* line 699, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-double-left.ki-outline:before {
  content: "\e9e0";
}

/* line 702, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-double-right-arrow.ki-outline:before {
  content: "\e9e1";
}

/* line 705, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-double-right.ki-outline:before {
  content: "\e9e2";
}

/* line 708, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-double-up.ki-outline:before {
  content: "\e9e3";
}

/* line 711, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-down-square.ki-outline:before {
  content: "\e9e4";
}

/* line 714, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-down.ki-outline:before {
  content: "\e9e5";
}

/* line 717, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-dribbble.ki-outline:before {
  content: "\e9e6";
}

/* line 720, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-drop.ki-outline:before {
  content: "\e9e7";
}

/* line 723, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-dropbox.ki-outline:before {
  content: "\e9e8";
}

/* line 726, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-educare.ki-outline:before {
  content: "\e9e9";
}

/* line 729, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-electricity.ki-outline:before {
  content: "\e9ea";
}

/* line 732, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-electronic-clock.ki-outline:before {
  content: "\e9eb";
}

/* line 735, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-element-1.ki-outline:before {
  content: "\e9ec";
}

/* line 738, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-element-2.ki-outline:before {
  content: "\e9ed";
}

/* line 741, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-element-3.ki-outline:before {
  content: "\e9ee";
}

/* line 744, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-element-4.ki-outline:before {
  content: "\e9ef";
}

/* line 747, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-element-5.ki-outline:before {
  content: "\e9f0";
}

/* line 750, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-element-6.ki-outline:before {
  content: "\e9f1";
}

/* line 753, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-element-7.ki-outline:before {
  content: "\e9f2";
}

/* line 756, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-element-8.ki-outline:before {
  content: "\e9f3";
}

/* line 759, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-element-9.ki-outline:before {
  content: "\e9f4";
}

/* line 762, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-element-10.ki-outline:before {
  content: "\e9f5";
}

/* line 765, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-element-11.ki-outline:before {
  content: "\e9f6";
}

/* line 768, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-element-12.ki-outline:before {
  content: "\e9f7";
}

/* line 771, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-element-equal.ki-outline:before {
  content: "\e9f8";
}

/* line 774, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-element-plus.ki-outline:before {
  content: "\e9f9";
}

/* line 777, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-emoji-happy.ki-outline:before {
  content: "\e9fa";
}

/* line 780, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-enjin-coin.ki-outline:before {
  content: "\e9fb";
}

/* line 783, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-entrance-left.ki-outline:before {
  content: "\e9fc";
}

/* line 786, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-entrance-right.ki-outline:before {
  content: "\e9fd";
}

/* line 789, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-eraser.ki-outline:before {
  content: "\e9fe";
}

/* line 792, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-euro.ki-outline:before {
  content: "\e9ff";
}

/* line 795, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-exit-down.ki-outline:before {
  content: "\ea00";
}

/* line 798, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-exit-left.ki-outline:before {
  content: "\ea01";
}

/* line 801, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-exit-right-corner.ki-outline:before {
  content: "\ea02";
}

/* line 804, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-exit-right.ki-outline:before {
  content: "\ea03";
}

/* line 807, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-exit-up.ki-outline:before {
  content: "\ea04";
}

/* line 810, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-external-drive.ki-outline:before {
  content: "\ea05";
}

/* line 813, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-eye-slash.ki-outline:before {
  content: "\ea06";
}

/* line 816, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-eye.ki-outline:before {
  content: "\ea07";
}

/* line 819, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-facebook.ki-outline:before {
  content: "\ea08";
}

/* line 822, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-faceid.ki-outline:before {
  content: "\ea09";
}

/* line 825, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-fasten.ki-outline:before {
  content: "\ea0a";
}

/* line 828, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-fat-rows.ki-outline:before {
  content: "\ea0b";
}

/* line 831, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-feather.ki-outline:before {
  content: "\ea0c";
}

/* line 834, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-figma.ki-outline:before {
  content: "\ea0d";
}

/* line 837, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-file-added.ki-outline:before {
  content: "\ea0e";
}

/* line 840, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-file-deleted.ki-outline:before {
  content: "\ea0f";
}

/* line 843, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-file-down.ki-outline:before {
  content: "\ea10";
}

/* line 846, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-file-left.ki-outline:before {
  content: "\ea11";
}

/* line 849, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-file-right.ki-outline:before {
  content: "\ea12";
}

/* line 852, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-file-sheet.ki-outline:before {
  content: "\ea13";
}

/* line 855, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-file-up.ki-outline:before {
  content: "\ea14";
}

/* line 858, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-file.ki-outline:before {
  content: "\ea15";
}

/* line 861, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-files-tablet.ki-outline:before {
  content: "\ea16";
}

/* line 864, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-filter-edit.ki-outline:before {
  content: "\ea17";
}

/* line 867, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-filter-search.ki-outline:before {
  content: "\ea18";
}

/* line 870, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-filter-square.ki-outline:before {
  content: "\ea19";
}

/* line 873, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-filter-tablet.ki-outline:before {
  content: "\ea1a";
}

/* line 876, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-filter-tick.ki-outline:before {
  content: "\ea1b";
}

/* line 879, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-filter.ki-outline:before {
  content: "\ea1c";
}

/* line 882, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-finance-calculator.ki-outline:before {
  content: "\ea1d";
}

/* line 885, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-financial-schedule.ki-outline:before {
  content: "\ea1e";
}

/* line 888, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-fingerprint-scanning.ki-outline:before {
  content: "\ea1f";
}

/* line 891, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-flag.ki-outline:before {
  content: "\ea20";
}

/* line 894, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-flash-circle.ki-outline:before {
  content: "\ea21";
}

/* line 897, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-flask.ki-outline:before {
  content: "\ea22";
}

/* line 900, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-focus.ki-outline:before {
  content: "\ea23";
}

/* line 903, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-folder-added.ki-outline:before {
  content: "\ea24";
}

/* line 906, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-folder-down.ki-outline:before {
  content: "\ea25";
}

/* line 909, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-folder-up.ki-outline:before {
  content: "\ea26";
}

/* line 912, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-folder.ki-outline:before {
  content: "\ea27";
}

/* line 915, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-frame.ki-outline:before {
  content: "\ea28";
}

/* line 918, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-gear.ki-outline:before {
  content: "\ea29";
}

/* line 921, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-general-mouse.ki-outline:before {
  content: "\ea2a";
}

/* line 924, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-geolocation-home.ki-outline:before {
  content: "\ea2b";
}

/* line 927, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-geolocation.ki-outline:before {
  content: "\ea2c";
}

/* line 930, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-ghost.ki-outline:before {
  content: "\ea2d";
}

/* line 933, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-gift.ki-outline:before {
  content: "\ea2e";
}

/* line 936, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-github.ki-outline:before {
  content: "\ea2f";
}

/* line 939, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-glass.ki-outline:before {
  content: "\ea30";
}

/* line 942, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-google-play.ki-outline:before {
  content: "\ea31";
}

/* line 945, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-google.ki-outline:before {
  content: "\ea32";
}

/* line 948, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-graph-2.ki-outline:before {
  content: "\ea33";
}

/* line 951, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-graph-3.ki-outline:before {
  content: "\ea34";
}

/* line 954, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-graph-4.ki-outline:before {
  content: "\ea35";
}

/* line 957, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-graph-up.ki-outline:before {
  content: "\ea36";
}

/* line 960, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-graph.ki-outline:before {
  content: "\ea37";
}

/* line 963, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-grid-2.ki-outline:before {
  content: "\ea38";
}

/* line 966, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-grid-frame.ki-outline:before {
  content: "\ea39";
}

/* line 969, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-grid.ki-outline:before {
  content: "\ea3a";
}

/* line 972, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-handcart.ki-outline:before {
  content: "\ea3b";
}

/* line 975, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-happy-emoji.ki-outline:before {
  content: "\ea3c";
}

/* line 978, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-heart-circle.ki-outline:before {
  content: "\ea3d";
}

/* line 981, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-heart.ki-outline:before {
  content: "\ea3e";
}

/* line 984, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-home-1.ki-outline:before {
  content: "\ea3f";
}

/* line 987, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-home-2.ki-outline:before {
  content: "\ea40";
}

/* line 990, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-home-3.ki-outline:before {
  content: "\ea41";
}

/* line 993, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-home.ki-outline:before {
  content: "\ea42";
}

/* line 996, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-html.ki-outline:before {
  content: "\ea43";
}

/* line 999, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-icon.ki-outline:before {
  content: "\ea44";
}

/* line 1002, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-illustrator.ki-outline:before {
  content: "\ea45";
}

/* line 1005, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-information-2.ki-outline:before {
  content: "\ea46";
}

/* line 1008, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-information-3.ki-outline:before {
  content: "\ea47";
}

/* line 1011, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-information-4.ki-outline:before {
  content: "\ea48";
}

/* line 1014, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-information-5.ki-outline:before {
  content: "\ea49";
}

/* line 1017, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-information.ki-outline:before {
  content: "\ea4a";
}

/* line 1020, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-instagram.ki-outline:before {
  content: "\ea4b";
}

/* line 1023, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-joystick.ki-outline:before {
  content: "\ea4c";
}

/* line 1026, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-js-2.ki-outline:before {
  content: "\ea4d";
}

/* line 1029, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-js.ki-outline:before {
  content: "\ea4e";
}

/* line 1032, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-kanban.ki-outline:before {
  content: "\ea4f";
}

/* line 1035, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-key-square.ki-outline:before {
  content: "\ea50";
}

/* line 1038, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-key.ki-outline:before {
  content: "\ea51";
}

/* line 1041, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-keyboard.ki-outline:before {
  content: "\ea52";
}

/* line 1044, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-laptop.ki-outline:before {
  content: "\ea53";
}

/* line 1047, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-laravel.ki-outline:before {
  content: "\ea54";
}

/* line 1050, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-left-square.ki-outline:before {
  content: "\ea55";
}

/* line 1053, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-left.ki-outline:before {
  content: "\ea56";
}

/* line 1056, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-like-2.ki-outline:before {
  content: "\ea57";
}

/* line 1059, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-like-folder.ki-outline:before {
  content: "\ea58";
}

/* line 1062, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-like-shapes.ki-outline:before {
  content: "\ea59";
}

/* line 1065, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-like-tag.ki-outline:before {
  content: "\ea5a";
}

/* line 1068, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-like.ki-outline:before {
  content: "\ea5b";
}

/* line 1071, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-loading.ki-outline:before {
  content: "\ea5c";
}

/* line 1074, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-lock-2.ki-outline:before {
  content: "\ea5d";
}

/* line 1077, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-lock-3.ki-outline:before {
  content: "\ea5e";
}

/* line 1080, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-lock.ki-outline:before {
  content: "\ea5f";
}

/* line 1083, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-logistic.ki-outline:before {
  content: "\ea60";
}

/* line 1086, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-lots-shopping.ki-outline:before {
  content: "\ea61";
}

/* line 1089, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-lovely.ki-outline:before {
  content: "\ea62";
}

/* line 1092, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-lts.ki-outline:before {
  content: "\ea63";
}

/* line 1095, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-magnifier.ki-outline:before {
  content: "\ea64";
}

/* line 1098, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-map.ki-outline:before {
  content: "\ea65";
}

/* line 1101, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-mask.ki-outline:before {
  content: "\ea66";
}

/* line 1104, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-maximize.ki-outline:before {
  content: "\ea67";
}

/* line 1107, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-medal-star.ki-outline:before {
  content: "\ea68";
}

/* line 1110, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-menu.ki-outline:before {
  content: "\ea69";
}

/* line 1113, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-message-add.ki-outline:before {
  content: "\ea6a";
}

/* line 1116, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-message-edit.ki-outline:before {
  content: "\ea6b";
}

/* line 1119, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-message-minus.ki-outline:before {
  content: "\ea6c";
}

/* line 1122, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-message-notif.ki-outline:before {
  content: "\ea6d";
}

/* line 1125, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-message-programming.ki-outline:before {
  content: "\ea6e";
}

/* line 1128, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-message-question.ki-outline:before {
  content: "\ea6f";
}

/* line 1131, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-message-text-2.ki-outline:before {
  content: "\ea70";
}

/* line 1134, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-message-text.ki-outline:before {
  content: "\ea71";
}

/* line 1137, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-messages.ki-outline:before {
  content: "\ea72";
}

/* line 1140, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-microsoft.ki-outline:before {
  content: "\ea73";
}

/* line 1143, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-milk.ki-outline:before {
  content: "\ea74";
}

/* line 1146, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-minus-circle.ki-outline:before {
  content: "\ea75";
}

/* line 1149, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-minus-folder.ki-outline:before {
  content: "\ea76";
}

/* line 1152, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-minus-square.ki-outline:before {
  content: "\ea77";
}

/* line 1155, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-minus.ki-outline:before {
  content: "\ea78";
}

/* line 1158, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-monitor-mobile.ki-outline:before {
  content: "\ea79";
}

/* line 1161, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-moon.ki-outline:before {
  content: "\ea7a";
}

/* line 1164, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-more-2.ki-outline:before {
  content: "\ea7b";
}

/* line 1167, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-mouse-circle.ki-outline:before {
  content: "\ea7c";
}

/* line 1170, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-mouse-square.ki-outline:before {
  content: "\ea7d";
}

/* line 1173, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-mouse.ki-outline:before {
  content: "\ea7e";
}

/* line 1176, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-nexo.ki-outline:before {
  content: "\ea7f";
}

/* line 1179, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-night-day.ki-outline:before {
  content: "\ea80";
}

/* line 1182, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-note-2.ki-outline:before {
  content: "\ea81";
}

/* line 1185, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-note.ki-outline:before {
  content: "\ea82";
}

/* line 1188, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-notepad-bookmark.ki-outline:before {
  content: "\ea83";
}

/* line 1191, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-notepad-edit.ki-outline:before {
  content: "\ea84";
}

/* line 1194, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-notepad.ki-outline:before {
  content: "\ea85";
}

/* line 1197, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-notification-2.ki-outline:before {
  content: "\ea86";
}

/* line 1200, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-notification-bing.ki-outline:before {
  content: "\ea87";
}

/* line 1203, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-notification-circle.ki-outline:before {
  content: "\ea88";
}

/* line 1206, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-notification-favorite.ki-outline:before {
  content: "\ea89";
}

/* line 1209, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-notification-on.ki-outline:before {
  content: "\ea8a";
}

/* line 1212, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-notification-status.ki-outline:before {
  content: "\ea8b";
}

/* line 1215, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-notification.ki-outline:before {
  content: "\ea8c";
}

/* line 1218, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-ocean.ki-outline:before {
  content: "\ea8d";
}

/* line 1221, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-office-bag.ki-outline:before {
  content: "\ea8e";
}

/* line 1224, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-package.ki-outline:before {
  content: "\ea8f";
}

/* line 1227, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-pails.ki-outline:before {
  content: "\ea90";
}

/* line 1230, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-paintbucket.ki-outline:before {
  content: "\ea91";
}

/* line 1233, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-paper-clip.ki-outline:before {
  content: "\ea92";
}

/* line 1236, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-parcel-tracking.ki-outline:before {
  content: "\ea93";
}

/* line 1239, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-parcel.ki-outline:before {
  content: "\ea94";
}

/* line 1242, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-password-check.ki-outline:before {
  content: "\ea95";
}

/* line 1245, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-paypal.ki-outline:before {
  content: "\ea96";
}

/* line 1248, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-pencil.ki-outline:before {
  content: "\ea97";
}

/* line 1251, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-people.ki-outline:before {
  content: "\ea98";
}

/* line 1254, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-percentage.ki-outline:before {
  content: "\ea99";
}

/* line 1257, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-phone.ki-outline:before {
  content: "\ea9a";
}

/* line 1260, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-photoshop.ki-outline:before {
  content: "\ea9b";
}

/* line 1263, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-picture.ki-outline:before {
  content: "\ea9c";
}

/* line 1266, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-pill.ki-outline:before {
  content: "\ea9d";
}

/* line 1269, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-pin.ki-outline:before {
  content: "\ea9e";
}

/* line 1272, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-plus-circle.ki-outline:before {
  content: "\ea9f";
}

/* line 1275, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-plus-square.ki-outline:before {
  content: "\eaa0";
}

/* line 1278, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-plus.ki-outline:before {
  content: "\eaa1";
}

/* line 1281, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-pointers.ki-outline:before {
  content: "\eaa2";
}

/* line 1284, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-price-tag.ki-outline:before {
  content: "\eaa3";
}

/* line 1287, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-printer.ki-outline:before {
  content: "\eaa4";
}

/* line 1290, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-profile-circle.ki-outline:before {
  content: "\eaa5";
}

/* line 1293, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-profile-user.ki-outline:before {
  content: "\eaa6";
}

/* line 1296, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-pulse.ki-outline:before {
  content: "\eaa7";
}

/* line 1299, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-purchase.ki-outline:before {
  content: "\eaa8";
}

/* line 1302, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-python.ki-outline:before {
  content: "\eaa9";
}

/* line 1305, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-question-2.ki-outline:before {
  content: "\eaaa";
}

/* line 1308, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-question.ki-outline:before {
  content: "\eaab";
}

/* line 1311, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-questionnaire-tablet.ki-outline:before {
  content: "\eaac";
}

/* line 1314, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-ranking.ki-outline:before {
  content: "\eaad";
}

/* line 1317, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-react.ki-outline:before {
  content: "\eaae";
}

/* line 1320, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-receipt-square.ki-outline:before {
  content: "\eaaf";
}

/* line 1323, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-rescue.ki-outline:before {
  content: "\eab0";
}

/* line 1326, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-right-left.ki-outline:before {
  content: "\eab1";
}

/* line 1329, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-right-square.ki-outline:before {
  content: "\eab2";
}

/* line 1332, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-right.ki-outline:before {
  content: "\eab3";
}

/* line 1335, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-rocket.ki-outline:before {
  content: "\eab4";
}

/* line 1338, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-route.ki-outline:before {
  content: "\eab5";
}

/* line 1341, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-router.ki-outline:before {
  content: "\eab6";
}

/* line 1344, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-row-horizontal.ki-outline:before {
  content: "\eab7";
}

/* line 1347, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-row-vertical.ki-outline:before {
  content: "\eab8";
}

/* line 1350, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-safe-home.ki-outline:before {
  content: "\eab9";
}

/* line 1353, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-satellite.ki-outline:before {
  content: "\eaba";
}

/* line 1356, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-save-2.ki-outline:before {
  content: "\eabb";
}

/* line 1359, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-save-deposit.ki-outline:before {
  content: "\eabc";
}

/* line 1362, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-scan-barcode.ki-outline:before {
  content: "\eabd";
}

/* line 1365, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-scooter-2.ki-outline:before {
  content: "\eabe";
}

/* line 1368, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-scooter.ki-outline:before {
  content: "\eabf";
}

/* line 1371, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-screen.ki-outline:before {
  content: "\eac0";
}

/* line 1374, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-scroll.ki-outline:before {
  content: "\eac1";
}

/* line 1377, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-search-list.ki-outline:before {
  content: "\eac2";
}

/* line 1380, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-security-check.ki-outline:before {
  content: "\eac3";
}

/* line 1383, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-security-user.ki-outline:before {
  content: "\eac4";
}

/* line 1386, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-send.ki-outline:before {
  content: "\eac5";
}

/* line 1389, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-setting-2.ki-outline:before {
  content: "\eac6";
}

/* line 1392, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-setting-3.ki-outline:before {
  content: "\eac7";
}

/* line 1395, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-setting-4.ki-outline:before {
  content: "\eac8";
}

/* line 1398, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-setting.ki-outline:before {
  content: "\eac9";
}

/* line 1401, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-share.ki-outline:before {
  content: "\eaca";
}

/* line 1404, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-shield-cross.ki-outline:before {
  content: "\eacb";
}

/* line 1407, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-shield-search.ki-outline:before {
  content: "\eacc";
}

/* line 1410, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-shield-slash.ki-outline:before {
  content: "\eacd";
}

/* line 1413, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-shield-tick.ki-outline:before {
  content: "\eace";
}

/* line 1416, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-shield.ki-outline:before {
  content: "\eacf";
}

/* line 1419, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-ship.ki-outline:before {
  content: "\ead0";
}

/* line 1422, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-shop.ki-outline:before {
  content: "\ead1";
}

/* line 1425, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-simcard-2.ki-outline:before {
  content: "\ead2";
}

/* line 1428, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-simcard.ki-outline:before {
  content: "\ead3";
}

/* line 1431, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-size.ki-outline:before {
  content: "\ead4";
}

/* line 1434, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-slack.ki-outline:before {
  content: "\ead5";
}

/* line 1437, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-slider-horizontal-2.ki-outline:before {
  content: "\ead6";
}

/* line 1440, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-slider-horizontal.ki-outline:before {
  content: "\ead7";
}

/* line 1443, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-slider-vertical-2.ki-outline:before {
  content: "\ead8";
}

/* line 1446, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-slider-vertical.ki-outline:before {
  content: "\ead9";
}

/* line 1449, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-slider.ki-outline:before {
  content: "\eada";
}

/* line 1452, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-sms.ki-outline:before {
  content: "\eadb";
}

/* line 1455, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-snapchat.ki-outline:before {
  content: "\eadc";
}

/* line 1458, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-social-media.ki-outline:before {
  content: "\eadd";
}

/* line 1461, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-soft-2.ki-outline:before {
  content: "\eade";
}

/* line 1464, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-soft-3.ki-outline:before {
  content: "\eadf";
}

/* line 1467, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-soft.ki-outline:before {
  content: "\eae0";
}

/* line 1470, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-some-files.ki-outline:before {
  content: "\eae1";
}

/* line 1473, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-sort.ki-outline:before {
  content: "\eae2";
}

/* line 1476, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-speaker.ki-outline:before {
  content: "\eae3";
}

/* line 1479, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-spotify.ki-outline:before {
  content: "\eae4";
}

/* line 1482, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-spring-framework.ki-outline:before {
  content: "\eae5";
}

/* line 1485, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-square-brackets.ki-outline:before {
  content: "\eae6";
}

/* line 1488, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-star.ki-outline:before {
  content: "\eae7";
}

/* line 1491, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-status.ki-outline:before {
  content: "\eae8";
}

/* line 1494, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-subtitle.ki-outline:before {
  content: "\eae9";
}

/* line 1497, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-sun.ki-outline:before {
  content: "\eaea";
}

/* line 1500, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-support-24.ki-outline:before {
  content: "\eaeb";
}

/* line 1503, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-switch.ki-outline:before {
  content: "\eaec";
}

/* line 1506, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-syringe.ki-outline:before {
  content: "\eaed";
}

/* line 1509, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-tablet-book.ki-outline:before {
  content: "\eaee";
}

/* line 1512, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-tablet-delete.ki-outline:before {
  content: "\eaef";
}

/* line 1515, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-tablet-down.ki-outline:before {
  content: "\eaf0";
}

/* line 1518, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-tablet-ok.ki-outline:before {
  content: "\eaf1";
}

/* line 1521, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-tablet-text-down.ki-outline:before {
  content: "\eaf2";
}

/* line 1524, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-tablet-text-up.ki-outline:before {
  content: "\eaf3";
}

/* line 1527, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-tablet-up.ki-outline:before {
  content: "\eaf4";
}

/* line 1530, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-tablet.ki-outline:before {
  content: "\eaf5";
}

/* line 1533, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-tag-cross.ki-outline:before {
  content: "\eaf6";
}

/* line 1536, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-tag.ki-outline:before {
  content: "\eaf7";
}

/* line 1539, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-teacher.ki-outline:before {
  content: "\eaf8";
}

/* line 1542, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-tech-wifi.ki-outline:before {
  content: "\eaf9";
}

/* line 1545, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-technology-2.ki-outline:before {
  content: "\eafa";
}

/* line 1548, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-technology-3.ki-outline:before {
  content: "\eafb";
}

/* line 1551, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-technology-4.ki-outline:before {
  content: "\eafc";
}

/* line 1554, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-technology.ki-outline:before {
  content: "\eafd";
}

/* line 1557, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-telephone-geolocation.ki-outline:before {
  content: "\eafe";
}

/* line 1560, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-test-tubes.ki-outline:before {
  content: "\eaff";
}

/* line 1563, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-text-align-center.ki-outline:before {
  content: "\eb00";
}

/* line 1566, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-text-align-justify-center.ki-outline:before {
  content: "\eb01";
}

/* line 1569, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-text-align-left.ki-outline:before {
  content: "\eb02";
}

/* line 1572, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-text-align-right.ki-outline:before {
  content: "\eb03";
}

/* line 1575, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-text-bold.ki-outline:before {
  content: "\eb04";
}

/* line 1578, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-text-circle.ki-outline:before {
  content: "\eb05";
}

/* line 1581, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-text-italic.ki-outline:before {
  content: "\eb06";
}

/* line 1584, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-text-number.ki-outline:before {
  content: "\eb07";
}

/* line 1587, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-text-strikethrough.ki-outline:before {
  content: "\eb08";
}

/* line 1590, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-text-underline.ki-outline:before {
  content: "\eb09";
}

/* line 1593, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-text.ki-outline:before {
  content: "\eb0a";
}

/* line 1596, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-thermometer.ki-outline:before {
  content: "\eb0b";
}

/* line 1599, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-theta.ki-outline:before {
  content: "\eb0c";
}

/* line 1602, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-tiktok.ki-outline:before {
  content: "\eb0d";
}

/* line 1605, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-time.ki-outline:before {
  content: "\eb0e";
}

/* line 1608, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-timer.ki-outline:before {
  content: "\eb0f";
}

/* line 1611, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-to-left.ki-outline:before {
  content: "\eb10";
}

/* line 1614, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-to-right.ki-outline:before {
  content: "\eb11";
}

/* line 1617, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-toggle-off-circle.ki-outline:before {
  content: "\eb12";
}

/* line 1620, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-toggle-off.ki-outline:before {
  content: "\eb13";
}

/* line 1623, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-toggle-on-circle.ki-outline:before {
  content: "\eb14";
}

/* line 1626, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-toggle-on.ki-outline:before {
  content: "\eb15";
}

/* line 1629, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-trailer.ki-outline:before {
  content: "\eb16";
}

/* line 1632, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-trash-square.ki-outline:before {
  content: "\eb17";
}

/* line 1635, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-trash.ki-outline:before {
  content: "\eb18";
}

/* line 1638, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-tree.ki-outline:before {
  content: "\eb19";
}

/* line 1641, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-trello.ki-outline:before {
  content: "\eb1a";
}

/* line 1644, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-triangle.ki-outline:before {
  content: "\eb1b";
}

/* line 1647, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-truck.ki-outline:before {
  content: "\eb1c";
}

/* line 1650, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-ts.ki-outline:before {
  content: "\eb1d";
}

/* line 1653, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-twitch.ki-outline:before {
  content: "\eb1e";
}

/* line 1656, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-twitter.ki-outline:before {
  content: "\eb1f";
}

/* line 1659, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-two-credit-cart.ki-outline:before {
  content: "\eb20";
}

/* line 1662, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-underlining.ki-outline:before {
  content: "\eb21";
}

/* line 1665, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-up-down.ki-outline:before {
  content: "\eb22";
}

/* line 1668, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-up-square.ki-outline:before {
  content: "\eb23";
}

/* line 1671, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-up.ki-outline:before {
  content: "\eb24";
}

/* line 1674, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-update-file.ki-outline:before {
  content: "\eb25";
}

/* line 1677, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-update-folder.ki-outline:before {
  content: "\eb26";
}

/* line 1680, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-user-edit.ki-outline:before {
  content: "\eb27";
}

/* line 1683, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-user-square.ki-outline:before {
  content: "\eb28";
}

/* line 1686, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-user-tick.ki-outline:before {
  content: "\eb29";
}

/* line 1689, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-user.ki-outline:before {
  content: "\eb2a";
}

/* line 1692, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-verify.ki-outline:before {
  content: "\eb2b";
}

/* line 1695, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-vibe.ki-outline:before {
  content: "\eb2c";
}

/* line 1698, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-virus.ki-outline:before {
  content: "\eb2d";
}

/* line 1701, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-vue.ki-outline:before {
  content: "\eb2e";
}

/* line 1704, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-vuesax.ki-outline:before {
  content: "\eb2f";
}

/* line 1707, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-wallet.ki-outline:before {
  content: "\eb30";
}

/* line 1710, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-wanchain.ki-outline:before {
  content: "\eb31";
}

/* line 1713, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-watch.ki-outline:before {
  content: "\eb32";
}

/* line 1716, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-whatsapp.ki-outline:before {
  content: "\eb33";
}

/* line 1719, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-wifi-home.ki-outline:before {
  content: "\eb34";
}

/* line 1722, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-wifi-square.ki-outline:before {
  content: "\eb35";
}

/* line 1725, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-wifi.ki-outline:before {
  content: "\eb36";
}

/* line 1728, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-wrench.ki-outline:before {
  content: "\eb37";
}

/* line 1731, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-xaomi.ki-outline:before {
  content: "\eb38";
}

/* line 1734, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-xd.ki-outline:before {
  content: "\eb39";
}

/* line 1737, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-xmr.ki-outline:before {
  content: "\eb3a";
}

/* line 1740, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-yii.ki-outline:before {
  content: "\eb3b";
}

/* line 1743, app/assets/stylesheets/theme/plugins/keenicons/outline/style.scss */
.ki-youtube.ki-outline:before {
  content: "\eb3c";
}

@font-face {
  font-family: 'keenicons-solid';
  src: url(/assets/keenicons/solid/keenicons-solid-eabf2f62acd0d1889fc505cf6c73558ded46443860006dcb13f7cb7389e40f50.eot);
  src: url(/assets/keenicons/solid/keenicons-solid-eabf2f62acd0d1889fc505cf6c73558ded46443860006dcb13f7cb7389e40f50.eot) format("embedded-opentype"), url(/assets/keenicons/solid/keenicons-solid-8b13f5638672cd989923f2f95c24dc604499d2b2bfe2d07465b1afabc09d8fee.ttf) format("truetype"), url(/assets/keenicons/solid/keenicons-solid-51a506248ac2c0d98db58d347445d2b87554cdec80e96815547a81b36bf5afb1.woff) format("woff"), url(/assets/keenicons/solid/keenicons-solid-4456029be7084b5b5fb3432cd0a49199ffb95f655b4f0435f7efb97fbe371ed7.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* line 13, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-solid {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'keenicons-solid' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 28, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-1.ki-solid:before {
  content: "\e900";
}

/* line 31, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-2.ki-solid:before {
  content: "\e901";
}

/* line 34, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-3.ki-solid:before {
  content: "\e902";
}

/* line 37, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-4.ki-solid:before {
  content: "\e903";
}

/* line 40, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-5.ki-solid:before {
  content: "\e904";
}

/* line 43, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-6.ki-solid:before {
  content: "\e905";
}

/* line 46, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-7.ki-solid:before {
  content: "\e906";
}

/* line 49, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-8.ki-solid:before {
  content: "\e907";
}

/* line 52, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-9.ki-solid:before {
  content: "\e908";
}

/* line 55, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-10.ki-solid:before {
  content: "\e909";
}

/* line 58, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-11.ki-solid:before {
  content: "\e90a";
}

/* line 61, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-12.ki-solid:before {
  content: "\e90b";
}

/* line 64, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-13.ki-solid:before {
  content: "\e90c";
}

/* line 67, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-14.ki-solid:before {
  content: "\e90d";
}

/* line 70, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-15.ki-solid:before {
  content: "\e90e";
}

/* line 73, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-16.ki-solid:before {
  content: "\e90f";
}

/* line 76, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-17.ki-solid:before {
  content: "\e910";
}

/* line 79, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-18.ki-solid:before {
  content: "\e911";
}

/* line 82, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-19.ki-solid:before {
  content: "\e912";
}

/* line 85, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-20.ki-solid:before {
  content: "\e913";
}

/* line 88, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-21.ki-solid:before {
  content: "\e914";
}

/* line 91, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-22.ki-solid:before {
  content: "\e915";
}

/* line 94, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-23.ki-solid:before {
  content: "\e916";
}

/* line 97, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-24.ki-solid:before {
  content: "\e917";
}

/* line 100, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-25.ki-solid:before {
  content: "\e918";
}

/* line 103, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-26.ki-solid:before {
  content: "\e919";
}

/* line 106, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-27.ki-solid:before {
  content: "\e91a";
}

/* line 109, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-28.ki-solid:before {
  content: "\e91b";
}

/* line 112, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-29.ki-solid:before {
  content: "\e91c";
}

/* line 115, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-30.ki-solid:before {
  content: "\e91d";
}

/* line 118, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-31.ki-solid:before {
  content: "\e91e";
}

/* line 121, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-32.ki-solid:before {
  content: "\e91f";
}

/* line 124, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-33.ki-solid:before {
  content: "\e920";
}

/* line 127, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-34.ki-solid:before {
  content: "\e921";
}

/* line 130, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-35.ki-solid:before {
  content: "\e922";
}

/* line 133, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-36.ki-solid:before {
  content: "\e923";
}

/* line 136, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-37.ki-solid:before {
  content: "\e924";
}

/* line 139, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-38.ki-solid:before {
  content: "\e925";
}

/* line 142, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-39.ki-solid:before {
  content: "\e926";
}

/* line 145, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-40.ki-solid:before {
  content: "\e927";
}

/* line 148, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-41.ki-solid:before {
  content: "\e928";
}

/* line 151, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-42.ki-solid:before {
  content: "\e929";
}

/* line 154, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-43.ki-solid:before {
  content: "\e92a";
}

/* line 157, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-44.ki-solid:before {
  content: "\e92b";
}

/* line 160, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-45.ki-solid:before {
  content: "\e92c";
}

/* line 163, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-46.ki-solid:before {
  content: "\e92d";
}

/* line 166, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-47.ki-solid:before {
  content: "\e92e";
}

/* line 169, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-48.ki-solid:before {
  content: "\e92f";
}

/* line 172, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract-49.ki-solid:before {
  content: "\e930";
}

/* line 175, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-abstract.ki-solid:before {
  content: "\e931";
}

/* line 178, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-add-files.ki-solid:before {
  content: "\e932";
}

/* line 181, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-add-folder.ki-solid:before {
  content: "\e933";
}

/* line 184, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-add-item.ki-solid:before {
  content: "\e934";
}

/* line 187, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-add-notepad.ki-solid:before {
  content: "\e935";
}

/* line 190, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-address-book.ki-solid:before {
  content: "\e936";
}

/* line 193, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-airplane-square.ki-solid:before {
  content: "\e937";
}

/* line 196, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-airplane.ki-solid:before {
  content: "\e938";
}

/* line 199, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-airpod.ki-solid:before {
  content: "\e939";
}

/* line 202, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-android.ki-solid:before {
  content: "\e93a";
}

/* line 205, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-angular.ki-solid:before {
  content: "\e93b";
}

/* line 208, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-apple.ki-solid:before {
  content: "\e93c";
}

/* line 211, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-archive-tick.ki-solid:before {
  content: "\e93d";
}

/* line 214, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-archive.ki-solid:before {
  content: "\e93e";
}

/* line 217, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-arrow-circle-left.ki-solid:before {
  content: "\e93f";
}

/* line 220, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-arrow-circle-right.ki-solid:before {
  content: "\e940";
}

/* line 223, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-arrow-diagonal.ki-solid:before {
  content: "\e941";
}

/* line 226, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-arrow-down-left.ki-solid:before {
  content: "\e942";
}

/* line 229, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-arrow-down-refraction.ki-solid:before {
  content: "\e943";
}

/* line 232, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-arrow-down-right.ki-solid:before {
  content: "\e944";
}

/* line 235, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-arrow-down.ki-solid:before {
  content: "\e945";
}

/* line 238, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-arrow-left.ki-solid:before {
  content: "\e946";
}

/* line 241, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-arrow-mix.ki-solid:before {
  content: "\e947";
}

/* line 244, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-arrow-right-left.ki-solid:before {
  content: "\e948";
}

/* line 247, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-arrow-right.ki-solid:before {
  content: "\e949";
}

/* line 250, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-arrow-two-diagonals.ki-solid:before {
  content: "\e94a";
}

/* line 253, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-arrow-up-down.ki-solid:before {
  content: "\e94b";
}

/* line 256, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-arrow-up-left.ki-solid:before {
  content: "\e94c";
}

/* line 259, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-arrow-up-refraction.ki-solid:before {
  content: "\e94d";
}

/* line 262, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-arrow-up-right.ki-solid:before {
  content: "\e94e";
}

/* line 265, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-arrow-up.ki-solid:before {
  content: "\e94f";
}

/* line 268, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-arrow-zigzag.ki-solid:before {
  content: "\e950";
}

/* line 271, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-arrows-circle.ki-solid:before {
  content: "\e951";
}

/* line 274, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-arrows-loop.ki-solid:before {
  content: "\e952";
}

/* line 277, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-artificial-intelligence.ki-solid:before {
  content: "\e953";
}

/* line 280, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-auto-brightness.ki-solid:before {
  content: "\e954";
}

/* line 283, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-avalanche.ki-solid:before {
  content: "\e955";
}

/* line 286, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-award.ki-solid:before {
  content: "\e956";
}

/* line 289, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-badge.ki-solid:before {
  content: "\e957";
}

/* line 292, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-bandage.ki-solid:before {
  content: "\e958";
}

/* line 295, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-bank.ki-solid:before {
  content: "\e959";
}

/* line 298, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-barcode.ki-solid:before {
  content: "\e95a";
}

/* line 301, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-basket-ok.ki-solid:before {
  content: "\e95b";
}

/* line 304, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-basket.ki-solid:before {
  content: "\e95c";
}

/* line 307, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-behance.ki-solid:before {
  content: "\e95d";
}

/* line 310, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-bill.ki-solid:before {
  content: "\e95e";
}

/* line 313, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-binance-usd.ki-solid:before {
  content: "\e95f";
}

/* line 316, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-binance.ki-solid:before {
  content: "\e960";
}

/* line 319, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-bitcoin.ki-solid:before {
  content: "\e961";
}

/* line 322, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-black-down.ki-solid:before {
  content: "\e962";
}

/* line 325, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-black-left-line.ki-solid:before {
  content: "\e963";
}

/* line 328, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-black-left.ki-solid:before {
  content: "\e964";
}

/* line 331, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-black-right-line.ki-solid:before {
  content: "\e965";
}

/* line 334, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-black-right.ki-solid:before {
  content: "\e966";
}

/* line 337, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-black-up.ki-solid:before {
  content: "\e967";
}

/* line 340, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-bluetooth.ki-solid:before {
  content: "\e968";
}

/* line 343, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-book-open.ki-solid:before {
  content: "\e969";
}

/* line 346, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-book-square.ki-solid:before {
  content: "\e96a";
}

/* line 349, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-book.ki-solid:before {
  content: "\e96b";
}

/* line 352, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-bookmark-2.ki-solid:before {
  content: "\e96c";
}

/* line 355, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-bookmark.ki-solid:before {
  content: "\e96d";
}

/* line 358, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-bootstrap.ki-solid:before {
  content: "\e96e";
}

/* line 361, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-briefcase.ki-solid:before {
  content: "\e96f";
}

/* line 364, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-brifecase-cros.ki-solid:before {
  content: "\e970";
}

/* line 367, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-brifecase-tick.ki-solid:before {
  content: "\e971";
}

/* line 370, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-brifecase-timer.ki-solid:before {
  content: "\e972";
}

/* line 373, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-brush.ki-solid:before {
  content: "\e973";
}

/* line 376, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-bucket-square.ki-solid:before {
  content: "\e974";
}

/* line 379, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-bucket.ki-solid:before {
  content: "\e975";
}

/* line 382, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-burger-menu-1.ki-solid:before {
  content: "\e976";
}

/* line 385, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-burger-menu-2.ki-solid:before {
  content: "\e977";
}

/* line 388, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-burger-menu-3.ki-solid:before {
  content: "\e978";
}

/* line 391, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-burger-menu-4.ki-solid:before {
  content: "\e979";
}

/* line 394, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-burger-menu-5.ki-solid:before {
  content: "\e97a";
}

/* line 397, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-burger-menu-6.ki-solid:before {
  content: "\e97b";
}

/* line 400, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-burger-menu.ki-solid:before {
  content: "\e97c";
}

/* line 403, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-bus.ki-solid:before {
  content: "\e97d";
}

/* line 406, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-calculator.ki-solid:before {
  content: "\e97e";
}

/* line 409, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-calendar-2.ki-solid:before {
  content: "\e97f";
}

/* line 412, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-calendar-8.ki-solid:before {
  content: "\e980";
}

/* line 415, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-calendar-add.ki-solid:before {
  content: "\e981";
}

/* line 418, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-calendar-edit.ki-solid:before {
  content: "\e982";
}

/* line 421, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-calendar-remove.ki-solid:before {
  content: "\e983";
}

/* line 424, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-calendar-search.ki-solid:before {
  content: "\e984";
}

/* line 427, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-calendar-tick.ki-solid:before {
  content: "\e985";
}

/* line 430, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-calendar.ki-solid:before {
  content: "\e986";
}

/* line 433, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-call.ki-solid:before {
  content: "\e987";
}

/* line 436, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-capsule.ki-solid:before {
  content: "\e988";
}

/* line 439, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-car-2.ki-solid:before {
  content: "\e989";
}

/* line 442, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-car-3.ki-solid:before {
  content: "\e98a";
}

/* line 445, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-car.ki-solid:before {
  content: "\e98b";
}

/* line 448, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-category.ki-solid:before {
  content: "\e98c";
}

/* line 451, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-cd.ki-solid:before {
  content: "\e98d";
}

/* line 454, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-celsius.ki-solid:before {
  content: "\e98e";
}

/* line 457, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-chart-line-down-2.ki-solid:before {
  content: "\e98f";
}

/* line 460, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-chart-line-down.ki-solid:before {
  content: "\e990";
}

/* line 463, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-chart-line-star.ki-solid:before {
  content: "\e991";
}

/* line 466, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-chart-line-up-2.ki-solid:before {
  content: "\e992";
}

/* line 469, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-chart-line-up.ki-solid:before {
  content: "\e993";
}

/* line 472, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-chart-line.ki-solid:before {
  content: "\e994";
}

/* line 475, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-chart-pie-3.ki-solid:before {
  content: "\e995";
}

/* line 478, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-chart-pie-4.ki-solid:before {
  content: "\e996";
}

/* line 481, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-chart-pie-simple.ki-solid:before {
  content: "\e997";
}

/* line 484, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-chart-pie-too.ki-solid:before {
  content: "\e998";
}

/* line 487, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-chart-simple-2.ki-solid:before {
  content: "\e999";
}

/* line 490, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-chart-simple-3.ki-solid:before {
  content: "\e99a";
}

/* line 493, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-chart-simple.ki-solid:before {
  content: "\e99b";
}

/* line 496, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-chart.ki-solid:before {
  content: "\e99c";
}

/* line 499, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-check-circle.ki-solid:before {
  content: "\e99d";
}

/* line 502, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-check-square.ki-solid:before {
  content: "\e99e";
}

/* line 505, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-check.ki-solid:before {
  content: "\e99f";
}

/* line 508, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-cheque.ki-solid:before {
  content: "\e9a0";
}

/* line 511, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-chrome.ki-solid:before {
  content: "\e9a1";
}

/* line 514, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-classmates.ki-solid:before {
  content: "\e9a2";
}

/* line 517, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-click.ki-solid:before {
  content: "\e9a3";
}

/* line 520, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-clipboard.ki-solid:before {
  content: "\e9a4";
}

/* line 523, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-cloud-add.ki-solid:before {
  content: "\e9a5";
}

/* line 526, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-cloud-change.ki-solid:before {
  content: "\e9a6";
}

/* line 529, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-cloud-download.ki-solid:before {
  content: "\e9a7";
}

/* line 532, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-cloud.ki-solid:before {
  content: "\e9a8";
}

/* line 535, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-code.ki-solid:before {
  content: "\e9a9";
}

/* line 538, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-coffee.ki-solid:before {
  content: "\e9aa";
}

/* line 541, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-color-swatch.ki-solid:before {
  content: "\e9ab";
}

/* line 544, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-colors-square.ki-solid:before {
  content: "\e9ac";
}

/* line 547, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-compass.ki-solid:before {
  content: "\e9ad";
}

/* line 550, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-copy-success.ki-solid:before {
  content: "\e9ae";
}

/* line 553, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-copy.ki-solid:before {
  content: "\e9af";
}

/* line 556, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-courier-express.ki-solid:before {
  content: "\e9b0";
}

/* line 559, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-courier.ki-solid:before {
  content: "\e9b1";
}

/* line 562, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-credit-cart.ki-solid:before {
  content: "\e9b2";
}

/* line 565, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-cross-circle.ki-solid:before {
  content: "\e9b3";
}

/* line 568, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-cross-square.ki-solid:before {
  content: "\e9b4";
}

/* line 571, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-cross.ki-solid:before {
  content: "\e9b5";
}

/* line 574, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-crown-2.ki-solid:before {
  content: "\e9b6";
}

/* line 577, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-crown.ki-solid:before {
  content: "\e9b7";
}

/* line 580, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-css.ki-solid:before {
  content: "\e9b8";
}

/* line 583, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-cube-2.ki-solid:before {
  content: "\e9b9";
}

/* line 586, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-cube-3.ki-solid:before {
  content: "\e9ba";
}

/* line 589, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-cup.ki-solid:before {
  content: "\e9bb";
}

/* line 592, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-dash.ki-solid:before {
  content: "\e9bc";
}

/* line 595, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-data.ki-solid:before {
  content: "\e9bd";
}

/* line 598, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-delete-files.ki-solid:before {
  content: "\e9be";
}

/* line 601, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-delete-folder.ki-solid:before {
  content: "\e9bf";
}

/* line 604, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-delivery-2.ki-solid:before {
  content: "\e9c0";
}

/* line 607, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-delivery-3.ki-solid:before {
  content: "\e9c1";
}

/* line 610, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-delivery-24.ki-solid:before {
  content: "\e9c2";
}

/* line 613, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-delivery-door.ki-solid:before {
  content: "\e9c3";
}

/* line 616, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-delivery-geolocation.ki-solid:before {
  content: "\e9c4";
}

/* line 619, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-delivery-time.ki-solid:before {
  content: "\e9c5";
}

/* line 622, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-delivery.ki-solid:before {
  content: "\e9c6";
}

/* line 625, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-design-2.ki-solid:before {
  content: "\e9c7";
}

/* line 628, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-design-frame.ki-solid:before {
  content: "\e9c8";
}

/* line 631, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-design-mask.ki-solid:before {
  content: "\e9c9";
}

/* line 634, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-design.ki-solid:before {
  content: "\e9ca";
}

/* line 637, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-devices-2.ki-solid:before {
  content: "\e9cb";
}

/* line 640, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-devices.ki-solid:before {
  content: "\e9cc";
}

/* line 643, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-diamonds.ki-solid:before {
  content: "\e9cd";
}

/* line 646, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-directbox-default.ki-solid:before {
  content: "\e9ce";
}

/* line 649, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-disconnect.ki-solid:before {
  content: "\e9cf";
}

/* line 652, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-discount.ki-solid:before {
  content: "\e9d0";
}

/* line 655, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-disk.ki-solid:before {
  content: "\e9d1";
}

/* line 658, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-dislike.ki-solid:before {
  content: "\e9d2";
}

/* line 661, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-dj.ki-solid:before {
  content: "\e9d3";
}

/* line 664, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-document.ki-solid:before {
  content: "\e9d4";
}

/* line 667, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-dollar.ki-solid:before {
  content: "\e9d5";
}

/* line 670, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-dots-circle-vertical.ki-solid:before {
  content: "\e9d6";
}

/* line 673, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-dots-circle.ki-solid:before {
  content: "\e9d7";
}

/* line 676, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-dots-horizontal.ki-solid:before {
  content: "\e9d8";
}

/* line 679, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-dots-square-vertical.ki-solid:before {
  content: "\e9d9";
}

/* line 682, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-dots-square.ki-solid:before {
  content: "\e9da";
}

/* line 685, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-dots-vertical.ki-solid:before {
  content: "\e9db";
}

/* line 688, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-double-check-circle.ki-solid:before {
  content: "\e9dc";
}

/* line 691, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-double-check.ki-solid:before {
  content: "\e9dd";
}

/* line 694, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-double-down.ki-solid:before {
  content: "\e9de";
}

/* line 697, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-double-left-arrow.ki-solid:before {
  content: "\e9df";
}

/* line 700, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-double-left.ki-solid:before {
  content: "\e9e0";
}

/* line 703, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-double-right-arrow.ki-solid:before {
  content: "\e9e1";
}

/* line 706, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-double-right.ki-solid:before {
  content: "\e9e2";
}

/* line 709, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-double-up.ki-solid:before {
  content: "\e9e3";
}

/* line 712, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-down-square.ki-solid:before {
  content: "\e9e4";
}

/* line 715, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-down.ki-solid:before {
  content: "\e9e5";
}

/* line 718, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-dribbble.ki-solid:before {
  content: "\e9e6";
}

/* line 721, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-drop.ki-solid:before {
  content: "\e9e7";
}

/* line 724, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-dropbox.ki-solid:before {
  content: "\e9e8";
}

/* line 727, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-educare.ki-solid:before {
  content: "\e9e9";
}

/* line 730, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-electricity.ki-solid:before {
  content: "\e9ea";
}

/* line 733, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-electronic-clock.ki-solid:before {
  content: "\e9eb";
}

/* line 736, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-element-1.ki-solid:before {
  content: "\e9ec";
}

/* line 739, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-element-2.ki-solid:before {
  content: "\e9ed";
}

/* line 742, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-element-3.ki-solid:before {
  content: "\e9ee";
}

/* line 745, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-element-4.ki-solid:before {
  content: "\e9ef";
}

/* line 748, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-element-5.ki-solid:before {
  content: "\e9f0";
}

/* line 751, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-element-6.ki-solid:before {
  content: "\e9f1";
}

/* line 754, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-element-7.ki-solid:before {
  content: "\e9f2";
}

/* line 757, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-element-8.ki-solid:before {
  content: "\e9f3";
}

/* line 760, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-element-9.ki-solid:before {
  content: "\e9f4";
}

/* line 763, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-element-10.ki-solid:before {
  content: "\e9f5";
}

/* line 766, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-element-11.ki-solid:before {
  content: "\e9f6";
}

/* line 769, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-element-12.ki-solid:before {
  content: "\e9f7";
}

/* line 772, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-element-equal.ki-solid:before {
  content: "\e9f8";
}

/* line 775, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-element-plus.ki-solid:before {
  content: "\e9f9";
}

/* line 778, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-emoji-happy.ki-solid:before {
  content: "\e9fa";
}

/* line 781, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-enjin-coin.ki-solid:before {
  content: "\e9fb";
}

/* line 784, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-entrance-left.ki-solid:before {
  content: "\e9fc";
}

/* line 787, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-entrance-right.ki-solid:before {
  content: "\e9fd";
}

/* line 790, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-eraser.ki-solid:before {
  content: "\e9fe";
}

/* line 793, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-euro.ki-solid:before {
  content: "\e9ff";
}

/* line 796, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-exit-down.ki-solid:before {
  content: "\ea00";
}

/* line 799, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-exit-left.ki-solid:before {
  content: "\ea01";
}

/* line 802, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-exit-right-corner.ki-solid:before {
  content: "\ea02";
}

/* line 805, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-exit-right.ki-solid:before {
  content: "\ea03";
}

/* line 808, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-exit-up.ki-solid:before {
  content: "\ea04";
}

/* line 811, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-external-drive.ki-solid:before {
  content: "\ea05";
}

/* line 814, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-eye-slash.ki-solid:before {
  content: "\ea06";
}

/* line 817, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-eye.ki-solid:before {
  content: "\ea07";
}

/* line 820, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-facebook.ki-solid:before {
  content: "\ea08";
}

/* line 823, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-faceid.ki-solid:before {
  content: "\ea09";
}

/* line 826, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-fasten.ki-solid:before {
  content: "\ea0a";
}

/* line 829, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-fat-rows.ki-solid:before {
  content: "\ea0b";
}

/* line 832, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-feather.ki-solid:before {
  content: "\ea0c";
}

/* line 835, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-figma.ki-solid:before {
  content: "\ea0d";
}

/* line 838, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-file-added.ki-solid:before {
  content: "\ea0e";
}

/* line 841, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-file-deleted.ki-solid:before {
  content: "\ea0f";
}

/* line 844, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-file-down.ki-solid:before {
  content: "\ea10";
}

/* line 847, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-file-left.ki-solid:before {
  content: "\ea11";
}

/* line 850, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-file-right.ki-solid:before {
  content: "\ea12";
}

/* line 853, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-file-sheet.ki-solid:before {
  content: "\ea13";
}

/* line 856, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-file-up.ki-solid:before {
  content: "\ea14";
}

/* line 859, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-file.ki-solid:before {
  content: "\ea15";
}

/* line 862, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-files-tablet.ki-solid:before {
  content: "\ea16";
}

/* line 865, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-filter-edit.ki-solid:before {
  content: "\ea17";
}

/* line 868, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-filter-search.ki-solid:before {
  content: "\ea18";
}

/* line 871, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-filter-square.ki-solid:before {
  content: "\ea19";
}

/* line 874, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-filter-tablet.ki-solid:before {
  content: "\ea1a";
}

/* line 877, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-filter-tick.ki-solid:before {
  content: "\ea1b";
}

/* line 880, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-filter.ki-solid:before {
  content: "\ea1c";
}

/* line 883, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-finance-calculator.ki-solid:before {
  content: "\ea1d";
}

/* line 886, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-financial-schedule.ki-solid:before {
  content: "\ea1e";
}

/* line 889, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-fingerprint-scanning.ki-solid:before {
  content: "\ea1f";
}

/* line 892, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-flag.ki-solid:before {
  content: "\ea20";
}

/* line 895, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-flash-circle.ki-solid:before {
  content: "\ea21";
}

/* line 898, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-flask.ki-solid:before {
  content: "\ea22";
}

/* line 901, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-focus.ki-solid:before {
  content: "\ea23";
}

/* line 904, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-folder-added.ki-solid:before {
  content: "\ea24";
}

/* line 907, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-folder-down.ki-solid:before {
  content: "\ea25";
}

/* line 910, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-folder-up.ki-solid:before {
  content: "\ea26";
}

/* line 913, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-folder.ki-solid:before {
  content: "\ea27";
}

/* line 916, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-frame.ki-solid:before {
  content: "\ea28";
}

/* line 919, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-gear.ki-solid:before {
  content: "\ea29";
}

/* line 922, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-general-mouse.ki-solid:before {
  content: "\ea2a";
}

/* line 925, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-geolocation-home.ki-solid:before {
  content: "\ea2b";
}

/* line 928, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-geolocation.ki-solid:before {
  content: "\ea2c";
}

/* line 931, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-ghost.ki-solid:before {
  content: "\ea2d";
}

/* line 934, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-gift.ki-solid:before {
  content: "\ea2e";
}

/* line 937, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-github.ki-solid:before {
  content: "\ea2f";
}

/* line 940, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-glass.ki-solid:before {
  content: "\ea30";
}

/* line 943, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-google-play.ki-solid:before {
  content: "\ea31";
}

/* line 946, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-google.ki-solid:before {
  content: "\ea32";
}

/* line 949, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-graph-2.ki-solid:before {
  content: "\ea33";
}

/* line 952, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-graph-3.ki-solid:before {
  content: "\ea34";
}

/* line 955, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-graph-4.ki-solid:before {
  content: "\ea35";
}

/* line 958, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-graph-up.ki-solid:before {
  content: "\ea36";
}

/* line 961, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-graph.ki-solid:before {
  content: "\ea37";
}

/* line 964, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-grid-2.ki-solid:before {
  content: "\ea38";
}

/* line 967, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-grid-frame.ki-solid:before {
  content: "\ea39";
}

/* line 970, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-grid.ki-solid:before {
  content: "\ea3a";
}

/* line 973, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-handcart.ki-solid:before {
  content: "\ea3b";
}

/* line 976, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-happy-emoji.ki-solid:before {
  content: "\ea3c";
}

/* line 979, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-heart-circle.ki-solid:before {
  content: "\ea3d";
}

/* line 982, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-heart.ki-solid:before {
  content: "\ea3e";
}

/* line 985, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-home-1.ki-solid:before {
  content: "\ea3f";
}

/* line 988, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-home-2.ki-solid:before {
  content: "\ea40";
}

/* line 991, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-home-3.ki-solid:before {
  content: "\ea41";
}

/* line 994, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-home.ki-solid:before {
  content: "\ea42";
}

/* line 997, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-html.ki-solid:before {
  content: "\ea43";
}

/* line 1000, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-icon.ki-solid:before {
  content: "\ea44";
}

/* line 1003, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-illustrator.ki-solid:before {
  content: "\ea45";
}

/* line 1006, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-information-2.ki-solid:before {
  content: "\ea46";
}

/* line 1009, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-information-3.ki-solid:before {
  content: "\ea47";
}

/* line 1012, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-information-4.ki-solid:before {
  content: "\ea48";
}

/* line 1015, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-information-5.ki-solid:before {
  content: "\ea49";
}

/* line 1018, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-information.ki-solid:before {
  content: "\ea4a";
}

/* line 1021, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-instagram.ki-solid:before {
  content: "\ea4b";
}

/* line 1024, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-joystick.ki-solid:before {
  content: "\ea4c";
}

/* line 1027, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-js-2.ki-solid:before {
  content: "\ea4d";
}

/* line 1030, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-js.ki-solid:before {
  content: "\ea4e";
}

/* line 1033, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-kanban.ki-solid:before {
  content: "\ea4f";
}

/* line 1036, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-key-square.ki-solid:before {
  content: "\ea50";
}

/* line 1039, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-key.ki-solid:before {
  content: "\ea51";
}

/* line 1042, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-keyboard.ki-solid:before {
  content: "\ea52";
}

/* line 1045, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-laptop.ki-solid:before {
  content: "\ea53";
}

/* line 1048, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-laravel.ki-solid:before {
  content: "\ea54";
}

/* line 1051, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-left-square.ki-solid:before {
  content: "\ea55";
}

/* line 1054, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-left.ki-solid:before {
  content: "\ea56";
}

/* line 1057, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-like-2.ki-solid:before {
  content: "\ea57";
}

/* line 1060, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-like-folder.ki-solid:before {
  content: "\ea58";
}

/* line 1063, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-like-shapes.ki-solid:before {
  content: "\ea59";
}

/* line 1066, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-like-tag.ki-solid:before {
  content: "\ea5a";
}

/* line 1069, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-like.ki-solid:before {
  content: "\ea5b";
}

/* line 1072, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-loading.ki-solid:before {
  content: "\ea5c";
}

/* line 1075, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-lock-2.ki-solid:before {
  content: "\ea5d";
}

/* line 1078, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-lock-3.ki-solid:before {
  content: "\ea5e";
}

/* line 1081, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-lock.ki-solid:before {
  content: "\ea5f";
}

/* line 1084, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-logistic.ki-solid:before {
  content: "\ea60";
}

/* line 1087, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-lots-shopping.ki-solid:before {
  content: "\ea61";
}

/* line 1090, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-lovely.ki-solid:before {
  content: "\ea62";
}

/* line 1093, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-lts.ki-solid:before {
  content: "\ea63";
}

/* line 1096, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-magnifier.ki-solid:before {
  content: "\ea64";
}

/* line 1099, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-map.ki-solid:before {
  content: "\ea65";
}

/* line 1102, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-mask.ki-solid:before {
  content: "\ea66";
}

/* line 1105, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-maximize.ki-solid:before {
  content: "\ea67";
}

/* line 1108, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-medal-star.ki-solid:before {
  content: "\ea68";
}

/* line 1111, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-menu.ki-solid:before {
  content: "\ea69";
}

/* line 1114, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-message-add.ki-solid:before {
  content: "\ea6a";
}

/* line 1117, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-message-edit.ki-solid:before {
  content: "\ea6b";
}

/* line 1120, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-message-minus.ki-solid:before {
  content: "\ea6c";
}

/* line 1123, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-message-notif.ki-solid:before {
  content: "\ea6d";
}

/* line 1126, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-message-programming.ki-solid:before {
  content: "\ea6e";
}

/* line 1129, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-message-question.ki-solid:before {
  content: "\ea6f";
}

/* line 1132, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-message-text-2.ki-solid:before {
  content: "\ea70";
}

/* line 1135, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-message-text.ki-solid:before {
  content: "\ea71";
}

/* line 1138, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-messages.ki-solid:before {
  content: "\ea72";
}

/* line 1141, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-microsoft.ki-solid:before {
  content: "\ea73";
}

/* line 1144, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-milk.ki-solid:before {
  content: "\ea74";
}

/* line 1147, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-minus-circle.ki-solid:before {
  content: "\ea75";
}

/* line 1150, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-minus-folder.ki-solid:before {
  content: "\ea76";
}

/* line 1153, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-minus-square.ki-solid:before {
  content: "\ea77";
}

/* line 1156, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-minus.ki-solid:before {
  content: "\ea78";
}

/* line 1159, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-monitor-mobile.ki-solid:before {
  content: "\ea79";
}

/* line 1162, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-moon.ki-solid:before {
  content: "\ea7a";
}

/* line 1165, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-more-2.ki-solid:before {
  content: "\ea7b";
}

/* line 1168, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-mouse-circle.ki-solid:before {
  content: "\ea7c";
}

/* line 1171, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-mouse-square.ki-solid:before {
  content: "\ea7d";
}

/* line 1174, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-mouse.ki-solid:before {
  content: "\ea7e";
}

/* line 1177, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-nexo.ki-solid:before {
  content: "\ea7f";
}

/* line 1180, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-night-day.ki-solid:before {
  content: "\ea80";
}

/* line 1183, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-note-2.ki-solid:before {
  content: "\ea81";
}

/* line 1186, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-note.ki-solid:before {
  content: "\ea82";
}

/* line 1189, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-notepad-bookmark.ki-solid:before {
  content: "\ea83";
}

/* line 1192, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-notepad-edit.ki-solid:before {
  content: "\ea84";
}

/* line 1195, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-notepad.ki-solid:before {
  content: "\ea85";
}

/* line 1198, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-notification-2.ki-solid:before {
  content: "\ea86";
}

/* line 1201, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-notification-bing.ki-solid:before {
  content: "\ea87";
}

/* line 1204, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-notification-circle.ki-solid:before {
  content: "\ea88";
}

/* line 1207, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-notification-favorite.ki-solid:before {
  content: "\ea89";
}

/* line 1210, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-notification-on.ki-solid:before {
  content: "\ea8a";
}

/* line 1213, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-notification-status.ki-solid:before {
  content: "\ea8b";
}

/* line 1216, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-notification.ki-solid:before {
  content: "\ea8c";
}

/* line 1219, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-ocean.ki-solid:before {
  content: "\ea8d";
}

/* line 1222, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-office-bag.ki-solid:before {
  content: "\ea8e";
}

/* line 1225, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-package.ki-solid:before {
  content: "\ea8f";
}

/* line 1228, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-pails.ki-solid:before {
  content: "\ea90";
}

/* line 1231, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-paintbucket.ki-solid:before {
  content: "\ea91";
}

/* line 1234, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-paper-clip.ki-solid:before {
  content: "\ea92";
}

/* line 1237, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-parcel-tracking.ki-solid:before {
  content: "\ea93";
}

/* line 1240, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-parcel.ki-solid:before {
  content: "\ea94";
}

/* line 1243, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-password-check.ki-solid:before {
  content: "\ea95";
}

/* line 1246, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-paypal.ki-solid:before {
  content: "\ea96";
}

/* line 1249, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-pencil.ki-solid:before {
  content: "\ea97";
}

/* line 1252, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-people.ki-solid:before {
  content: "\ea98";
}

/* line 1255, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-percentage.ki-solid:before {
  content: "\ea99";
}

/* line 1258, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-phone.ki-solid:before {
  content: "\ea9a";
}

/* line 1261, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-photoshop.ki-solid:before {
  content: "\ea9b";
}

/* line 1264, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-picture.ki-solid:before {
  content: "\ea9c";
}

/* line 1267, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-pill.ki-solid:before {
  content: "\ea9d";
}

/* line 1270, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-pin.ki-solid:before {
  content: "\ea9e";
}

/* line 1273, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-plus-circle.ki-solid:before {
  content: "\ea9f";
}

/* line 1276, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-plus-square.ki-solid:before {
  content: "\eaa0";
}

/* line 1279, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-plus.ki-solid:before {
  content: "\eaa1";
}

/* line 1282, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-pointers.ki-solid:before {
  content: "\eaa2";
}

/* line 1285, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-price-tag.ki-solid:before {
  content: "\eaa3";
}

/* line 1288, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-printer.ki-solid:before {
  content: "\eaa4";
}

/* line 1291, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-profile-circle.ki-solid:before {
  content: "\eaa5";
}

/* line 1294, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-profile-user.ki-solid:before {
  content: "\eaa6";
}

/* line 1297, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-pulse.ki-solid:before {
  content: "\eaa7";
}

/* line 1300, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-purchase.ki-solid:before {
  content: "\eaa8";
}

/* line 1303, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-python.ki-solid:before {
  content: "\eaa9";
}

/* line 1306, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-question-2.ki-solid:before {
  content: "\eaaa";
}

/* line 1309, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-question.ki-solid:before {
  content: "\eaab";
}

/* line 1312, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-questionnaire-tablet.ki-solid:before {
  content: "\eaac";
}

/* line 1315, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-ranking.ki-solid:before {
  content: "\eaad";
}

/* line 1318, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-react.ki-solid:before {
  content: "\eaae";
}

/* line 1321, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-receipt-square.ki-solid:before {
  content: "\eaaf";
}

/* line 1324, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-rescue.ki-solid:before {
  content: "\eab0";
}

/* line 1327, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-right-left.ki-solid:before {
  content: "\eab1";
}

/* line 1330, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-right-square.ki-solid:before {
  content: "\eab2";
}

/* line 1333, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-right.ki-solid:before {
  content: "\eab3";
}

/* line 1336, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-rocket.ki-solid:before {
  content: "\eab4";
}

/* line 1339, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-route.ki-solid:before {
  content: "\eab5";
}

/* line 1342, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-router.ki-solid:before {
  content: "\eab6";
}

/* line 1345, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-row-horizontal.ki-solid:before {
  content: "\eab7";
}

/* line 1348, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-row-vertical.ki-solid:before {
  content: "\eab8";
}

/* line 1351, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-safe-home.ki-solid:before {
  content: "\eab9";
}

/* line 1354, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-satellite.ki-solid:before {
  content: "\eaba";
}

/* line 1357, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-save-2.ki-solid:before {
  content: "\eabb";
}

/* line 1360, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-save-deposit.ki-solid:before {
  content: "\eabc";
}

/* line 1363, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-scan-barcode.ki-solid:before {
  content: "\eabd";
}

/* line 1366, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-scooter-2.ki-solid:before {
  content: "\eabe";
}

/* line 1369, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-scooter.ki-solid:before {
  content: "\eabf";
}

/* line 1372, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-screen.ki-solid:before {
  content: "\eac0";
}

/* line 1375, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-scroll.ki-solid:before {
  content: "\eac1";
}

/* line 1378, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-search-list.ki-solid:before {
  content: "\eac2";
}

/* line 1381, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-security-check.ki-solid:before {
  content: "\eac3";
}

/* line 1384, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-security-user.ki-solid:before {
  content: "\eac4";
}

/* line 1387, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-send.ki-solid:before {
  content: "\eac5";
}

/* line 1390, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-setting-2.ki-solid:before {
  content: "\eac6";
}

/* line 1393, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-setting-3.ki-solid:before {
  content: "\eac7";
}

/* line 1396, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-setting-4.ki-solid:before {
  content: "\eac8";
}

/* line 1399, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-setting.ki-solid:before {
  content: "\eac9";
}

/* line 1402, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-share.ki-solid:before {
  content: "\eaca";
}

/* line 1405, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-shield-cross.ki-solid:before {
  content: "\eacb";
}

/* line 1408, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-shield-search.ki-solid:before {
  content: "\eacc";
}

/* line 1411, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-shield-slash.ki-solid:before {
  content: "\eacd";
}

/* line 1414, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-shield-tick.ki-solid:before {
  content: "\eace";
}

/* line 1417, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-shield.ki-solid:before {
  content: "\eacf";
}

/* line 1420, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-ship.ki-solid:before {
  content: "\ead0";
}

/* line 1423, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-shop.ki-solid:before {
  content: "\ead1";
}

/* line 1426, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-simcard-2.ki-solid:before {
  content: "\ead2";
}

/* line 1429, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-simcard.ki-solid:before {
  content: "\ead3";
}

/* line 1432, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-size.ki-solid:before {
  content: "\ead4";
}

/* line 1435, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-slack.ki-solid:before {
  content: "\ead5";
}

/* line 1438, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-slider-horizontal-2.ki-solid:before {
  content: "\ead6";
}

/* line 1441, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-slider-horizontal.ki-solid:before {
  content: "\ead7";
}

/* line 1444, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-slider-vertical-2.ki-solid:before {
  content: "\ead8";
}

/* line 1447, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-slider-vertical.ki-solid:before {
  content: "\ead9";
}

/* line 1450, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-slider.ki-solid:before {
  content: "\eada";
}

/* line 1453, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-sms.ki-solid:before {
  content: "\eadb";
}

/* line 1456, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-snapchat.ki-solid:before {
  content: "\eadc";
}

/* line 1459, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-social-media.ki-solid:before {
  content: "\eadd";
}

/* line 1462, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-soft-2.ki-solid:before {
  content: "\eade";
}

/* line 1465, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-soft-3.ki-solid:before {
  content: "\eadf";
}

/* line 1468, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-soft.ki-solid:before {
  content: "\eae0";
}

/* line 1471, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-some-files.ki-solid:before {
  content: "\eae1";
}

/* line 1474, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-sort.ki-solid:before {
  content: "\eae2";
}

/* line 1477, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-speaker.ki-solid:before {
  content: "\eae3";
}

/* line 1480, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-spotify.ki-solid:before {
  content: "\eae4";
}

/* line 1483, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-spring-framework.ki-solid:before {
  content: "\eae5";
}

/* line 1486, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-square-brackets.ki-solid:before {
  content: "\eae6";
}

/* line 1489, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-star.ki-solid:before {
  content: "\eae7";
}

/* line 1492, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-status.ki-solid:before {
  content: "\eae8";
}

/* line 1495, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-subtitle.ki-solid:before {
  content: "\eae9";
}

/* line 1498, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-sun.ki-solid:before {
  content: "\eaea";
}

/* line 1501, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-support-24.ki-solid:before {
  content: "\eaeb";
}

/* line 1504, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-switch.ki-solid:before {
  content: "\eaec";
}

/* line 1507, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-syringe.ki-solid:before {
  content: "\eaed";
}

/* line 1510, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-tablet-book.ki-solid:before {
  content: "\eaee";
}

/* line 1513, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-tablet-delete.ki-solid:before {
  content: "\eaef";
}

/* line 1516, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-tablet-down.ki-solid:before {
  content: "\eaf0";
}

/* line 1519, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-tablet-ok.ki-solid:before {
  content: "\eaf1";
}

/* line 1522, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-tablet-text-down.ki-solid:before {
  content: "\eaf2";
}

/* line 1525, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-tablet-text-up.ki-solid:before {
  content: "\eaf3";
}

/* line 1528, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-tablet-up.ki-solid:before {
  content: "\eaf4";
}

/* line 1531, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-tablet.ki-solid:before {
  content: "\eaf5";
}

/* line 1534, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-tag-cross.ki-solid:before {
  content: "\eaf6";
}

/* line 1537, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-tag.ki-solid:before {
  content: "\eaf7";
}

/* line 1540, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-teacher.ki-solid:before {
  content: "\eaf8";
}

/* line 1543, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-tech-wifi.ki-solid:before {
  content: "\eaf9";
}

/* line 1546, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-technology-2.ki-solid:before {
  content: "\eafa";
}

/* line 1549, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-technology-3.ki-solid:before {
  content: "\eafb";
}

/* line 1552, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-technology-4.ki-solid:before {
  content: "\eafc";
}

/* line 1555, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-technology.ki-solid:before {
  content: "\eafd";
}

/* line 1558, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-telephone-geolocation.ki-solid:before {
  content: "\eafe";
}

/* line 1561, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-test-tubes.ki-solid:before {
  content: "\eaff";
}

/* line 1564, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-text-align-center.ki-solid:before {
  content: "\eb00";
}

/* line 1567, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-text-align-justify-center.ki-solid:before {
  content: "\eb01";
}

/* line 1570, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-text-align-left.ki-solid:before {
  content: "\eb02";
}

/* line 1573, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-text-align-right.ki-solid:before {
  content: "\eb03";
}

/* line 1576, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-text-bold.ki-solid:before {
  content: "\eb04";
}

/* line 1579, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-text-circle.ki-solid:before {
  content: "\eb05";
}

/* line 1582, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-text-italic.ki-solid:before {
  content: "\eb06";
}

/* line 1585, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-text-number.ki-solid:before {
  content: "\eb07";
}

/* line 1588, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-text-strikethrough.ki-solid:before {
  content: "\eb08";
}

/* line 1591, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-text-underline.ki-solid:before {
  content: "\eb09";
}

/* line 1594, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-text.ki-solid:before {
  content: "\eb0a";
}

/* line 1597, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-thermometer.ki-solid:before {
  content: "\eb0b";
}

/* line 1600, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-theta.ki-solid:before {
  content: "\eb0c";
}

/* line 1603, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-tiktok.ki-solid:before {
  content: "\eb0d";
}

/* line 1606, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-time.ki-solid:before {
  content: "\eb0e";
}

/* line 1609, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-timer.ki-solid:before {
  content: "\eb0f";
}

/* line 1612, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-to-left.ki-solid:before {
  content: "\eb10";
}

/* line 1615, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-to-right.ki-solid:before {
  content: "\eb11";
}

/* line 1618, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-toggle-off-circle.ki-solid:before {
  content: "\eb12";
}

/* line 1621, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-toggle-off.ki-solid:before {
  content: "\eb13";
}

/* line 1624, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-toggle-on-circle.ki-solid:before {
  content: "\eb14";
}

/* line 1627, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-toggle-on.ki-solid:before {
  content: "\eb15";
}

/* line 1630, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-trailer.ki-solid:before {
  content: "\eb16";
}

/* line 1633, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-trash-square.ki-solid:before {
  content: "\eb17";
}

/* line 1636, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-trash.ki-solid:before {
  content: "\eb18";
}

/* line 1639, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-tree.ki-solid:before {
  content: "\eb19";
}

/* line 1642, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-trello.ki-solid:before {
  content: "\eb1a";
}

/* line 1645, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-triangle.ki-solid:before {
  content: "\eb1b";
}

/* line 1648, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-truck.ki-solid:before {
  content: "\eb1c";
}

/* line 1651, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-ts.ki-solid:before {
  content: "\eb1d";
}

/* line 1654, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-twitch.ki-solid:before {
  content: "\eb1e";
}

/* line 1657, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-twitter.ki-solid:before {
  content: "\eb1f";
}

/* line 1660, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-two-credit-cart.ki-solid:before {
  content: "\eb20";
}

/* line 1663, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-underlining.ki-solid:before {
  content: "\eb21";
}

/* line 1666, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-up-down.ki-solid:before {
  content: "\eb22";
}

/* line 1669, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-up-square.ki-solid:before {
  content: "\eb23";
}

/* line 1672, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-up.ki-solid:before {
  content: "\eb24";
}

/* line 1675, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-update-file.ki-solid:before {
  content: "\eb25";
}

/* line 1678, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-update-folder.ki-solid:before {
  content: "\eb26";
}

/* line 1681, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-user-edit.ki-solid:before {
  content: "\eb27";
}

/* line 1684, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-user-square.ki-solid:before {
  content: "\eb28";
}

/* line 1687, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-user-tick.ki-solid:before {
  content: "\eb29";
}

/* line 1690, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-user.ki-solid:before {
  content: "\eb2a";
}

/* line 1693, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-verify.ki-solid:before {
  content: "\eb2b";
}

/* line 1696, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-vibe.ki-solid:before {
  content: "\eb2c";
}

/* line 1699, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-virus.ki-solid:before {
  content: "\eb2d";
}

/* line 1702, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-vue.ki-solid:before {
  content: "\eb2e";
}

/* line 1705, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-vuesax.ki-solid:before {
  content: "\eb2f";
}

/* line 1708, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-wallet.ki-solid:before {
  content: "\eb30";
}

/* line 1711, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-wanchain.ki-solid:before {
  content: "\eb31";
}

/* line 1714, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-watch.ki-solid:before {
  content: "\eb32";
}

/* line 1717, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-whatsapp.ki-solid:before {
  content: "\eb33";
}

/* line 1720, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-wifi-home.ki-solid:before {
  content: "\eb34";
}

/* line 1723, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-wifi-square.ki-solid:before {
  content: "\eb35";
}

/* line 1726, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-wifi.ki-solid:before {
  content: "\eb36";
}

/* line 1729, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-wrench.ki-solid:before {
  content: "\eb37";
}

/* line 1732, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-xaomi.ki-solid:before {
  content: "\eb38";
}

/* line 1735, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-xd.ki-solid:before {
  content: "\eb39";
}

/* line 1738, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-xmr.ki-solid:before {
  content: "\eb3a";
}

/* line 1741, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-yii.ki-solid:before {
  content: "\eb3b";
}

/* line 1744, app/assets/stylesheets/theme/plugins/keenicons/solid/style.scss */
.ki-youtube.ki-solid:before {
  content: "\eb3c";
}

/*
 *= require jquery-ui
 */
/* Local Font Faces */
/* Red Hat Display */
@font-face {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: asset-asset-url("red-hat-display/red-hat-display-300.ttf") format("truetype");
}

@font-face {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: asset-asset-url("red-hat-display/red-hat-display-400.ttf") format("truetype");
}

@font-face {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: asset-asset-url("red-hat-display/red-hat-display-500.ttf") format("truetype");
}

@font-face {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: asset-asset-url("red-hat-display/red-hat-display-600.ttf") format("truetype");
}

@font-face {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: asset-asset-url("red-hat-display/red-hat-display-700.ttf") format("truetype");
}

@font-face {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: asset-asset-url("red-hat-display/red-hat-display-800.ttf") format("truetype");
}

/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/assets/montserrat/montserrat-300-94dc0c165e0f34e8e4caf5a8d4160f11c9df339fcd242324d694d00edd3bf092.woff2) format("woff2");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/montserrat/montserrat-400-a0e725b548c00159dd17fb88b8bdf0c10cbd35a95da5fd5a4fccf5dcdd5b0afe.woff2) format("woff2");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/montserrat/montserrat-500-e97a1644a8917e7dc1eb855f40d4aa9ff31573032089f087b4e192060d2f7e49.woff2) format("woff2");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/montserrat/montserrat-600-48bbf440e7e0baf0e4c256f9c1216eae749bc73732cbaf0be1dd6833ba652663.woff2) format("woff2");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/montserrat/montserrat-700-0e46b5d3c726ef460e1aca2d5fd2034ad399f37802955392721bb694ef2c21f3.woff2) format("woff2");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/assets/montserrat/montserrat-800-04024382391bb910584145d8113cf35ef376b55d125bb4516cebeb14ce788597.woff2) format("woff2");
}

/* Plus Jakarta Sans - si decides usarla después */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/assets/plus-jakarta-sans/plus-jakarta-sans-300-04024382391bb910584145d8113cf35ef376b55d125bb4516cebeb14ce788597.woff2) format("woff2");
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/plus-jakarta-sans/plus-jakarta-sans-400-04024382391bb910584145d8113cf35ef376b55d125bb4516cebeb14ce788597.woff2) format("woff2");
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/plus-jakarta-sans/plus-jakarta-sans-500-04024382391bb910584145d8113cf35ef376b55d125bb4516cebeb14ce788597.woff2) format("woff2");
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/plus-jakarta-sans/plus-jakarta-sans-600-04024382391bb910584145d8113cf35ef376b55d125bb4516cebeb14ce788597.woff2) format("woff2");
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/plus-jakarta-sans/plus-jakarta-sans-700-04024382391bb910584145d8113cf35ef376b55d125bb4516cebeb14ce788597.woff2) format("woff2");
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/assets/plus-jakarta-sans/plus-jakarta-sans-800-04024382391bb910584145d8113cf35ef376b55d125bb4516cebeb14ce788597.woff2) format("woff2");
}

@font-face {
  font-family: 'Open Sans';
  src: url(/assets/open-sans/OpenSans-Light-bb5c45d3ef9656a63f1e51af2387126b56808b6d797ce0467756ac3844b671f1.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url(/assets/open-sans/OpenSans-Regular-55459a5dafb98d39617578be362d589fd18b57fc66f9a25b8a85611e6d56efb0.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url(/assets/open-sans/OpenSans-Medium-186aad9230074932e2eb105d2f67ade949a998842711d5a3f4e65dd7521f32a2.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url(/assets/open-sans/OpenSans-SemiBold-0769a917ac905ae45fa795028af878b376c133caeba9ba56b285b276b82b3ee2.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url(/assets/open-sans/OpenSans-Bold-097e9adb56068c3c1bb5067d7b2baf286a40f3fcff4fb3255d8e3e9d9ae4c130.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url(/assets/open-sans/OpenSans-ExtraBold-a88a71eb6a377c8204583a70918e43d4bafd08bf9bef31b2231720a1bb15a508.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/*!
   * Bootstrap  v5.3.0 (https://getbootstrap.com/)
   * Copyright 2011-2023 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
/* line 1, app/assets/stylesheets/bootstrap/_root.scss */
:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-link-hover-decoration: none;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

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

/* line 16, app/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  /* line 28, app/assets/stylesheets/bootstrap/_reboot.scss */
  :root {
    scroll-behavior: smooth;
  }
}

/* line 49, app/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 68, app/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

/* line 83, app/assets/stylesheets/bootstrap/_reboot.scss */
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

/* line 93, app/assets/stylesheets/bootstrap/_reboot.scss */
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  /* line 93, app/assets/stylesheets/bootstrap/_reboot.scss */
  h1, .h1 {
    font-size: 2.5rem;
  }
}

/* line 98, app/assets/stylesheets/bootstrap/_reboot.scss */
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  /* line 98, app/assets/stylesheets/bootstrap/_reboot.scss */
  h2, .h2 {
    font-size: 2rem;
  }
}

/* line 103, app/assets/stylesheets/bootstrap/_reboot.scss */
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  /* line 103, app/assets/stylesheets/bootstrap/_reboot.scss */
  h3, .h3 {
    font-size: 1.75rem;
  }
}

/* line 108, app/assets/stylesheets/bootstrap/_reboot.scss */
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  /* line 108, app/assets/stylesheets/bootstrap/_reboot.scss */
  h4, .h4 {
    font-size: 1.5rem;
  }
}

/* line 113, app/assets/stylesheets/bootstrap/_reboot.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 118, app/assets/stylesheets/bootstrap/_reboot.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 129, app/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 141, app/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

/* line 150, app/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 159, app/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul {
  padding-left: 2rem;
}

/* line 164, app/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 171, app/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 178, app/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 184, app/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 192, app/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 201, app/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 211, app/assets/stylesheets/bootstrap/_reboot.scss */
small, .small {
  font-size: 0.875em;
}

/* line 218, app/assets/stylesheets/bootstrap/_reboot.scss */
mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

/* line 229, app/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 237, app/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 238, app/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 243, app/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

/* line 247, app/assets/stylesheets/bootstrap/_reboot.scss */
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  text-decoration: none;
}

/* line 259, app/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 269, app/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

/* line 281, app/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

/* line 290, app/assets/stylesheets/bootstrap/_reboot.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 297, app/assets/stylesheets/bootstrap/_reboot.scss */
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

/* line 303, app/assets/stylesheets/bootstrap/_reboot.scss */
a > code {
  color: inherit;
}

/* line 308, app/assets/stylesheets/bootstrap/_reboot.scss */
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

/* line 315, app/assets/stylesheets/bootstrap/_reboot.scss */
kbd kbd {
  padding: 0;
  font-size: 1em;
}

/* line 327, app/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 334, app/assets/stylesheets/bootstrap/_reboot.scss */
img,
svg {
  vertical-align: middle;
}

/* line 344, app/assets/stylesheets/bootstrap/_reboot.scss */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 349, app/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

/* line 360, app/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 366, app/assets/stylesheets/bootstrap/_reboot.scss */
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 382, app/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
}

/* line 389, app/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 399, app/assets/stylesheets/bootstrap/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 405, app/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 417, app/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 424, app/assets/stylesheets/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 428, app/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 434, app/assets/stylesheets/bootstrap/_reboot.scss */
select:disabled {
  opacity: 1;
}

/* line 442, app/assets/stylesheets/bootstrap/_reboot.scss */
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

/* line 451, app/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 458, app/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 466, app/assets/stylesheets/bootstrap/_reboot.scss */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 473, app/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  resize: vertical;
}

/* line 484, app/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 496, app/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  /* line 496, app/assets/stylesheets/bootstrap/_reboot.scss */
  legend {
    font-size: 1.5rem;
  }
}

/* line 505, app/assets/stylesheets/bootstrap/_reboot.scss */
legend + * {
  clear: left;
}

/* line 513, app/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

/* line 523, app/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 533, app/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
/* line 554, app/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 560, app/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 568, app/assets/stylesheets/bootstrap/_reboot.scss */
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 575, app/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 581, app/assets/stylesheets/bootstrap/_reboot.scss */
iframe {
  border: 0;
}

/* line 589, app/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 599, app/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 608, app/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 29, app/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 36, app/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, app/assets/stylesheets/bootstrap/_type.scss */
  .display-1 {
    font-size: 5rem;
  }
}

/* line 36, app/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, app/assets/stylesheets/bootstrap/_type.scss */
  .display-2 {
    font-size: 4.5rem;
  }
}

/* line 36, app/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, app/assets/stylesheets/bootstrap/_type.scss */
  .display-3 {
    font-size: 4rem;
  }
}

/* line 36, app/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, app/assets/stylesheets/bootstrap/_type.scss */
  .display-4 {
    font-size: 3.5rem;
  }
}

/* line 36, app/assets/stylesheets/bootstrap/_type.scss */
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, app/assets/stylesheets/bootstrap/_type.scss */
  .display-5 {
    font-size: 3rem;
  }
}

/* line 36, app/assets/stylesheets/bootstrap/_type.scss */
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, app/assets/stylesheets/bootstrap/_type.scss */
  .display-6 {
    font-size: 2.5rem;
  }
}

/* line 60, app/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 65, app/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 68, app/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 71, app/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 82, app/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

/* line 88, app/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 92, app/assets/stylesheets/bootstrap/_type.scss */
.blockquote > :last-child {
  margin-bottom: 0;
}

/* line 97, app/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 103, app/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, app/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, app/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

/* line 29, app/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, app/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, app/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

/* line 7, app/assets/stylesheets/bootstrap/_containers.scss */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, app/assets/stylesheets/bootstrap/_containers.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, app/assets/stylesheets/bootstrap/_containers.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, app/assets/stylesheets/bootstrap/_containers.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, app/assets/stylesheets/bootstrap/_containers.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  /* line 20, app/assets/stylesheets/bootstrap/_containers.scss */
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}

/* line 5, app/assets/stylesheets/bootstrap/_grid.scss */
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

/* line 12, app/assets/stylesheets/bootstrap/_grid.scss */
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

/* line 15, app/assets/stylesheets/bootstrap/_grid.scss */
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

/* line 74, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col {
  flex: 1 0 0%;
}

/* line 78, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

/* line 90, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

/* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

/* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

/* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

/* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

/* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

/* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

/* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

/* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

/* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

/* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

/* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  /* line 74, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm {
    flex: 1 0 0%;
  }
  /* line 78, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  /* line 74, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md {
    flex: 1 0 0%;
  }
  /* line 78, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  /* line 74, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg {
    flex: 1 0 0%;
  }
  /* line 78, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  /* line 74, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl {
    flex: 1 0 0%;
  }
  /* line 78, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  /* line 74, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl {
    flex: 1 0 0%;
  }
  /* line 78, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

/* line 5, app/assets/stylesheets/bootstrap/_tables.scss */
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

/* line 33, app/assets/stylesheets/bootstrap/_tables.scss */
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

/* line 42, app/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody {
  vertical-align: inherit;
}

/* line 46, app/assets/stylesheets/bootstrap/_tables.scss */
.table > thead {
  vertical-align: bottom;
}

/* line 51, app/assets/stylesheets/bootstrap/_tables.scss */
.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

/* line 59, app/assets/stylesheets/bootstrap/_tables.scss */
.caption-top {
  caption-side: top;
}

/* line 70, app/assets/stylesheets/bootstrap/_tables.scss */
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

/* line 86, app/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}

/* line 90, app/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

/* line 98, app/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 102, app/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

/* line 113, app/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

/* line 121, app/assets/stylesheets/bootstrap/_tables.scss */
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

/* line 131, app/assets/stylesheets/bootstrap/_tables.scss */
.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

/* line 141, app/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

/* line 3, app/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, app/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, app/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, app/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, app/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, app/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, app/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #dfe0e1;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, app/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 166, app/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 166, app/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 166, app/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 166, app/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 166, app/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  /* line 166, app/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 5, app/assets/stylesheets/bootstrap/forms/_labels.scss */
.form-label {
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--bs-gray-800);
}

/* line 15, app/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.5;
  color: var(--bs-gray-800);
}

/* line 26, app/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

/* line 32, app/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

/* line 5, app/assets/stylesheets/bootstrap/forms/_form-text.scss */
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

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

@media (prefers-reduced-motion: reduce) {
  /* line 5, app/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control {
    transition: none;
  }
}

/* line 25, app/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control[type="file"] {
  overflow: hidden;
}

/* line 28, app/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 34, app/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 47, app/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

/* line 69, app/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

/* line 75, app/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

/* line 86, app/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:disabled {
  color: var(--bs-gray-500);
  background-color: var(--bs-secondary-bg);
  border-color: var(--bs-border-color);
  opacity: 1;
}

/* line 95, app/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 95, app/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 110, app/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

/* line 120, app/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}

/* line 131, app/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext:focus {
  outline: 0;
}

/* line 135, app/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 149, app/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 155, app/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

/* line 162, app/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 168, app/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

/* line 179, app/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

/* line 183, app/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

/* line 187, app/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

/* line 193, app/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}

/* line 198, app/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 202, app/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

/* line 207, app/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

/* line 212, app/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

/* line 213, app/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

/* line 6, app/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/bootstrap/forms/_form-select.scss */
  .form-select {
    transition: none;
  }
}

/* line 28, app/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 39, app/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

/* line 45, app/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:disabled {
  color: var(--bs-gray-500);
  background-color: var(--bs-secondary-bg);
  border-color: var(--bs-border-color);
}

/* line 52, app/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

/* line 58, app/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 66, app/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 76, app/assets/stylesheets/bootstrap/forms/_form-select.scss */
[data-bs-theme="dark"] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

/* line 5, app/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

/* line 11, app/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 17, app/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

/* line 22, app/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

/* line 29, app/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
  vertical-align: top;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  appearance: none;
  print-color-adjust: exact;
}

/* line 46, app/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

/* line 50, app/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"] {
  border-radius: 50%;
}

/* line 55, app/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:active {
  filter: brightness(90%);
}

/* line 59, app/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 65, app/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 69, app/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:checked {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

/* line 77, app/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"]:checked {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 86, app/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

/* line 97, app/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* line 107, app/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

/* line 114, app/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-label {
  color: var(--bs-gray-500);
}

/* line 123, app/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch {
  padding-left: 3.75rem;
}

/* line 126, app/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 3.25rem;
  margin-left: -3.75rem;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 3.25rem;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 126, app/assets/stylesheets/bootstrap/forms/_form-check.scss */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 136, app/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}

/* line 140, app/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 151, app/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch.form-check-reverse {
  padding-right: 3.75rem;
  padding-left: 0;
}

/* line 155, app/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch.form-check-reverse .form-check-input {
  margin-right: -3.75rem;
  margin-left: 0;
}

/* line 162, app/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 167, app/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 174, app/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

/* line 184, app/assets/stylesheets/bootstrap/forms/_form-check.scss */
[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

/* line 7, app/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

/* line 14, app/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus {
  outline: 0;
}

/* line 19, app/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 20, app/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 23, app/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 27, app/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 27, app/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}

/* line 38, app/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

/* line 43, app/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

/* line 54, app/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 54, app/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-moz-range-thumb {
    transition: none;
  }
}

/* line 64, app/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

/* line 69, app/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

/* line 80, app/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled {
  pointer-events: none;
}

/* line 83, app/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

/* line 87, app/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

/* line 1, app/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating {
  position: relative;
}

/* line 4, app/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}

/* line 12, app/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 12, app/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
  .form-floating > label {
    transition: none;
  }
}

/* line 29, app/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

/* line 33, app/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

/* line 37, app/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 43, app/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 49, app/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 58, app/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 62, app/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}

/* line 75, app/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 82, app/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

/* line 87, app/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > :disabled ~ label {
  color: #6c757d;
}

/* line 90, app/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > :disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

/* line 5, app/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 12, app/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 22, app/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

/* line 31, app/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 35, app/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn:focus {
  z-index: 5;
}

/* line 47, app/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

/* line 68, app/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 77, app/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 86, app/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

/* line 101, app/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 110, app/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 123, app/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 128, app/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 26, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

/* line 35, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

/* line 51, app/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 7, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 68, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 7, app/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 7, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

/* line 90, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:valid:not([multiple]), .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid[size="1"]:not([multiple]) {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 99, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 7, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

/* line 7, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

/* line 118, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}

/* line 122, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 126, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

/* line 132, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

/* line 7, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control.is-valid:not(:focus), .was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select.is-valid:not(:focus), .was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating.is-valid:not(:focus-within) {
  z-index: 3;
}

/* line 26, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

/* line 35, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

/* line 51, app/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 7, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 68, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 7, app/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 7, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

/* line 90, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:invalid:not([multiple]), .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid[size="1"]:not([multiple]) {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 99, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 7, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

/* line 7, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

/* line 118, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

/* line 122, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 126, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

/* line 132, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

/* line 7, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control.is-invalid:not(:focus), .was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select.is-invalid:not(:focus), .was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating.is-invalid:not(:focus-within) {
  z-index: 4;
}

/* line 5, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, app/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 43, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

/* line 50, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

/* line 57, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 70, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 81, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

/* line 93, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 103, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

/* line 123, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

/* line 123, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

/* line 123, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

/* line 123, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

/* line 123, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

/* line 123, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

/* line 123, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

/* line 123, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

/* line 149, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

/* line 149, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

/* line 149, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

/* line 149, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

/* line 149, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

/* line 149, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

/* line 149, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

/* line 149, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

/* line 161, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}

/* line 180, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus-visible {
  text-decoration: none;
}

/* line 185, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

/* line 189, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

/* line 201, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

/* line 205, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

/* line 1, app/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, app/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, app/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 11, app/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 16, app/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 16, app/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 21, app/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, app/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/* line 2, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

/* line 11, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 36, app/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 64, app/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 19, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

/* line 65, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

/* line 92, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start {
  --bs-position: start;
}

/* line 95, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 101, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end {
  --bs-position: end;
}

/* line 104, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 92, app/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  /* line 95, app/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, app/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  /* line 104, app/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 92, app/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  /* line 95, app/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, app/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  /* line 104, app/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 92, app/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  /* line 95, app/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, app/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  /* line 104, app/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 92, app/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  /* line 95, app/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, app/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  /* line 104, app/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 92, app/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  /* line 95, app/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, app/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  /* line 104, app/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 116, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}

/* line 36, app/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 64, app/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 129, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}

/* line 36, app/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 64, app/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 139, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 146, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}

/* line 36, app/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 51, app/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 55, app/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 64, app/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 156, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 164, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

/* line 175, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}

/* line 189, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

/* line 196, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

/* line 203, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

/* line 213, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 218, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

/* line 228, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

/* line 235, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

/* line 2, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 8, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 15, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 26, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 31, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 36, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group {
  border-radius: var(--bs-border-radius);
}

/* line 40, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}

/* line 46, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 56, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 75, app/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 79, app/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 85, app/assets/stylesheets/bootstrap/_button-group.scss */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 90, app/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 95, app/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 117, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 122, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 127, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}

/* line 133, app/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 138, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, app/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 24, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 24, app/assets/stylesheets/bootstrap/_nav.scss */
  .nav-link {
    transition: none;
  }
}

/* line 35, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

/* line 41, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 47, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

/* line 58, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

/* line 71, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

/* line 76, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

/* line 83, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

/* line 91, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

/* line 98, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 111, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

/* line 118, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

/* line 121, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

/* line 128, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

/* line 140, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

/* line 149, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

/* line 154, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}

/* line 160, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

/* line 174, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 182, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 192, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 203, app/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 206, app/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 6, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

/* line 41, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

/* line 65, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}

/* line 74, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

/* line 86, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 104, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

/* line 110, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 120, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

/* line 125, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

/* line 141, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 150, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 150, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggler {
    transition: none;
  }
}

/* line 160, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 164, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

/* line 173, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* line 184, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 198, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 206, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 229, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 198, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 206, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 229, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 198, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 206, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 229, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  /* line 198, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 206, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 229, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  /* line 198, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 206, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 229, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 198, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 203, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 206, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 210, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

/* line 216, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 220, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 225, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 229, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}

/* line 244, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

/* line 248, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

/* line 269, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark,
.navbar[data-bs-theme="dark"] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 285, app/assets/stylesheets/bootstrap/_navbar.scss */
[data-bs-theme="dark"] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 5, app/assets/stylesheets/bootstrap/_card.scss */
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: var(--bs-gray-900);
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.02);
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

/* line 41, app/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 46, app/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 50, app/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 55, app/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

/* line 63, app/assets/stylesheets/bootstrap/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 69, app/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

/* line 77, app/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

/* line 82, app/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

/* line 88, app/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 97, app/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

/* line 106, app/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

/* line 113, app/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

/* line 118, app/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

/* line 124, app/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

/* line 134, app/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}

/* line 140, app/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

/* line 146, app/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

/* line 152, app/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

/* line 162, app/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

/* line 168, app/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 173, app/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

/* line 186, app/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  /* line 183, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 195, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 200, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 207, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 210, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 215, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 222, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 225, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 230, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 5, app/assets/stylesheets/bootstrap/_accordion.scss */
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

/* line 32, app/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 32, app/assets/stylesheets/bootstrap/_accordion.scss */
  .accordion-button {
    transition: none;
  }
}

/* line 47, app/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

/* line 52, app/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

/* line 59, app/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 59, app/assets/stylesheets/bootstrap/_accordion.scss */
  .accordion-button::after {
    transition: none;
  }
}

/* line 71, app/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:hover {
  z-index: 2;
}

/* line 75, app/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

/* line 83, app/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-header {
  margin-bottom: 0;
}

/* line 87, app/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

/* line 92, app/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

/* line 95, app/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

/* line 100, app/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 105, app/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

/* line 109, app/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

/* line 114, app/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

/* line 120, app/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

/* line 130, app/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-collapse {
  border-width: 0;
}

/* line 134, app/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 139, app/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

/* line 140, app/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

/* line 143, app/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

/* line 153, app/assets/stylesheets/bootstrap/_accordion.scss */
[data-bs-theme="dark"] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* line 1, app/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

/* line 26, app/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

/* line 29, app/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

/* line 37, app/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

/* line 1, app/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 29, app/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, app/assets/stylesheets/bootstrap/_pagination.scss */
  .page-link {
    transition: none;
  }
}

/* line 40, app/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

/* line 48, app/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

/* line 56, app/assets/stylesheets/bootstrap/_pagination.scss */
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

/* line 64, app/assets/stylesheets/bootstrap/_pagination.scss */
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

/* line 74, app/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}

/* line 80, app/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

/* line 86, app/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

/* line 103, app/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

/* line 107, app/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

/* line 6, app/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

/* line 29, app/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 35, app/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5, app/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

/* line 28, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 34, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

/* line 44, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 48, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* line 61, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

/* line 61, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

/* line 61, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

/* line 61, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

/* line 61, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

/* line 61, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

/* line 61, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

/* line 61, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

/* line 11, app/assets/stylesheets/bootstrap/_progress.scss */
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

/* line 33, app/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 33, app/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 45, app/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: var(--bs-progress-height) var(--bs-progress-height);
}

/* line 50, app/assets/stylesheets/bootstrap/_progress.scss */
.progress-stacked > .progress {
  overflow: visible;
}

/* line 54, app/assets/stylesheets/bootstrap/_progress.scss */
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

/* line 59, app/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 59, app/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 5, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

/* line 35, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

/* line 39, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

/* line 51, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

/* line 57, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}

/* line 65, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

/* line 75, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

/* line 84, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 88, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 92, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

/* line 100, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

/* line 108, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 111, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

/* line 126, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 130, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}

/* line 135, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}

/* line 140, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 144, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}

/* line 148, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  /* line 126, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 130, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 768px) {
  /* line 126, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 130, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 992px) {
  /* line 126, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 130, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1200px) {
  /* line 126, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 130, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1400px) {
  /* line 126, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 130, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

/* line 164, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 167, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

/* line 170, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 184, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

/* line 184, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

/* line 184, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

/* line 184, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

/* line 184, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

/* line 184, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

/* line 184, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

/* line 184, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

/* line 6, app/assets/stylesheets/bootstrap/_close.scss */
.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}

/* line 29, app/assets/stylesheets/bootstrap/_close.scss */
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}

/* line 35, app/assets/stylesheets/bootstrap/_close.scss */
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

/* line 41, app/assets/stylesheets/bootstrap/_close.scss */
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

/* line 53, app/assets/stylesheets/bootstrap/_close.scss */
.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

/* line 59, app/assets/stylesheets/bootstrap/_close.scss */
[data-bs-theme="dark"] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

/* line 1, app/assets/stylesheets/bootstrap/_toasts.scss */
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: var(--bs-gray-700);
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}

/* line 31, app/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 0;
}

/* line 35, app/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(.show) {
  display: none;
}

/* line 40, app/assets/stylesheets/bootstrap/_toasts.scss */
.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

/* line 49, app/assets/stylesheets/bootstrap/_toasts.scss */
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

/* line 54, app/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

/* line 64, app/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

/* line 70, app/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

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

/* line 53, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

/* line 61, app/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 61, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 65, app/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 70, app/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 75, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 78, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 83, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 88, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 95, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

/* line 113, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

/* line 12, app/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

/* line 125, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

/* line 134, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

/* line 141, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

/* line 148, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

/* line 157, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

/* line 171, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  /* line 178, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  /* line 184, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  /* line 190, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 196, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 203, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}

/* line 214, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 220, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 226, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

/* line 231, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 214, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  /* line 214, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  /* line 214, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  /* line 214, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  /* line 214, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

/* line 2, app/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: 0;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

/* line 30, app/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

/* line 32, app/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

/* line 37, app/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 46, app/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

/* line 49, app/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 57, app/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 62, app/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
/* line 71, app/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

/* line 74, app/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 82, app/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 87, app/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
/* line 112, app/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

/* line 1, app/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

/* line 40, app/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

/* line 45, app/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

/* line 58, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 61, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

/* line 66, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}

/* line 71, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
/* line 80, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 85, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

/* line 90, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}

/* line 95, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
/* line 105, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 108, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

/* line 113, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}

/* line 118, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

/* line 125, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
/* line 139, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 144, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

/* line 149, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}

/* line 154, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
/* line 179, app/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

/* line 188, app/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 193, app/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

/* line 14, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 3, app/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, app/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, app/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

/* line 50, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* line 61, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

/* line 74, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, app/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

/* line 87, app/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, app/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 107, app/assets/stylesheets/bootstrap/_carousel.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 115, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 119, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 125, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
/* line 143, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

/* line 146, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* line 155, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

/* line 169, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 169, app/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 189, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 199, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

/* line 213, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 218, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 222, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-caption {
  color: #000;
}

/* line 213, app/assets/stylesheets/bootstrap/_carousel.scss */
[data-bs-theme="dark"] .carousel .carousel-control-prev-icon,
[data-bs-theme="dark"] .carousel .carousel-control-next-icon, .carousel[data-bs-theme="dark"] .carousel-control-prev-icon,
.carousel[data-bs-theme="dark"] .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 218, app/assets/stylesheets/bootstrap/_carousel.scss */
[data-bs-theme="dark"] .carousel .carousel-indicators [data-bs-target], .carousel[data-bs-theme="dark"] .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 222, app/assets/stylesheets/bootstrap/_carousel.scss */
[data-bs-theme="dark"] .carousel .carousel-caption, .carousel[data-bs-theme="dark"] .carousel-caption {
  color: #000;
}

/* line 5, app/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

/* line 22, app/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

/* line 36, app/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 60, app/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

/* line 73, app/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 80, app/assets/stylesheets/bootstrap/_spinners.scss */
  .spinner-border,
.spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}

/* line 3, app/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  /* line 33, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 49, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  /* line 89, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  /* line 33, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  /* line 106, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  /* line 33, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  /* line 49, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  /* line 89, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  /* line 33, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  /* line 106, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  /* line 33, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  /* line 49, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  /* line 89, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  /* line 33, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  /* line 106, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  /* line 33, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 49, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  /* line 89, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  /* line 33, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  /* line 106, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  /* line 33, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl {
    transition: none;
  }
}

@media (max-width: 1399.98px) {
  /* line 49, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  /* line 89, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}

@media (min-width: 1400px) {
  /* line 33, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  /* line 106, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

/* line 33, app/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 33, app/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas {
    transition: none;
  }
}

/* line 49, app/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}

/* line 57, app/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

/* line 65, app/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}

/* line 75, app/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}

/* line 84, app/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}

/* line 89, app/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

/* line 119, app/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 12, app/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.offcanvas-backdrop.fade {
  opacity: 0;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.offcanvas-backdrop.show {
  opacity: 0.5;
}

/* line 123, app/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

/* line 129, app/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
}

/* line 137, app/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

/* line 142, app/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

/* line 1, app/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

/* line 9, app/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

/* line 16, app/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-xs {
  min-height: .6em;
}

/* line 20, app/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-sm {
  min-height: .8em;
}

/* line 24, app/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-lg {
  min-height: 1.2em;
}

/* line 30, app/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

/* line 41, app/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}

/* line 3, app/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 4, app/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

/* line 4, app/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

/* line 4, app/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

/* line 4, app/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

/* line 4, app/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

/* line 4, app/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

/* line 4, app/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

/* line 4, app/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

/* line 3, app/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, app/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, app/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, app/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, app/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, app/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, app/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, app/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, app/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, app/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, app/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, app/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, app/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, app/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, app/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, app/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 19, app/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 24, app/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

/* line 1, app/assets/stylesheets/bootstrap/helpers/_focus-ring.scss */
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

/* line 1, app/assets/stylesheets/bootstrap/helpers/_icon-link.scss */
.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}

/* line 9, app/assets/stylesheets/bootstrap/helpers/_icon-link.scss */
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}

@media (prefers-reduced-motion: reduce) {
  /* line 9, app/assets/stylesheets/bootstrap/helpers/_icon-link.scss */
  .icon-link > .bi {
    transition: none;
  }
}

/* line 21, app/assets/stylesheets/bootstrap/helpers/_icon-link.scss */
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

/* line 3, app/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio {
  position: relative;
  width: 100%;
}

/* line 7, app/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

/* line 13, app/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 23, app/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

/* line 23, app/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

/* line 23, app/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

/* line 23, app/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

/* line 3, app/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 11, app/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 24, app/assets/stylesheets/bootstrap/helpers/_position.scss */
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

/* line 30, app/assets/stylesheets/bootstrap/helpers/_position.scss */
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 24, app/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, app/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 24, app/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, app/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 24, app/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, app/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 24, app/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, app/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 24, app/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, app/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

/* line 2, app/assets/stylesheets/bootstrap/helpers/_stacks.scss */
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

/* line 9, app/assets/stylesheets/bootstrap/helpers/_stacks.scss */
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

/* line 5, app/assets/stylesheets/bootstrap/helpers/_visually-hidden.scss */
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 19, app/assets/stylesheets/bootstrap/mixins/_visually-hidden.scss */
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

/* line 6, app/assets/stylesheets/bootstrap/helpers/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 5, app/assets/stylesheets/bootstrap/helpers/_text-truncation.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/bootstrap/helpers/_vr.scss */
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-top {
  vertical-align: top !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-start {
  float: left !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-end {
  float: right !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-none {
  float: none !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.object-fit-contain {
  object-fit: contain !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.object-fit-cover {
  object-fit: cover !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.object-fit-fill {
  object-fit: fill !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.object-fit-scale {
  object-fit: scale-down !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.object-fit-none {
  object-fit: none !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-5 {
  opacity: 0.05 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-10 {
  opacity: 0.1 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-15 {
  opacity: 0.15 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-20 {
  opacity: 0.2 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-x-auto {
  overflow-x: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-x-hidden {
  overflow-x: hidden !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-x-visible {
  overflow-x: visible !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-x-scroll {
  overflow-x: scroll !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-y-auto {
  overflow-y: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-y-hidden {
  overflow-y: hidden !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-y-visible {
  overflow-y: visible !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-y-scroll {
  overflow-y: scroll !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline {
  display: inline !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-block {
  display: block !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-grid {
  display: grid !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-grid {
  display: inline-grid !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table {
  display: table !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table-row {
  display: table-row !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-flex {
  display: flex !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-none {
  display: none !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-static {
  position: static !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-relative {
  position: relative !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-absolute {
  position: absolute !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-fixed {
  position: fixed !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-sticky {
  position: sticky !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-0 {
  top: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-50 {
  top: 50% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-100 {
  top: 100% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-50 {
  bottom: 50% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-100 {
  bottom: 100% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-0 {
  left: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-50 {
  left: 50% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-100 {
  left: 100% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-0 {
  right: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-50 {
  right: 50% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-100 {
  right: 100% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-0 {
  border: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-end-0 {
  border-right: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-start-0 {
  border-left: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-1 {
  border-width: 1px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-5 {
  border-width: 5px !important;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-100 {
  --bs-border-opacity: 1;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-unset {
  width: unset !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-25 {
  width: 25% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-50 {
  width: 50% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-75 {
  width: 75% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-100 {
  width: 100% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-auto {
  width: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-1px {
  width: 1px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-2px {
  width: 2px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-3px {
  width: 3px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-4px {
  width: 4px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-5px {
  width: 5px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-6px {
  width: 6px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-7px {
  width: 7px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-8px {
  width: 8px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-9px {
  width: 9px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-10px {
  width: 10px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-15px {
  width: 15px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-20px {
  width: 20px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-25px {
  width: 25px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-30px {
  width: 30px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-35px {
  width: 35px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-40px {
  width: 40px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-45px {
  width: 45px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-50px {
  width: 50px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-55px {
  width: 55px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-60px {
  width: 60px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-65px {
  width: 65px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-70px {
  width: 70px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-75px {
  width: 75px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-80px {
  width: 80px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-85px {
  width: 85px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-90px {
  width: 90px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-95px {
  width: 95px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-100px {
  width: 100px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-125px {
  width: 125px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-150px {
  width: 150px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-175px {
  width: 175px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-200px {
  width: 200px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-225px {
  width: 225px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-250px {
  width: 250px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-275px {
  width: 275px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-300px {
  width: 300px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-325px {
  width: 325px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-350px {
  width: 350px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-375px {
  width: 375px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-400px {
  width: 400px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-425px {
  width: 425px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-450px {
  width: 450px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-475px {
  width: 475px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-500px {
  width: 500px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-550px {
  width: 550px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-600px {
  width: 600px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-650px {
  width: 650px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-700px {
  width: 700px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-750px {
  width: 750px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-800px {
  width: 800px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-850px {
  width: 850px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-900px {
  width: 900px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-950px {
  width: 950px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-1000px {
  width: 1000px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-unset {
  max-width: unset !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-25 {
  max-width: 25% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-50 {
  max-width: 50% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-75 {
  max-width: 75% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-auto {
  max-width: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-1px {
  max-width: 1px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-2px {
  max-width: 2px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-3px {
  max-width: 3px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-4px {
  max-width: 4px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-5px {
  max-width: 5px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-6px {
  max-width: 6px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-7px {
  max-width: 7px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-8px {
  max-width: 8px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-9px {
  max-width: 9px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-10px {
  max-width: 10px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-15px {
  max-width: 15px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-20px {
  max-width: 20px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-25px {
  max-width: 25px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-30px {
  max-width: 30px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-35px {
  max-width: 35px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-40px {
  max-width: 40px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-45px {
  max-width: 45px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-50px {
  max-width: 50px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-55px {
  max-width: 55px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-60px {
  max-width: 60px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-65px {
  max-width: 65px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-70px {
  max-width: 70px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-75px {
  max-width: 75px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-80px {
  max-width: 80px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-85px {
  max-width: 85px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-90px {
  max-width: 90px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-95px {
  max-width: 95px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-100px {
  max-width: 100px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-125px {
  max-width: 125px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-150px {
  max-width: 150px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-175px {
  max-width: 175px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-200px {
  max-width: 200px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-225px {
  max-width: 225px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-250px {
  max-width: 250px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-275px {
  max-width: 275px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-300px {
  max-width: 300px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-325px {
  max-width: 325px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-350px {
  max-width: 350px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-375px {
  max-width: 375px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-400px {
  max-width: 400px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-425px {
  max-width: 425px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-450px {
  max-width: 450px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-475px {
  max-width: 475px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-500px {
  max-width: 500px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-550px {
  max-width: 550px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-600px {
  max-width: 600px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-650px {
  max-width: 650px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-700px {
  max-width: 700px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-750px {
  max-width: 750px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-800px {
  max-width: 800px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-850px {
  max-width: 850px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-900px {
  max-width: 900px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-950px {
  max-width: 950px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-1000px {
  max-width: 1000px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-unset {
  height: unset !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-25 {
  height: 25% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-50 {
  height: 50% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-75 {
  height: 75% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-100 {
  height: 100% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-auto {
  height: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-1px {
  height: 1px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-2px {
  height: 2px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-3px {
  height: 3px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-4px {
  height: 4px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-5px {
  height: 5px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-6px {
  height: 6px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-7px {
  height: 7px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-8px {
  height: 8px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-9px {
  height: 9px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-10px {
  height: 10px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-15px {
  height: 15px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-20px {
  height: 20px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-25px {
  height: 25px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-30px {
  height: 30px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-35px {
  height: 35px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-40px {
  height: 40px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-45px {
  height: 45px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-50px {
  height: 50px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-55px {
  height: 55px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-60px {
  height: 60px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-65px {
  height: 65px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-70px {
  height: 70px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-75px {
  height: 75px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-80px {
  height: 80px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-85px {
  height: 85px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-90px {
  height: 90px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-95px {
  height: 95px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-100px {
  height: 100px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-125px {
  height: 125px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-150px {
  height: 150px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-175px {
  height: 175px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-200px {
  height: 200px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-225px {
  height: 225px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-250px {
  height: 250px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-275px {
  height: 275px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-300px {
  height: 300px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-325px {
  height: 325px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-350px {
  height: 350px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-375px {
  height: 375px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-400px {
  height: 400px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-425px {
  height: 425px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-450px {
  height: 450px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-475px {
  height: 475px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-500px {
  height: 500px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-550px {
  height: 550px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-600px {
  height: 600px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-650px {
  height: 650px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-700px {
  height: 700px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-750px {
  height: 750px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-800px {
  height: 800px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-850px {
  height: 850px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-900px {
  height: 900px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-950px {
  height: 950px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-1000px {
  height: 1000px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-unset {
  max-height: unset !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-25 {
  max-height: 25% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-50 {
  max-height: 50% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-75 {
  max-height: 75% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-auto {
  max-height: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-1px {
  max-height: 1px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-2px {
  max-height: 2px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-3px {
  max-height: 3px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-4px {
  max-height: 4px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-5px {
  max-height: 5px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-6px {
  max-height: 6px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-7px {
  max-height: 7px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-8px {
  max-height: 8px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-9px {
  max-height: 9px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-10px {
  max-height: 10px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-15px {
  max-height: 15px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-20px {
  max-height: 20px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-25px {
  max-height: 25px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-30px {
  max-height: 30px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-35px {
  max-height: 35px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-40px {
  max-height: 40px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-45px {
  max-height: 45px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-50px {
  max-height: 50px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-55px {
  max-height: 55px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-60px {
  max-height: 60px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-65px {
  max-height: 65px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-70px {
  max-height: 70px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-75px {
  max-height: 75px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-80px {
  max-height: 80px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-85px {
  max-height: 85px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-90px {
  max-height: 90px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-95px {
  max-height: 95px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-100px {
  max-height: 100px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-125px {
  max-height: 125px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-150px {
  max-height: 150px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-175px {
  max-height: 175px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-200px {
  max-height: 200px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-225px {
  max-height: 225px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-250px {
  max-height: 250px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-275px {
  max-height: 275px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-300px {
  max-height: 300px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-325px {
  max-height: 325px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-350px {
  max-height: 350px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-375px {
  max-height: 375px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-400px {
  max-height: 400px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-425px {
  max-height: 425px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-450px {
  max-height: 450px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-475px {
  max-height: 475px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-500px {
  max-height: 500px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-550px {
  max-height: 550px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-600px {
  max-height: 600px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-650px {
  max-height: 650px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-700px {
  max-height: 700px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-750px {
  max-height: 750px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-800px {
  max-height: 800px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-850px {
  max-height: 850px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-900px {
  max-height: 900px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-950px {
  max-height: 950px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-1000px {
  max-height: 1000px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-center {
  align-items: center !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-center {
  align-content: center !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-center {
  align-self: center !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-first {
  order: -1 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-0 {
  order: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-1 {
  order: 1 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-2 {
  order: 2 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-3 {
  order: 3 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-4 {
  order: 4 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-5 {
  order: 5 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-last {
  order: 6 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-0 {
  margin: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-auto {
  margin: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-5 {
  margin-right: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-5 {
  margin-left: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-n1 {
  margin-top: -0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-n2 {
  margin-top: -0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-n3 {
  margin-top: -1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-n4 {
  margin-top: -1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-n5 {
  margin-top: -3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-n1 {
  margin-right: -0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-n2 {
  margin-right: -0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-n3 {
  margin-right: -1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-n4 {
  margin-right: -1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-n5 {
  margin-right: -3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-n3 {
  margin-bottom: -1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-n5 {
  margin-bottom: -3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-n1 {
  margin-left: -0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-n2 {
  margin-left: -0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-n3 {
  margin-left: -1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-n4 {
  margin-left: -1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-n5 {
  margin-left: -3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-0 {
  padding: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-5 {
  padding-right: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-5 {
  padding-left: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-0 {
  gap: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-3 {
  gap: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-4 {
  gap: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-5 {
  gap: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-0 {
  row-gap: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-1 {
  row-gap: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-2 {
  row-gap: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-3 {
  row-gap: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-4 {
  row-gap: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-5 {
  row-gap: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-0 {
  column-gap: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-1 {
  column-gap: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-2 {
  column-gap: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-3 {
  column-gap: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-4 {
  column-gap: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-5 {
  column-gap: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-5 {
  font-size: 1.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-6 {
  font-size: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-medium {
  font-weight: 500 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-semibold {
  font-weight: 600 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-0 {
  line-height: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-sm {
  line-height: 1.25 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-base {
  line-height: 1.5 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-lg {
  line-height: 2 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-xl {
  line-height: 2 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-xxl {
  line-height: 2.25 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-start {
  text-align: left !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-end {
  text-align: right !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-center {
  text-align: center !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-100 {
  --bs-text-opacity: 1;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

/* line 62, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

/* line 62, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

/* line 62, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

/* line 62, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-100 {
  --bs-link-opacity: 1;
}

/* line 62, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

/* line 79, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

/* line 79, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

/* line 79, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

/* line 62, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

/* line 62, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

/* line 62, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

/* line 62, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

/* line 62, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

/* line 62, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-all {
  user-select: all !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-auto {
  user-select: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-none {
  user-select: none !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded {
  border-radius: 0.375rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-1 {
  border-radius: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-2 {
  border-radius: 0.375rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-3 {
  border-radius: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-4 {
  border-radius: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.visible {
  visibility: visible !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.invisible {
  visibility: hidden !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-index-n1 {
  z-index: -1 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-index-n2 {
  z-index: -2 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-index-0 {
  z-index: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-index-1 {
  z-index: 1 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-index-2 {
  z-index: 2 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-index-3 {
  z-index: 3 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.cursor-help {
  cursor: help !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.cursor-wait {
  cursor: wait !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.cursor-crosshair {
  cursor: crosshair !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.cursor-not-allowed {
  cursor: not-allowed !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.cursor-zoom-in {
  cursor: zoom-in !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.cursor-grab {
  cursor: grab !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.cursor-pointer {
  cursor: pointer !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 79, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-0-hover:hover {
  opacity: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-5 {
  opacity: 0.05 !important;
}

/* line 79, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-5-hover:hover {
  opacity: 0.05 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-10 {
  opacity: 0.1 !important;
}

/* line 79, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-10-hover:hover {
  opacity: 0.1 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-15 {
  opacity: 0.15 !important;
}

/* line 79, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-15-hover:hover {
  opacity: 0.15 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-20 {
  opacity: 0.2 !important;
}

/* line 79, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-20-hover:hover {
  opacity: 0.2 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 79, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-25-hover:hover {
  opacity: 0.25 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 79, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-50-hover:hover {
  opacity: 0.5 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 79, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-75-hover:hover {
  opacity: 0.75 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 79, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-100-hover:hover {
  opacity: 1 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-unset {
  min-width: unset !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-25 {
  min-width: 25% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-50 {
  min-width: 50% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-75 {
  min-width: 75% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-100 {
  min-width: 100% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-auto {
  min-width: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-1px {
  min-width: 1px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-2px {
  min-width: 2px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-3px {
  min-width: 3px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-4px {
  min-width: 4px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-5px {
  min-width: 5px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-6px {
  min-width: 6px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-7px {
  min-width: 7px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-8px {
  min-width: 8px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-9px {
  min-width: 9px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-10px {
  min-width: 10px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-15px {
  min-width: 15px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-20px {
  min-width: 20px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-25px {
  min-width: 25px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-30px {
  min-width: 30px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-35px {
  min-width: 35px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-40px {
  min-width: 40px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-45px {
  min-width: 45px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-50px {
  min-width: 50px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-55px {
  min-width: 55px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-60px {
  min-width: 60px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-65px {
  min-width: 65px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-70px {
  min-width: 70px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-75px {
  min-width: 75px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-80px {
  min-width: 80px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-85px {
  min-width: 85px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-90px {
  min-width: 90px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-95px {
  min-width: 95px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-100px {
  min-width: 100px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-125px {
  min-width: 125px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-150px {
  min-width: 150px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-175px {
  min-width: 175px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-200px {
  min-width: 200px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-225px {
  min-width: 225px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-250px {
  min-width: 250px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-275px {
  min-width: 275px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-300px {
  min-width: 300px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-325px {
  min-width: 325px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-350px {
  min-width: 350px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-375px {
  min-width: 375px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-400px {
  min-width: 400px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-425px {
  min-width: 425px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-450px {
  min-width: 450px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-475px {
  min-width: 475px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-500px {
  min-width: 500px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-550px {
  min-width: 550px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-600px {
  min-width: 600px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-650px {
  min-width: 650px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-700px {
  min-width: 700px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-750px {
  min-width: 750px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-800px {
  min-width: 800px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-850px {
  min-width: 850px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-900px {
  min-width: 900px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-950px {
  min-width: 950px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-w-1000px {
  min-width: 1000px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-unset {
  min-height: unset !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-25 {
  min-height: 25% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-50 {
  min-height: 50% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-75 {
  min-height: 75% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-100 {
  min-height: 100% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-auto {
  min-height: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-1px {
  min-height: 1px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-2px {
  min-height: 2px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-3px {
  min-height: 3px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-4px {
  min-height: 4px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-5px {
  min-height: 5px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-6px {
  min-height: 6px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-7px {
  min-height: 7px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-8px {
  min-height: 8px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-9px {
  min-height: 9px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-10px {
  min-height: 10px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-15px {
  min-height: 15px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-20px {
  min-height: 20px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-25px {
  min-height: 25px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-30px {
  min-height: 30px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-35px {
  min-height: 35px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-40px {
  min-height: 40px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-45px {
  min-height: 45px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-50px {
  min-height: 50px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-55px {
  min-height: 55px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-60px {
  min-height: 60px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-65px {
  min-height: 65px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-70px {
  min-height: 70px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-75px {
  min-height: 75px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-80px {
  min-height: 80px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-85px {
  min-height: 85px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-90px {
  min-height: 90px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-95px {
  min-height: 95px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-100px {
  min-height: 100px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-125px {
  min-height: 125px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-150px {
  min-height: 150px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-175px {
  min-height: 175px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-200px {
  min-height: 200px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-225px {
  min-height: 225px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-250px {
  min-height: 250px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-275px {
  min-height: 275px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-300px {
  min-height: 300px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-325px {
  min-height: 325px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-350px {
  min-height: 350px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-375px {
  min-height: 375px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-400px {
  min-height: 400px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-425px {
  min-height: 425px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-450px {
  min-height: 450px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-475px {
  min-height: 475px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-500px {
  min-height: 500px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-550px {
  min-height: 550px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-600px {
  min-height: 600px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-650px {
  min-height: 650px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-700px {
  min-height: 700px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-750px {
  min-height: 750px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-800px {
  min-height: 800px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-850px {
  min-height: 850px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-900px {
  min-height: 900px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-950px {
  min-height: 950px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-h-1000px {
  min-height: 1000px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top-1 {
  border-top-width: 1px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top-2 {
  border-top-width: 2px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top-3 {
  border-top-width: 3px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top-4 {
  border-top-width: 4px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top-5 {
  border-top-width: 5px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom-1 {
  border-bottom-width: 1px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom-2 {
  border-bottom-width: 2px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom-3 {
  border-bottom-width: 3px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom-4 {
  border-bottom-width: 4px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom-5 {
  border-bottom-width: 5px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-right-1 {
  border-right-width: 1px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-right-2 {
  border-right-width: 2px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-right-3 {
  border-right-width: 3px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-right-4 {
  border-right-width: 4px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-right-5 {
  border-right-width: 5px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-left-1 {
  border-left-width: 1px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-left-2 {
  border-left-width: 2px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-left-3 {
  border-left-width: 3px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-left-4 {
  border-left-width: 4px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-left-5 {
  border-left-width: 5px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ls-1 {
  letter-spacing: 0.1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ls-2 {
  letter-spacing: 0.115rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ls-3 {
  letter-spacing: 0.125rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ls-4 {
  letter-spacing: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ls-5 {
  letter-spacing: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ls-n1 {
  letter-spacing: -0.1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ls-n2 {
  letter-spacing: -0.115rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ls-n3 {
  letter-spacing: -0.125rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ls-n4 {
  letter-spacing: -0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ls-n5 {
  letter-spacing: -0.5rem !important;
}

@media (min-width: 576px) {
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-sm-none {
    object-fit: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-sm-auto {
    overflow: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-sm-hidden {
    overflow: hidden !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-sm-visible {
    overflow: visible !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-sm-scroll {
    overflow: scroll !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-sm-static {
    position: static !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-sm-relative {
    position: relative !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-sm-absolute {
    position: absolute !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-sm-fixed {
    position: fixed !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-sm-sticky {
    position: sticky !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-unset {
    width: unset !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-25 {
    width: 25% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-50 {
    width: 50% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-75 {
    width: 75% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-100 {
    width: 100% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-auto {
    width: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-1px {
    width: 1px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-2px {
    width: 2px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-3px {
    width: 3px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-4px {
    width: 4px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-5px {
    width: 5px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-6px {
    width: 6px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-7px {
    width: 7px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-8px {
    width: 8px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-9px {
    width: 9px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-10px {
    width: 10px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-15px {
    width: 15px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-20px {
    width: 20px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-25px {
    width: 25px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-30px {
    width: 30px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-35px {
    width: 35px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-40px {
    width: 40px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-45px {
    width: 45px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-50px {
    width: 50px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-55px {
    width: 55px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-60px {
    width: 60px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-65px {
    width: 65px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-70px {
    width: 70px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-75px {
    width: 75px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-80px {
    width: 80px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-85px {
    width: 85px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-90px {
    width: 90px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-95px {
    width: 95px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-100px {
    width: 100px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-125px {
    width: 125px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-150px {
    width: 150px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-175px {
    width: 175px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-200px {
    width: 200px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-225px {
    width: 225px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-250px {
    width: 250px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-275px {
    width: 275px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-300px {
    width: 300px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-325px {
    width: 325px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-350px {
    width: 350px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-375px {
    width: 375px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-400px {
    width: 400px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-425px {
    width: 425px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-450px {
    width: 450px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-475px {
    width: 475px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-500px {
    width: 500px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-550px {
    width: 550px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-600px {
    width: 600px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-650px {
    width: 650px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-700px {
    width: 700px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-750px {
    width: 750px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-800px {
    width: 800px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-850px {
    width: 850px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-900px {
    width: 900px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-950px {
    width: 950px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-1000px {
    width: 1000px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-unset {
    max-width: unset !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-25 {
    max-width: 25% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-50 {
    max-width: 50% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-75 {
    max-width: 75% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-100 {
    max-width: 100% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-auto {
    max-width: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-1px {
    max-width: 1px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-2px {
    max-width: 2px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-3px {
    max-width: 3px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-4px {
    max-width: 4px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-5px {
    max-width: 5px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-6px {
    max-width: 6px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-7px {
    max-width: 7px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-8px {
    max-width: 8px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-9px {
    max-width: 9px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-10px {
    max-width: 10px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-15px {
    max-width: 15px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-20px {
    max-width: 20px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-25px {
    max-width: 25px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-30px {
    max-width: 30px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-35px {
    max-width: 35px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-40px {
    max-width: 40px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-45px {
    max-width: 45px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-50px {
    max-width: 50px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-55px {
    max-width: 55px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-60px {
    max-width: 60px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-65px {
    max-width: 65px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-70px {
    max-width: 70px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-75px {
    max-width: 75px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-80px {
    max-width: 80px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-85px {
    max-width: 85px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-90px {
    max-width: 90px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-95px {
    max-width: 95px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-100px {
    max-width: 100px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-125px {
    max-width: 125px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-150px {
    max-width: 150px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-175px {
    max-width: 175px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-200px {
    max-width: 200px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-225px {
    max-width: 225px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-250px {
    max-width: 250px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-275px {
    max-width: 275px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-300px {
    max-width: 300px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-325px {
    max-width: 325px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-350px {
    max-width: 350px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-375px {
    max-width: 375px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-400px {
    max-width: 400px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-425px {
    max-width: 425px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-450px {
    max-width: 450px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-475px {
    max-width: 475px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-500px {
    max-width: 500px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-550px {
    max-width: 550px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-600px {
    max-width: 600px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-650px {
    max-width: 650px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-700px {
    max-width: 700px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-750px {
    max-width: 750px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-800px {
    max-width: 800px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-850px {
    max-width: 850px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-900px {
    max-width: 900px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-950px {
    max-width: 950px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-1000px {
    max-width: 1000px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-unset {
    height: unset !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-25 {
    height: 25% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-50 {
    height: 50% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-75 {
    height: 75% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-100 {
    height: 100% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-auto {
    height: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-1px {
    height: 1px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-2px {
    height: 2px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-3px {
    height: 3px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-4px {
    height: 4px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-5px {
    height: 5px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-6px {
    height: 6px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-7px {
    height: 7px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-8px {
    height: 8px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-9px {
    height: 9px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-10px {
    height: 10px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-15px {
    height: 15px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-20px {
    height: 20px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-25px {
    height: 25px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-30px {
    height: 30px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-35px {
    height: 35px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-40px {
    height: 40px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-45px {
    height: 45px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-50px {
    height: 50px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-55px {
    height: 55px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-60px {
    height: 60px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-65px {
    height: 65px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-70px {
    height: 70px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-75px {
    height: 75px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-80px {
    height: 80px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-85px {
    height: 85px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-90px {
    height: 90px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-95px {
    height: 95px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-100px {
    height: 100px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-125px {
    height: 125px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-150px {
    height: 150px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-175px {
    height: 175px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-200px {
    height: 200px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-225px {
    height: 225px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-250px {
    height: 250px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-275px {
    height: 275px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-300px {
    height: 300px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-325px {
    height: 325px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-350px {
    height: 350px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-375px {
    height: 375px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-400px {
    height: 400px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-425px {
    height: 425px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-450px {
    height: 450px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-475px {
    height: 475px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-500px {
    height: 500px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-550px {
    height: 550px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-600px {
    height: 600px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-650px {
    height: 650px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-700px {
    height: 700px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-750px {
    height: 750px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-800px {
    height: 800px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-850px {
    height: 850px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-900px {
    height: 900px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-950px {
    height: 950px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-1000px {
    height: 1000px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-unset {
    max-height: unset !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-25 {
    max-height: 25% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-50 {
    max-height: 50% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-75 {
    max-height: 75% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-100 {
    max-height: 100% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-auto {
    max-height: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-1px {
    max-height: 1px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-2px {
    max-height: 2px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-3px {
    max-height: 3px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-4px {
    max-height: 4px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-5px {
    max-height: 5px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-6px {
    max-height: 6px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-7px {
    max-height: 7px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-8px {
    max-height: 8px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-9px {
    max-height: 9px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-10px {
    max-height: 10px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-15px {
    max-height: 15px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-20px {
    max-height: 20px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-25px {
    max-height: 25px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-30px {
    max-height: 30px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-35px {
    max-height: 35px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-40px {
    max-height: 40px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-45px {
    max-height: 45px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-50px {
    max-height: 50px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-55px {
    max-height: 55px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-60px {
    max-height: 60px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-65px {
    max-height: 65px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-70px {
    max-height: 70px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-75px {
    max-height: 75px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-80px {
    max-height: 80px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-85px {
    max-height: 85px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-90px {
    max-height: 90px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-95px {
    max-height: 95px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-100px {
    max-height: 100px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-125px {
    max-height: 125px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-150px {
    max-height: 150px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-175px {
    max-height: 175px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-200px {
    max-height: 200px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-225px {
    max-height: 225px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-250px {
    max-height: 250px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-275px {
    max-height: 275px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-300px {
    max-height: 300px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-325px {
    max-height: 325px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-350px {
    max-height: 350px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-375px {
    max-height: 375px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-400px {
    max-height: 400px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-425px {
    max-height: 425px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-450px {
    max-height: 450px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-475px {
    max-height: 475px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-500px {
    max-height: 500px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-550px {
    max-height: 550px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-600px {
    max-height: 600px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-650px {
    max-height: 650px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-700px {
    max-height: 700px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-750px {
    max-height: 750px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-800px {
    max-height: 800px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-850px {
    max-height: 850px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-900px {
    max-height: 900px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-950px {
    max-height: 950px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-1000px {
    max-height: 1000px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-5 {
    gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-5 {
    font-size: 1.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-6 {
    font-size: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-center {
    text-align: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-unset {
    min-width: unset !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-25 {
    min-width: 25% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-50 {
    min-width: 50% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-75 {
    min-width: 75% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-100 {
    min-width: 100% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-auto {
    min-width: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-1px {
    min-width: 1px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-2px {
    min-width: 2px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-3px {
    min-width: 3px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-4px {
    min-width: 4px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-5px {
    min-width: 5px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-6px {
    min-width: 6px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-7px {
    min-width: 7px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-8px {
    min-width: 8px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-9px {
    min-width: 9px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-10px {
    min-width: 10px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-15px {
    min-width: 15px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-20px {
    min-width: 20px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-25px {
    min-width: 25px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-30px {
    min-width: 30px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-35px {
    min-width: 35px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-40px {
    min-width: 40px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-45px {
    min-width: 45px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-50px {
    min-width: 50px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-55px {
    min-width: 55px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-60px {
    min-width: 60px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-65px {
    min-width: 65px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-70px {
    min-width: 70px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-75px {
    min-width: 75px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-80px {
    min-width: 80px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-85px {
    min-width: 85px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-90px {
    min-width: 90px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-95px {
    min-width: 95px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-100px {
    min-width: 100px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-125px {
    min-width: 125px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-150px {
    min-width: 150px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-175px {
    min-width: 175px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-200px {
    min-width: 200px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-225px {
    min-width: 225px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-250px {
    min-width: 250px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-275px {
    min-width: 275px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-300px {
    min-width: 300px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-325px {
    min-width: 325px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-350px {
    min-width: 350px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-375px {
    min-width: 375px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-400px {
    min-width: 400px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-425px {
    min-width: 425px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-450px {
    min-width: 450px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-475px {
    min-width: 475px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-500px {
    min-width: 500px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-550px {
    min-width: 550px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-600px {
    min-width: 600px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-650px {
    min-width: 650px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-700px {
    min-width: 700px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-750px {
    min-width: 750px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-800px {
    min-width: 800px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-850px {
    min-width: 850px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-900px {
    min-width: 900px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-950px {
    min-width: 950px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-sm-1000px {
    min-width: 1000px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-unset {
    min-height: unset !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-25 {
    min-height: 25% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-50 {
    min-height: 50% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-75 {
    min-height: 75% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-100 {
    min-height: 100% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-auto {
    min-height: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-1px {
    min-height: 1px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-2px {
    min-height: 2px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-3px {
    min-height: 3px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-4px {
    min-height: 4px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-5px {
    min-height: 5px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-6px {
    min-height: 6px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-7px {
    min-height: 7px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-8px {
    min-height: 8px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-9px {
    min-height: 9px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-10px {
    min-height: 10px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-15px {
    min-height: 15px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-20px {
    min-height: 20px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-25px {
    min-height: 25px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-30px {
    min-height: 30px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-35px {
    min-height: 35px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-40px {
    min-height: 40px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-45px {
    min-height: 45px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-50px {
    min-height: 50px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-55px {
    min-height: 55px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-60px {
    min-height: 60px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-65px {
    min-height: 65px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-70px {
    min-height: 70px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-75px {
    min-height: 75px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-80px {
    min-height: 80px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-85px {
    min-height: 85px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-90px {
    min-height: 90px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-95px {
    min-height: 95px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-100px {
    min-height: 100px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-125px {
    min-height: 125px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-150px {
    min-height: 150px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-175px {
    min-height: 175px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-200px {
    min-height: 200px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-225px {
    min-height: 225px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-250px {
    min-height: 250px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-275px {
    min-height: 275px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-300px {
    min-height: 300px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-325px {
    min-height: 325px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-350px {
    min-height: 350px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-375px {
    min-height: 375px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-400px {
    min-height: 400px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-425px {
    min-height: 425px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-450px {
    min-height: 450px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-475px {
    min-height: 475px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-500px {
    min-height: 500px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-550px {
    min-height: 550px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-600px {
    min-height: 600px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-650px {
    min-height: 650px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-700px {
    min-height: 700px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-750px {
    min-height: 750px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-800px {
    min-height: 800px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-850px {
    min-height: 850px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-900px {
    min-height: 900px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-950px {
    min-height: 950px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-sm-1000px {
    min-height: 1000px !important;
  }
}

@media (min-width: 768px) {
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-md-none {
    object-fit: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-md-auto {
    overflow: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-md-hidden {
    overflow: hidden !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-md-visible {
    overflow: visible !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-md-scroll {
    overflow: scroll !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-md-static {
    position: static !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-md-relative {
    position: relative !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-md-absolute {
    position: absolute !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-md-fixed {
    position: fixed !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-md-sticky {
    position: sticky !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-unset {
    width: unset !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-25 {
    width: 25% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-50 {
    width: 50% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-75 {
    width: 75% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-100 {
    width: 100% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-auto {
    width: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-1px {
    width: 1px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-2px {
    width: 2px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-3px {
    width: 3px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-4px {
    width: 4px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-5px {
    width: 5px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-6px {
    width: 6px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-7px {
    width: 7px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-8px {
    width: 8px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-9px {
    width: 9px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-10px {
    width: 10px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-15px {
    width: 15px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-20px {
    width: 20px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-25px {
    width: 25px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-30px {
    width: 30px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-35px {
    width: 35px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-40px {
    width: 40px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-45px {
    width: 45px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-50px {
    width: 50px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-55px {
    width: 55px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-60px {
    width: 60px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-65px {
    width: 65px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-70px {
    width: 70px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-75px {
    width: 75px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-80px {
    width: 80px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-85px {
    width: 85px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-90px {
    width: 90px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-95px {
    width: 95px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-100px {
    width: 100px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-125px {
    width: 125px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-150px {
    width: 150px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-175px {
    width: 175px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-200px {
    width: 200px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-225px {
    width: 225px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-250px {
    width: 250px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-275px {
    width: 275px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-300px {
    width: 300px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-325px {
    width: 325px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-350px {
    width: 350px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-375px {
    width: 375px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-400px {
    width: 400px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-425px {
    width: 425px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-450px {
    width: 450px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-475px {
    width: 475px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-500px {
    width: 500px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-550px {
    width: 550px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-600px {
    width: 600px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-650px {
    width: 650px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-700px {
    width: 700px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-750px {
    width: 750px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-800px {
    width: 800px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-850px {
    width: 850px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-900px {
    width: 900px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-950px {
    width: 950px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-1000px {
    width: 1000px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-unset {
    max-width: unset !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-25 {
    max-width: 25% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-50 {
    max-width: 50% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-75 {
    max-width: 75% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-100 {
    max-width: 100% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-auto {
    max-width: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-1px {
    max-width: 1px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-2px {
    max-width: 2px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-3px {
    max-width: 3px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-4px {
    max-width: 4px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-5px {
    max-width: 5px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-6px {
    max-width: 6px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-7px {
    max-width: 7px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-8px {
    max-width: 8px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-9px {
    max-width: 9px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-10px {
    max-width: 10px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-15px {
    max-width: 15px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-20px {
    max-width: 20px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-25px {
    max-width: 25px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-30px {
    max-width: 30px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-35px {
    max-width: 35px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-40px {
    max-width: 40px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-45px {
    max-width: 45px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-50px {
    max-width: 50px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-55px {
    max-width: 55px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-60px {
    max-width: 60px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-65px {
    max-width: 65px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-70px {
    max-width: 70px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-75px {
    max-width: 75px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-80px {
    max-width: 80px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-85px {
    max-width: 85px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-90px {
    max-width: 90px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-95px {
    max-width: 95px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-100px {
    max-width: 100px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-125px {
    max-width: 125px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-150px {
    max-width: 150px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-175px {
    max-width: 175px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-200px {
    max-width: 200px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-225px {
    max-width: 225px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-250px {
    max-width: 250px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-275px {
    max-width: 275px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-300px {
    max-width: 300px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-325px {
    max-width: 325px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-350px {
    max-width: 350px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-375px {
    max-width: 375px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-400px {
    max-width: 400px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-425px {
    max-width: 425px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-450px {
    max-width: 450px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-475px {
    max-width: 475px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-500px {
    max-width: 500px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-550px {
    max-width: 550px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-600px {
    max-width: 600px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-650px {
    max-width: 650px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-700px {
    max-width: 700px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-750px {
    max-width: 750px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-800px {
    max-width: 800px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-850px {
    max-width: 850px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-900px {
    max-width: 900px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-950px {
    max-width: 950px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-1000px {
    max-width: 1000px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-unset {
    height: unset !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-25 {
    height: 25% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-50 {
    height: 50% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-75 {
    height: 75% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-100 {
    height: 100% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-auto {
    height: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-1px {
    height: 1px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-2px {
    height: 2px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-3px {
    height: 3px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-4px {
    height: 4px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-5px {
    height: 5px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-6px {
    height: 6px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-7px {
    height: 7px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-8px {
    height: 8px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-9px {
    height: 9px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-10px {
    height: 10px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-15px {
    height: 15px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-20px {
    height: 20px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-25px {
    height: 25px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-30px {
    height: 30px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-35px {
    height: 35px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-40px {
    height: 40px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-45px {
    height: 45px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-50px {
    height: 50px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-55px {
    height: 55px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-60px {
    height: 60px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-65px {
    height: 65px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-70px {
    height: 70px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-75px {
    height: 75px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-80px {
    height: 80px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-85px {
    height: 85px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-90px {
    height: 90px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-95px {
    height: 95px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-100px {
    height: 100px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-125px {
    height: 125px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-150px {
    height: 150px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-175px {
    height: 175px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-200px {
    height: 200px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-225px {
    height: 225px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-250px {
    height: 250px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-275px {
    height: 275px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-300px {
    height: 300px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-325px {
    height: 325px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-350px {
    height: 350px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-375px {
    height: 375px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-400px {
    height: 400px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-425px {
    height: 425px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-450px {
    height: 450px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-475px {
    height: 475px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-500px {
    height: 500px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-550px {
    height: 550px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-600px {
    height: 600px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-650px {
    height: 650px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-700px {
    height: 700px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-750px {
    height: 750px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-800px {
    height: 800px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-850px {
    height: 850px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-900px {
    height: 900px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-950px {
    height: 950px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-1000px {
    height: 1000px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-unset {
    max-height: unset !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-25 {
    max-height: 25% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-50 {
    max-height: 50% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-75 {
    max-height: 75% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-100 {
    max-height: 100% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-auto {
    max-height: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-1px {
    max-height: 1px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-2px {
    max-height: 2px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-3px {
    max-height: 3px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-4px {
    max-height: 4px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-5px {
    max-height: 5px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-6px {
    max-height: 6px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-7px {
    max-height: 7px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-8px {
    max-height: 8px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-9px {
    max-height: 9px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-10px {
    max-height: 10px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-15px {
    max-height: 15px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-20px {
    max-height: 20px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-25px {
    max-height: 25px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-30px {
    max-height: 30px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-35px {
    max-height: 35px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-40px {
    max-height: 40px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-45px {
    max-height: 45px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-50px {
    max-height: 50px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-55px {
    max-height: 55px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-60px {
    max-height: 60px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-65px {
    max-height: 65px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-70px {
    max-height: 70px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-75px {
    max-height: 75px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-80px {
    max-height: 80px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-85px {
    max-height: 85px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-90px {
    max-height: 90px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-95px {
    max-height: 95px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-100px {
    max-height: 100px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-125px {
    max-height: 125px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-150px {
    max-height: 150px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-175px {
    max-height: 175px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-200px {
    max-height: 200px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-225px {
    max-height: 225px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-250px {
    max-height: 250px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-275px {
    max-height: 275px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-300px {
    max-height: 300px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-325px {
    max-height: 325px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-350px {
    max-height: 350px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-375px {
    max-height: 375px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-400px {
    max-height: 400px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-425px {
    max-height: 425px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-450px {
    max-height: 450px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-475px {
    max-height: 475px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-500px {
    max-height: 500px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-550px {
    max-height: 550px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-600px {
    max-height: 600px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-650px {
    max-height: 650px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-700px {
    max-height: 700px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-750px {
    max-height: 750px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-800px {
    max-height: 800px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-850px {
    max-height: 850px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-900px {
    max-height: 900px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-950px {
    max-height: 950px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-1000px {
    max-height: 1000px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-5 {
    margin-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-5 {
    gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-5 {
    font-size: 1.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-6 {
    font-size: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-center {
    text-align: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-unset {
    min-width: unset !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-25 {
    min-width: 25% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-50 {
    min-width: 50% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-75 {
    min-width: 75% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-100 {
    min-width: 100% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-auto {
    min-width: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-1px {
    min-width: 1px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-2px {
    min-width: 2px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-3px {
    min-width: 3px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-4px {
    min-width: 4px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-5px {
    min-width: 5px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-6px {
    min-width: 6px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-7px {
    min-width: 7px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-8px {
    min-width: 8px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-9px {
    min-width: 9px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-10px {
    min-width: 10px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-15px {
    min-width: 15px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-20px {
    min-width: 20px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-25px {
    min-width: 25px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-30px {
    min-width: 30px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-35px {
    min-width: 35px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-40px {
    min-width: 40px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-45px {
    min-width: 45px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-50px {
    min-width: 50px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-55px {
    min-width: 55px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-60px {
    min-width: 60px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-65px {
    min-width: 65px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-70px {
    min-width: 70px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-75px {
    min-width: 75px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-80px {
    min-width: 80px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-85px {
    min-width: 85px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-90px {
    min-width: 90px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-95px {
    min-width: 95px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-100px {
    min-width: 100px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-125px {
    min-width: 125px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-150px {
    min-width: 150px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-175px {
    min-width: 175px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-200px {
    min-width: 200px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-225px {
    min-width: 225px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-250px {
    min-width: 250px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-275px {
    min-width: 275px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-300px {
    min-width: 300px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-325px {
    min-width: 325px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-350px {
    min-width: 350px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-375px {
    min-width: 375px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-400px {
    min-width: 400px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-425px {
    min-width: 425px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-450px {
    min-width: 450px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-475px {
    min-width: 475px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-500px {
    min-width: 500px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-550px {
    min-width: 550px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-600px {
    min-width: 600px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-650px {
    min-width: 650px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-700px {
    min-width: 700px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-750px {
    min-width: 750px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-800px {
    min-width: 800px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-850px {
    min-width: 850px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-900px {
    min-width: 900px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-950px {
    min-width: 950px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-md-1000px {
    min-width: 1000px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-unset {
    min-height: unset !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-25 {
    min-height: 25% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-50 {
    min-height: 50% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-75 {
    min-height: 75% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-100 {
    min-height: 100% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-auto {
    min-height: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-1px {
    min-height: 1px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-2px {
    min-height: 2px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-3px {
    min-height: 3px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-4px {
    min-height: 4px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-5px {
    min-height: 5px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-6px {
    min-height: 6px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-7px {
    min-height: 7px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-8px {
    min-height: 8px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-9px {
    min-height: 9px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-10px {
    min-height: 10px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-15px {
    min-height: 15px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-20px {
    min-height: 20px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-25px {
    min-height: 25px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-30px {
    min-height: 30px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-35px {
    min-height: 35px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-40px {
    min-height: 40px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-45px {
    min-height: 45px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-50px {
    min-height: 50px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-55px {
    min-height: 55px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-60px {
    min-height: 60px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-65px {
    min-height: 65px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-70px {
    min-height: 70px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-75px {
    min-height: 75px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-80px {
    min-height: 80px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-85px {
    min-height: 85px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-90px {
    min-height: 90px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-95px {
    min-height: 95px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-100px {
    min-height: 100px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-125px {
    min-height: 125px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-150px {
    min-height: 150px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-175px {
    min-height: 175px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-200px {
    min-height: 200px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-225px {
    min-height: 225px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-250px {
    min-height: 250px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-275px {
    min-height: 275px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-300px {
    min-height: 300px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-325px {
    min-height: 325px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-350px {
    min-height: 350px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-375px {
    min-height: 375px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-400px {
    min-height: 400px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-425px {
    min-height: 425px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-450px {
    min-height: 450px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-475px {
    min-height: 475px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-500px {
    min-height: 500px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-550px {
    min-height: 550px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-600px {
    min-height: 600px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-650px {
    min-height: 650px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-700px {
    min-height: 700px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-750px {
    min-height: 750px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-800px {
    min-height: 800px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-850px {
    min-height: 850px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-900px {
    min-height: 900px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-950px {
    min-height: 950px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-md-1000px {
    min-height: 1000px !important;
  }
}

@media (min-width: 992px) {
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-lg-none {
    object-fit: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-lg-auto {
    overflow: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-lg-hidden {
    overflow: hidden !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-lg-visible {
    overflow: visible !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-lg-scroll {
    overflow: scroll !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-lg-static {
    position: static !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-lg-relative {
    position: relative !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-lg-absolute {
    position: absolute !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-lg-fixed {
    position: fixed !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-lg-sticky {
    position: sticky !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-unset {
    width: unset !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-25 {
    width: 25% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-50 {
    width: 50% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-75 {
    width: 75% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-100 {
    width: 100% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-auto {
    width: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-1px {
    width: 1px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-2px {
    width: 2px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-3px {
    width: 3px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-4px {
    width: 4px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-5px {
    width: 5px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-6px {
    width: 6px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-7px {
    width: 7px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-8px {
    width: 8px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-9px {
    width: 9px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-10px {
    width: 10px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-15px {
    width: 15px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-20px {
    width: 20px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-25px {
    width: 25px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-30px {
    width: 30px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-35px {
    width: 35px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-40px {
    width: 40px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-45px {
    width: 45px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-50px {
    width: 50px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-55px {
    width: 55px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-60px {
    width: 60px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-65px {
    width: 65px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-70px {
    width: 70px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-75px {
    width: 75px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-80px {
    width: 80px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-85px {
    width: 85px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-90px {
    width: 90px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-95px {
    width: 95px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-100px {
    width: 100px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-125px {
    width: 125px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-150px {
    width: 150px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-175px {
    width: 175px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-200px {
    width: 200px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-225px {
    width: 225px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-250px {
    width: 250px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-275px {
    width: 275px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-300px {
    width: 300px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-325px {
    width: 325px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-350px {
    width: 350px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-375px {
    width: 375px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-400px {
    width: 400px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-425px {
    width: 425px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-450px {
    width: 450px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-475px {
    width: 475px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-500px {
    width: 500px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-550px {
    width: 550px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-600px {
    width: 600px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-650px {
    width: 650px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-700px {
    width: 700px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-750px {
    width: 750px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-800px {
    width: 800px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-850px {
    width: 850px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-900px {
    width: 900px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-950px {
    width: 950px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-1000px {
    width: 1000px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-unset {
    max-width: unset !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-25 {
    max-width: 25% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-50 {
    max-width: 50% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-75 {
    max-width: 75% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-100 {
    max-width: 100% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-auto {
    max-width: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-1px {
    max-width: 1px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-2px {
    max-width: 2px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-3px {
    max-width: 3px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-4px {
    max-width: 4px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-5px {
    max-width: 5px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-6px {
    max-width: 6px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-7px {
    max-width: 7px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-8px {
    max-width: 8px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-9px {
    max-width: 9px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-10px {
    max-width: 10px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-15px {
    max-width: 15px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-20px {
    max-width: 20px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-25px {
    max-width: 25px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-30px {
    max-width: 30px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-35px {
    max-width: 35px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-40px {
    max-width: 40px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-45px {
    max-width: 45px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-50px {
    max-width: 50px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-55px {
    max-width: 55px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-60px {
    max-width: 60px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-65px {
    max-width: 65px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-70px {
    max-width: 70px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-75px {
    max-width: 75px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-80px {
    max-width: 80px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-85px {
    max-width: 85px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-90px {
    max-width: 90px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-95px {
    max-width: 95px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-100px {
    max-width: 100px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-125px {
    max-width: 125px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-150px {
    max-width: 150px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-175px {
    max-width: 175px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-200px {
    max-width: 200px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-225px {
    max-width: 225px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-250px {
    max-width: 250px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-275px {
    max-width: 275px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-300px {
    max-width: 300px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-325px {
    max-width: 325px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-350px {
    max-width: 350px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-375px {
    max-width: 375px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-400px {
    max-width: 400px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-425px {
    max-width: 425px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-450px {
    max-width: 450px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-475px {
    max-width: 475px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-500px {
    max-width: 500px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-550px {
    max-width: 550px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-600px {
    max-width: 600px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-650px {
    max-width: 650px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-700px {
    max-width: 700px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-750px {
    max-width: 750px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-800px {
    max-width: 800px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-850px {
    max-width: 850px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-900px {
    max-width: 900px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-950px {
    max-width: 950px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-1000px {
    max-width: 1000px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-unset {
    height: unset !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-25 {
    height: 25% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-50 {
    height: 50% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-75 {
    height: 75% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-100 {
    height: 100% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-auto {
    height: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-1px {
    height: 1px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-2px {
    height: 2px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-3px {
    height: 3px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-4px {
    height: 4px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-5px {
    height: 5px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-6px {
    height: 6px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-7px {
    height: 7px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-8px {
    height: 8px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-9px {
    height: 9px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-10px {
    height: 10px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-15px {
    height: 15px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-20px {
    height: 20px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-25px {
    height: 25px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-30px {
    height: 30px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-35px {
    height: 35px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-40px {
    height: 40px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-45px {
    height: 45px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-50px {
    height: 50px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-55px {
    height: 55px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-60px {
    height: 60px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-65px {
    height: 65px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-70px {
    height: 70px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-75px {
    height: 75px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-80px {
    height: 80px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-85px {
    height: 85px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-90px {
    height: 90px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-95px {
    height: 95px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-100px {
    height: 100px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-125px {
    height: 125px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-150px {
    height: 150px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-175px {
    height: 175px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-200px {
    height: 200px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-225px {
    height: 225px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-250px {
    height: 250px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-275px {
    height: 275px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-300px {
    height: 300px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-325px {
    height: 325px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-350px {
    height: 350px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-375px {
    height: 375px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-400px {
    height: 400px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-425px {
    height: 425px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-450px {
    height: 450px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-475px {
    height: 475px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-500px {
    height: 500px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-550px {
    height: 550px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-600px {
    height: 600px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-650px {
    height: 650px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-700px {
    height: 700px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-750px {
    height: 750px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-800px {
    height: 800px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-850px {
    height: 850px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-900px {
    height: 900px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-950px {
    height: 950px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-1000px {
    height: 1000px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-unset {
    max-height: unset !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-25 {
    max-height: 25% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-50 {
    max-height: 50% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-75 {
    max-height: 75% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-100 {
    max-height: 100% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-auto {
    max-height: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-1px {
    max-height: 1px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-2px {
    max-height: 2px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-3px {
    max-height: 3px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-4px {
    max-height: 4px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-5px {
    max-height: 5px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-6px {
    max-height: 6px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-7px {
    max-height: 7px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-8px {
    max-height: 8px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-9px {
    max-height: 9px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-10px {
    max-height: 10px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-15px {
    max-height: 15px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-20px {
    max-height: 20px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-25px {
    max-height: 25px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-30px {
    max-height: 30px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-35px {
    max-height: 35px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-40px {
    max-height: 40px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-45px {
    max-height: 45px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-50px {
    max-height: 50px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-55px {
    max-height: 55px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-60px {
    max-height: 60px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-65px {
    max-height: 65px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-70px {
    max-height: 70px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-75px {
    max-height: 75px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-80px {
    max-height: 80px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-85px {
    max-height: 85px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-90px {
    max-height: 90px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-95px {
    max-height: 95px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-100px {
    max-height: 100px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-125px {
    max-height: 125px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-150px {
    max-height: 150px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-175px {
    max-height: 175px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-200px {
    max-height: 200px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-225px {
    max-height: 225px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-250px {
    max-height: 250px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-275px {
    max-height: 275px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-300px {
    max-height: 300px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-325px {
    max-height: 325px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-350px {
    max-height: 350px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-375px {
    max-height: 375px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-400px {
    max-height: 400px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-425px {
    max-height: 425px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-450px {
    max-height: 450px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-475px {
    max-height: 475px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-500px {
    max-height: 500px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-550px {
    max-height: 550px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-600px {
    max-height: 600px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-650px {
    max-height: 650px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-700px {
    max-height: 700px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-750px {
    max-height: 750px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-800px {
    max-height: 800px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-850px {
    max-height: 850px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-900px {
    max-height: 900px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-950px {
    max-height: 950px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-1000px {
    max-height: 1000px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-5 {
    gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-5 {
    font-size: 1.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-6 {
    font-size: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-center {
    text-align: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-unset {
    min-width: unset !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-25 {
    min-width: 25% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-50 {
    min-width: 50% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-75 {
    min-width: 75% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-100 {
    min-width: 100% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-auto {
    min-width: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-1px {
    min-width: 1px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-2px {
    min-width: 2px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-3px {
    min-width: 3px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-4px {
    min-width: 4px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-5px {
    min-width: 5px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-6px {
    min-width: 6px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-7px {
    min-width: 7px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-8px {
    min-width: 8px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-9px {
    min-width: 9px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-10px {
    min-width: 10px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-15px {
    min-width: 15px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-20px {
    min-width: 20px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-25px {
    min-width: 25px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-30px {
    min-width: 30px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-35px {
    min-width: 35px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-40px {
    min-width: 40px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-45px {
    min-width: 45px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-50px {
    min-width: 50px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-55px {
    min-width: 55px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-60px {
    min-width: 60px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-65px {
    min-width: 65px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-70px {
    min-width: 70px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-75px {
    min-width: 75px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-80px {
    min-width: 80px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-85px {
    min-width: 85px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-90px {
    min-width: 90px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-95px {
    min-width: 95px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-100px {
    min-width: 100px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-125px {
    min-width: 125px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-150px {
    min-width: 150px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-175px {
    min-width: 175px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-200px {
    min-width: 200px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-225px {
    min-width: 225px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-250px {
    min-width: 250px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-275px {
    min-width: 275px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-300px {
    min-width: 300px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-325px {
    min-width: 325px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-350px {
    min-width: 350px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-375px {
    min-width: 375px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-400px {
    min-width: 400px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-425px {
    min-width: 425px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-450px {
    min-width: 450px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-475px {
    min-width: 475px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-500px {
    min-width: 500px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-550px {
    min-width: 550px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-600px {
    min-width: 600px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-650px {
    min-width: 650px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-700px {
    min-width: 700px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-750px {
    min-width: 750px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-800px {
    min-width: 800px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-850px {
    min-width: 850px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-900px {
    min-width: 900px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-950px {
    min-width: 950px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-lg-1000px {
    min-width: 1000px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-unset {
    min-height: unset !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-25 {
    min-height: 25% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-50 {
    min-height: 50% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-75 {
    min-height: 75% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-100 {
    min-height: 100% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-auto {
    min-height: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-1px {
    min-height: 1px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-2px {
    min-height: 2px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-3px {
    min-height: 3px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-4px {
    min-height: 4px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-5px {
    min-height: 5px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-6px {
    min-height: 6px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-7px {
    min-height: 7px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-8px {
    min-height: 8px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-9px {
    min-height: 9px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-10px {
    min-height: 10px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-15px {
    min-height: 15px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-20px {
    min-height: 20px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-25px {
    min-height: 25px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-30px {
    min-height: 30px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-35px {
    min-height: 35px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-40px {
    min-height: 40px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-45px {
    min-height: 45px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-50px {
    min-height: 50px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-55px {
    min-height: 55px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-60px {
    min-height: 60px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-65px {
    min-height: 65px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-70px {
    min-height: 70px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-75px {
    min-height: 75px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-80px {
    min-height: 80px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-85px {
    min-height: 85px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-90px {
    min-height: 90px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-95px {
    min-height: 95px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-100px {
    min-height: 100px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-125px {
    min-height: 125px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-150px {
    min-height: 150px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-175px {
    min-height: 175px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-200px {
    min-height: 200px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-225px {
    min-height: 225px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-250px {
    min-height: 250px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-275px {
    min-height: 275px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-300px {
    min-height: 300px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-325px {
    min-height: 325px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-350px {
    min-height: 350px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-375px {
    min-height: 375px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-400px {
    min-height: 400px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-425px {
    min-height: 425px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-450px {
    min-height: 450px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-475px {
    min-height: 475px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-500px {
    min-height: 500px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-550px {
    min-height: 550px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-600px {
    min-height: 600px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-650px {
    min-height: 650px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-700px {
    min-height: 700px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-750px {
    min-height: 750px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-800px {
    min-height: 800px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-850px {
    min-height: 850px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-900px {
    min-height: 900px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-950px {
    min-height: 950px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-lg-1000px {
    min-height: 1000px !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xl-none {
    object-fit: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-xl-auto {
    overflow: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-xl-hidden {
    overflow: hidden !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-xl-visible {
    overflow: visible !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-xl-scroll {
    overflow: scroll !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-xl-static {
    position: static !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-xl-relative {
    position: relative !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-xl-absolute {
    position: absolute !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-xl-fixed {
    position: fixed !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-xl-sticky {
    position: sticky !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-unset {
    width: unset !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-25 {
    width: 25% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-50 {
    width: 50% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-75 {
    width: 75% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-100 {
    width: 100% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-auto {
    width: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-1px {
    width: 1px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-2px {
    width: 2px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-3px {
    width: 3px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-4px {
    width: 4px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-5px {
    width: 5px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-6px {
    width: 6px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-7px {
    width: 7px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-8px {
    width: 8px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-9px {
    width: 9px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-10px {
    width: 10px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-15px {
    width: 15px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-20px {
    width: 20px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-25px {
    width: 25px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-30px {
    width: 30px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-35px {
    width: 35px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-40px {
    width: 40px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-45px {
    width: 45px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-50px {
    width: 50px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-55px {
    width: 55px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-60px {
    width: 60px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-65px {
    width: 65px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-70px {
    width: 70px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-75px {
    width: 75px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-80px {
    width: 80px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-85px {
    width: 85px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-90px {
    width: 90px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-95px {
    width: 95px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-100px {
    width: 100px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-125px {
    width: 125px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-150px {
    width: 150px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-175px {
    width: 175px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-200px {
    width: 200px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-225px {
    width: 225px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-250px {
    width: 250px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-275px {
    width: 275px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-300px {
    width: 300px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-325px {
    width: 325px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-350px {
    width: 350px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-375px {
    width: 375px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-400px {
    width: 400px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-425px {
    width: 425px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-450px {
    width: 450px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-475px {
    width: 475px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-500px {
    width: 500px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-550px {
    width: 550px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-600px {
    width: 600px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-650px {
    width: 650px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-700px {
    width: 700px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-750px {
    width: 750px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-800px {
    width: 800px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-850px {
    width: 850px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-900px {
    width: 900px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-950px {
    width: 950px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-1000px {
    width: 1000px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-unset {
    max-width: unset !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-25 {
    max-width: 25% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-50 {
    max-width: 50% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-75 {
    max-width: 75% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-100 {
    max-width: 100% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-auto {
    max-width: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-1px {
    max-width: 1px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-2px {
    max-width: 2px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-3px {
    max-width: 3px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-4px {
    max-width: 4px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-5px {
    max-width: 5px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-6px {
    max-width: 6px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-7px {
    max-width: 7px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-8px {
    max-width: 8px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-9px {
    max-width: 9px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-10px {
    max-width: 10px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-15px {
    max-width: 15px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-20px {
    max-width: 20px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-25px {
    max-width: 25px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-30px {
    max-width: 30px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-35px {
    max-width: 35px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-40px {
    max-width: 40px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-45px {
    max-width: 45px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-50px {
    max-width: 50px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-55px {
    max-width: 55px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-60px {
    max-width: 60px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-65px {
    max-width: 65px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-70px {
    max-width: 70px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-75px {
    max-width: 75px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-80px {
    max-width: 80px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-85px {
    max-width: 85px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-90px {
    max-width: 90px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-95px {
    max-width: 95px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-100px {
    max-width: 100px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-125px {
    max-width: 125px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-150px {
    max-width: 150px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-175px {
    max-width: 175px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-200px {
    max-width: 200px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-225px {
    max-width: 225px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-250px {
    max-width: 250px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-275px {
    max-width: 275px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-300px {
    max-width: 300px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-325px {
    max-width: 325px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-350px {
    max-width: 350px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-375px {
    max-width: 375px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-400px {
    max-width: 400px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-425px {
    max-width: 425px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-450px {
    max-width: 450px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-475px {
    max-width: 475px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-500px {
    max-width: 500px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-550px {
    max-width: 550px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-600px {
    max-width: 600px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-650px {
    max-width: 650px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-700px {
    max-width: 700px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-750px {
    max-width: 750px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-800px {
    max-width: 800px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-850px {
    max-width: 850px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-900px {
    max-width: 900px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-950px {
    max-width: 950px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-1000px {
    max-width: 1000px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-unset {
    height: unset !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-25 {
    height: 25% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-50 {
    height: 50% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-75 {
    height: 75% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-100 {
    height: 100% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-auto {
    height: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-1px {
    height: 1px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-2px {
    height: 2px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-3px {
    height: 3px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-4px {
    height: 4px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-5px {
    height: 5px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-6px {
    height: 6px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-7px {
    height: 7px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-8px {
    height: 8px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-9px {
    height: 9px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-10px {
    height: 10px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-15px {
    height: 15px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-20px {
    height: 20px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-25px {
    height: 25px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-30px {
    height: 30px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-35px {
    height: 35px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-40px {
    height: 40px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-45px {
    height: 45px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-50px {
    height: 50px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-55px {
    height: 55px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-60px {
    height: 60px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-65px {
    height: 65px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-70px {
    height: 70px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-75px {
    height: 75px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-80px {
    height: 80px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-85px {
    height: 85px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-90px {
    height: 90px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-95px {
    height: 95px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-100px {
    height: 100px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-125px {
    height: 125px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-150px {
    height: 150px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-175px {
    height: 175px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-200px {
    height: 200px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-225px {
    height: 225px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-250px {
    height: 250px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-275px {
    height: 275px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-300px {
    height: 300px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-325px {
    height: 325px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-350px {
    height: 350px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-375px {
    height: 375px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-400px {
    height: 400px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-425px {
    height: 425px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-450px {
    height: 450px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-475px {
    height: 475px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-500px {
    height: 500px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-550px {
    height: 550px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-600px {
    height: 600px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-650px {
    height: 650px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-700px {
    height: 700px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-750px {
    height: 750px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-800px {
    height: 800px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-850px {
    height: 850px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-900px {
    height: 900px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-950px {
    height: 950px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-1000px {
    height: 1000px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-unset {
    max-height: unset !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-25 {
    max-height: 25% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-50 {
    max-height: 50% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-75 {
    max-height: 75% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-100 {
    max-height: 100% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-auto {
    max-height: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-1px {
    max-height: 1px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-2px {
    max-height: 2px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-3px {
    max-height: 3px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-4px {
    max-height: 4px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-5px {
    max-height: 5px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-6px {
    max-height: 6px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-7px {
    max-height: 7px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-8px {
    max-height: 8px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-9px {
    max-height: 9px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-10px {
    max-height: 10px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-15px {
    max-height: 15px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-20px {
    max-height: 20px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-25px {
    max-height: 25px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-30px {
    max-height: 30px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-35px {
    max-height: 35px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-40px {
    max-height: 40px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-45px {
    max-height: 45px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-50px {
    max-height: 50px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-55px {
    max-height: 55px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-60px {
    max-height: 60px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-65px {
    max-height: 65px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-70px {
    max-height: 70px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-75px {
    max-height: 75px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-80px {
    max-height: 80px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-85px {
    max-height: 85px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-90px {
    max-height: 90px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-95px {
    max-height: 95px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-100px {
    max-height: 100px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-125px {
    max-height: 125px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-150px {
    max-height: 150px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-175px {
    max-height: 175px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-200px {
    max-height: 200px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-225px {
    max-height: 225px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-250px {
    max-height: 250px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-275px {
    max-height: 275px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-300px {
    max-height: 300px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-325px {
    max-height: 325px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-350px {
    max-height: 350px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-375px {
    max-height: 375px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-400px {
    max-height: 400px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-425px {
    max-height: 425px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-450px {
    max-height: 450px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-475px {
    max-height: 475px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-500px {
    max-height: 500px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-550px {
    max-height: 550px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-600px {
    max-height: 600px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-650px {
    max-height: 650px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-700px {
    max-height: 700px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-750px {
    max-height: 750px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-800px {
    max-height: 800px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-850px {
    max-height: 850px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-900px {
    max-height: 900px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-950px {
    max-height: 950px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-1000px {
    max-height: 1000px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-5 {
    gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-5 {
    font-size: 1.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-6 {
    font-size: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-center {
    text-align: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-unset {
    min-width: unset !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-25 {
    min-width: 25% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-50 {
    min-width: 50% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-75 {
    min-width: 75% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-100 {
    min-width: 100% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-auto {
    min-width: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-1px {
    min-width: 1px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-2px {
    min-width: 2px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-3px {
    min-width: 3px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-4px {
    min-width: 4px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-5px {
    min-width: 5px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-6px {
    min-width: 6px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-7px {
    min-width: 7px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-8px {
    min-width: 8px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-9px {
    min-width: 9px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-10px {
    min-width: 10px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-15px {
    min-width: 15px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-20px {
    min-width: 20px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-25px {
    min-width: 25px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-30px {
    min-width: 30px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-35px {
    min-width: 35px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-40px {
    min-width: 40px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-45px {
    min-width: 45px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-50px {
    min-width: 50px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-55px {
    min-width: 55px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-60px {
    min-width: 60px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-65px {
    min-width: 65px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-70px {
    min-width: 70px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-75px {
    min-width: 75px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-80px {
    min-width: 80px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-85px {
    min-width: 85px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-90px {
    min-width: 90px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-95px {
    min-width: 95px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-100px {
    min-width: 100px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-125px {
    min-width: 125px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-150px {
    min-width: 150px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-175px {
    min-width: 175px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-200px {
    min-width: 200px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-225px {
    min-width: 225px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-250px {
    min-width: 250px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-275px {
    min-width: 275px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-300px {
    min-width: 300px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-325px {
    min-width: 325px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-350px {
    min-width: 350px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-375px {
    min-width: 375px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-400px {
    min-width: 400px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-425px {
    min-width: 425px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-450px {
    min-width: 450px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-475px {
    min-width: 475px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-500px {
    min-width: 500px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-550px {
    min-width: 550px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-600px {
    min-width: 600px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-650px {
    min-width: 650px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-700px {
    min-width: 700px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-750px {
    min-width: 750px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-800px {
    min-width: 800px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-850px {
    min-width: 850px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-900px {
    min-width: 900px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-950px {
    min-width: 950px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xl-1000px {
    min-width: 1000px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-unset {
    min-height: unset !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-25 {
    min-height: 25% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-50 {
    min-height: 50% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-75 {
    min-height: 75% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-100 {
    min-height: 100% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-auto {
    min-height: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-1px {
    min-height: 1px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-2px {
    min-height: 2px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-3px {
    min-height: 3px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-4px {
    min-height: 4px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-5px {
    min-height: 5px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-6px {
    min-height: 6px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-7px {
    min-height: 7px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-8px {
    min-height: 8px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-9px {
    min-height: 9px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-10px {
    min-height: 10px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-15px {
    min-height: 15px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-20px {
    min-height: 20px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-25px {
    min-height: 25px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-30px {
    min-height: 30px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-35px {
    min-height: 35px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-40px {
    min-height: 40px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-45px {
    min-height: 45px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-50px {
    min-height: 50px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-55px {
    min-height: 55px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-60px {
    min-height: 60px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-65px {
    min-height: 65px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-70px {
    min-height: 70px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-75px {
    min-height: 75px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-80px {
    min-height: 80px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-85px {
    min-height: 85px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-90px {
    min-height: 90px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-95px {
    min-height: 95px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-100px {
    min-height: 100px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-125px {
    min-height: 125px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-150px {
    min-height: 150px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-175px {
    min-height: 175px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-200px {
    min-height: 200px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-225px {
    min-height: 225px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-250px {
    min-height: 250px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-275px {
    min-height: 275px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-300px {
    min-height: 300px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-325px {
    min-height: 325px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-350px {
    min-height: 350px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-375px {
    min-height: 375px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-400px {
    min-height: 400px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-425px {
    min-height: 425px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-450px {
    min-height: 450px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-475px {
    min-height: 475px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-500px {
    min-height: 500px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-550px {
    min-height: 550px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-600px {
    min-height: 600px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-650px {
    min-height: 650px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-700px {
    min-height: 700px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-750px {
    min-height: 750px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-800px {
    min-height: 800px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-850px {
    min-height: 850px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-900px {
    min-height: 900px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-950px {
    min-height: 950px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xl-1000px {
    min-height: 1000px !important;
  }
}

@media (min-width: 1400px) {
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-xxl-auto {
    overflow: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-xxl-hidden {
    overflow: hidden !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-xxl-visible {
    overflow: visible !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-xxl-scroll {
    overflow: scroll !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-xxl-static {
    position: static !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-xxl-relative {
    position: relative !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-xxl-absolute {
    position: absolute !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-xxl-fixed {
    position: fixed !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-xxl-sticky {
    position: sticky !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-unset {
    width: unset !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-25 {
    width: 25% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-50 {
    width: 50% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-75 {
    width: 75% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-100 {
    width: 100% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-auto {
    width: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-1px {
    width: 1px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-2px {
    width: 2px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-3px {
    width: 3px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-4px {
    width: 4px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-5px {
    width: 5px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-6px {
    width: 6px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-7px {
    width: 7px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-8px {
    width: 8px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-9px {
    width: 9px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-10px {
    width: 10px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-15px {
    width: 15px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-20px {
    width: 20px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-25px {
    width: 25px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-30px {
    width: 30px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-35px {
    width: 35px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-40px {
    width: 40px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-45px {
    width: 45px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-50px {
    width: 50px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-55px {
    width: 55px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-60px {
    width: 60px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-65px {
    width: 65px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-70px {
    width: 70px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-75px {
    width: 75px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-80px {
    width: 80px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-85px {
    width: 85px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-90px {
    width: 90px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-95px {
    width: 95px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-100px {
    width: 100px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-125px {
    width: 125px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-150px {
    width: 150px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-175px {
    width: 175px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-200px {
    width: 200px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-225px {
    width: 225px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-250px {
    width: 250px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-275px {
    width: 275px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-300px {
    width: 300px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-325px {
    width: 325px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-350px {
    width: 350px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-375px {
    width: 375px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-400px {
    width: 400px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-425px {
    width: 425px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-450px {
    width: 450px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-475px {
    width: 475px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-500px {
    width: 500px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-550px {
    width: 550px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-600px {
    width: 600px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-650px {
    width: 650px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-700px {
    width: 700px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-750px {
    width: 750px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-800px {
    width: 800px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-850px {
    width: 850px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-900px {
    width: 900px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-950px {
    width: 950px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-1000px {
    width: 1000px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-unset {
    max-width: unset !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-25 {
    max-width: 25% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-50 {
    max-width: 50% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-75 {
    max-width: 75% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-100 {
    max-width: 100% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-auto {
    max-width: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-1px {
    max-width: 1px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-2px {
    max-width: 2px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-3px {
    max-width: 3px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-4px {
    max-width: 4px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-5px {
    max-width: 5px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-6px {
    max-width: 6px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-7px {
    max-width: 7px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-8px {
    max-width: 8px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-9px {
    max-width: 9px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-10px {
    max-width: 10px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-15px {
    max-width: 15px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-20px {
    max-width: 20px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-25px {
    max-width: 25px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-30px {
    max-width: 30px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-35px {
    max-width: 35px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-40px {
    max-width: 40px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-45px {
    max-width: 45px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-50px {
    max-width: 50px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-55px {
    max-width: 55px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-60px {
    max-width: 60px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-65px {
    max-width: 65px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-70px {
    max-width: 70px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-75px {
    max-width: 75px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-80px {
    max-width: 80px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-85px {
    max-width: 85px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-90px {
    max-width: 90px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-95px {
    max-width: 95px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-100px {
    max-width: 100px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-125px {
    max-width: 125px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-150px {
    max-width: 150px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-175px {
    max-width: 175px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-200px {
    max-width: 200px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-225px {
    max-width: 225px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-250px {
    max-width: 250px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-275px {
    max-width: 275px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-300px {
    max-width: 300px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-325px {
    max-width: 325px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-350px {
    max-width: 350px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-375px {
    max-width: 375px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-400px {
    max-width: 400px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-425px {
    max-width: 425px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-450px {
    max-width: 450px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-475px {
    max-width: 475px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-500px {
    max-width: 500px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-550px {
    max-width: 550px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-600px {
    max-width: 600px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-650px {
    max-width: 650px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-700px {
    max-width: 700px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-750px {
    max-width: 750px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-800px {
    max-width: 800px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-850px {
    max-width: 850px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-900px {
    max-width: 900px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-950px {
    max-width: 950px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-1000px {
    max-width: 1000px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-unset {
    height: unset !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-25 {
    height: 25% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-50 {
    height: 50% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-75 {
    height: 75% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-100 {
    height: 100% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-auto {
    height: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-1px {
    height: 1px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-2px {
    height: 2px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-3px {
    height: 3px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-4px {
    height: 4px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-5px {
    height: 5px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-6px {
    height: 6px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-7px {
    height: 7px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-8px {
    height: 8px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-9px {
    height: 9px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-10px {
    height: 10px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-15px {
    height: 15px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-20px {
    height: 20px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-25px {
    height: 25px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-30px {
    height: 30px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-35px {
    height: 35px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-40px {
    height: 40px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-45px {
    height: 45px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-50px {
    height: 50px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-55px {
    height: 55px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-60px {
    height: 60px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-65px {
    height: 65px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-70px {
    height: 70px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-75px {
    height: 75px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-80px {
    height: 80px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-85px {
    height: 85px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-90px {
    height: 90px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-95px {
    height: 95px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-100px {
    height: 100px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-125px {
    height: 125px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-150px {
    height: 150px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-175px {
    height: 175px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-200px {
    height: 200px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-225px {
    height: 225px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-250px {
    height: 250px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-275px {
    height: 275px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-300px {
    height: 300px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-325px {
    height: 325px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-350px {
    height: 350px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-375px {
    height: 375px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-400px {
    height: 400px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-425px {
    height: 425px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-450px {
    height: 450px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-475px {
    height: 475px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-500px {
    height: 500px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-550px {
    height: 550px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-600px {
    height: 600px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-650px {
    height: 650px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-700px {
    height: 700px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-750px {
    height: 750px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-800px {
    height: 800px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-850px {
    height: 850px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-900px {
    height: 900px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-950px {
    height: 950px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-1000px {
    height: 1000px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-unset {
    max-height: unset !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-25 {
    max-height: 25% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-50 {
    max-height: 50% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-75 {
    max-height: 75% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-100 {
    max-height: 100% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-auto {
    max-height: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-1px {
    max-height: 1px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-2px {
    max-height: 2px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-3px {
    max-height: 3px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-4px {
    max-height: 4px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-5px {
    max-height: 5px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-6px {
    max-height: 6px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-7px {
    max-height: 7px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-8px {
    max-height: 8px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-9px {
    max-height: 9px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-10px {
    max-height: 10px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-15px {
    max-height: 15px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-20px {
    max-height: 20px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-25px {
    max-height: 25px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-30px {
    max-height: 30px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-35px {
    max-height: 35px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-40px {
    max-height: 40px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-45px {
    max-height: 45px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-50px {
    max-height: 50px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-55px {
    max-height: 55px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-60px {
    max-height: 60px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-65px {
    max-height: 65px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-70px {
    max-height: 70px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-75px {
    max-height: 75px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-80px {
    max-height: 80px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-85px {
    max-height: 85px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-90px {
    max-height: 90px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-95px {
    max-height: 95px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-100px {
    max-height: 100px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-125px {
    max-height: 125px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-150px {
    max-height: 150px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-175px {
    max-height: 175px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-200px {
    max-height: 200px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-225px {
    max-height: 225px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-250px {
    max-height: 250px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-275px {
    max-height: 275px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-300px {
    max-height: 300px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-325px {
    max-height: 325px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-350px {
    max-height: 350px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-375px {
    max-height: 375px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-400px {
    max-height: 400px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-425px {
    max-height: 425px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-450px {
    max-height: 450px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-475px {
    max-height: 475px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-500px {
    max-height: 500px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-550px {
    max-height: 550px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-600px {
    max-height: 600px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-650px {
    max-height: 650px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-700px {
    max-height: 700px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-750px {
    max-height: 750px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-800px {
    max-height: 800px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-850px {
    max-height: 850px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-900px {
    max-height: 900px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-950px {
    max-height: 950px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-1000px {
    max-height: 1000px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-5 {
    font-size: 1.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-6 {
    font-size: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-center {
    text-align: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-unset {
    min-width: unset !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-25 {
    min-width: 25% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-50 {
    min-width: 50% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-75 {
    min-width: 75% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-100 {
    min-width: 100% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-auto {
    min-width: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-1px {
    min-width: 1px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-2px {
    min-width: 2px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-3px {
    min-width: 3px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-4px {
    min-width: 4px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-5px {
    min-width: 5px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-6px {
    min-width: 6px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-7px {
    min-width: 7px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-8px {
    min-width: 8px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-9px {
    min-width: 9px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-10px {
    min-width: 10px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-15px {
    min-width: 15px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-20px {
    min-width: 20px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-25px {
    min-width: 25px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-30px {
    min-width: 30px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-35px {
    min-width: 35px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-40px {
    min-width: 40px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-45px {
    min-width: 45px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-50px {
    min-width: 50px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-55px {
    min-width: 55px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-60px {
    min-width: 60px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-65px {
    min-width: 65px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-70px {
    min-width: 70px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-75px {
    min-width: 75px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-80px {
    min-width: 80px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-85px {
    min-width: 85px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-90px {
    min-width: 90px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-95px {
    min-width: 95px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-100px {
    min-width: 100px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-125px {
    min-width: 125px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-150px {
    min-width: 150px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-175px {
    min-width: 175px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-200px {
    min-width: 200px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-225px {
    min-width: 225px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-250px {
    min-width: 250px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-275px {
    min-width: 275px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-300px {
    min-width: 300px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-325px {
    min-width: 325px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-350px {
    min-width: 350px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-375px {
    min-width: 375px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-400px {
    min-width: 400px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-425px {
    min-width: 425px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-450px {
    min-width: 450px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-475px {
    min-width: 475px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-500px {
    min-width: 500px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-550px {
    min-width: 550px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-600px {
    min-width: 600px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-650px {
    min-width: 650px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-700px {
    min-width: 700px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-750px {
    min-width: 750px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-800px {
    min-width: 800px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-850px {
    min-width: 850px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-900px {
    min-width: 900px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-950px {
    min-width: 950px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-w-xxl-1000px {
    min-width: 1000px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-unset {
    min-height: unset !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-25 {
    min-height: 25% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-50 {
    min-height: 50% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-75 {
    min-height: 75% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-100 {
    min-height: 100% !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-auto {
    min-height: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-1px {
    min-height: 1px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-2px {
    min-height: 2px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-3px {
    min-height: 3px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-4px {
    min-height: 4px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-5px {
    min-height: 5px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-6px {
    min-height: 6px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-7px {
    min-height: 7px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-8px {
    min-height: 8px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-9px {
    min-height: 9px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-10px {
    min-height: 10px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-15px {
    min-height: 15px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-20px {
    min-height: 20px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-25px {
    min-height: 25px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-30px {
    min-height: 30px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-35px {
    min-height: 35px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-40px {
    min-height: 40px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-45px {
    min-height: 45px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-50px {
    min-height: 50px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-55px {
    min-height: 55px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-60px {
    min-height: 60px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-65px {
    min-height: 65px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-70px {
    min-height: 70px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-75px {
    min-height: 75px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-80px {
    min-height: 80px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-85px {
    min-height: 85px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-90px {
    min-height: 90px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-95px {
    min-height: 95px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-100px {
    min-height: 100px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-125px {
    min-height: 125px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-150px {
    min-height: 150px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-175px {
    min-height: 175px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-200px {
    min-height: 200px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-225px {
    min-height: 225px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-250px {
    min-height: 250px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-275px {
    min-height: 275px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-300px {
    min-height: 300px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-325px {
    min-height: 325px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-350px {
    min-height: 350px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-375px {
    min-height: 375px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-400px {
    min-height: 400px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-425px {
    min-height: 425px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-450px {
    min-height: 450px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-475px {
    min-height: 475px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-500px {
    min-height: 500px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-550px {
    min-height: 550px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-600px {
    min-height: 600px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-650px {
    min-height: 650px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-700px {
    min-height: 700px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-750px {
    min-height: 750px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-800px {
    min-height: 800px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-850px {
    min-height: 850px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-900px {
    min-height: 900px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-950px {
    min-height: 950px !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-h-xxl-1000px {
    min-height: 1000px !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-1 {
    font-size: 2.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-2 {
    font-size: 2rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-3 {
    font-size: 1.75rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-4 {
    font-size: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-1 {
    font-size: 2.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-2 {
    font-size: 2rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-3 {
    font-size: 1.75rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-4 {
    font-size: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-1 {
    font-size: 2.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-2 {
    font-size: 2rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-3 {
    font-size: 1.75rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-4 {
    font-size: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-1 {
    font-size: 2.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-2 {
    font-size: 2rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-3 {
    font-size: 1.75rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-none {
    display: none !important;
  }
}

/* line 5, app/assets/stylesheets/theme/components/_root.scss */
:root {
  --bs-xs:0;
  --bs-sm:576px;
  --bs-md:768px;
  --bs-lg:992px;
  --bs-xl:1200px;
  --bs-xxl:1400px;
  --bs-scrollbar-size: 5px;
  --bs-scrollbar-overlay-size: 19px;
  --bs-scrollbar-overlay-space: 7px;
  --bs-white-bg-rgb: 255, 255, 255;
  --bs-black-bg-rgb: 0, 0, 0;
}

/* line 16, app/assets/stylesheets/bootstrap/mixins/_color-mode.scss */
[data-bs-theme="light"] {
  --bs-text-muted: var(--bs-secondary-color);
  --bs-gray-100: #f8f9fa;
  --bs-gray-100-rgb: 248, 249, 250;
  --bs-gray-200: #e9ecef;
  --bs-gray-200-rgb: 233, 236, 239;
  --bs-gray-300: #dee2e6;
  --bs-gray-300-rgb: 222, 226, 230;
  --bs-gray-400: #ced4da;
  --bs-gray-400-rgb: 206, 212, 218;
  --bs-gray-500: #adb5bd;
  --bs-gray-500-rgb: 173, 181, 189;
  --bs-gray-600: #6c757d;
  --bs-gray-600-rgb: 108, 117, 125;
  --bs-gray-700: #495057;
  --bs-gray-700-rgb: 73, 80, 87;
  --bs-gray-800: #343a40;
  --bs-gray-800-rgb: 52, 58, 64;
  --bs-gray-900: #212529;
  --bs-gray-900-rgb: 33, 37, 41;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-active: #056EE9;
  --bs-secondary-active: #ced4da;
  --bs-light-active: #e9ecef;
  --bs-success-active: #04B440;
  --bs-info-active: #5014D0;
  --bs-warning-active: #DEAD00;
  --bs-danger-active: #D81A48;
  --bs-dark-active: #111318;
  --bs-primary-light: #E9F3FF;
  --bs-secondary-light: #F9F9F9;
  --bs-success-light: #DFFFEA;
  --bs-info-light: #F8F5FF;
  --bs-warning-light: #FFF8DD;
  --bs-danger-light: #FFEEF3;
  --bs-dark-light: #F9F9F9;
  --bs-light-light: #ffffff;
  --bs-primary-inverse: #fff;
  --bs-secondary-inverse: #343a40;
  --bs-light-inverse: #343a40;
  --bs-success-inverse: #fff;
  --bs-info-inverse: #fff;
  --bs-warning-inverse: #fff;
  --bs-danger-inverse: #fff;
  --bs-dark-inverse: #fff;
  --bs-primary-clarity: rgba(27, 132, 255, 0.2);
  --bs-secondary-clarity: rgba(249, 249, 249, 0.2);
  --bs-success-clarity: rgba(23, 198, 83, 0.2);
  --bs-info-clarity: rgba(114, 57, 234, 0.2);
  --bs-warning-clarity: rgba(246, 192, 0, 0.2);
  --bs-danger-clarity: rgba(248, 40, 90, 0.2);
  --bs-dark-clarity: rgba(30, 33, 41, 0.2);
  --bs-light-clarity: rgba(255, 255, 255, 0.2);
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-text-white: #fff;
  --bs-text-primary: #0d6efd;
  --bs-text-secondary: #6c757d;
  --bs-text-light: #f8f9fa;
  --bs-text-success: #198754;
  --bs-text-info: #0dcaf0;
  --bs-text-warning: #ffc107;
  --bs-text-danger: #dc3545;
  --bs-text-dark: #212529;
  --bs-text-muted: var(--bs-secondary-color);
  --bs-text-gray-100: #f8f9fa;
  --bs-text-gray-200: #e9ecef;
  --bs-text-gray-300: #dee2e6;
  --bs-text-gray-400: #ced4da;
  --bs-text-gray-500: #adb5bd;
  --bs-text-gray-600: #6c757d;
  --bs-text-gray-700: #495057;
  --bs-text-gray-800: #343a40;
  --bs-text-gray-900: #212529;
  --bs-border-color: #dee2e6;
  --bs-border-dashed-color: #dee2e6;
  --bs-component-active-color: #fff;
  --bs-component-active-bg: #0d6efd;
  --bs-component-hover-color: #0d6efd;
  --bs-component-hover-bg: #f8f9fa;
  --bs-component-checked-color: #fff;
  --bs-component-checked-bg: #0d6efd;
  --bs-box-shadow-xs: 0 0.1rem 0.75rem 0.25rem rgba(0, 0, 0, 0.05);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-input-bg: var(--bs-body-bg);
  --bs-input-color: var(--bs-body-color);
  --bs-input-solid-color: var(--bs-gray-700);
  --bs-input-solid-bg: var(--bs-gray-100);
  --bs-input-solid-bg-focus: var(--bs-gray-200);
  --bs-input-solid-placeholder-color: var(--bs-gray-500);
  --bs-root-card-box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.02);
  --bs-root-card-border-color: var(--bs-border-color-translucent);
  --bs-tooltip-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-loading-message-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-code-bg: #f1f3f8;
  --bs-code-shadow: 0px 3px 9px rgba(0, 0, 0, 0.08);
  --bs-code-border-color: transparent;
  --bs-code-color: #d63384;
  --bs-symbol-label-color: var(--bs-gray-800);
  --bs-symbol-label-bg: var(--bs-gray-100);
  --bs-symbol-border-color: rgba(var(--bs-body-bg), 0.5);
  --bs-bullet-bg-color: var(--bs-gray-400);
  --bs-scrolltop-opacity: 0;
  --bs-scrolltop-opacity-on: 0.3;
  --bs-scrolltop-opacity-hover: 1;
  --bs-scrolltop-box-shadow: var(--bs-box-shadow);
  --bs-scrolltop-bg-color: var(--bs-primary);
  --bs-scrolltop-bg-color-hover: var(--bs-primary);
  --bs-scrolltop-icon-color: var(--bs-primary-inverse);
  --bs-scrolltop-icon-color-hover: var(--bs-primary-inverse);
  --bs-drawer-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.05);
  --bs-drawer-bg-color: #fff;
  --bs-drawer-overlay-bg-color: rgba(0, 0, 0, 0.2);
  --bs-menu-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-menu-dropdown-bg-color: var(--bs-body-bg);
  --bs-menu-heading-color: var(--bs-secondary-color);
  --bs-menu-link-color-hover: #0d6efd;
  --bs-menu-link-color-show: #0d6efd;
  --bs-menu-link-color-here: #0d6efd;
  --bs-menu-link-color-active: #0d6efd;
  --bs-menu-link-bg-color-hover: #f8f9fa;
  --bs-menu-link-bg-color-show: #f8f9fa;
  --bs-menu-link-bg-color-here: #f8f9fa;
  --bs-menu-link-bg-color-active: #f8f9fa;
  --bs-scrollbar-color: #e9ecef;
  --bs-scrollbar-hover-color: #dee2e6;
  --bs-overlay-bg: rgba(0, 0, 0, 0.05);
  --bs-blockui-overlay-bg: rgba(0, 0, 0, 0.05);
  --bs-rating-color-default: #ced4da;
  --bs-rating-color-active: #FFAD0F;
  --bs-ribbon-label-box-shadow: 0px -1px 5px 0px rgba(33, 37, 41, 0.1);
  --bs-ribbon-label-bg: #0d6efd;
  --bs-ribbon-label-border-color: #0143a3;
  --bs-ribbon-clip-bg: #212529;
  --bs-engage-btn-bg: #fff;
  --bs-engage-btn-box-shadow: 0px 0px 22px #E0E0E0;
  --bs-engage-btn-border-color: #E8E8E8;
  --bs-engage-btn-color: #343a40;
  --bs-engage-btn-icon-color: #6c757d;
  --bs-engage-btn-color-active: #343a40;
}

/* line 16, app/assets/stylesheets/bootstrap/mixins/_color-mode.scss */
[data-bs-theme="dark"] {
  --bs-text-muted: #636674;
  --bs-gray-100: #1B1C22;
  --bs-gray-100-rgb: 27, 28, 34;
  --bs-gray-200: #26272F;
  --bs-gray-200-rgb: 38, 39, 47;
  --bs-gray-300: #363843;
  --bs-gray-300-rgb: 54, 56, 67;
  --bs-gray-400: #464852;
  --bs-gray-400-rgb: 70, 72, 82;
  --bs-gray-500: #636674;
  --bs-gray-500-rgb: 99, 102, 116;
  --bs-gray-600: #808290;
  --bs-gray-600-rgb: 128, 130, 144;
  --bs-gray-700: #9A9CAE;
  --bs-gray-700-rgb: 154, 156, 174;
  --bs-gray-800: #B5B7C8;
  --bs-gray-800-rgb: 181, 183, 200;
  --bs-gray-900: #F5F5F5;
  --bs-gray-900-rgb: 245, 245, 245;
  --bs-light: #1B1C22;
  --bs-primary: #006AE6;
  --bs-secondary: #363843;
  --bs-success: #00A261;
  --bs-info: #883FFF;
  --bs-warning: #C59A00;
  --bs-danger: #E42855;
  --bs-dark: #272A34;
  --bs-primary-active: #107EFF;
  --bs-secondary-active: #464852;
  --bs-light-active: #1F212A;
  --bs-success-active: #01BF73;
  --bs-info-active: #9E63FF;
  --bs-warning-active: #D9AA00;
  --bs-danger-active: #FF3767;
  --bs-dark-active: #2D2F39;
  --bs-primary-light: #172331;
  --bs-secondary-light: #363843;
  --bs-success-light: #1F212A;
  --bs-info-light: #272134;
  --bs-warning-light: #242320;
  --bs-danger-light: #302024;
  --bs-dark-light: #1E2027;
  --bs-light-light: #1F212A;
  --bs-primary-inverse: #fff;
  --bs-secondary-inverse: #fff;
  --bs-light-inverse: #808290;
  --bs-success-inverse: #fff;
  --bs-info-inverse: #fff;
  --bs-warning-inverse: #fff;
  --bs-danger-inverse: #fff;
  --bs-dark-inverse: #fff;
  --bs-primary-clarity: rgba(0, 106, 230, 0.2);
  --bs-secondary-clarity: rgba(54, 56, 67, 0.2);
  --bs-success-clarity: rgba(0, 162, 97, 0.2);
  --bs-info-clarity: rgba(136, 63, 255, 0.2);
  --bs-warning-clarity: rgba(197, 154, 0, 0.2);
  --bs-danger-clarity: rgba(228, 40, 85, 0.2);
  --bs-dark-clarity: rgba(39, 42, 52, 0.2);
  --bs-light-clarity: rgba(31, 33, 42, 0.2);
  --bs-light-rgb: 27, 28, 34;
  --bs-primary-rgb: 0, 106, 230;
  --bs-secondary-rgb: 54, 56, 67;
  --bs-success-rgb: 0, 162, 97;
  --bs-info-rgb: 136, 63, 255;
  --bs-warning-rgb: 197, 154, 0;
  --bs-danger-rgb: 228, 40, 85;
  --bs-dark-rgb: 39, 42, 52;
  --bs-text-white: #fff;
  --bs-text-primary: #006AE6;
  --bs-text-secondary: #363843;
  --bs-text-light: #1B1C22;
  --bs-text-success: #00A261;
  --bs-text-info: #883FFF;
  --bs-text-warning: #C59A00;
  --bs-text-danger: #E42855;
  --bs-text-dark: #272A34;
  --bs-text-muted: #636674;
  --bs-text-gray-100: #1B1C22;
  --bs-text-gray-200: #26272F;
  --bs-text-gray-300: #363843;
  --bs-text-gray-400: #464852;
  --bs-text-gray-500: #636674;
  --bs-text-gray-600: #808290;
  --bs-text-gray-700: #9A9CAE;
  --bs-text-gray-800: #B5B7C8;
  --bs-text-gray-900: #F5F5F5;
  --bs-border-color: #495057;
  --bs-border-dashed-color: #363843;
  --bs-component-active-color: #fff;
  --bs-component-active-bg: #006AE6;
  --bs-component-hover-color: #006AE6;
  --bs-component-hover-bg: #1B1C22;
  --bs-component-checked-color: #fff;
  --bs-component-checked-bg: #006AE6;
  --bs-box-shadow-xs: 0 0.1rem 0.75rem 0.25rem rgba(0, 0, 0, 0.05);
  --bs-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
  --bs-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1);
  --bs-input-color: var(--bs-body-color);
  --bs-input-bg: var(--bs-body-bg);
  --bs-input-solid-color: var(--bs-gray-700);
  --bs-input-solid-bg: var(--bs-gray-100);
  --bs-input-solid-bg-focus: var(--bs-gray-200);
  --bs-input-solid-placeholder-color: var(--bs-gray-500);
  --bs-tooltip-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  --bs-root-card-box-shadow: ;
  --bs-root-card-border-color: #495057;
  --bs-table-striped-bg: rgba(27, 28, 34, 0.75);
  --bs-table-loading-message-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  --bs-dropdown-bg: #212529;
  --bs-dropdown-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  --bs-code-bg: #2b2b40;
  --bs-code-shadow: rgba(0, 0, 0, 0.08) 0px 3px 9px 0px;
  --bs-code-border-color: transparent;
  --bs-code-color: #e685b5;
  --bs-symbol-label-color: #B5B7C8;
  --bs-symbol-label-bg: #1B1C22;
  --bs-symbol-border-color: rgba(255, 255, 255, 0.5);
  --bs-bullet-bg-color: #464852;
  --bs-scrolltop-opacity: 0;
  --bs-scrolltop-opacity-on: 0.3;
  --bs-scrolltop-opacity-hover: 1;
  --bs-scrolltop-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-scrolltop-bg-color: #0d6efd;
  --bs-scrolltop-bg-color-hover: #0d6efd;
  --bs-scrolltop-icon-color: #fff;
  --bs-scrolltop-icon-color-hover: #fff;
  --bs-drawer-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  --bs-drawer-bg-color: #212529;
  --bs-drawer-overlay-bg-color: rgba(0, 0, 0, 0.4);
  --bs-menu-dropdown-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  --bs-menu-dropdown-bg-color: #212529;
  --bs-menu-heading-color: #636674;
  --bs-menu-link-color-hover: #006AE6;
  --bs-menu-link-color-show: #006AE6;
  --bs-menu-link-color-here: #006AE6;
  --bs-menu-link-color-active: #006AE6;
  --bs-menu-link-bg-color-hover: #1B1C22;
  --bs-menu-link-bg-color-show: #1B1C22;
  --bs-menu-link-bg-color-here: #1B1C22;
  --bs-menu-link-bg-color-active: #1B1C22;
  --bs-scrollbar-color: #26272F;
  --bs-scrollbar-hover-color: #363843;
  --bs-overlay-bg: rgba(255, 255, 255, 0.05);
  --bs-blockui-overlay-bg: rgba(255, 255, 255, 0.05);
  --bs-rating-color-default: #464852;
  --bs-rating-color-active: #FFAD0F;
  --bs-ribbon-label-box-shadow: 0px -1px 5px 0px rgba(255, 255, 255, 0.1);
  --bs-ribbon-label-bg: #0d6efd;
  --bs-ribbon-label-border-color: #0143a3;
  --bs-ribbon-clip-bg: #f8f9fa;
  --bs-engage-btn-bg: #26272F;
  --bs-engage-btn-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  --bs-engage-btn-border-color: #495057;
  --bs-engage-btn-color: #B5B7C8;
  --bs-engage-btn-icon-color: #808290;
  --bs-engage-btn-color-active: #B5B7C8;
}

/* line 5, app/assets/stylesheets/theme/components/_reboot.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  outline: 0;
}

/* line 3, app/assets/stylesheets/theme/components/_type.scss */
.blockquote-footer {
  color: var(--bs-blockquote-footer-color);
}

/* line 7, app/assets/stylesheets/theme/components/_type.scss */
.list-style-none {
  list-style: none;
}

/* line 6, app/assets/stylesheets/theme/components/_theme-mode.scss */
[data-kt-theme-mode-switching="true"] * {
  transition: none !important;
}

/* line 12, app/assets/stylesheets/theme/components/_theme-mode.scss */
[data-bs-theme="light"] .theme-dark-show {
  display: none !important;
}

/* line 16, app/assets/stylesheets/theme/components/_theme-mode.scss */
[data-bs-theme="light"] .theme-light-bg-transparent {
  background-color: transparent !important;
}

/* line 20, app/assets/stylesheets/theme/components/_theme-mode.scss */
[data-bs-theme="light"] .theme-light-bg-body {
  background-color: var(--bs-body-bg) !important;
}

/* line 27, app/assets/stylesheets/theme/components/_theme-mode.scss */
[data-bs-theme="dark"] .theme-light-show {
  display: none !important;
}

/* line 31, app/assets/stylesheets/theme/components/_theme-mode.scss */
[data-bs-theme="dark"] .theme-dark-bg-transparent {
  background-color: transparent !important;
}

/* line 35, app/assets/stylesheets/theme/components/_theme-mode.scss */
[data-bs-theme="dark"] .theme-dark-bg-body {
  background-color: var(--bs-body-bg) !important;
}

/* line 6, app/assets/stylesheets/theme/components/_animation.scss */
.animation {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes animationSlideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* line 23, app/assets/stylesheets/theme/components/_animation.scss */
.animation-slide-in-down {
  animation-name: animationSlideInDown;
}

@keyframes animationSlideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* line 39, app/assets/stylesheets/theme/components/_animation.scss */
.animation-slide-in-up {
  animation-name: animationSlideInUp;
}

@keyframes animationFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 54, app/assets/stylesheets/theme/components/_animation.scss */
.animation-fade-in {
  animation-name: animationFadeIn;
}

@keyframes animationFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 68, app/assets/stylesheets/theme/components/_animation.scss */
.animation-fade-out {
  animation-name: animationFadeOut;
}

/* line 73, app/assets/stylesheets/theme/components/_animation.scss */
.animation-blink {
  animation: animationBlink 1s steps(5, start) infinite;
}

@keyframes animationBlink {
  to {
    visibility: hidden;
  }
}

/* line 6, app/assets/stylesheets/theme/components/_alert.scss */
.alert-primary {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
  background-color: var(--bs-primary-light);
}

/* line 11, app/assets/stylesheets/theme/components/_alert.scss */
.alert-primary .alert-link {
  color: var(--bs-primary);
}

/* line 6, app/assets/stylesheets/theme/components/_alert.scss */
.alert-secondary {
  color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  background-color: var(--bs-secondary-light);
}

/* line 11, app/assets/stylesheets/theme/components/_alert.scss */
.alert-secondary .alert-link {
  color: var(--bs-secondary);
}

/* line 6, app/assets/stylesheets/theme/components/_alert.scss */
.alert-success {
  color: var(--bs-success);
  border-color: var(--bs-success);
  background-color: var(--bs-success-light);
}

/* line 11, app/assets/stylesheets/theme/components/_alert.scss */
.alert-success .alert-link {
  color: var(--bs-success);
}

/* line 6, app/assets/stylesheets/theme/components/_alert.scss */
.alert-info {
  color: var(--bs-info);
  border-color: var(--bs-info);
  background-color: var(--bs-info-light);
}

/* line 11, app/assets/stylesheets/theme/components/_alert.scss */
.alert-info .alert-link {
  color: var(--bs-info);
}

/* line 6, app/assets/stylesheets/theme/components/_alert.scss */
.alert-warning {
  color: var(--bs-warning);
  border-color: var(--bs-warning);
  background-color: var(--bs-warning-light);
}

/* line 11, app/assets/stylesheets/theme/components/_alert.scss */
.alert-warning .alert-link {
  color: var(--bs-warning);
}

/* line 6, app/assets/stylesheets/theme/components/_alert.scss */
.alert-danger {
  color: var(--bs-danger);
  border-color: var(--bs-danger);
  background-color: var(--bs-danger-light);
}

/* line 11, app/assets/stylesheets/theme/components/_alert.scss */
.alert-danger .alert-link {
  color: var(--bs-danger);
}

/* line 6, app/assets/stylesheets/theme/components/_alert.scss */
.alert-light {
  color: var(--bs-light);
  border-color: var(--bs-light);
  background-color: var(--bs-light-light);
}

/* line 11, app/assets/stylesheets/theme/components/_alert.scss */
.alert-light .alert-link {
  color: var(--bs-light);
}

/* line 6, app/assets/stylesheets/theme/components/_alert.scss */
.alert-dark {
  color: var(--bs-dark);
  border-color: var(--bs-dark);
  background-color: var(--bs-dark-light);
}

/* line 11, app/assets/stylesheets/theme/components/_alert.scss */
.alert-dark .alert-link {
  color: var(--bs-dark);
}

/* line 3, app/assets/stylesheets/theme/components/_toasts.scss */
.toast .toast-header .btn-close {
  margin-right: 0;
}

/* line 11, app/assets/stylesheets/theme/components/_toasts.scss */
[data-bs-theme="dark"] .toast {
  --bs-toast-bg: #26272F;
  --bs-toast-header-bg: #26272F;
  --bs-toast-header-border-color: #363843;
}

/* line 7, app/assets/stylesheets/theme/components/_nav.scss */
.nav-pills .nav-item {
  margin-right: 0.5rem;
}

/* line 10, app/assets/stylesheets/theme/components/_nav.scss */
.nav-pills .nav-item:last-child {
  margin-right: 0;
}

/* line 17, app/assets/stylesheets/theme/components/_nav.scss */
.nav-stretch {
  align-items: stretch;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 22, app/assets/stylesheets/theme/components/_nav.scss */
.nav-stretch .nav-item {
  display: flex;
  align-items: stretch;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 29, app/assets/stylesheets/theme/components/_nav.scss */
.nav-stretch .nav-link {
  display: flex;
  align-items: center;
}

/* line 36, app/assets/stylesheets/theme/components/_nav.scss */
.nav-group {
  padding: 0.35rem;
  border-radius: 0.375rem;
  background-color: var(--bs-gray-100);
}

/* line 42, app/assets/stylesheets/theme/components/_nav.scss */
.nav-group.nav-group-outline {
  background-color: transparent;
  border: 1px solid var(--bs-border-color);
}

/* line 48, app/assets/stylesheets/theme/components/_nav.scss */
.nav-group.nav-group-fluid {
  display: flex;
}

/* line 51, app/assets/stylesheets/theme/components/_nav.scss */
.nav-group.nav-group-fluid > label,
.nav-group.nav-group-fluid > .btn {
  position: relative;
  flex-shrink: 0;
  flex-grow: 1;
  flex-basis: 0;
}

/* line 59, app/assets/stylesheets/theme/components/_nav.scss */
.nav-group.nav-group-fluid > label {
  margin-right: 0.1rem;
}

/* line 62, app/assets/stylesheets/theme/components/_nav.scss */
.nav-group.nav-group-fluid > label > .btn {
  width: 100%;
}

/* line 66, app/assets/stylesheets/theme/components/_nav.scss */
.nav-group.nav-group-fluid > label:last-child {
  margin-right: 0;
}

/* line 6, app/assets/stylesheets/theme/components/_nav-line-tabs.scss */
.nav-line-tabs {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: var(--bs-border-color);
}

/* line 11, app/assets/stylesheets/theme/components/_nav-line-tabs.scss */
.nav-line-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 15, app/assets/stylesheets/theme/components/_nav-line-tabs.scss */
.nav-line-tabs .nav-item .nav-link {
  color: var(--bs-gray-500);
  border: 0;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease;
  padding: 0.5rem 0;
  margin: 0 1rem;
}

/* line 26, app/assets/stylesheets/theme/components/_nav-line-tabs.scss */
.nav-line-tabs .nav-item:first-child .nav-link {
  margin-left: 0;
}

/* line 33, app/assets/stylesheets/theme/components/_nav-line-tabs.scss */
.nav-line-tabs .nav-item:last-child .nav-link {
  margin-right: 0;
}

/* line 40, app/assets/stylesheets/theme/components/_nav-line-tabs.scss */
.nav-line-tabs .nav-item .nav-link.active,
.nav-line-tabs .nav-item.show .nav-link,
.nav-line-tabs .nav-item .nav-link:hover:not(.disabled) {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--bs-primary);
  transition: color 0.2s ease;
}

/* line 50, app/assets/stylesheets/theme/components/_nav-line-tabs.scss */
.nav-line-tabs.nav-line-tabs-2x {
  border-bottom-width: 2px;
}

/* line 53, app/assets/stylesheets/theme/components/_nav-line-tabs.scss */
.nav-line-tabs.nav-line-tabs-2x .nav-item {
  margin-bottom: -2px;
}

/* line 56, app/assets/stylesheets/theme/components/_nav-line-tabs.scss */
.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link {
  border-bottom-width: 2px;
}

/* line 62, app/assets/stylesheets/theme/components/_nav-line-tabs.scss */
.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link.active,
.nav-line-tabs.nav-line-tabs-2x .nav-item.show .nav-link,
.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link:hover:not(.disabled) {
  border-bottom-width: 2px;
}

/* line 7, app/assets/stylesheets/theme/components/_nav-pills-custom.scss */
.nav.nav-pills.nav-pills-custom .show > .nav-link,
.nav.nav-pills.nav-pills-custom .nav-link {
  border: 1px dashed var(--bs-border-dashed-color);
  border-radius: 0.5rem;
}

/* line 12, app/assets/stylesheets/theme/components/_nav-pills-custom.scss */
.nav.nav-pills.nav-pills-custom .show > .nav-link.nav-link-border-solid,
.nav.nav-pills.nav-pills-custom .nav-link.nav-link-border-solid {
  border: 3px solid var(--bs-border-dashed-color);
}

/* line 15, app/assets/stylesheets/theme/components/_nav-pills-custom.scss */
.nav.nav-pills.nav-pills-custom .show > .nav-link.nav-link-border-solid.active,
.nav.nav-pills.nav-pills-custom .nav-link.nav-link-border-solid.active {
  border: 3px solid var(--bs-primary);
}

/* line 21, app/assets/stylesheets/theme/components/_nav-pills-custom.scss */
.nav.nav-pills.nav-pills-custom .show > .nav-link .nav-icon img,
.nav.nav-pills.nav-pills-custom .nav-link .nav-icon img {
  width: 30px;
  transition: color 0.2s ease;
}

/* line 25, app/assets/stylesheets/theme/components/_nav-pills-custom.scss */
.nav.nav-pills.nav-pills-custom .show > .nav-link .nav-icon img.default,
.nav.nav-pills.nav-pills-custom .nav-link .nav-icon img.default {
  display: inline-block;
}

/* line 29, app/assets/stylesheets/theme/components/_nav-pills-custom.scss */
.nav.nav-pills.nav-pills-custom .show > .nav-link .nav-icon img.active,
.nav.nav-pills.nav-pills-custom .nav-link .nav-icon img.active {
  display: none;
}

/* line 35, app/assets/stylesheets/theme/components/_nav-pills-custom.scss */
.nav.nav-pills.nav-pills-custom .show > .nav-link.active,
.nav.nav-pills.nav-pills-custom .nav-link.active {
  background-color: transparent;
  border: 1px solid var(--bs-border-dashed-color);
  transition-duration: 1ms;
  position: relative;
}

/* line 41, app/assets/stylesheets/theme/components/_nav-pills-custom.scss */
.nav.nav-pills.nav-pills-custom .show > .nav-link.active .nav-text,
.nav.nav-pills.nav-pills-custom .nav-link.active .nav-text {
  color: var(--bs-gray-800) !important;
  transition: color 0.2s ease;
}

/* line 46, app/assets/stylesheets/theme/components/_nav-pills-custom.scss */
.nav.nav-pills.nav-pills-custom .show > .nav-link.active .bullet-custom,
.nav.nav-pills.nav-pills-custom .nav-link.active .bullet-custom {
  display: block;
}

/* line 51, app/assets/stylesheets/theme/components/_nav-pills-custom.scss */
.nav.nav-pills.nav-pills-custom .show > .nav-link .bullet-custom,
.nav.nav-pills.nav-pills-custom .nav-link .bullet-custom {
  display: none;
}

/* line 60, app/assets/stylesheets/theme/components/_nav-pills-custom.scss */
.nav.nav-pills.nav-pills-custom.nav-pills-active-custom .nav-item .nav-link:not(:active) span:nth-child(1) {
  color: #B5B5C3;
}

/* line 64, app/assets/stylesheets/theme/components/_nav-pills-custom.scss */
.nav.nav-pills.nav-pills-custom.nav-pills-active-custom .nav-item .nav-link:not(:active) span:nth-child(2) {
  color: #3F4254;
}

/* line 70, app/assets/stylesheets/theme/components/_nav-pills-custom.scss */
.nav.nav-pills.nav-pills-custom.nav-pills-active-custom .nav-item .nav-link:hover span:nth-child(1) {
  color: #fff !important;
}

/* line 74, app/assets/stylesheets/theme/components/_nav-pills-custom.scss */
.nav.nav-pills.nav-pills-custom.nav-pills-active-custom .nav-item .nav-link:hover span:nth-child(2) {
  color: #fff !important;
}

/* line 80, app/assets/stylesheets/theme/components/_nav-pills-custom.scss */
.nav.nav-pills.nav-pills-custom.nav-pills-active-custom .nav-item .nav-link.active span:nth-child(1) {
  color: #fff !important;
}

/* line 84, app/assets/stylesheets/theme/components/_nav-pills-custom.scss */
.nav.nav-pills.nav-pills-custom.nav-pills-active-custom .nav-item .nav-link.active span:nth-child(2) {
  color: #fff !important;
}

/* line 5, app/assets/stylesheets/theme/components/_pagination.scss */
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}

/* line 13, app/assets/stylesheets/theme/components/_pagination.scss */
.pagination.pagination-circle .page-link {
  border-radius: 50%;
}

/* line 20, app/assets/stylesheets/theme/components/_pagination.scss */
.pagination.pagination-outline .page-link {
  border: 1px solid var(--bs-border-color);
}

/* line 27, app/assets/stylesheets/theme/components/_pagination.scss */
.pagination.pagination-outline .page-item:hover:not(.disabled) .page-link, .pagination.pagination-outline .page-item.active .page-link {
  border-color: var(--bs-primary-light);
}

/* line 35, app/assets/stylesheets/theme/components/_pagination.scss */
.page-item {
  margin-right: 0.5rem;
  /*rtl:end:ignore*/
}

/* line 38, app/assets/stylesheets/theme/components/_pagination.scss */
.page-item:last-child {
  margin-right: 0;
}

/* line 42, app/assets/stylesheets/theme/components/_pagination.scss */
.page-item .page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--bs-border-radius);
  height: 2.5rem;
  min-width: 2.5rem;
  font-weight: 600;
  font-size: 1rem;
  /*rtl:options:{"autoRename":false}*/
  /*rtl:end:ignore*/
  /*rtl:options:{"autoRename":false}*/
  /*rtl:options:{"autoRename":false}*/
}

/* line 52, app/assets/stylesheets/theme/components/_pagination.scss */
.page-item .page-link i {
  font-size: 0.85rem;
}

/* line 57, app/assets/stylesheets/theme/components/_pagination.scss */
.page-item .page-link .previous,
.page-item .page-link .next {
  display: block;
  height: 0.875rem;
  width: 0.875rem;
  /*rtl:raw:transform: rotateZ(-180deg);*/
}

/* line 67, app/assets/stylesheets/theme/components/_pagination.scss */
.page-item .page-link .first {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-link-color);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-link-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-link-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
}

/* line 71, app/assets/stylesheets/theme/components/_pagination.scss */
.page-item .page-link .previous {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-link-color);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-link-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-link-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
}

/* line 76, app/assets/stylesheets/theme/components/_pagination.scss */
.page-item .page-link .next {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-link-color);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-link-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-link-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 81, app/assets/stylesheets/theme/components/_pagination.scss */
.page-item .page-link .last {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-link-color);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-link-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-link-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 87, app/assets/stylesheets/theme/components/_pagination.scss */
.page-item:focus .page-link {
  color: var(--bs-pagination-focus-color);
  /*rtl:options:{"autoRename":false}*/
}

/* line 90, app/assets/stylesheets/theme/components/_pagination.scss */
.page-item:focus .page-link .svg-icon,
.page-item:focus .page-link i {
  color: var(--bs-pagination-focus-color);
}

/* line 95, app/assets/stylesheets/theme/components/_pagination.scss */
.page-item:focus .page-link .previous {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-pagination-focus-color);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-focus-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-focus-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
}

/* line 100, app/assets/stylesheets/theme/components/_pagination.scss */
.page-item:focus .page-link .next {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-pagination-focus-color);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-focus-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-focus-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 107, app/assets/stylesheets/theme/components/_pagination.scss */
.page-item:hover:not(.active):not(.offset):not(.disabled) .page-link {
  color: var(--bs-pagination-hover-color);
  /*rtl:options:{"autoRename":false}*/
}

/* line 110, app/assets/stylesheets/theme/components/_pagination.scss */
.page-item:hover:not(.active):not(.offset):not(.disabled) .page-link.page-text {
  background-color: transparent;
}

/* line 114, app/assets/stylesheets/theme/components/_pagination.scss */
.page-item:hover:not(.active):not(.offset):not(.disabled) .page-link .svg-icon,
.page-item:hover:not(.active):not(.offset):not(.disabled) .page-link i {
  color: var(--bs-pagination-hover-color);
}

/* line 119, app/assets/stylesheets/theme/components/_pagination.scss */
.page-item:hover:not(.active):not(.offset):not(.disabled) .page-link .previous {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-pagination-hover-color);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-hover-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-hover-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
}

/* line 124, app/assets/stylesheets/theme/components/_pagination.scss */
.page-item:hover:not(.active):not(.offset):not(.disabled) .page-link .next {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-pagination-hover-color);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-hover-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-hover-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 131, app/assets/stylesheets/theme/components/_pagination.scss */
.page-item.active .page-link {
  color: var(--bs-pagination-active-color);
  /*rtl:options:{"autoRename":false}*/
}

/* line 134, app/assets/stylesheets/theme/components/_pagination.scss */
.page-item.active .page-link.page-text {
  background-color: transparent;
}

/* line 138, app/assets/stylesheets/theme/components/_pagination.scss */
.page-item.active .page-link .svg-icon,
.page-item.active .page-link i {
  color: var(--bs-pagination-active-color);
}

/* line 143, app/assets/stylesheets/theme/components/_pagination.scss */
.page-item.active .page-link .previous {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-pagination-active-color);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-active-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-active-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
}

/* line 148, app/assets/stylesheets/theme/components/_pagination.scss */
.page-item.active .page-link .next {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-pagination-active-color);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-active-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-active-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 155, app/assets/stylesheets/theme/components/_pagination.scss */
.page-item.disabled .page-link {
  color: var(--bs-pagination-disabled-color);
  /*rtl:options:{"autoRename":false}*/
}

/* line 158, app/assets/stylesheets/theme/components/_pagination.scss */
.page-item.disabled .page-link .svg-icon,
.page-item.disabled .page-link i {
  color: var(--bs-pagination-disabled-color);
}

/* line 163, app/assets/stylesheets/theme/components/_pagination.scss */
.page-item.disabled .page-link .previous {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-pagination-disabled-color);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-disabled-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-disabled-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
}

/* line 168, app/assets/stylesheets/theme/components/_pagination.scss */
.page-item.disabled .page-link .next {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-pagination-disabled-color);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-disabled-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-disabled-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

@media (max-width: 991.98px) {
  /* line 178, app/assets/stylesheets/theme/components/_pagination.scss */
  .page-item {
    margin-right: 0.25rem;
  }
  /* line 181, app/assets/stylesheets/theme/components/_pagination.scss */
  .page-item:last-child {
    margin-right: 0;
  }
}

/* line 5, app/assets/stylesheets/theme/components/_separator.scss */
.separator {
  display: block;
  height: 0;
  border-bottom: 1px solid var(--bs-border-color);
}

/* line 10, app/assets/stylesheets/theme/components/_separator.scss */
.separator.separator-dotted {
  border-bottom-style: dotted;
  border-bottom-color: var(--bs-border-dashed-color);
}

/* line 15, app/assets/stylesheets/theme/components/_separator.scss */
.separator.separator-dashed {
  border-bottom-style: dashed;
  border-bottom-color: var(--bs-border-dashed-color);
}

/* line 20, app/assets/stylesheets/theme/components/_separator.scss */
.separator.separator-content {
  display: flex;
  align-items: center;
  border-bottom: 0;
  text-align: center;
}

/* line 26, app/assets/stylesheets/theme/components/_separator.scss */
.separator.separator-content::before, .separator.separator-content::after {
  content: " ";
  width: 50%;
  border-bottom: 1px solid var(--bs-border-color);
}

/* line 33, app/assets/stylesheets/theme/components/_separator.scss */
.separator.separator-content::before {
  margin-right: 1.25rem;
}

/* line 37, app/assets/stylesheets/theme/components/_separator.scss */
.separator.separator-content::after {
  margin-left: 1.25rem;
}

/* line 42, app/assets/stylesheets/theme/components/_separator.scss */
.separator.separator-content.separator-dotted::before, .separator.separator-content.separator-dotted::after {
  border-bottom-style: dotted;
  border-bottom-color: var(--bs-border-dashed-color);
}

/* line 50, app/assets/stylesheets/theme/components/_separator.scss */
.separator.separator-content.separator-dashed::before, .separator.separator-content.separator-dashed::after {
  border-bottom-style: dashed;
  border-bottom-color: var(--bs-border-dashed-color);
}

/* line 59, app/assets/stylesheets/theme/components/_separator.scss */
.separator.separator-content.border-primary::before, .separator.separator-content.border-primary::after {
  border-color: #0d6efd !important;
}

/* line 59, app/assets/stylesheets/theme/components/_separator.scss */
.separator.separator-content.border-secondary::before, .separator.separator-content.border-secondary::after {
  border-color: #6c757d !important;
}

/* line 59, app/assets/stylesheets/theme/components/_separator.scss */
.separator.separator-content.border-success::before, .separator.separator-content.border-success::after {
  border-color: #198754 !important;
}

/* line 59, app/assets/stylesheets/theme/components/_separator.scss */
.separator.separator-content.border-info::before, .separator.separator-content.border-info::after {
  border-color: #0dcaf0 !important;
}

/* line 59, app/assets/stylesheets/theme/components/_separator.scss */
.separator.separator-content.border-warning::before, .separator.separator-content.border-warning::after {
  border-color: #ffc107 !important;
}

/* line 59, app/assets/stylesheets/theme/components/_separator.scss */
.separator.separator-content.border-danger::before, .separator.separator-content.border-danger::after {
  border-color: #dc3545 !important;
}

/* line 59, app/assets/stylesheets/theme/components/_separator.scss */
.separator.separator-content.border-light::before, .separator.separator-content.border-light::after {
  border-color: #f8f9fa !important;
}

/* line 59, app/assets/stylesheets/theme/components/_separator.scss */
.separator.separator-content.border-dark::before, .separator.separator-content.border-dark::after {
  border-color: #212529 !important;
}

/* line 8, app/assets/stylesheets/theme/components/_carousel.scss */
.carousel-custom .carousel-indicators {
  align-items: center;
  position: static;
  z-index: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 16, app/assets/stylesheets/theme/components/_carousel.scss */
.carousel-custom .carousel-indicators li {
  transform: none;
  opacity: 1;
}

/* line 20, app/assets/stylesheets/theme/components/_carousel.scss */
.carousel-custom .carousel-indicators li.active {
  transform: none;
  opacity: 1;
}

/* line 28, app/assets/stylesheets/theme/components/_carousel.scss */
.carousel-custom .carousel-indicators.carousel-indicators-dots li {
  border-radius: 0;
  background-color: transparent !important;
  height: 13px;
  width: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* line 38, app/assets/stylesheets/theme/components/_carousel.scss */
.carousel-custom .carousel-indicators.carousel-indicators-dots li:after {
  display: inline-block;
  content: " ";
  border-radius: 50%;
  transition: all 0.3s ease;
  background-color: var(--bs-gray-200);
  height: 9px;
  width: 9px;
}

/* line 48, app/assets/stylesheets/theme/components/_carousel.scss */
.carousel-custom .carousel-indicators.carousel-indicators-dots li.active {
  background-color: transparent;
}

/* line 51, app/assets/stylesheets/theme/components/_carousel.scss */
.carousel-custom .carousel-indicators.carousel-indicators-dots li.active:after {
  transition: all 0.3s ease;
  height: 13px;
  width: 13px;
  background-color: var(--bs-gray-400);
}

/* line 63, app/assets/stylesheets/theme/components/_carousel.scss */
.carousel-custom .carousel-indicators.carousel-indicators-bullet li {
  transition: all 0.3s ease;
  background-color: transparent !important;
  border-radius: 6px;
  height: 6px;
  width: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* line 74, app/assets/stylesheets/theme/components/_carousel.scss */
.carousel-custom .carousel-indicators.carousel-indicators-bullet li:after {
  display: inline-block;
  content: " ";
  transition: all 0.3s ease;
  background-color: var(--bs-gray-400);
  border-radius: 6px;
  height: 6px;
  width: 6px;
}

/* line 84, app/assets/stylesheets/theme/components/_carousel.scss */
.carousel-custom .carousel-indicators.carousel-indicators-bullet li.active {
  transition: all 0.3s ease;
  background-color: transparent;
  height: 6px;
  width: 16px;
}

/* line 90, app/assets/stylesheets/theme/components/_carousel.scss */
.carousel-custom .carousel-indicators.carousel-indicators-bullet li.active:after {
  transition: all 0.3s ease;
  height: 6px;
  width: 16px;
  background-color: var(--bs-gray-600);
}

/* line 104, app/assets/stylesheets/theme/components/_carousel.scss */
.carousel-custom .carousel-indicators-active-primary li.active:after {
  background-color: var(--bs-primary) !important;
}

/* line 104, app/assets/stylesheets/theme/components/_carousel.scss */
.carousel-custom .carousel-indicators-active-secondary li.active:after {
  background-color: var(--bs-secondary) !important;
}

/* line 104, app/assets/stylesheets/theme/components/_carousel.scss */
.carousel-custom .carousel-indicators-active-success li.active:after {
  background-color: var(--bs-success) !important;
}

/* line 104, app/assets/stylesheets/theme/components/_carousel.scss */
.carousel-custom .carousel-indicators-active-info li.active:after {
  background-color: var(--bs-info) !important;
}

/* line 104, app/assets/stylesheets/theme/components/_carousel.scss */
.carousel-custom .carousel-indicators-active-warning li.active:after {
  background-color: var(--bs-warning) !important;
}

/* line 104, app/assets/stylesheets/theme/components/_carousel.scss */
.carousel-custom .carousel-indicators-active-danger li.active:after {
  background-color: var(--bs-danger) !important;
}

/* line 104, app/assets/stylesheets/theme/components/_carousel.scss */
.carousel-custom .carousel-indicators-active-light li.active:after {
  background-color: var(--bs-light) !important;
}

/* line 104, app/assets/stylesheets/theme/components/_carousel.scss */
.carousel-custom .carousel-indicators-active-dark li.active:after {
  background-color: var(--bs-dark) !important;
}

/* line 111, app/assets/stylesheets/theme/components/_carousel.scss */
.carousel-custom.carousel-stretch {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* line 116, app/assets/stylesheets/theme/components/_carousel.scss */
.carousel-custom.carousel-stretch .carousel-inner {
  flex-grow: 1;
}

/* line 120, app/assets/stylesheets/theme/components/_carousel.scss */
.carousel-custom.carousel-stretch .carousel-item {
  height: 100%;
}

/* line 124, app/assets/stylesheets/theme/components/_carousel.scss */
.carousel-custom.carousel-stretch .carousel-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* line 6, app/assets/stylesheets/theme/components/menu/_base.scss */
.menu-group {
  display: flex;
}

/* line 11, app/assets/stylesheets/theme/components/menu/_base.scss */
.menu,
.menu-wrapper {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 20, app/assets/stylesheets/theme/components/menu/_base.scss */
.menu-inner {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 27, app/assets/stylesheets/theme/components/menu/_base.scss */
.menu-sub {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-direction: column;
}

/* line 36, app/assets/stylesheets/theme/components/menu/_base.scss */
.menu-item {
  display: block;
  padding: 0.15rem 0;
}

/* line 41, app/assets/stylesheets/theme/components/menu/_base.scss */
.menu-item .menu-link {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0;
  flex: 0 0 100%;
  padding: 0.65rem 1rem;
  transition: none;
  outline: none !important;
}

/* line 51, app/assets/stylesheets/theme/components/menu/_base.scss */
.menu-item .menu-link .menu-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  margin-right: 0.5rem;
}

/* line 59, app/assets/stylesheets/theme/components/menu/_base.scss */
.menu-item .menu-link .menu-icon i,
.menu-item .menu-link .menu-icon .svg-icon {
  line-height: 1;
}

/* line 65, app/assets/stylesheets/theme/components/menu/_base.scss */
.menu-item .menu-link .menu-bullet {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  margin-right: 0.5rem;
}

/* line 74, app/assets/stylesheets/theme/components/menu/_base.scss */
.menu-item .menu-link .menu-title {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

/* line 80, app/assets/stylesheets/theme/components/menu/_base.scss */
.menu-item .menu-link .menu-badge {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 0.5rem;
}

/* line 87, app/assets/stylesheets/theme/components/menu/_base.scss */
.menu-item .menu-link .menu-arrow {
  display: flex;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  margin-left: 5px;
  width: 9px;
  height: 9px;
}

/* line 97, app/assets/stylesheets/theme/components/menu/_base.scss */
.menu-item .menu-link .menu-arrow:after {
  display: block;
  width: 100%;
  content: " ";
  will-change: transform;
  background-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-muted);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-muted);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 112, app/assets/stylesheets/theme/components/menu/_base.scss */
.menu-item .menu-content {
  padding: 0.65rem 1rem;
}

/* line 121, app/assets/stylesheets/theme/components/menu/_base.scss */
.menu-item.show .menu-link .menu-arrow:after {
  backface-visibility: hidden;
  transition: transform 0.3s ease;
}

/* line 131, app/assets/stylesheets/theme/components/menu/_base.scss */
.menu-nowrap .menu-title,
.menu-nowrap .menu-link {
  flex-wrap: nowrap;
  flex-shrink: 0;
}

/* line 139, app/assets/stylesheets/theme/components/menu/_base.scss */
.menu-center {
  justify-content: center;
}

/* line 144, app/assets/stylesheets/theme/components/menu/_base.scss */
.menu-heading {
  color: var(--bs-menu-heading-color);
}

/* line 160, app/assets/stylesheets/theme/components/menu/_base.scss */
.menu-item.menu-accordion .menu-arrow:after {
  /*rtl:ignore*/
  transform: rotateZ(-90deg);
  /*rtl:remove*/
  transform: rotateZ(90deg);
  transition: transform 0.3s ease;
}

/* line 167, app/assets/stylesheets/theme/components/menu/_base.scss */
.menu-item.menu-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
  /*rtl:ignore*/
  transform: rotateZ(90deg);
  /*rtl:remove*/
  transform: rotateZ(-90deg);
  transition: transform 0.3s ease;
}

/* line 175, app/assets/stylesheets/theme/components/menu/_base.scss */
.menu-sub-dropdown {
  display: none;
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-menu-dropdown-bg-color);
  box-shadow: var(--bs-menu-dropdown-box-shadow);
  z-index: 107;
}

/* line 183, app/assets/stylesheets/theme/components/menu/_base.scss */
.show.menu-dropdown > .menu-sub-dropdown, .menu-sub-dropdown.menu.show, .menu-sub-dropdown.show[data-popper-placement] {
  display: flex;
  will-change: transform;
  animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
}

/* line 198, app/assets/stylesheets/theme/components/menu/_base.scss */
.menu-sub-accordion {
  display: none;
}

/* line 201, app/assets/stylesheets/theme/components/menu/_base.scss */
.show:not(.menu-dropdown) > .menu-sub-accordion, .menu-sub-accordion.show {
  display: flex;
}

/* line 129, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-sub-indention .menu-sub:not([data-popper-placement]) {
  margin-left: 1rem;
}

/* line 212, app/assets/stylesheets/theme/components/menu/_base.scss */
.menu-sub-indention .menu-item .menu-item .menu-link.active {
  margin-right: 1rem;
}

/* line 218, app/assets/stylesheets/theme/components/menu/_base.scss */
.menu-inline {
  display: flex;
}

/* line 225, app/assets/stylesheets/theme/components/menu/_base.scss */
.menu-fit > .menu-item > .menu-content,
.menu-fit > .menu-item > .menu-link {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 233, app/assets/stylesheets/theme/components/menu/_base.scss */
.menu-column {
  flex-direction: column;
  width: 100%;
}

/* line 238, app/assets/stylesheets/theme/components/menu/_base.scss */
.menu-row {
  flex-direction: row;
}

/* line 241, app/assets/stylesheets/theme/components/menu/_base.scss */
.menu-row > .menu-item {
  display: flex;
  align-items: center;
}

/* line 246, app/assets/stylesheets/theme/components/menu/_base.scss */
.menu-row > .menu-item > .menu-link .menu-arrow:after {
  /*rtl:ignore*/
  transform: rotateZ(-90deg);
  /*rtl:remove*/
  transform: rotateZ(90deg);
  transition: transform 0.3s ease;
}

/* line 255, app/assets/stylesheets/theme/components/menu/_base.scss */
.menu-rounded .menu-link {
  border-radius: 0.375rem;
}

/* line 262, app/assets/stylesheets/theme/components/menu/_base.scss */
.menu-pill .menu-link {
  border-radius: 50px;
}

/* line 269, app/assets/stylesheets/theme/components/menu/_base.scss */
.menu-rounded-0 .menu-link {
  border-radius: 0 !important;
}

@media (min-width: 576px) {
  /* line 160, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-item.menu-sm-accordion .menu-arrow:after {
    /*rtl:ignore*/
    transform: rotateZ(-90deg);
    /*rtl:remove*/
    transform: rotateZ(90deg);
    transition: transform 0.3s ease;
  }
  /* line 167, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-item.menu-sm-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-sm-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
    /*rtl:ignore*/
    transform: rotateZ(90deg);
    /*rtl:remove*/
    transform: rotateZ(-90deg);
    transition: transform 0.3s ease;
  }
  /* line 175, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sub-sm-dropdown {
    display: none;
    border-radius: var(--bs-border-radius);
    background-color: var(--bs-menu-dropdown-bg-color);
    box-shadow: var(--bs-menu-dropdown-box-shadow);
    z-index: 107;
  }
  /* line 183, app/assets/stylesheets/theme/components/menu/_base.scss */
  .show.menu-dropdown > .menu-sub-sm-dropdown, .menu-sub-sm-dropdown.menu.show, .menu-sub-sm-dropdown.show[data-popper-placement] {
    display: flex;
    will-change: transform;
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
  }
  /* line 198, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sub-sm-accordion {
    display: none;
  }
  /* line 201, app/assets/stylesheets/theme/components/menu/_base.scss */
  .show:not(.menu-dropdown) > .menu-sub-sm-accordion, .menu-sub-sm-accordion.show {
    display: flex;
  }
  /* line 129, app/assets/stylesheets/theme/components/mixins/_menu.scss */
  .menu-sub-sm-indention .menu-sub:not([data-popper-placement]) {
    margin-left: 1rem;
  }
  /* line 212, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sub-sm-indention .menu-item .menu-item .menu-link.active {
    margin-right: 1rem;
  }
  /* line 218, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sm-inline {
    display: flex;
  }
  /* line 225, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sm-fit > .menu-item > .menu-content,
.menu-sm-fit > .menu-item > .menu-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 233, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sm-column {
    flex-direction: column;
    width: 100%;
  }
  /* line 238, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sm-row {
    flex-direction: row;
  }
  /* line 241, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sm-row > .menu-item {
    display: flex;
    align-items: center;
  }
  /* line 246, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sm-row > .menu-item > .menu-link .menu-arrow:after {
    /*rtl:ignore*/
    transform: rotateZ(-90deg);
    /*rtl:remove*/
    transform: rotateZ(90deg);
    transition: transform 0.3s ease;
  }
  /* line 255, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sm-rounded .menu-link {
    border-radius: 0.375rem;
  }
  /* line 262, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sm-pill .menu-link {
    border-radius: 50px;
  }
  /* line 269, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sm-rounded-0 .menu-link {
    border-radius: 0 !important;
  }
}

@media (min-width: 768px) {
  /* line 160, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-item.menu-md-accordion .menu-arrow:after {
    /*rtl:ignore*/
    transform: rotateZ(-90deg);
    /*rtl:remove*/
    transform: rotateZ(90deg);
    transition: transform 0.3s ease;
  }
  /* line 167, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-item.menu-md-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-md-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
    /*rtl:ignore*/
    transform: rotateZ(90deg);
    /*rtl:remove*/
    transform: rotateZ(-90deg);
    transition: transform 0.3s ease;
  }
  /* line 175, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sub-md-dropdown {
    display: none;
    border-radius: var(--bs-border-radius);
    background-color: var(--bs-menu-dropdown-bg-color);
    box-shadow: var(--bs-menu-dropdown-box-shadow);
    z-index: 107;
  }
  /* line 183, app/assets/stylesheets/theme/components/menu/_base.scss */
  .show.menu-dropdown > .menu-sub-md-dropdown, .menu-sub-md-dropdown.menu.show, .menu-sub-md-dropdown.show[data-popper-placement] {
    display: flex;
    will-change: transform;
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
  }
  /* line 198, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sub-md-accordion {
    display: none;
  }
  /* line 201, app/assets/stylesheets/theme/components/menu/_base.scss */
  .show:not(.menu-dropdown) > .menu-sub-md-accordion, .menu-sub-md-accordion.show {
    display: flex;
  }
  /* line 129, app/assets/stylesheets/theme/components/mixins/_menu.scss */
  .menu-sub-md-indention .menu-sub:not([data-popper-placement]) {
    margin-left: 1rem;
  }
  /* line 212, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sub-md-indention .menu-item .menu-item .menu-link.active {
    margin-right: 1rem;
  }
  /* line 218, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-md-inline {
    display: flex;
  }
  /* line 225, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-md-fit > .menu-item > .menu-content,
.menu-md-fit > .menu-item > .menu-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 233, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-md-column {
    flex-direction: column;
    width: 100%;
  }
  /* line 238, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-md-row {
    flex-direction: row;
  }
  /* line 241, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-md-row > .menu-item {
    display: flex;
    align-items: center;
  }
  /* line 246, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-md-row > .menu-item > .menu-link .menu-arrow:after {
    /*rtl:ignore*/
    transform: rotateZ(-90deg);
    /*rtl:remove*/
    transform: rotateZ(90deg);
    transition: transform 0.3s ease;
  }
  /* line 255, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-md-rounded .menu-link {
    border-radius: 0.375rem;
  }
  /* line 262, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-md-pill .menu-link {
    border-radius: 50px;
  }
  /* line 269, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-md-rounded-0 .menu-link {
    border-radius: 0 !important;
  }
}

@media (min-width: 992px) {
  /* line 160, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-item.menu-lg-accordion .menu-arrow:after {
    /*rtl:ignore*/
    transform: rotateZ(-90deg);
    /*rtl:remove*/
    transform: rotateZ(90deg);
    transition: transform 0.3s ease;
  }
  /* line 167, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-item.menu-lg-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-lg-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
    /*rtl:ignore*/
    transform: rotateZ(90deg);
    /*rtl:remove*/
    transform: rotateZ(-90deg);
    transition: transform 0.3s ease;
  }
  /* line 175, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sub-lg-dropdown {
    display: none;
    border-radius: var(--bs-border-radius);
    background-color: var(--bs-menu-dropdown-bg-color);
    box-shadow: var(--bs-menu-dropdown-box-shadow);
    z-index: 107;
  }
  /* line 183, app/assets/stylesheets/theme/components/menu/_base.scss */
  .show.menu-dropdown > .menu-sub-lg-dropdown, .menu-sub-lg-dropdown.menu.show, .menu-sub-lg-dropdown.show[data-popper-placement] {
    display: flex;
    will-change: transform;
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
  }
  /* line 198, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sub-lg-accordion {
    display: none;
  }
  /* line 201, app/assets/stylesheets/theme/components/menu/_base.scss */
  .show:not(.menu-dropdown) > .menu-sub-lg-accordion, .menu-sub-lg-accordion.show {
    display: flex;
  }
  /* line 129, app/assets/stylesheets/theme/components/mixins/_menu.scss */
  .menu-sub-lg-indention .menu-sub:not([data-popper-placement]) {
    margin-left: 1rem;
  }
  /* line 212, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sub-lg-indention .menu-item .menu-item .menu-link.active {
    margin-right: 1rem;
  }
  /* line 218, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-lg-inline {
    display: flex;
  }
  /* line 225, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-lg-fit > .menu-item > .menu-content,
.menu-lg-fit > .menu-item > .menu-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 233, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-lg-column {
    flex-direction: column;
    width: 100%;
  }
  /* line 238, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-lg-row {
    flex-direction: row;
  }
  /* line 241, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-lg-row > .menu-item {
    display: flex;
    align-items: center;
  }
  /* line 246, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-lg-row > .menu-item > .menu-link .menu-arrow:after {
    /*rtl:ignore*/
    transform: rotateZ(-90deg);
    /*rtl:remove*/
    transform: rotateZ(90deg);
    transition: transform 0.3s ease;
  }
  /* line 255, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-lg-rounded .menu-link {
    border-radius: 0.375rem;
  }
  /* line 262, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-lg-pill .menu-link {
    border-radius: 50px;
  }
  /* line 269, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-lg-rounded-0 .menu-link {
    border-radius: 0 !important;
  }
}

@media (min-width: 1200px) {
  /* line 160, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-item.menu-xl-accordion .menu-arrow:after {
    /*rtl:ignore*/
    transform: rotateZ(-90deg);
    /*rtl:remove*/
    transform: rotateZ(90deg);
    transition: transform 0.3s ease;
  }
  /* line 167, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-item.menu-xl-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-xl-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
    /*rtl:ignore*/
    transform: rotateZ(90deg);
    /*rtl:remove*/
    transform: rotateZ(-90deg);
    transition: transform 0.3s ease;
  }
  /* line 175, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sub-xl-dropdown {
    display: none;
    border-radius: var(--bs-border-radius);
    background-color: var(--bs-menu-dropdown-bg-color);
    box-shadow: var(--bs-menu-dropdown-box-shadow);
    z-index: 107;
  }
  /* line 183, app/assets/stylesheets/theme/components/menu/_base.scss */
  .show.menu-dropdown > .menu-sub-xl-dropdown, .menu-sub-xl-dropdown.menu.show, .menu-sub-xl-dropdown.show[data-popper-placement] {
    display: flex;
    will-change: transform;
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
  }
  /* line 198, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sub-xl-accordion {
    display: none;
  }
  /* line 201, app/assets/stylesheets/theme/components/menu/_base.scss */
  .show:not(.menu-dropdown) > .menu-sub-xl-accordion, .menu-sub-xl-accordion.show {
    display: flex;
  }
  /* line 129, app/assets/stylesheets/theme/components/mixins/_menu.scss */
  .menu-sub-xl-indention .menu-sub:not([data-popper-placement]) {
    margin-left: 1rem;
  }
  /* line 212, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sub-xl-indention .menu-item .menu-item .menu-link.active {
    margin-right: 1rem;
  }
  /* line 218, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xl-inline {
    display: flex;
  }
  /* line 225, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xl-fit > .menu-item > .menu-content,
.menu-xl-fit > .menu-item > .menu-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 233, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xl-column {
    flex-direction: column;
    width: 100%;
  }
  /* line 238, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xl-row {
    flex-direction: row;
  }
  /* line 241, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xl-row > .menu-item {
    display: flex;
    align-items: center;
  }
  /* line 246, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xl-row > .menu-item > .menu-link .menu-arrow:after {
    /*rtl:ignore*/
    transform: rotateZ(-90deg);
    /*rtl:remove*/
    transform: rotateZ(90deg);
    transition: transform 0.3s ease;
  }
  /* line 255, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xl-rounded .menu-link {
    border-radius: 0.375rem;
  }
  /* line 262, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xl-pill .menu-link {
    border-radius: 50px;
  }
  /* line 269, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xl-rounded-0 .menu-link {
    border-radius: 0 !important;
  }
}

@media (min-width: 1400px) {
  /* line 160, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-item.menu-xxl-accordion .menu-arrow:after {
    /*rtl:ignore*/
    transform: rotateZ(-90deg);
    /*rtl:remove*/
    transform: rotateZ(90deg);
    transition: transform 0.3s ease;
  }
  /* line 167, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-item.menu-xxl-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-xxl-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
    /*rtl:ignore*/
    transform: rotateZ(90deg);
    /*rtl:remove*/
    transform: rotateZ(-90deg);
    transition: transform 0.3s ease;
  }
  /* line 175, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sub-xxl-dropdown {
    display: none;
    border-radius: var(--bs-border-radius);
    background-color: var(--bs-menu-dropdown-bg-color);
    box-shadow: var(--bs-menu-dropdown-box-shadow);
    z-index: 107;
  }
  /* line 183, app/assets/stylesheets/theme/components/menu/_base.scss */
  .show.menu-dropdown > .menu-sub-xxl-dropdown, .menu-sub-xxl-dropdown.menu.show, .menu-sub-xxl-dropdown.show[data-popper-placement] {
    display: flex;
    will-change: transform;
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
  }
  /* line 198, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sub-xxl-accordion {
    display: none;
  }
  /* line 201, app/assets/stylesheets/theme/components/menu/_base.scss */
  .show:not(.menu-dropdown) > .menu-sub-xxl-accordion, .menu-sub-xxl-accordion.show {
    display: flex;
  }
  /* line 129, app/assets/stylesheets/theme/components/mixins/_menu.scss */
  .menu-sub-xxl-indention .menu-sub:not([data-popper-placement]) {
    margin-left: 1rem;
  }
  /* line 212, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sub-xxl-indention .menu-item .menu-item .menu-link.active {
    margin-right: 1rem;
  }
  /* line 218, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xxl-inline {
    display: flex;
  }
  /* line 225, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xxl-fit > .menu-item > .menu-content,
.menu-xxl-fit > .menu-item > .menu-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 233, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xxl-column {
    flex-direction: column;
    width: 100%;
  }
  /* line 238, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xxl-row {
    flex-direction: row;
  }
  /* line 241, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xxl-row > .menu-item {
    display: flex;
    align-items: center;
  }
  /* line 246, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xxl-row > .menu-item > .menu-link .menu-arrow:after {
    /*rtl:ignore*/
    transform: rotateZ(-90deg);
    /*rtl:remove*/
    transform: rotateZ(90deg);
    transition: transform 0.3s ease;
  }
  /* line 255, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xxl-rounded .menu-link {
    border-radius: 0.375rem;
  }
  /* line 262, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xxl-pill .menu-link {
    border-radius: 50px;
  }
  /* line 269, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xxl-rounded-0 .menu-link {
    border-radius: 0 !important;
  }
}

@media (max-width: 575.98px) {
  /* line 160, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-item.menu-sm-down-accordion .menu-arrow:after {
    /*rtl:ignore*/
    transform: rotateZ(-90deg);
    /*rtl:remove*/
    transform: rotateZ(90deg);
    transition: transform 0.3s ease;
  }
  /* line 167, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-item.menu-sm-down-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-sm-down-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
    /*rtl:ignore*/
    transform: rotateZ(90deg);
    /*rtl:remove*/
    transform: rotateZ(-90deg);
    transition: transform 0.3s ease;
  }
  /* line 175, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sub-sm-down-dropdown {
    display: none;
    border-radius: var(--bs-border-radius);
    background-color: var(--bs-menu-dropdown-bg-color);
    box-shadow: var(--bs-menu-dropdown-box-shadow);
    z-index: 107;
  }
  /* line 183, app/assets/stylesheets/theme/components/menu/_base.scss */
  .show.menu-dropdown > .menu-sub-sm-down-dropdown, .menu-sub-sm-down-dropdown.menu.show, .menu-sub-sm-down-dropdown.show[data-popper-placement] {
    display: flex;
    will-change: transform;
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
  }
  /* line 198, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sub-sm-down-accordion {
    display: none;
  }
  /* line 201, app/assets/stylesheets/theme/components/menu/_base.scss */
  .show:not(.menu-dropdown) > .menu-sub-sm-down-accordion, .menu-sub-sm-down-accordion.show {
    display: flex;
  }
  /* line 129, app/assets/stylesheets/theme/components/mixins/_menu.scss */
  .menu-sub-sm-down-indention .menu-sub:not([data-popper-placement]) {
    margin-left: 1rem;
  }
  /* line 212, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sub-sm-down-indention .menu-item .menu-item .menu-link.active {
    margin-right: 1rem;
  }
  /* line 218, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sm-down-inline {
    display: flex;
  }
  /* line 225, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sm-down-fit > .menu-item > .menu-content,
.menu-sm-down-fit > .menu-item > .menu-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 233, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sm-down-column {
    flex-direction: column;
    width: 100%;
  }
  /* line 238, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sm-down-row {
    flex-direction: row;
  }
  /* line 241, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sm-down-row > .menu-item {
    display: flex;
    align-items: center;
  }
  /* line 246, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sm-down-row > .menu-item > .menu-link .menu-arrow:after {
    /*rtl:ignore*/
    transform: rotateZ(-90deg);
    /*rtl:remove*/
    transform: rotateZ(90deg);
    transition: transform 0.3s ease;
  }
  /* line 255, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sm-down-rounded .menu-link {
    border-radius: 0.375rem;
  }
  /* line 262, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sm-down-pill .menu-link {
    border-radius: 50px;
  }
  /* line 269, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sm-down-rounded-0 .menu-link {
    border-radius: 0 !important;
  }
}

@media (max-width: 767.98px) {
  /* line 160, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-item.menu-md-down-accordion .menu-arrow:after {
    /*rtl:ignore*/
    transform: rotateZ(-90deg);
    /*rtl:remove*/
    transform: rotateZ(90deg);
    transition: transform 0.3s ease;
  }
  /* line 167, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-item.menu-md-down-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-md-down-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
    /*rtl:ignore*/
    transform: rotateZ(90deg);
    /*rtl:remove*/
    transform: rotateZ(-90deg);
    transition: transform 0.3s ease;
  }
  /* line 175, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sub-md-down-dropdown {
    display: none;
    border-radius: var(--bs-border-radius);
    background-color: var(--bs-menu-dropdown-bg-color);
    box-shadow: var(--bs-menu-dropdown-box-shadow);
    z-index: 107;
  }
  /* line 183, app/assets/stylesheets/theme/components/menu/_base.scss */
  .show.menu-dropdown > .menu-sub-md-down-dropdown, .menu-sub-md-down-dropdown.menu.show, .menu-sub-md-down-dropdown.show[data-popper-placement] {
    display: flex;
    will-change: transform;
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
  }
  /* line 198, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sub-md-down-accordion {
    display: none;
  }
  /* line 201, app/assets/stylesheets/theme/components/menu/_base.scss */
  .show:not(.menu-dropdown) > .menu-sub-md-down-accordion, .menu-sub-md-down-accordion.show {
    display: flex;
  }
  /* line 129, app/assets/stylesheets/theme/components/mixins/_menu.scss */
  .menu-sub-md-down-indention .menu-sub:not([data-popper-placement]) {
    margin-left: 1rem;
  }
  /* line 212, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sub-md-down-indention .menu-item .menu-item .menu-link.active {
    margin-right: 1rem;
  }
  /* line 218, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-md-down-inline {
    display: flex;
  }
  /* line 225, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-md-down-fit > .menu-item > .menu-content,
.menu-md-down-fit > .menu-item > .menu-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 233, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-md-down-column {
    flex-direction: column;
    width: 100%;
  }
  /* line 238, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-md-down-row {
    flex-direction: row;
  }
  /* line 241, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-md-down-row > .menu-item {
    display: flex;
    align-items: center;
  }
  /* line 246, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-md-down-row > .menu-item > .menu-link .menu-arrow:after {
    /*rtl:ignore*/
    transform: rotateZ(-90deg);
    /*rtl:remove*/
    transform: rotateZ(90deg);
    transition: transform 0.3s ease;
  }
  /* line 255, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-md-down-rounded .menu-link {
    border-radius: 0.375rem;
  }
  /* line 262, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-md-down-pill .menu-link {
    border-radius: 50px;
  }
  /* line 269, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-md-down-rounded-0 .menu-link {
    border-radius: 0 !important;
  }
}

@media (max-width: 991.98px) {
  /* line 160, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-item.menu-lg-down-accordion .menu-arrow:after {
    /*rtl:ignore*/
    transform: rotateZ(-90deg);
    /*rtl:remove*/
    transform: rotateZ(90deg);
    transition: transform 0.3s ease;
  }
  /* line 167, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-item.menu-lg-down-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-lg-down-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
    /*rtl:ignore*/
    transform: rotateZ(90deg);
    /*rtl:remove*/
    transform: rotateZ(-90deg);
    transition: transform 0.3s ease;
  }
  /* line 175, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sub-lg-down-dropdown {
    display: none;
    border-radius: var(--bs-border-radius);
    background-color: var(--bs-menu-dropdown-bg-color);
    box-shadow: var(--bs-menu-dropdown-box-shadow);
    z-index: 107;
  }
  /* line 183, app/assets/stylesheets/theme/components/menu/_base.scss */
  .show.menu-dropdown > .menu-sub-lg-down-dropdown, .menu-sub-lg-down-dropdown.menu.show, .menu-sub-lg-down-dropdown.show[data-popper-placement] {
    display: flex;
    will-change: transform;
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
  }
  /* line 198, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sub-lg-down-accordion {
    display: none;
  }
  /* line 201, app/assets/stylesheets/theme/components/menu/_base.scss */
  .show:not(.menu-dropdown) > .menu-sub-lg-down-accordion, .menu-sub-lg-down-accordion.show {
    display: flex;
  }
  /* line 129, app/assets/stylesheets/theme/components/mixins/_menu.scss */
  .menu-sub-lg-down-indention .menu-sub:not([data-popper-placement]) {
    margin-left: 1rem;
  }
  /* line 212, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sub-lg-down-indention .menu-item .menu-item .menu-link.active {
    margin-right: 1rem;
  }
  /* line 218, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-lg-down-inline {
    display: flex;
  }
  /* line 225, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-lg-down-fit > .menu-item > .menu-content,
.menu-lg-down-fit > .menu-item > .menu-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 233, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-lg-down-column {
    flex-direction: column;
    width: 100%;
  }
  /* line 238, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-lg-down-row {
    flex-direction: row;
  }
  /* line 241, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-lg-down-row > .menu-item {
    display: flex;
    align-items: center;
  }
  /* line 246, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-lg-down-row > .menu-item > .menu-link .menu-arrow:after {
    /*rtl:ignore*/
    transform: rotateZ(-90deg);
    /*rtl:remove*/
    transform: rotateZ(90deg);
    transition: transform 0.3s ease;
  }
  /* line 255, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-lg-down-rounded .menu-link {
    border-radius: 0.375rem;
  }
  /* line 262, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-lg-down-pill .menu-link {
    border-radius: 50px;
  }
  /* line 269, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-lg-down-rounded-0 .menu-link {
    border-radius: 0 !important;
  }
}

@media (max-width: 1199.98px) {
  /* line 160, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-item.menu-xl-down-accordion .menu-arrow:after {
    /*rtl:ignore*/
    transform: rotateZ(-90deg);
    /*rtl:remove*/
    transform: rotateZ(90deg);
    transition: transform 0.3s ease;
  }
  /* line 167, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-item.menu-xl-down-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-xl-down-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
    /*rtl:ignore*/
    transform: rotateZ(90deg);
    /*rtl:remove*/
    transform: rotateZ(-90deg);
    transition: transform 0.3s ease;
  }
  /* line 175, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sub-xl-down-dropdown {
    display: none;
    border-radius: var(--bs-border-radius);
    background-color: var(--bs-menu-dropdown-bg-color);
    box-shadow: var(--bs-menu-dropdown-box-shadow);
    z-index: 107;
  }
  /* line 183, app/assets/stylesheets/theme/components/menu/_base.scss */
  .show.menu-dropdown > .menu-sub-xl-down-dropdown, .menu-sub-xl-down-dropdown.menu.show, .menu-sub-xl-down-dropdown.show[data-popper-placement] {
    display: flex;
    will-change: transform;
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
  }
  /* line 198, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sub-xl-down-accordion {
    display: none;
  }
  /* line 201, app/assets/stylesheets/theme/components/menu/_base.scss */
  .show:not(.menu-dropdown) > .menu-sub-xl-down-accordion, .menu-sub-xl-down-accordion.show {
    display: flex;
  }
  /* line 129, app/assets/stylesheets/theme/components/mixins/_menu.scss */
  .menu-sub-xl-down-indention .menu-sub:not([data-popper-placement]) {
    margin-left: 1rem;
  }
  /* line 212, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sub-xl-down-indention .menu-item .menu-item .menu-link.active {
    margin-right: 1rem;
  }
  /* line 218, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xl-down-inline {
    display: flex;
  }
  /* line 225, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xl-down-fit > .menu-item > .menu-content,
.menu-xl-down-fit > .menu-item > .menu-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 233, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xl-down-column {
    flex-direction: column;
    width: 100%;
  }
  /* line 238, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xl-down-row {
    flex-direction: row;
  }
  /* line 241, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xl-down-row > .menu-item {
    display: flex;
    align-items: center;
  }
  /* line 246, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xl-down-row > .menu-item > .menu-link .menu-arrow:after {
    /*rtl:ignore*/
    transform: rotateZ(-90deg);
    /*rtl:remove*/
    transform: rotateZ(90deg);
    transition: transform 0.3s ease;
  }
  /* line 255, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xl-down-rounded .menu-link {
    border-radius: 0.375rem;
  }
  /* line 262, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xl-down-pill .menu-link {
    border-radius: 50px;
  }
  /* line 269, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xl-down-rounded-0 .menu-link {
    border-radius: 0 !important;
  }
}

@media (max-width: 1399.98px) {
  /* line 160, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-item.menu-xxl-down-accordion .menu-arrow:after {
    /*rtl:ignore*/
    transform: rotateZ(-90deg);
    /*rtl:remove*/
    transform: rotateZ(90deg);
    transition: transform 0.3s ease;
  }
  /* line 167, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-item.menu-xxl-down-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-xxl-down-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
    /*rtl:ignore*/
    transform: rotateZ(90deg);
    /*rtl:remove*/
    transform: rotateZ(-90deg);
    transition: transform 0.3s ease;
  }
  /* line 175, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sub-xxl-down-dropdown {
    display: none;
    border-radius: var(--bs-border-radius);
    background-color: var(--bs-menu-dropdown-bg-color);
    box-shadow: var(--bs-menu-dropdown-box-shadow);
    z-index: 107;
  }
  /* line 183, app/assets/stylesheets/theme/components/menu/_base.scss */
  .show.menu-dropdown > .menu-sub-xxl-down-dropdown, .menu-sub-xxl-down-dropdown.menu.show, .menu-sub-xxl-down-dropdown.show[data-popper-placement] {
    display: flex;
    will-change: transform;
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
  }
  /* line 198, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sub-xxl-down-accordion {
    display: none;
  }
  /* line 201, app/assets/stylesheets/theme/components/menu/_base.scss */
  .show:not(.menu-dropdown) > .menu-sub-xxl-down-accordion, .menu-sub-xxl-down-accordion.show {
    display: flex;
  }
  /* line 129, app/assets/stylesheets/theme/components/mixins/_menu.scss */
  .menu-sub-xxl-down-indention .menu-sub:not([data-popper-placement]) {
    margin-left: 1rem;
  }
  /* line 212, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-sub-xxl-down-indention .menu-item .menu-item .menu-link.active {
    margin-right: 1rem;
  }
  /* line 218, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xxl-down-inline {
    display: flex;
  }
  /* line 225, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xxl-down-fit > .menu-item > .menu-content,
.menu-xxl-down-fit > .menu-item > .menu-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 233, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xxl-down-column {
    flex-direction: column;
    width: 100%;
  }
  /* line 238, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xxl-down-row {
    flex-direction: row;
  }
  /* line 241, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xxl-down-row > .menu-item {
    display: flex;
    align-items: center;
  }
  /* line 246, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xxl-down-row > .menu-item > .menu-link .menu-arrow:after {
    /*rtl:ignore*/
    transform: rotateZ(-90deg);
    /*rtl:remove*/
    transform: rotateZ(90deg);
    transition: transform 0.3s ease;
  }
  /* line 255, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xxl-down-rounded .menu-link {
    border-radius: 0.375rem;
  }
  /* line 262, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xxl-down-pill .menu-link {
    border-radius: 50px;
  }
  /* line 269, app/assets/stylesheets/theme/components/menu/_base.scss */
  .menu-xxl-down-rounded-0 .menu-link {
    border-radius: 0 !important;
  }
}

/* line 279, app/assets/stylesheets/theme/components/menu/_base.scss */
.menu-link-indention .menu-item {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 43, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link {
  padding-left: calc(1rem + 1rem);
}

/* line 51, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link {
  padding-left: calc(2rem + 1rem);
}

/* line 59, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link {
  padding-left: calc(3rem + 1rem);
}

/* line 67, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link {
  padding-left: calc(4rem + 1rem);
}

/* line 84, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link {
  padding-left: 1rem;
  padding-right: 0;
}

/* line 93, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link {
  padding-left: calc(2rem);
  padding-right: 0;
}

/* line 102, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link {
  padding-left: calc(3rem);
  padding-right: 0;
}

/* line 111, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link {
  padding-left: calc(4rem);
  padding-right: 0;
}

@keyframes menu-sub-dropdown-animation-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes menu-sub-dropdown-animation-move-up {
  from {
    margin-top: 0.75rem;
  }
  to {
    margin-top: 0;
  }
}

@keyframes menu-sub-dropdown-animation-move-down {
  from {
    margin-bottom: 0.75rem;
  }
  to {
    margin-bottom: 0;
  }
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-white .menu-item .menu-link {
  color: var(--bs-white);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-white .menu-item .menu-link .menu-title {
  color: var(--bs-white);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-white .menu-item .menu-link .menu-icon,
.menu-white .menu-item .menu-link .menu-icon .svg-icon,
.menu-white .menu-item .menu-link .menu-icon i {
  color: var(--bs-white);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-white .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-white);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-white .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-white);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-white%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-white%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-white);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-white%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-white%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-white .menu-item .menu-link {
  color: var(--bs-text-white);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-white .menu-item .menu-link .menu-title {
  color: var(--bs-text-white);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-icon-white .menu-item .menu-link .menu-icon,
.menu-icon-white .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-white .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-white);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-bullet-white .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-white);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-arrow-white .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-white);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-white%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-white%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-white);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-white%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-white%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-primary .menu-item .menu-link {
  color: var(--bs-primary);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-primary .menu-item .menu-link .menu-title {
  color: var(--bs-primary);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-primary .menu-item .menu-link .menu-icon,
.menu-primary .menu-item .menu-link .menu-icon .svg-icon,
.menu-primary .menu-item .menu-link .menu-icon i {
  color: var(--bs-primary);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-primary .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-primary .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-primary .menu-item .menu-link {
  color: var(--bs-text-primary);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-primary .menu-item .menu-link .menu-title {
  color: var(--bs-text-primary);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-icon-primary .menu-item .menu-link .menu-icon,
.menu-icon-primary .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-primary .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-primary);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-bullet-primary .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-primary);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-arrow-primary .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-secondary .menu-item .menu-link {
  color: var(--bs-secondary);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-secondary .menu-item .menu-link .menu-title {
  color: var(--bs-secondary);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-secondary .menu-item .menu-link .menu-icon,
.menu-secondary .menu-item .menu-link .menu-icon .svg-icon,
.menu-secondary .menu-item .menu-link .menu-icon i {
  color: var(--bs-secondary);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-secondary .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-secondary);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-secondary .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-secondary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-secondary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-secondary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-secondary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-secondary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-secondary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-secondary .menu-item .menu-link {
  color: var(--bs-text-secondary);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-secondary .menu-item .menu-link .menu-title {
  color: var(--bs-text-secondary);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-icon-secondary .menu-item .menu-link .menu-icon,
.menu-icon-secondary .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-secondary .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-secondary);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-bullet-secondary .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-secondary);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-arrow-secondary .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-secondary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-secondary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-secondary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-secondary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-secondary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-secondary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-light .menu-item .menu-link {
  color: var(--bs-light);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-light .menu-item .menu-link .menu-title {
  color: var(--bs-light);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-light .menu-item .menu-link .menu-icon,
.menu-light .menu-item .menu-link .menu-icon .svg-icon,
.menu-light .menu-item .menu-link .menu-icon i {
  color: var(--bs-light);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-light .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-light);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-light .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-light);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-light%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-light%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-light);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-light%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-light%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-light .menu-item .menu-link {
  color: var(--bs-text-light);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-light .menu-item .menu-link .menu-title {
  color: var(--bs-text-light);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-icon-light .menu-item .menu-link .menu-icon,
.menu-icon-light .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-light .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-light);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-bullet-light .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-light);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-arrow-light .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-light);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-light%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-light%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-light);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-light%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-light%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-success .menu-item .menu-link {
  color: var(--bs-success);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-success .menu-item .menu-link .menu-title {
  color: var(--bs-success);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-success .menu-item .menu-link .menu-icon,
.menu-success .menu-item .menu-link .menu-icon .svg-icon,
.menu-success .menu-item .menu-link .menu-icon i {
  color: var(--bs-success);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-success .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-success);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-success .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-success);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-success%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-success%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-success);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-success%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-success%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-success .menu-item .menu-link {
  color: var(--bs-text-success);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-success .menu-item .menu-link .menu-title {
  color: var(--bs-text-success);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-icon-success .menu-item .menu-link .menu-icon,
.menu-icon-success .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-success .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-success);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-bullet-success .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-success);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-arrow-success .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-success);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-success%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-success%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-success);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-success%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-success%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-info .menu-item .menu-link {
  color: var(--bs-info);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-info .menu-item .menu-link .menu-title {
  color: var(--bs-info);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-info .menu-item .menu-link .menu-icon,
.menu-info .menu-item .menu-link .menu-icon .svg-icon,
.menu-info .menu-item .menu-link .menu-icon i {
  color: var(--bs-info);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-info .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-info);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-info .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-info);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-info%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-info%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-info);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-info%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-info%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-info .menu-item .menu-link {
  color: var(--bs-text-info);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-info .menu-item .menu-link .menu-title {
  color: var(--bs-text-info);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-icon-info .menu-item .menu-link .menu-icon,
.menu-icon-info .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-info .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-info);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-bullet-info .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-info);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-arrow-info .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-info);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-info%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-info%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-info);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-info%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-info%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-warning .menu-item .menu-link {
  color: var(--bs-warning);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-warning .menu-item .menu-link .menu-title {
  color: var(--bs-warning);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-warning .menu-item .menu-link .menu-icon,
.menu-warning .menu-item .menu-link .menu-icon .svg-icon,
.menu-warning .menu-item .menu-link .menu-icon i {
  color: var(--bs-warning);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-warning .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-warning);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-warning .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-warning);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-warning%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-warning%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-warning);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-warning%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-warning%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-warning .menu-item .menu-link {
  color: var(--bs-text-warning);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-warning .menu-item .menu-link .menu-title {
  color: var(--bs-text-warning);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-icon-warning .menu-item .menu-link .menu-icon,
.menu-icon-warning .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-warning .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-warning);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-bullet-warning .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-warning);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-arrow-warning .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-warning);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-warning%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-warning%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-warning);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-warning%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-warning%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-danger .menu-item .menu-link {
  color: var(--bs-danger);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-danger .menu-item .menu-link .menu-title {
  color: var(--bs-danger);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-danger .menu-item .menu-link .menu-icon,
.menu-danger .menu-item .menu-link .menu-icon .svg-icon,
.menu-danger .menu-item .menu-link .menu-icon i {
  color: var(--bs-danger);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-danger .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-danger);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-danger .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-danger);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-danger%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-danger%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-danger);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-danger%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-danger%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-danger .menu-item .menu-link {
  color: var(--bs-text-danger);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-danger .menu-item .menu-link .menu-title {
  color: var(--bs-text-danger);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-icon-danger .menu-item .menu-link .menu-icon,
.menu-icon-danger .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-danger .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-danger);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-bullet-danger .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-danger);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-arrow-danger .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-danger);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-danger%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-danger%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-danger);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-danger%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-danger%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-dark .menu-item .menu-link {
  color: var(--bs-dark);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-dark .menu-item .menu-link .menu-title {
  color: var(--bs-dark);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-dark .menu-item .menu-link .menu-icon,
.menu-dark .menu-item .menu-link .menu-icon .svg-icon,
.menu-dark .menu-item .menu-link .menu-icon i {
  color: var(--bs-dark);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-dark .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-dark);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-dark .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-dark);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-dark);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-dark .menu-item .menu-link {
  color: var(--bs-text-dark);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-dark .menu-item .menu-link .menu-title {
  color: var(--bs-text-dark);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-icon-dark .menu-item .menu-link .menu-icon,
.menu-icon-dark .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-dark .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-dark);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-bullet-dark .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-dark);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-arrow-dark .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-dark);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-dark);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-muted .menu-item .menu-link {
  color: var(--bs-muted);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-muted .menu-item .menu-link .menu-title {
  color: var(--bs-muted);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-muted .menu-item .menu-link .menu-icon,
.menu-muted .menu-item .menu-link .menu-icon .svg-icon,
.menu-muted .menu-item .menu-link .menu-icon i {
  color: var(--bs-muted);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-muted .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-muted);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-muted .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-muted);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-muted%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-muted%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-muted);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-muted%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-muted%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-muted .menu-item .menu-link {
  color: var(--bs-text-muted);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-muted .menu-item .menu-link .menu-title {
  color: var(--bs-text-muted);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-icon-muted .menu-item .menu-link .menu-icon,
.menu-icon-muted .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-muted .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-muted);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-bullet-muted .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-muted);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-arrow-muted .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-muted);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-muted);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-100 .menu-item .menu-link {
  color: var(--bs-gray-100);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-100 .menu-item .menu-link .menu-title {
  color: var(--bs-gray-100);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-100 .menu-item .menu-link .menu-icon,
.menu-gray-100 .menu-item .menu-link .menu-icon .svg-icon,
.menu-gray-100 .menu-item .menu-link .menu-icon i {
  color: var(--bs-gray-100);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-100 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-gray-100);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-100 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-100);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-100%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-100%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-100);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-100%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-100%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-gray-100 .menu-item .menu-link {
  color: var(--bs-text-gray-100);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-gray-100 .menu-item .menu-link .menu-title {
  color: var(--bs-text-gray-100);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-icon-gray-100 .menu-item .menu-link .menu-icon,
.menu-icon-gray-100 .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-gray-100 .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-gray-100);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-bullet-gray-100 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-gray-100);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-arrow-gray-100 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-100);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-100%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-100%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-100);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-100%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-100%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-200 .menu-item .menu-link {
  color: var(--bs-gray-200);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-200 .menu-item .menu-link .menu-title {
  color: var(--bs-gray-200);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-200 .menu-item .menu-link .menu-icon,
.menu-gray-200 .menu-item .menu-link .menu-icon .svg-icon,
.menu-gray-200 .menu-item .menu-link .menu-icon i {
  color: var(--bs-gray-200);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-200 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-gray-200);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-200 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-200);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-200%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-200%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-200);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-200%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-200%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-gray-200 .menu-item .menu-link {
  color: var(--bs-text-gray-200);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-gray-200 .menu-item .menu-link .menu-title {
  color: var(--bs-text-gray-200);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-icon-gray-200 .menu-item .menu-link .menu-icon,
.menu-icon-gray-200 .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-gray-200 .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-gray-200);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-bullet-gray-200 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-gray-200);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-arrow-gray-200 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-200);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-200%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-200%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-200);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-200%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-200%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-300 .menu-item .menu-link {
  color: var(--bs-gray-300);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-300 .menu-item .menu-link .menu-title {
  color: var(--bs-gray-300);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-300 .menu-item .menu-link .menu-icon,
.menu-gray-300 .menu-item .menu-link .menu-icon .svg-icon,
.menu-gray-300 .menu-item .menu-link .menu-icon i {
  color: var(--bs-gray-300);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-300 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-gray-300);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-300 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-300);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-300%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-300%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-300);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-300%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-300%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-gray-300 .menu-item .menu-link {
  color: var(--bs-text-gray-300);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-gray-300 .menu-item .menu-link .menu-title {
  color: var(--bs-text-gray-300);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-icon-gray-300 .menu-item .menu-link .menu-icon,
.menu-icon-gray-300 .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-gray-300 .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-gray-300);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-bullet-gray-300 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-gray-300);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-arrow-gray-300 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-300);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-300%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-300%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-300);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-300%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-300%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-400 .menu-item .menu-link {
  color: var(--bs-gray-400);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-400 .menu-item .menu-link .menu-title {
  color: var(--bs-gray-400);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-400 .menu-item .menu-link .menu-icon,
.menu-gray-400 .menu-item .menu-link .menu-icon .svg-icon,
.menu-gray-400 .menu-item .menu-link .menu-icon i {
  color: var(--bs-gray-400);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-400 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-gray-400);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-400 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-400);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-400%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-400%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-400);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-400%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-400%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-gray-400 .menu-item .menu-link {
  color: var(--bs-text-gray-400);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-gray-400 .menu-item .menu-link .menu-title {
  color: var(--bs-text-gray-400);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-icon-gray-400 .menu-item .menu-link .menu-icon,
.menu-icon-gray-400 .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-gray-400 .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-gray-400);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-bullet-gray-400 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-gray-400);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-arrow-gray-400 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-400);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-400%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-400%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-400);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-400%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-400%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-500 .menu-item .menu-link {
  color: var(--bs-gray-500);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-500 .menu-item .menu-link .menu-title {
  color: var(--bs-gray-500);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-500 .menu-item .menu-link .menu-icon,
.menu-gray-500 .menu-item .menu-link .menu-icon .svg-icon,
.menu-gray-500 .menu-item .menu-link .menu-icon i {
  color: var(--bs-gray-500);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-500 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-gray-500);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-500 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-500);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-500%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-500%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-500);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-500%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-500%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-gray-500 .menu-item .menu-link {
  color: var(--bs-text-gray-500);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-gray-500 .menu-item .menu-link .menu-title {
  color: var(--bs-text-gray-500);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-icon-gray-500 .menu-item .menu-link .menu-icon,
.menu-icon-gray-500 .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-gray-500 .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-gray-500);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-bullet-gray-500 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-gray-500);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-arrow-gray-500 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-500);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-500%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-500%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-500);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-500%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-500%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-600 .menu-item .menu-link {
  color: var(--bs-gray-600);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-600 .menu-item .menu-link .menu-title {
  color: var(--bs-gray-600);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-600 .menu-item .menu-link .menu-icon,
.menu-gray-600 .menu-item .menu-link .menu-icon .svg-icon,
.menu-gray-600 .menu-item .menu-link .menu-icon i {
  color: var(--bs-gray-600);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-600 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-gray-600);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-600 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-600);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-600%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-600%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-600);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-600%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-600%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-gray-600 .menu-item .menu-link {
  color: var(--bs-text-gray-600);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-gray-600 .menu-item .menu-link .menu-title {
  color: var(--bs-text-gray-600);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-icon-gray-600 .menu-item .menu-link .menu-icon,
.menu-icon-gray-600 .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-gray-600 .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-gray-600);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-bullet-gray-600 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-gray-600);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-arrow-gray-600 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-600);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-600%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-600%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-600);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-600%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-600%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-700 .menu-item .menu-link {
  color: var(--bs-gray-700);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-700 .menu-item .menu-link .menu-title {
  color: var(--bs-gray-700);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-700 .menu-item .menu-link .menu-icon,
.menu-gray-700 .menu-item .menu-link .menu-icon .svg-icon,
.menu-gray-700 .menu-item .menu-link .menu-icon i {
  color: var(--bs-gray-700);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-700 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-gray-700);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-700 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-700);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-700%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-700%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-700);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-700%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-700%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-gray-700 .menu-item .menu-link {
  color: var(--bs-text-gray-700);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-gray-700 .menu-item .menu-link .menu-title {
  color: var(--bs-text-gray-700);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-icon-gray-700 .menu-item .menu-link .menu-icon,
.menu-icon-gray-700 .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-gray-700 .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-gray-700);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-bullet-gray-700 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-gray-700);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-arrow-gray-700 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-700);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-700%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-700%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-700);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-700%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-700%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-800 .menu-item .menu-link {
  color: var(--bs-gray-800);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-800 .menu-item .menu-link .menu-title {
  color: var(--bs-gray-800);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-800 .menu-item .menu-link .menu-icon,
.menu-gray-800 .menu-item .menu-link .menu-icon .svg-icon,
.menu-gray-800 .menu-item .menu-link .menu-icon i {
  color: var(--bs-gray-800);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-800 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-gray-800);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-800 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-800);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-800%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-800%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-800);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-800%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-800%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-gray-800 .menu-item .menu-link {
  color: var(--bs-text-gray-800);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-gray-800 .menu-item .menu-link .menu-title {
  color: var(--bs-text-gray-800);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-icon-gray-800 .menu-item .menu-link .menu-icon,
.menu-icon-gray-800 .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-gray-800 .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-gray-800);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-bullet-gray-800 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-gray-800);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-arrow-gray-800 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-800);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-800%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-800%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-800);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-800%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-800%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-900 .menu-item .menu-link {
  color: var(--bs-gray-900);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-900 .menu-item .menu-link .menu-title {
  color: var(--bs-gray-900);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-900 .menu-item .menu-link .menu-icon,
.menu-gray-900 .menu-item .menu-link .menu-icon .svg-icon,
.menu-gray-900 .menu-item .menu-link .menu-icon i {
  color: var(--bs-gray-900);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-900 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-gray-900);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-gray-900 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-900);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-900%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-900%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-900);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-900%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-900%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 185, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-gray-900 .menu-item .menu-link {
  color: var(--bs-text-gray-900);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-title-gray-900 .menu-item .menu-link .menu-title {
  color: var(--bs-text-gray-900);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-icon-gray-900 .menu-item .menu-link .menu-icon,
.menu-icon-gray-900 .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-gray-900 .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-gray-900);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-bullet-gray-900 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-gray-900);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-arrow-gray-900 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-900);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-900%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-900%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-900);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-900%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-900%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 198, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-hover-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-hover-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color 0.2s ease;
  background-color: var(--bs-menu-link-bg-color-hover);
  color: var(--bs-menu-link-color-hover);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-hover-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-hover-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
  color: var(--bs-menu-link-color-hover);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-hover-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon,
.menu-hover-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
.menu-hover-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-hover-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
.menu-hover-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
.menu-hover-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
  color: var(--bs-menu-link-color-hover);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-hover-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-hover-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
  background-color: var(--bs-menu-link-color-hover);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-hover-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-hover-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-hover);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-hover%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-hover%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-hover);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-hover%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-hover%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 232, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-here-bg .menu-item.here > .menu-link {
  transition: color 0.2s ease;
  background-color: var(--bs-menu-link-bg-color-here);
  color: var(--bs-menu-link-color-here);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-here-bg .menu-item.here > .menu-link .menu-title {
  color: var(--bs-menu-link-color-here);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-here-bg .menu-item.here > .menu-link .menu-icon,
.menu-here-bg .menu-item.here > .menu-link .menu-icon .svg-icon,
.menu-here-bg .menu-item.here > .menu-link .menu-icon i {
  color: var(--bs-menu-link-color-here);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-here-bg .menu-item.here > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-menu-link-color-here);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-here-bg .menu-item.here > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-here);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-here);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 232, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-root-here-bg > .menu-item.here > .menu-link {
  transition: color 0.2s ease;
  background-color: var(--bs-menu-link-bg-color-here);
  color: var(--bs-menu-link-color-here);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-root-here-bg > .menu-item.here > .menu-link .menu-title {
  color: var(--bs-menu-link-color-here);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-root-here-bg > .menu-item.here > .menu-link .menu-icon,
.menu-root-here-bg > .menu-item.here > .menu-link .menu-icon .svg-icon,
.menu-root-here-bg > .menu-item.here > .menu-link .menu-icon i {
  color: var(--bs-menu-link-color-here);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-root-here-bg > .menu-item.here > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-menu-link-color-here);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-root-here-bg > .menu-item.here > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-here);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-here);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

@media (min-width: 992px) {
  /* line 232, app/assets/stylesheets/theme/components/mixins/_menu.scss */
  .menu-root-here-bg-desktop > .menu-item.here > .menu-link {
    transition: color 0.2s ease;
    background-color: var(--bs-menu-link-bg-color-here);
    color: var(--bs-menu-link-color-here);
  }
  /* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
  .menu-root-here-bg-desktop > .menu-item.here > .menu-link .menu-title {
    color: var(--bs-menu-link-color-here);
  }
  /* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
  .menu-root-here-bg-desktop > .menu-item.here > .menu-link .menu-icon,
.menu-root-here-bg-desktop > .menu-item.here > .menu-link .menu-icon .svg-icon,
.menu-root-here-bg-desktop > .menu-item.here > .menu-link .menu-icon i {
    color: var(--bs-menu-link-color-here);
  }
  /* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
  .menu-root-here-bg-desktop > .menu-item.here > .menu-link .menu-bullet .bullet {
    background-color: var(--bs-menu-link-color-here);
  }
  /* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
  .menu-root-here-bg-desktop > .menu-item.here > .menu-link .menu-arrow:after {
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--bs-menu-link-color-here);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    /*rtl:begin:remove*/
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--bs-menu-link-color-here);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    /*rtl:end:remove*/
  }
}

/* line 223, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-show-bg .menu-item.show > .menu-link {
  transition: color 0.2s ease;
  background-color: var(--bs-menu-link-bg-color-show);
  color: var(--bs-menu-link-color-show);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-show-bg .menu-item.show > .menu-link .menu-title {
  color: var(--bs-menu-link-color-show);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-show-bg .menu-item.show > .menu-link .menu-icon,
.menu-show-bg .menu-item.show > .menu-link .menu-icon .svg-icon,
.menu-show-bg .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-menu-link-color-show);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-show-bg .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-menu-link-color-show);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-show-bg .menu-item.show > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-show);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-show%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-show%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-show);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-show%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-show%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 213, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-active-bg .menu-item .menu-link.active {
  transition: color 0.2s ease;
  background-color: var(--bs-menu-link-bg-color-active);
  color: var(--bs-menu-link-color-active);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-active-bg .menu-item .menu-link.active .menu-title {
  color: var(--bs-menu-link-color-active);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-active-bg .menu-item .menu-link.active .menu-icon,
.menu-active-bg .menu-item .menu-link.active .menu-icon .svg-icon,
.menu-active-bg .menu-item .menu-link.active .menu-icon i {
  color: var(--bs-menu-link-color-active);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-active-bg .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: var(--bs-menu-link-color-active);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-active-bg .menu-item .menu-link.active .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-active);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-active%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-active%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-active);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-active%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-active%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 198, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color 0.2s ease;
  background-color: var(--bs-menu-link-bg-color-hover);
  color: var(--bs-menu-link-color-hover);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-state-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
  color: var(--bs-menu-link-color-hover);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon,
.menu-state-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
.menu-state-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-state-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
.menu-state-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
.menu-state-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
  color: var(--bs-menu-link-color-hover);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-state-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
  background-color: var(--bs-menu-link-color-hover);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-state-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-hover);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-hover%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-hover%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-hover);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-hover%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-hover%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 232, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg .menu-item.here > .menu-link {
  transition: color 0.2s ease;
  background-color: var(--bs-menu-link-bg-color-here);
  color: var(--bs-menu-link-color-here);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg .menu-item.here > .menu-link .menu-title {
  color: var(--bs-menu-link-color-here);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg .menu-item.here > .menu-link .menu-icon,
.menu-state-bg .menu-item.here > .menu-link .menu-icon .svg-icon,
.menu-state-bg .menu-item.here > .menu-link .menu-icon i {
  color: var(--bs-menu-link-color-here);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg .menu-item.here > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-menu-link-color-here);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg .menu-item.here > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-here);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-here);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 223, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg .menu-item.show > .menu-link {
  transition: color 0.2s ease;
  background-color: var(--bs-menu-link-bg-color-show);
  color: var(--bs-menu-link-color-show);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg .menu-item.show > .menu-link .menu-title {
  color: var(--bs-menu-link-color-show);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg .menu-item.show > .menu-link .menu-icon,
.menu-state-bg .menu-item.show > .menu-link .menu-icon .svg-icon,
.menu-state-bg .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-menu-link-color-show);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-menu-link-color-show);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg .menu-item.show > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-show);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-show%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-show%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-show);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-show%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-show%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 213, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg .menu-item .menu-link.active {
  transition: color 0.2s ease;
  background-color: var(--bs-menu-link-bg-color-active);
  color: var(--bs-menu-link-color-active);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg .menu-item .menu-link.active .menu-title {
  color: var(--bs-menu-link-color-active);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg .menu-item .menu-link.active .menu-icon,
.menu-state-bg .menu-item .menu-link.active .menu-icon .svg-icon,
.menu-state-bg .menu-item .menu-link.active .menu-icon i {
  color: var(--bs-menu-link-color-active);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: var(--bs-menu-link-color-active);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg .menu-item .menu-link.active .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-active);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-active%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-active%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-active);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-active%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-active%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 198, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-color .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-color .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color 0.2s ease;
  color: var(--bs-menu-link-color-hover);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-color .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-state-color .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
  color: var(--bs-menu-link-color-hover);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-color .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon,
.menu-state-color .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
.menu-state-color .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-state-color .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
.menu-state-color .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
.menu-state-color .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
  color: var(--bs-menu-link-color-hover);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-color .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-state-color .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
  background-color: var(--bs-menu-link-color-hover);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-color .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-state-color .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-hover);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-hover%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-hover%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-hover);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-hover%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-hover%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 232, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-color .menu-item.here > .menu-link {
  transition: color 0.2s ease;
  color: var(--bs-menu-link-color-here);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-color .menu-item.here > .menu-link .menu-title {
  color: var(--bs-menu-link-color-here);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-color .menu-item.here > .menu-link .menu-icon,
.menu-state-color .menu-item.here > .menu-link .menu-icon .svg-icon,
.menu-state-color .menu-item.here > .menu-link .menu-icon i {
  color: var(--bs-menu-link-color-here);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-color .menu-item.here > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-menu-link-color-here);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-color .menu-item.here > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-here);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-here);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 223, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-color .menu-item.show > .menu-link {
  transition: color 0.2s ease;
  color: var(--bs-menu-link-color-show);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-color .menu-item.show > .menu-link .menu-title {
  color: var(--bs-menu-link-color-show);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-color .menu-item.show > .menu-link .menu-icon,
.menu-state-color .menu-item.show > .menu-link .menu-icon .svg-icon,
.menu-state-color .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-menu-link-color-show);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-color .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-menu-link-color-show);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-color .menu-item.show > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-show);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-show%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-show%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-show);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-show%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-show%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 213, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-color .menu-item .menu-link.active {
  transition: color 0.2s ease;
  color: var(--bs-menu-link-color-active);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-color .menu-item .menu-link.active .menu-title {
  color: var(--bs-menu-link-color-active);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-color .menu-item .menu-link.active .menu-icon,
.menu-state-color .menu-item .menu-link.active .menu-icon .svg-icon,
.menu-state-color .menu-item .menu-link.active .menu-icon i {
  color: var(--bs-menu-link-color-active);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-color .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: var(--bs-menu-link-color-active);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-color .menu-item .menu-link.active .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-active);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-active%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-active%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-active);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-active%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-active%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 198, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-hover-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-hover-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color 0.2s ease;
  background-color: var(--bs-primary);
  color: var(--bs-primary-inverse);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-hover-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-hover-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
  color: var(--bs-primary-inverse);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-hover-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon,
.menu-hover-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
.menu-hover-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-hover-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
.menu-hover-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
.menu-hover-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
  color: var(--bs-primary-inverse);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-hover-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-hover-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
  background-color: var(--bs-primary-inverse);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-hover-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-hover-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 223, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-show-bg-primary .menu-item.show > .menu-link {
  transition: color 0.2s ease;
  background-color: var(--bs-primary);
  color: var(--bs-primary-inverse);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-show-bg-primary .menu-item.show > .menu-link .menu-title {
  color: var(--bs-primary-inverse);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-show-bg-primary .menu-item.show > .menu-link .menu-icon,
.menu-show-bg-primary .menu-item.show > .menu-link .menu-icon .svg-icon,
.menu-show-bg-primary .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-primary-inverse);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-show-bg-primary .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary-inverse);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-show-bg-primary .menu-item.show > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 232, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-here-bg-primary .menu-item.here > .menu-link {
  transition: color 0.2s ease;
  background-color: var(--bs-primary);
  color: var(--bs-primary-inverse);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-here-bg-primary .menu-item.here > .menu-link .menu-title {
  color: var(--bs-primary-inverse);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-here-bg-primary .menu-item.here > .menu-link .menu-icon,
.menu-here-bg-primary .menu-item.here > .menu-link .menu-icon .svg-icon,
.menu-here-bg-primary .menu-item.here > .menu-link .menu-icon i {
  color: var(--bs-primary-inverse);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-here-bg-primary .menu-item.here > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary-inverse);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-here-bg-primary .menu-item.here > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 213, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-active-bg-primary .menu-item .menu-link.active {
  transition: color 0.2s ease;
  background-color: var(--bs-primary);
  color: var(--bs-primary-inverse);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-active-bg-primary .menu-item .menu-link.active .menu-title {
  color: var(--bs-primary-inverse);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-active-bg-primary .menu-item .menu-link.active .menu-icon,
.menu-active-bg-primary .menu-item .menu-link.active .menu-icon .svg-icon,
.menu-active-bg-primary .menu-item .menu-link.active .menu-icon i {
  color: var(--bs-primary-inverse);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-active-bg-primary .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: var(--bs-primary-inverse);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-active-bg-primary .menu-item .menu-link.active .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 198, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color 0.2s ease;
  background-color: var(--bs-primary);
  color: var(--bs-primary-inverse);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-state-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
  color: var(--bs-primary-inverse);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon,
.menu-state-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
.menu-state-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-state-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
.menu-state-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
.menu-state-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
  color: var(--bs-primary-inverse);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-state-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
  background-color: var(--bs-primary-inverse);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-state-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 223, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-primary .menu-item.show > .menu-link {
  transition: color 0.2s ease;
  background-color: var(--bs-primary);
  color: var(--bs-primary-inverse);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-primary .menu-item.show > .menu-link .menu-title {
  color: var(--bs-primary-inverse);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-primary .menu-item.show > .menu-link .menu-icon,
.menu-state-bg-primary .menu-item.show > .menu-link .menu-icon .svg-icon,
.menu-state-bg-primary .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-primary-inverse);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-primary .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary-inverse);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-primary .menu-item.show > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 232, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-primary .menu-item.here > .menu-link {
  transition: color 0.2s ease;
  background-color: var(--bs-primary);
  color: var(--bs-primary-inverse);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-primary .menu-item.here > .menu-link .menu-title {
  color: var(--bs-primary-inverse);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-primary .menu-item.here > .menu-link .menu-icon,
.menu-state-bg-primary .menu-item.here > .menu-link .menu-icon .svg-icon,
.menu-state-bg-primary .menu-item.here > .menu-link .menu-icon i {
  color: var(--bs-primary-inverse);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-primary .menu-item.here > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary-inverse);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-primary .menu-item.here > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 213, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-primary .menu-item .menu-link.active {
  transition: color 0.2s ease;
  background-color: var(--bs-primary);
  color: var(--bs-primary-inverse);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-primary .menu-item .menu-link.active .menu-title {
  color: var(--bs-primary-inverse);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-primary .menu-item .menu-link.active .menu-icon,
.menu-state-bg-primary .menu-item .menu-link.active .menu-icon .svg-icon,
.menu-state-bg-primary .menu-item .menu-link.active .menu-icon i {
  color: var(--bs-primary-inverse);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-primary .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: var(--bs-primary-inverse);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-primary .menu-item .menu-link.active .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 223, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-primary .menu-item.show > .menu-link {
  transition: color 0.2s ease;
  background-color: var(--bs-primary);
  color: var(--bs-primary-inverse);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-primary .menu-item.show > .menu-link .menu-title {
  color: var(--bs-primary-inverse);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-primary .menu-item.show > .menu-link .menu-icon,
.menu-state-bg-primary .menu-item.show > .menu-link .menu-icon .svg-icon,
.menu-state-bg-primary .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-primary-inverse);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-primary .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary-inverse);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-primary .menu-item.show > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 223, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-show-bg-light-primary .menu-item.show > .menu-link {
  transition: color 0.2s ease;
  background-color: var(--bs-primary-light);
  color: var(--bs-primary);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-show-bg-light-primary .menu-item.show > .menu-link .menu-title {
  color: var(--bs-primary);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-show-bg-light-primary .menu-item.show > .menu-link .menu-icon,
.menu-show-bg-light-primary .menu-item.show > .menu-link .menu-icon .svg-icon,
.menu-show-bg-light-primary .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-primary);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-show-bg-light-primary .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-show-bg-light-primary .menu-item.show > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 232, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-here-bg-light-primary .menu-item.here > .menu-link {
  transition: color 0.2s ease;
  background-color: var(--bs-primary-light);
  color: var(--bs-primary);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-here-bg-light-primary .menu-item.here > .menu-link .menu-title {
  color: var(--bs-primary);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-here-bg-light-primary .menu-item.here > .menu-link .menu-icon,
.menu-here-bg-light-primary .menu-item.here > .menu-link .menu-icon .svg-icon,
.menu-here-bg-light-primary .menu-item.here > .menu-link .menu-icon i {
  color: var(--bs-primary);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-here-bg-light-primary .menu-item.here > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-here-bg-light-primary .menu-item.here > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 198, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-hover-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-hover-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color 0.2s ease;
  background-color: var(--bs-primary-light);
  color: var(--bs-primary);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-hover-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-hover-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
  color: var(--bs-primary);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-hover-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon,
.menu-hover-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
.menu-hover-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-hover-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
.menu-hover-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
.menu-hover-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
  color: var(--bs-primary);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-hover-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-hover-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-hover-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-hover-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 213, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-active-bg-light-primary .menu-item .menu-link.active {
  transition: color 0.2s ease;
  background-color: var(--bs-primary-light);
  color: var(--bs-primary);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-active-bg-light-primary .menu-item .menu-link.active .menu-title {
  color: var(--bs-primary);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-active-bg-light-primary .menu-item .menu-link.active .menu-icon,
.menu-active-bg-light-primary .menu-item .menu-link.active .menu-icon .svg-icon,
.menu-active-bg-light-primary .menu-item .menu-link.active .menu-icon i {
  color: var(--bs-primary);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-active-bg-light-primary .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-active-bg-light-primary .menu-item .menu-link.active .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 223, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-light-primary .menu-item.show > .menu-link {
  transition: color 0.2s ease;
  background-color: var(--bs-primary-light);
  color: var(--bs-primary);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-light-primary .menu-item.show > .menu-link .menu-title {
  color: var(--bs-primary);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-light-primary .menu-item.show > .menu-link .menu-icon,
.menu-state-bg-light-primary .menu-item.show > .menu-link .menu-icon .svg-icon,
.menu-state-bg-light-primary .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-primary);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-light-primary .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-light-primary .menu-item.show > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 232, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-light-primary .menu-item.here > .menu-link {
  transition: color 0.2s ease;
  background-color: var(--bs-primary-light);
  color: var(--bs-primary);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-light-primary .menu-item.here > .menu-link .menu-title {
  color: var(--bs-primary);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-light-primary .menu-item.here > .menu-link .menu-icon,
.menu-state-bg-light-primary .menu-item.here > .menu-link .menu-icon .svg-icon,
.menu-state-bg-light-primary .menu-item.here > .menu-link .menu-icon i {
  color: var(--bs-primary);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-light-primary .menu-item.here > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-light-primary .menu-item.here > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 198, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color 0.2s ease;
  background-color: var(--bs-primary-light);
  color: var(--bs-primary);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-state-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
  color: var(--bs-primary);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon,
.menu-state-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
.menu-state-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-state-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
.menu-state-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
.menu-state-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
  color: var(--bs-primary);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-state-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-state-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 213, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-light-primary .menu-item .menu-link.active {
  transition: color 0.2s ease;
  background-color: var(--bs-primary-light);
  color: var(--bs-primary);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-light-primary .menu-item .menu-link.active .menu-title {
  color: var(--bs-primary);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-light-primary .menu-item .menu-link.active .menu-icon,
.menu-state-bg-light-primary .menu-item .menu-link.active .menu-icon .svg-icon,
.menu-state-bg-light-primary .menu-item .menu-link.active .menu-icon i {
  color: var(--bs-primary);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-light-primary .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bg-light-primary .menu-item .menu-link.active .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 198, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-hover-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-hover-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color 0.2s ease;
  color: var(--bs-primary);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-hover-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-hover-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
  color: var(--bs-primary);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-hover-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon,
.menu-hover-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
.menu-hover-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-hover-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
.menu-hover-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
.menu-hover-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
  color: var(--bs-primary);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-hover-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-hover-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-hover-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-hover-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 223, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-show-primary .menu-item.show > .menu-link {
  transition: color 0.2s ease;
  color: var(--bs-primary);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-show-primary .menu-item.show > .menu-link .menu-title {
  color: var(--bs-primary);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-show-primary .menu-item.show > .menu-link .menu-icon,
.menu-show-primary .menu-item.show > .menu-link .menu-icon .svg-icon,
.menu-show-primary .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-primary);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-show-primary .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-show-primary .menu-item.show > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 232, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-here-primary .menu-item.here > .menu-link {
  transition: color 0.2s ease;
  color: var(--bs-primary);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-here-primary .menu-item.here > .menu-link .menu-title {
  color: var(--bs-primary);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-here-primary .menu-item.here > .menu-link .menu-icon,
.menu-here-primary .menu-item.here > .menu-link .menu-icon .svg-icon,
.menu-here-primary .menu-item.here > .menu-link .menu-icon i {
  color: var(--bs-primary);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-here-primary .menu-item.here > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-here-primary .menu-item.here > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 213, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-active-primary .menu-item .menu-link.active {
  transition: color 0.2s ease;
  color: var(--bs-primary);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-active-primary .menu-item .menu-link.active .menu-title {
  color: var(--bs-primary);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-active-primary .menu-item .menu-link.active .menu-icon,
.menu-active-primary .menu-item .menu-link.active .menu-icon .svg-icon,
.menu-active-primary .menu-item .menu-link.active .menu-icon i {
  color: var(--bs-primary);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-active-primary .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-active-primary .menu-item .menu-link.active .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 198, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color 0.2s ease;
  color: var(--bs-primary);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
  color: var(--bs-primary);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon,
.menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
.menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
.menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
.menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
  color: var(--bs-primary);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 223, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-primary .menu-item.show > .menu-link {
  transition: color 0.2s ease;
  color: var(--bs-primary);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-primary .menu-item.show > .menu-link .menu-title {
  color: var(--bs-primary);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-primary .menu-item.show > .menu-link .menu-icon,
.menu-state-primary .menu-item.show > .menu-link .menu-icon .svg-icon,
.menu-state-primary .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-primary);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-primary .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-primary .menu-item.show > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 232, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-primary .menu-item.here > .menu-link {
  transition: color 0.2s ease;
  color: var(--bs-primary);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-primary .menu-item.here > .menu-link .menu-title {
  color: var(--bs-primary);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-primary .menu-item.here > .menu-link .menu-icon,
.menu-state-primary .menu-item.here > .menu-link .menu-icon .svg-icon,
.menu-state-primary .menu-item.here > .menu-link .menu-icon i {
  color: var(--bs-primary);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-primary .menu-item.here > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-primary .menu-item.here > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 213, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-primary .menu-item .menu-link.active {
  transition: color 0.2s ease;
  color: var(--bs-primary);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-primary .menu-item .menu-link.active .menu-title {
  color: var(--bs-primary);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-primary .menu-item .menu-link.active .menu-icon,
.menu-state-primary .menu-item .menu-link.active .menu-icon .svg-icon,
.menu-state-primary .menu-item .menu-link.active .menu-icon i {
  color: var(--bs-primary);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-primary .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-primary .menu-item .menu-link.active .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 198, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-dark .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-dark .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color 0.2s ease;
  color: var(--bs-dark);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-dark .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-state-dark .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
  color: var(--bs-dark);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-dark .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon,
.menu-state-dark .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
.menu-state-dark .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-state-dark .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
.menu-state-dark .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
.menu-state-dark .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
  color: var(--bs-dark);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-dark .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-state-dark .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
  background-color: var(--bs-dark);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-dark .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-state-dark .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-dark);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-dark);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 223, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-dark .menu-item.show > .menu-link {
  transition: color 0.2s ease;
  color: var(--bs-dark);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-dark .menu-item.show > .menu-link .menu-title {
  color: var(--bs-dark);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-dark .menu-item.show > .menu-link .menu-icon,
.menu-state-dark .menu-item.show > .menu-link .menu-icon .svg-icon,
.menu-state-dark .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-dark);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-dark .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-dark);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-dark .menu-item.show > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-dark);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-dark);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 232, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-dark .menu-item.here > .menu-link {
  transition: color 0.2s ease;
  color: var(--bs-dark);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-dark .menu-item.here > .menu-link .menu-title {
  color: var(--bs-dark);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-dark .menu-item.here > .menu-link .menu-icon,
.menu-state-dark .menu-item.here > .menu-link .menu-icon .svg-icon,
.menu-state-dark .menu-item.here > .menu-link .menu-icon i {
  color: var(--bs-dark);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-dark .menu-item.here > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-dark);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-dark .menu-item.here > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-dark);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-dark);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 213, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-dark .menu-item .menu-link.active {
  transition: color 0.2s ease;
  color: var(--bs-dark);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-dark .menu-item .menu-link.active .menu-title {
  color: var(--bs-dark);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-dark .menu-item .menu-link.active .menu-icon,
.menu-state-dark .menu-item .menu-link.active .menu-icon .svg-icon,
.menu-state-dark .menu-item .menu-link.active .menu-icon i {
  color: var(--bs-dark);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-dark .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: var(--bs-dark);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-dark .menu-item .menu-link.active .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-dark);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-dark);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 198, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-gray-900 .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-gray-900 .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color 0.2s ease;
  color: var(--bs-gray-900);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-gray-900 .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-state-gray-900 .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
  color: var(--bs-gray-900);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-gray-900 .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon,
.menu-state-gray-900 .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
.menu-state-gray-900 .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-state-gray-900 .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
.menu-state-gray-900 .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
.menu-state-gray-900 .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
  color: var(--bs-gray-900);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-gray-900 .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-state-gray-900 .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
  background-color: var(--bs-gray-900);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-gray-900 .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-state-gray-900 .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-900);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-900%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-900%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-900);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-900%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-900%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 223, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-gray-900 .menu-item.show > .menu-link {
  transition: color 0.2s ease;
  color: var(--bs-gray-900);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-gray-900 .menu-item.show > .menu-link .menu-title {
  color: var(--bs-gray-900);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-gray-900 .menu-item.show > .menu-link .menu-icon,
.menu-state-gray-900 .menu-item.show > .menu-link .menu-icon .svg-icon,
.menu-state-gray-900 .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-gray-900);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-gray-900 .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-gray-900);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-gray-900 .menu-item.show > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-900);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-900%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-900%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-900);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-900%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-900%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 232, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-gray-900 .menu-item.here > .menu-link {
  transition: color 0.2s ease;
  color: var(--bs-gray-900);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-gray-900 .menu-item.here > .menu-link .menu-title {
  color: var(--bs-gray-900);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-gray-900 .menu-item.here > .menu-link .menu-icon,
.menu-state-gray-900 .menu-item.here > .menu-link .menu-icon .svg-icon,
.menu-state-gray-900 .menu-item.here > .menu-link .menu-icon i {
  color: var(--bs-gray-900);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-gray-900 .menu-item.here > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-gray-900);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-gray-900 .menu-item.here > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-900);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-900%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-900%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-900);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-900%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-900%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 213, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-gray-900 .menu-item .menu-link.active {
  transition: color 0.2s ease;
  color: var(--bs-gray-900);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-gray-900 .menu-item .menu-link.active .menu-title {
  color: var(--bs-gray-900);
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-gray-900 .menu-item .menu-link.active .menu-icon,
.menu-state-gray-900 .menu-item .menu-link.active .menu-icon .svg-icon,
.menu-state-gray-900 .menu-item .menu-link.active .menu-icon i {
  color: var(--bs-gray-900);
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-gray-900 .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: var(--bs-gray-900);
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-gray-900 .menu-item .menu-link.active .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-900);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-900%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-900%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-900);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-900%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-900%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 198, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-hover-title-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-hover-title-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color 0.2s ease;
  color: var(--bs-primary);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-hover-title-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-hover-title-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
  color: var(--bs-primary);
}

/* line 232, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-here-title-primary .menu-item.here > .menu-link {
  transition: color 0.2s ease;
  color: var(--bs-primary);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-here-title-primary .menu-item.here > .menu-link .menu-title {
  color: var(--bs-primary);
}

/* line 223, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-show-title-primary .menu-item.show > .menu-link {
  transition: color 0.2s ease;
  color: var(--bs-primary);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-show-title-primary .menu-item.show > .menu-link .menu-title {
  color: var(--bs-primary);
}

/* line 213, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-active-title-primary .menu-item .menu-link.active {
  transition: color 0.2s ease;
  color: var(--bs-primary);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-active-title-primary .menu-item .menu-link.active .menu-title {
  color: var(--bs-primary);
}

/* line 198, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-title-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-title-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color 0.2s ease;
  color: var(--bs-primary);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-title-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-state-title-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
  color: var(--bs-primary);
}

/* line 232, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-title-primary .menu-item.here > .menu-link {
  transition: color 0.2s ease;
  color: var(--bs-primary);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-title-primary .menu-item.here > .menu-link .menu-title {
  color: var(--bs-primary);
}

/* line 223, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-title-primary .menu-item.show > .menu-link {
  transition: color 0.2s ease;
  color: var(--bs-primary);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-title-primary .menu-item.show > .menu-link .menu-title {
  color: var(--bs-primary);
}

/* line 213, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-title-primary .menu-item .menu-link.active {
  transition: color 0.2s ease;
  color: var(--bs-primary);
}

/* line 143, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-title-primary .menu-item .menu-link.active .menu-title {
  color: var(--bs-primary);
}

/* line 198, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-hover-icon-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-hover-icon-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color 0.2s ease;
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-hover-icon-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon,
.menu-hover-icon-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
.menu-hover-icon-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-hover-icon-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
.menu-hover-icon-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
.menu-hover-icon-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
  color: var(--bs-primary);
}

/* line 232, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-here-icon-primary .menu-item.here > .menu-link {
  transition: color 0.2s ease;
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-here-icon-primary .menu-item.here > .menu-link .menu-icon,
.menu-here-icon-primary .menu-item.here > .menu-link .menu-icon .svg-icon,
.menu-here-icon-primary .menu-item.here > .menu-link .menu-icon i {
  color: var(--bs-primary);
}

/* line 223, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-show-icon-primary .menu-item.show > .menu-link {
  transition: color 0.2s ease;
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-show-icon-primary .menu-item.show > .menu-link .menu-icon,
.menu-show-icon-primary .menu-item.show > .menu-link .menu-icon .svg-icon,
.menu-show-icon-primary .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-primary);
}

/* line 213, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-active-icon-primary .menu-item .menu-link.active {
  transition: color 0.2s ease;
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-active-icon-primary .menu-item .menu-link.active .menu-icon,
.menu-active-icon-primary .menu-item .menu-link.active .menu-icon .svg-icon,
.menu-active-icon-primary .menu-item .menu-link.active .menu-icon i {
  color: var(--bs-primary);
}

/* line 198, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-icon-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-icon-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color 0.2s ease;
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-icon-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon,
.menu-state-icon-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
.menu-state-icon-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-state-icon-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
.menu-state-icon-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
.menu-state-icon-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
  color: var(--bs-primary);
}

/* line 232, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-icon-primary .menu-item.here > .menu-link {
  transition: color 0.2s ease;
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-icon-primary .menu-item.here > .menu-link .menu-icon,
.menu-state-icon-primary .menu-item.here > .menu-link .menu-icon .svg-icon,
.menu-state-icon-primary .menu-item.here > .menu-link .menu-icon i {
  color: var(--bs-primary);
}

/* line 223, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-icon-primary .menu-item.show > .menu-link {
  transition: color 0.2s ease;
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-icon-primary .menu-item.show > .menu-link .menu-icon,
.menu-state-icon-primary .menu-item.show > .menu-link .menu-icon .svg-icon,
.menu-state-icon-primary .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-primary);
}

/* line 213, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-icon-primary .menu-item .menu-link.active {
  transition: color 0.2s ease;
}

/* line 150, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-icon-primary .menu-item .menu-link.active .menu-icon,
.menu-state-icon-primary .menu-item .menu-link.active .menu-icon .svg-icon,
.menu-state-icon-primary .menu-item .menu-link.active .menu-icon i {
  color: var(--bs-primary);
}

/* line 198, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-hover-bullet-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-hover-bullet-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color 0.2s ease;
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-hover-bullet-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-hover-bullet-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 223, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-show-bullet-primary .menu-item.show > .menu-link {
  transition: color 0.2s ease;
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-show-bullet-primary .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 232, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-here-bullet-primary .menu-item.here > .menu-link {
  transition: color 0.2s ease;
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-here-bullet-primary .menu-item.here > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 213, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-active-bullet-primary .menu-item .menu-link.active {
  transition: color 0.2s ease;
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-active-bullet-primary .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 198, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bullet-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-bullet-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color 0.2s ease;
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bullet-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-state-bullet-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 232, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bullet-primary .menu-item.here > .menu-link {
  transition: color 0.2s ease;
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bullet-primary .menu-item.here > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 223, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bullet-primary .menu-item.show > .menu-link {
  transition: color 0.2s ease;
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bullet-primary .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 213, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bullet-primary .menu-item .menu-link.active {
  transition: color 0.2s ease;
}

/* line 160, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-bullet-primary .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 198, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-hover-arrow-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-hover-arrow-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color 0.2s ease;
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-hover-arrow-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-hover-arrow-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 232, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-here-arrow-primary .menu-item.here > .menu-link {
  transition: color 0.2s ease;
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-here-arrow-primary .menu-item.here > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 223, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-show-arrow-primary .menu-item.show > .menu-link {
  transition: color 0.2s ease;
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-show-arrow-primary .menu-item.show > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 213, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-active-arrow-primary .menu-item .menu-link.active {
  transition: color 0.2s ease;
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-active-arrow-primary .menu-item .menu-link.active .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 198, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-arrow-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-arrow-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color 0.2s ease;
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-arrow-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-state-arrow-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 232, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-arrow-primary .menu-item.here > .menu-link {
  transition: color 0.2s ease;
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-arrow-primary .menu-item.here > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 223, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-arrow-primary .menu-item.show > .menu-link {
  transition: color 0.2s ease;
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-arrow-primary .menu-item.show > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 213, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-arrow-primary .menu-item .menu-link.active {
  transition: color 0.2s ease;
}

/* line 168, app/assets/stylesheets/theme/components/mixins/_menu.scss */
.menu-state-arrow-primary .menu-item .menu-link.active .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  /*rtl:begin:remove*/
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  /*rtl:end:remove*/
}

/* line 5, app/assets/stylesheets/theme/components/_anchor.scss */
.anchor {
  display: flex;
  align-items: center;
}

/* line 9, app/assets/stylesheets/theme/components/_anchor.scss */
.anchor a {
  position: relative;
  display: none;
  align-items: center;
  justify-content: flex-start;
  height: 1em;
  width: 1.25em;
  margin-left: -1.25em;
  font-weight: 500;
  font-size: 0.8em;
  color: var(--bs-text-muted);
  transition: all 0.2s ease-in-out;
}

/* line 22, app/assets/stylesheets/theme/components/_anchor.scss */
.anchor a:before {
  content: '#';
}

/* line 28, app/assets/stylesheets/theme/components/_anchor.scss */
.anchor:hover a {
  display: flex;
}

/* line 31, app/assets/stylesheets/theme/components/_anchor.scss */
.anchor:hover a:hover {
  color: var(--bs-primary);
  transition: all 0.2s ease-in-out;
}

/* line 6, app/assets/stylesheets/theme/components/_card.scss */
.card {
  --bs-card-box-shadow: var(--bs-root-card-box-shadow);
  --bs-card-border-color: var(--bs-root-card-border-color);
  border: 0;
}

/* line 17, app/assets/stylesheets/theme/components/_card.scss */
.card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  min-height: 70px;
  padding: 0 2.25rem;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-border-width) solid var(--bs-card-border-color);
}

/* line 29, app/assets/stylesheets/theme/components/_card.scss */
.card .card-header .card-title {
  display: flex;
  align-items: center;
  margin: 0.5rem;
  margin-left: 0;
}

/* line 35, app/assets/stylesheets/theme/components/_card.scss */
.card .card-header .card-title.flex-column {
  align-items: flex-start;
  justify-content: center;
}

/* line 40, app/assets/stylesheets/theme/components/_card.scss */
.card .card-header .card-title .card-icon {
  margin-right: 0.75rem;
  line-height: 0;
}

/* line 44, app/assets/stylesheets/theme/components/_card.scss */
.card .card-header .card-title .card-icon i {
  font-size: 1.25rem;
  color: var(--bs-gray-600);
  line-height: 0;
}

/* line 49, app/assets/stylesheets/theme/components/_card.scss */
.card .card-header .card-title .card-icon i:after, .card .card-header .card-title .card-icon i:before {
  line-height: 0;
}

/* line 55, app/assets/stylesheets/theme/components/_card.scss */
.card .card-header .card-title .card-icon .svg-icon {
  color: var(--bs-gray-600);
}

/* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
.card .card-header .card-title .card-icon .svg-icon svg {
  height: 24px;
  width: 24px;
}

/* line 61, app/assets/stylesheets/theme/components/_card.scss */
.card .card-header .card-title,
.card .card-header .card-title .card-label {
  font-weight: 500;
  font-size: 1.275rem;
  color: var(--bs-text-gray-900);
}

/* line 68, app/assets/stylesheets/theme/components/_card.scss */
.card .card-header .card-title .card-label {
  margin: 0 0.75rem 0 0;
  flex-wrap: wrap;
}

/* line 74, app/assets/stylesheets/theme/components/_card.scss */
.card .card-header .card-title small, .card .card-header .card-title .small {
  color: var(--bs-text-muted);
  font-size: 1rem;
}

/* line 80, app/assets/stylesheets/theme/components/_card.scss */
.card .card-header .card-title h1, .card .card-header .card-title .h1, .card .card-header .card-title h2, .card .card-header .card-title .h2, .card .card-header .card-title h3, .card .card-header .card-title .h3, .card .card-header .card-title h4, .card .card-header .card-title .h4, .card .card-header .card-title h5, .card .card-header .card-title .h5, .card .card-header .card-title h6, .card .card-header .card-title .h6 {
  margin-bottom: 0;
}

/* line 86, app/assets/stylesheets/theme/components/_card.scss */
.card .card-header .card-toolbar {
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
  flex-wrap: wrap;
}

/* line 95, app/assets/stylesheets/theme/components/_card.scss */
.card .card-body {
  padding: 2rem 2.25rem;
  color: var(--bs-card-color);
}

/* line 101, app/assets/stylesheets/theme/components/_card.scss */
.card .card-footer {
  padding: 2rem 2.25rem;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-border-width) solid var(--bs-card-border-color);
}

/* line 109, app/assets/stylesheets/theme/components/_card.scss */
.card .card-scroll {
  position: relative;
  overflow: auto;
}

/* line 116, app/assets/stylesheets/theme/components/_card.scss */
.card.card-px-0 .card-header,
.card.card-px-0 .card-body,
.card.card-px-0 .card-footer {
  padding-left: 0;
  padding-right: 0;
}

/* line 125, app/assets/stylesheets/theme/components/_card.scss */
.card.card-py-0 .card-header,
.card.card-py-0 .card-body,
.card.card-py-0 .card-footer {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 134, app/assets/stylesheets/theme/components/_card.scss */
.card.card-p-0 .card-header,
.card.card-p-0 .card-body,
.card.card-p-0 .card-footer {
  padding: 0;
}

/* line 142, app/assets/stylesheets/theme/components/_card.scss */
.card.card-dashed {
  box-shadow: none;
  border: var(--bs-border-width) dashed var(--bs-border-dashed-color);
}

/* line 146, app/assets/stylesheets/theme/components/_card.scss */
.card.card-dashed > .card-header {
  border-bottom: 1px dashed var(--bs-border-dashed-color);
}

/* line 150, app/assets/stylesheets/theme/components/_card.scss */
.card.card-dashed > .card-footer {
  border-top: 1px dashed var(--bs-border-dashed-color);
}

/* line 156, app/assets/stylesheets/theme/components/_card.scss */
.card.card-bordered {
  box-shadow: none;
  border: var(--bs-border-width) solid var(--bs-border-color-translucent);
}

/* line 163, app/assets/stylesheets/theme/components/_card.scss */
.card.card-flush > .card-header {
  border-bottom: 0 !important;
}

/* line 167, app/assets/stylesheets/theme/components/_card.scss */
.card.card-flush > .card-footer {
  border-top: 0 !important;
}

/* line 173, app/assets/stylesheets/theme/components/_card.scss */
.card.card-shadow {
  box-shadow: var(--bs-card-box-shadow);
  border: 0;
}

/* line 179, app/assets/stylesheets/theme/components/_card.scss */
.card.card-reset {
  border: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

/* line 184, app/assets/stylesheets/theme/components/_card.scss */
.card.card-reset > .card-header {
  border-bottom: 0 !important;
}

/* line 188, app/assets/stylesheets/theme/components/_card.scss */
.card.card-reset > .card-footer {
  border-top: 0 !important;
}

/* line 194, app/assets/stylesheets/theme/components/_card.scss */
.card.card-borderless {
  border: 0 !important;
}

/* line 197, app/assets/stylesheets/theme/components/_card.scss */
.card.card-borderless > .card-header {
  border-bottom: 0 !important;
}

/* line 201, app/assets/stylesheets/theme/components/_card.scss */
.card.card-borderless > .card-footer {
  border-top: 0 !important;
}

/* line 207, app/assets/stylesheets/theme/components/_card.scss */
.card.card-border-0 {
  border: 0 !important;
}

/* line 219, app/assets/stylesheets/theme/components/_card.scss */
.card.card-stretch {
  height: calc(100% - var(--bs-gutter-y));
}

/* line 224, app/assets/stylesheets/theme/components/_card.scss */
.card.card-stretch-75 {
  height: calc(75% - var(--bs-gutter-y));
}

/* line 229, app/assets/stylesheets/theme/components/_card.scss */
.card.card-stretch-50 {
  height: calc(50% - var(--bs-gutter-y));
}

/* line 234, app/assets/stylesheets/theme/components/_card.scss */
.card.card-stretch-33 {
  height: calc(33.333% - var(--bs-gutter-y));
}

/* line 239, app/assets/stylesheets/theme/components/_card.scss */
.card.card-stretch-25 {
  height: calc(25% - var(--bs-gutter-y));
}

/* line 244, app/assets/stylesheets/theme/components/_card.scss */
.card .card-header-stretch {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  align-items: stretch;
}

/* line 249, app/assets/stylesheets/theme/components/_card.scss */
.card .card-header-stretch .card-toolbar {
  margin: 0;
  align-items: stretch;
}

@media (min-width: 576px) {
  /* line 219, app/assets/stylesheets/theme/components/_card.scss */
  .card.card-sm-stretch {
    height: calc(100% - var(--bs-gutter-y));
  }
  /* line 224, app/assets/stylesheets/theme/components/_card.scss */
  .card.card-sm-stretch-75 {
    height: calc(75% - var(--bs-gutter-y));
  }
  /* line 229, app/assets/stylesheets/theme/components/_card.scss */
  .card.card-sm-stretch-50 {
    height: calc(50% - var(--bs-gutter-y));
  }
  /* line 234, app/assets/stylesheets/theme/components/_card.scss */
  .card.card-sm-stretch-33 {
    height: calc(33.333% - var(--bs-gutter-y));
  }
  /* line 239, app/assets/stylesheets/theme/components/_card.scss */
  .card.card-sm-stretch-25 {
    height: calc(25% - var(--bs-gutter-y));
  }
  /* line 244, app/assets/stylesheets/theme/components/_card.scss */
  .card .card-header-sm-stretch {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch;
  }
  /* line 249, app/assets/stylesheets/theme/components/_card.scss */
  .card .card-header-sm-stretch .card-toolbar {
    margin: 0;
    align-items: stretch;
  }
}

@media (min-width: 768px) {
  /* line 219, app/assets/stylesheets/theme/components/_card.scss */
  .card.card-md-stretch {
    height: calc(100% - var(--bs-gutter-y));
  }
  /* line 224, app/assets/stylesheets/theme/components/_card.scss */
  .card.card-md-stretch-75 {
    height: calc(75% - var(--bs-gutter-y));
  }
  /* line 229, app/assets/stylesheets/theme/components/_card.scss */
  .card.card-md-stretch-50 {
    height: calc(50% - var(--bs-gutter-y));
  }
  /* line 234, app/assets/stylesheets/theme/components/_card.scss */
  .card.card-md-stretch-33 {
    height: calc(33.333% - var(--bs-gutter-y));
  }
  /* line 239, app/assets/stylesheets/theme/components/_card.scss */
  .card.card-md-stretch-25 {
    height: calc(25% - var(--bs-gutter-y));
  }
  /* line 244, app/assets/stylesheets/theme/components/_card.scss */
  .card .card-header-md-stretch {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch;
  }
  /* line 249, app/assets/stylesheets/theme/components/_card.scss */
  .card .card-header-md-stretch .card-toolbar {
    margin: 0;
    align-items: stretch;
  }
}

@media (min-width: 992px) {
  /* line 219, app/assets/stylesheets/theme/components/_card.scss */
  .card.card-lg-stretch {
    height: calc(100% - var(--bs-gutter-y));
  }
  /* line 224, app/assets/stylesheets/theme/components/_card.scss */
  .card.card-lg-stretch-75 {
    height: calc(75% - var(--bs-gutter-y));
  }
  /* line 229, app/assets/stylesheets/theme/components/_card.scss */
  .card.card-lg-stretch-50 {
    height: calc(50% - var(--bs-gutter-y));
  }
  /* line 234, app/assets/stylesheets/theme/components/_card.scss */
  .card.card-lg-stretch-33 {
    height: calc(33.333% - var(--bs-gutter-y));
  }
  /* line 239, app/assets/stylesheets/theme/components/_card.scss */
  .card.card-lg-stretch-25 {
    height: calc(25% - var(--bs-gutter-y));
  }
  /* line 244, app/assets/stylesheets/theme/components/_card.scss */
  .card .card-header-lg-stretch {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch;
  }
  /* line 249, app/assets/stylesheets/theme/components/_card.scss */
  .card .card-header-lg-stretch .card-toolbar {
    margin: 0;
    align-items: stretch;
  }
}

@media (min-width: 1200px) {
  /* line 219, app/assets/stylesheets/theme/components/_card.scss */
  .card.card-xl-stretch {
    height: calc(100% - var(--bs-gutter-y));
  }
  /* line 224, app/assets/stylesheets/theme/components/_card.scss */
  .card.card-xl-stretch-75 {
    height: calc(75% - var(--bs-gutter-y));
  }
  /* line 229, app/assets/stylesheets/theme/components/_card.scss */
  .card.card-xl-stretch-50 {
    height: calc(50% - var(--bs-gutter-y));
  }
  /* line 234, app/assets/stylesheets/theme/components/_card.scss */
  .card.card-xl-stretch-33 {
    height: calc(33.333% - var(--bs-gutter-y));
  }
  /* line 239, app/assets/stylesheets/theme/components/_card.scss */
  .card.card-xl-stretch-25 {
    height: calc(25% - var(--bs-gutter-y));
  }
  /* line 244, app/assets/stylesheets/theme/components/_card.scss */
  .card .card-header-xl-stretch {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch;
  }
  /* line 249, app/assets/stylesheets/theme/components/_card.scss */
  .card .card-header-xl-stretch .card-toolbar {
    margin: 0;
    align-items: stretch;
  }
}

@media (min-width: 1400px) {
  /* line 219, app/assets/stylesheets/theme/components/_card.scss */
  .card.card-xxl-stretch {
    height: calc(100% - var(--bs-gutter-y));
  }
  /* line 224, app/assets/stylesheets/theme/components/_card.scss */
  .card.card-xxl-stretch-75 {
    height: calc(75% - var(--bs-gutter-y));
  }
  /* line 229, app/assets/stylesheets/theme/components/_card.scss */
  .card.card-xxl-stretch-50 {
    height: calc(50% - var(--bs-gutter-y));
  }
  /* line 234, app/assets/stylesheets/theme/components/_card.scss */
  .card.card-xxl-stretch-33 {
    height: calc(33.333% - var(--bs-gutter-y));
  }
  /* line 239, app/assets/stylesheets/theme/components/_card.scss */
  .card.card-xxl-stretch-25 {
    height: calc(25% - var(--bs-gutter-y));
  }
  /* line 244, app/assets/stylesheets/theme/components/_card.scss */
  .card .card-header-xxl-stretch {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch;
  }
  /* line 249, app/assets/stylesheets/theme/components/_card.scss */
  .card .card-header-xxl-stretch .card-toolbar {
    margin: 0;
    align-items: stretch;
  }
}

/* line 259, app/assets/stylesheets/theme/components/_card.scss */
.card-p {
  padding: 2rem 2.25rem !important;
}

/* line 263, app/assets/stylesheets/theme/components/_card.scss */
.card-border {
  border: var(--bs-border-width) solid var(--bs-root-card-border-color) !important;
}

/* line 267, app/assets/stylesheets/theme/components/_card.scss */
.card-px {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

/* line 272, app/assets/stylesheets/theme/components/_card.scss */
.card-shadow {
  box-shadow: var(--bs-card-box-shadow);
}

/* line 276, app/assets/stylesheets/theme/components/_card.scss */
.card-py {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

/* line 281, app/assets/stylesheets/theme/components/_card.scss */
.card-rounded {
  border-radius: var(--bs-border-radius);
}

/* line 285, app/assets/stylesheets/theme/components/_card.scss */
.card-rounded-start {
  border-top-left-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
}

/* line 290, app/assets/stylesheets/theme/components/_card.scss */
.card-rounded-end {
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}

/* line 295, app/assets/stylesheets/theme/components/_card.scss */
.card-rounded-top {
  border-top-left-radius: var(--bs-border-radius);
  border-top-right-radius: var(--bs-border-radius);
}

/* line 300, app/assets/stylesheets/theme/components/_card.scss */
.card-rounded-bottom {
  border-bottom-left-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}

@media (max-width: 767.98px) {
  /* line 308, app/assets/stylesheets/theme/components/_card.scss */
  .card > .card-header:not(.flex-nowrap) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

/* line 317, app/assets/stylesheets/theme/components/_card.scss */
[data-bs-theme="dark"] .card {
  --bs-card-box-shadow: ;
}

/* line 6, app/assets/stylesheets/theme/components/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  align-items: center;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

/* line 14, app/assets/stylesheets/theme/components/_breadcrumb.scss */
.breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
}

/* line 19, app/assets/stylesheets/theme/components/_breadcrumb.scss */
.breadcrumb .breadcrumb-item:last-child {
  padding-right: 0;
}

/* line 23, app/assets/stylesheets/theme/components/_breadcrumb.scss */
.breadcrumb .breadcrumb-item:after {
  padding-left: 0.5rem;
  content: "/";
}

/* line 28, app/assets/stylesheets/theme/components/_breadcrumb.scss */
.breadcrumb .breadcrumb-item:before {
  display: none;
}

/* line 32, app/assets/stylesheets/theme/components/_breadcrumb.scss */
.breadcrumb .breadcrumb-item:first-child {
  padding-left: 0;
}

/* line 37, app/assets/stylesheets/theme/components/_breadcrumb.scss */
.breadcrumb .breadcrumb-item:last-child:after {
  display: none;
}

/* line 47, app/assets/stylesheets/theme/components/_breadcrumb.scss */
.breadcrumb-line .breadcrumb-item:after {
  content: "-";
}

/* line 56, app/assets/stylesheets/theme/components/_breadcrumb.scss */
.breadcrumb-dot .breadcrumb-item:after {
  content: "\2022";
}

/* line 65, app/assets/stylesheets/theme/components/_breadcrumb.scss */
.breadcrumb-separatorless .breadcrumb-item:after {
  display: none;
}

/* line 6, app/assets/stylesheets/theme/components/buttons/_base.scss */
.btn {
  --bs-btn-color: var(--bs-body-color);
  outline: none !important;
}

/* line 13, app/assets/stylesheets/theme/components/buttons/_base.scss */
.btn:not(.btn-shadow):not(.shadow):not(.shadow-sm):not(.shadow-lg):not(.shadow-xs) {
  box-shadow: none;
}

/* line 18, app/assets/stylesheets/theme/components/buttons/_base.scss */
.btn:not(.btn-outline):not(.btn-dashed):not(.btn-bordered):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon):not(.btn-hover-outline) {
  border: 0;
  padding: calc(0.375rem + var(--bs-border-width)) calc(0.75rem + var(--bs-border-width));
}

/* line 22, app/assets/stylesheets/theme/components/buttons/_base.scss */
.btn.btn-lg:not(.btn-outline):not(.btn-dashed):not(.btn-bordered):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon):not(.btn-hover-outline), .btn-group-lg > .btn:not(.btn-hover-outline) {
  padding: calc(0.5rem + var(--bs-border-width)) calc(1rem + var(--bs-border-width));
}

/* line 26, app/assets/stylesheets/theme/components/buttons/_base.scss */
.btn.btn-sm:not(.btn-outline):not(.btn-dashed):not(.btn-bordered):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon):not(.btn-hover-outline), .btn-group-sm > .btn:not(.btn-hover-outline) {
  padding: calc(0.25rem + var(--bs-border-width)) calc(0.5rem + var(--bs-border-width));
}

/* line 32, app/assets/stylesheets/theme/components/buttons/_base.scss */
.btn.btn-link {
  border: 0;
  border-radius: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-decoration: none;
  font-weight: 400;
}

/* line 42, app/assets/stylesheets/theme/components/buttons/_base.scss */
.btn.btn-outline:not(.btn-outline-dashed) {
  border: 1px solid var(--bs-border-color);
}

/* line 47, app/assets/stylesheets/theme/components/buttons/_base.scss */
.btn.btn-outline-dashed {
  border: 1px dashed var(--bs-border-color);
}

/* line 52, app/assets/stylesheets/theme/components/buttons/_base.scss */
.btn.btn-flush {
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
  outline: none  !important;
  margin: 0;
  padding: 0;
}

/* line 57, app/assets/stylesheets/theme/components/buttons/_base.scss */
.btn.btn-flex {
  display: inline-flex;
  align-items: center;
}

/* line 63, app/assets/stylesheets/theme/components/buttons/_base.scss */
.btn.btn-trim-start {
  justify-content: flex-start !important;
  padding-left: 0 !important;
}

/* line 69, app/assets/stylesheets/theme/components/buttons/_base.scss */
.btn.btn-trim-end {
  justify-content: flex-end !important;
  padding-right: 0 !important;
}

/* line 76, app/assets/stylesheets/theme/components/buttons/_base.scss */
.btn-reset {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  user-select: none;
  outline: none;
}

/* line 87, app/assets/stylesheets/theme/components/buttons/_base.scss */
.btn > i {
  display: inline-flex;
  font-size: 1rem;
  padding-right: 0.35rem;
  vertical-align: middle;
}

/* line 95, app/assets/stylesheets/theme/components/buttons/_base.scss */
.btn.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  width: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  line-height: 1;
}

/* line 104, app/assets/stylesheets/theme/components/buttons/_base.scss */
.btn.btn-icon i {
  padding-right: 0;
}

/* line 109, app/assets/stylesheets/theme/components/buttons/_base.scss */
.btn.btn-icon:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush) {
  border: 0;
}

/* line 114, app/assets/stylesheets/theme/components/buttons/_base.scss */
.btn.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  width: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

/* line 120, app/assets/stylesheets/theme/components/buttons/_base.scss */
.btn.btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  width: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

/* line 125, app/assets/stylesheets/theme/components/buttons/_base.scss */
.btn.btn-icon.btn-circle {
  border-radius: 50%;
}

/* line 6, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-outline.btn-outline-dashed {
  border-width: 1px;
  border-style: dashed;
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-outline.btn-outline-dashed, .btn-check:active + .btn.btn-outline.btn-outline-dashed, .btn.btn-outline.btn-outline-dashed:focus:not(.btn-active), .btn.btn-outline.btn-outline-dashed:hover:not(.btn-active), .btn.btn-outline.btn-outline-dashed:active:not(.btn-active), .btn.btn-outline.btn-outline-dashed.active, .btn.btn-outline.btn-outline-dashed.show, .show > .btn.btn-outline.btn-outline-dashed {
  border-color: var(--bs-primary);
}

/* line 24, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-hover-outline {
  border-width: 1px;
  border-style: solid;
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-hover-outline, .btn-check:active + .btn.btn-hover-outline, .btn.btn-hover-outline:focus:not(.btn-active), .btn.btn-hover-outline:hover:not(.btn-active), .btn.btn-hover-outline:active:not(.btn-active), .btn.btn-hover-outline.active, .btn.btn-hover-outline.show, .show > .btn.btn-hover-outline {
  border-color: var(--bs-border-color);
}

/* line 44, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-primary {
  color: var(--bs-primary-inverse);
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-primary i,
.btn.btn-primary .svg-icon {
  color: var(--bs-primary-inverse);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-primary.dropdown-toggle:after {
  color: var(--bs-primary-inverse);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-primary, .btn-check:active + .btn.btn-primary, .btn.btn-primary:focus:not(.btn-active), .btn.btn-primary:hover:not(.btn-active), .btn.btn-primary:active:not(.btn-active), .btn.btn-primary.active, .btn.btn-primary.show, .show > .btn.btn-primary {
  color: var(--bs-primary-inverse);
  border-color: var(--bs-primary-active);
  background-color: var(--bs-primary-active) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-primary i,
.btn-check:checked + .btn.btn-primary .svg-icon, .btn-check:active + .btn.btn-primary i,
.btn-check:active + .btn.btn-primary .svg-icon, .btn.btn-primary:focus:not(.btn-active) i,
.btn.btn-primary:focus:not(.btn-active) .svg-icon, .btn.btn-primary:hover:not(.btn-active) i,
.btn.btn-primary:hover:not(.btn-active) .svg-icon, .btn.btn-primary:active:not(.btn-active) i,
.btn.btn-primary:active:not(.btn-active) .svg-icon, .btn.btn-primary.active i,
.btn.btn-primary.active .svg-icon, .btn.btn-primary.show i,
.btn.btn-primary.show .svg-icon, .show > .btn.btn-primary i,
.show > .btn.btn-primary .svg-icon {
  color: var(--bs-primary-inverse);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-primary.dropdown-toggle:after, .btn-check:active + .btn.btn-primary.dropdown-toggle:after, .btn.btn-primary.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-primary.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-primary.dropdown-toggle:active:not(.btn-active):after, .btn.btn-primary.active.dropdown-toggle:after, .btn.btn-primary.show.dropdown-toggle:after, .show > .btn.btn-primary.dropdown-toggle:after {
  color: var(--bs-primary-inverse);
}

/* line 60, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-light-primary {
  color: var(--bs-primary);
  border-color: var(--bs-primary-light);
  background-color: var(--bs-primary-light);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-light-primary i,
.btn.btn-light-primary .svg-icon {
  color: var(--bs-primary);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-light-primary.dropdown-toggle:after {
  color: var(--bs-primary);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-primary, .btn-check:active + .btn.btn-light-primary, .btn.btn-light-primary:focus:not(.btn-active), .btn.btn-light-primary:hover:not(.btn-active), .btn.btn-light-primary:active:not(.btn-active), .btn.btn-light-primary.active, .btn.btn-light-primary.show, .show > .btn.btn-light-primary {
  color: var(--bs-primary-inverse);
  border-color: var(--bs-primary);
  background-color: var(--bs-primary) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-primary i,
.btn-check:checked + .btn.btn-light-primary .svg-icon, .btn-check:active + .btn.btn-light-primary i,
.btn-check:active + .btn.btn-light-primary .svg-icon, .btn.btn-light-primary:focus:not(.btn-active) i,
.btn.btn-light-primary:focus:not(.btn-active) .svg-icon, .btn.btn-light-primary:hover:not(.btn-active) i,
.btn.btn-light-primary:hover:not(.btn-active) .svg-icon, .btn.btn-light-primary:active:not(.btn-active) i,
.btn.btn-light-primary:active:not(.btn-active) .svg-icon, .btn.btn-light-primary.active i,
.btn.btn-light-primary.active .svg-icon, .btn.btn-light-primary.show i,
.btn.btn-light-primary.show .svg-icon, .show > .btn.btn-light-primary i,
.show > .btn.btn-light-primary .svg-icon {
  color: var(--bs-primary-inverse);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-primary.dropdown-toggle:after, .btn-check:active + .btn.btn-light-primary.dropdown-toggle:after, .btn.btn-light-primary.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-light-primary.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-light-primary.dropdown-toggle:active:not(.btn-active):after, .btn.btn-light-primary.active.dropdown-toggle:after, .btn.btn-light-primary.show.dropdown-toggle:after, .show > .btn.btn-light-primary.dropdown-toggle:after {
  color: var(--bs-primary-inverse);
}

/* line 81, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-bg-primary {
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-primary, .btn-check:active + .btn.btn-active-primary, .btn.btn-active-primary:focus:not(.btn-active), .btn.btn-active-primary:hover:not(.btn-active), .btn.btn-active-primary:active:not(.btn-active), .btn.btn-active-primary.active, .btn.btn-active-primary.show, .show > .btn.btn-active-primary {
  color: var(--bs-primary-inverse);
  border-color: var(--bs-primary);
  background-color: var(--bs-primary) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-primary i,
.btn-check:checked + .btn.btn-active-primary .svg-icon, .btn-check:active + .btn.btn-active-primary i,
.btn-check:active + .btn.btn-active-primary .svg-icon, .btn.btn-active-primary:focus:not(.btn-active) i,
.btn.btn-active-primary:focus:not(.btn-active) .svg-icon, .btn.btn-active-primary:hover:not(.btn-active) i,
.btn.btn-active-primary:hover:not(.btn-active) .svg-icon, .btn.btn-active-primary:active:not(.btn-active) i,
.btn.btn-active-primary:active:not(.btn-active) .svg-icon, .btn.btn-active-primary.active i,
.btn.btn-active-primary.active .svg-icon, .btn.btn-active-primary.show i,
.btn.btn-active-primary.show .svg-icon, .show > .btn.btn-active-primary i,
.show > .btn.btn-active-primary .svg-icon {
  color: var(--bs-primary-inverse);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-primary.dropdown-toggle:after, .btn-check:active + .btn.btn-active-primary.dropdown-toggle:after, .btn.btn-active-primary.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-primary.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-primary.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-primary.active.dropdown-toggle:after, .btn.btn-active-primary.show.dropdown-toggle:after, .show > .btn.btn-active-primary.dropdown-toggle:after {
  color: var(--bs-primary-inverse);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-light-primary, .btn-check:active + .btn.btn-active-light-primary, .btn.btn-active-light-primary:focus:not(.btn-active), .btn.btn-active-light-primary:hover:not(.btn-active), .btn.btn-active-light-primary:active:not(.btn-active), .btn.btn-active-light-primary.active, .btn.btn-active-light-primary.show, .show > .btn.btn-active-light-primary {
  color: var(--bs-primary);
  border-color: var(--bs-primary-light);
  background-color: var(--bs-primary-light) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-light-primary i,
.btn-check:checked + .btn.btn-active-light-primary .svg-icon, .btn-check:active + .btn.btn-active-light-primary i,
.btn-check:active + .btn.btn-active-light-primary .svg-icon, .btn.btn-active-light-primary:focus:not(.btn-active) i,
.btn.btn-active-light-primary:focus:not(.btn-active) .svg-icon, .btn.btn-active-light-primary:hover:not(.btn-active) i,
.btn.btn-active-light-primary:hover:not(.btn-active) .svg-icon, .btn.btn-active-light-primary:active:not(.btn-active) i,
.btn.btn-active-light-primary:active:not(.btn-active) .svg-icon, .btn.btn-active-light-primary.active i,
.btn.btn-active-light-primary.active .svg-icon, .btn.btn-active-light-primary.show i,
.btn.btn-active-light-primary.show .svg-icon, .show > .btn.btn-active-light-primary i,
.show > .btn.btn-active-light-primary .svg-icon {
  color: var(--bs-primary);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-light-primary.dropdown-toggle:after, .btn-check:active + .btn.btn-active-light-primary.dropdown-toggle:after, .btn.btn-active-light-primary.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-light-primary.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-light-primary.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-light-primary.active.dropdown-toggle:after, .btn.btn-active-light-primary.show.dropdown-toggle:after, .show > .btn.btn-active-light-primary.dropdown-toggle:after {
  color: var(--bs-primary);
}

/* line 133, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-outline.btn-outline-primary {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
  background-color: transparent;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-outline.btn-outline-primary i,
.btn.btn-outline.btn-outline-primary .svg-icon {
  color: var(--bs-primary);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-outline.btn-outline-primary.dropdown-toggle:after {
  color: var(--bs-primary);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-outline.btn-outline-primary, .btn-check:active + .btn.btn-outline.btn-outline-primary, .btn.btn-outline.btn-outline-primary:focus:not(.btn-active), .btn.btn-outline.btn-outline-primary:hover:not(.btn-active), .btn.btn-outline.btn-outline-primary:active:not(.btn-active), .btn.btn-outline.btn-outline-primary.active, .btn.btn-outline.btn-outline-primary.show, .show > .btn.btn-outline.btn-outline-primary {
  color: var(--bs-primary-active);
  border-color: var(--bs-primary);
  background-color: var(--bs-primary-light) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-outline.btn-outline-primary i,
.btn-check:checked + .btn.btn-outline.btn-outline-primary .svg-icon, .btn-check:active + .btn.btn-outline.btn-outline-primary i,
.btn-check:active + .btn.btn-outline.btn-outline-primary .svg-icon, .btn.btn-outline.btn-outline-primary:focus:not(.btn-active) i,
.btn.btn-outline.btn-outline-primary:focus:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-primary:hover:not(.btn-active) i,
.btn.btn-outline.btn-outline-primary:hover:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-primary:active:not(.btn-active) i,
.btn.btn-outline.btn-outline-primary:active:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-primary.active i,
.btn.btn-outline.btn-outline-primary.active .svg-icon, .btn.btn-outline.btn-outline-primary.show i,
.btn.btn-outline.btn-outline-primary.show .svg-icon, .show > .btn.btn-outline.btn-outline-primary i,
.show > .btn.btn-outline.btn-outline-primary .svg-icon {
  color: var(--bs-primary-active);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-outline.btn-outline-primary.dropdown-toggle:after, .btn-check:active + .btn.btn-outline.btn-outline-primary.dropdown-toggle:after, .btn.btn-outline.btn-outline-primary.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-outline.btn-outline-primary.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-outline.btn-outline-primary.dropdown-toggle:active:not(.btn-active):after, .btn.btn-outline.btn-outline-primary.active.dropdown-toggle:after, .btn.btn-outline.btn-outline-primary.show.dropdown-toggle:after, .show > .btn.btn-outline.btn-outline-primary.dropdown-toggle:after {
  color: var(--bs-primary-active);
}

/* line 44, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-secondary {
  color: var(--bs-secondary-inverse);
  border-color: var(--bs-secondary);
  background-color: var(--bs-secondary);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-secondary i,
.btn.btn-secondary .svg-icon {
  color: var(--bs-secondary-inverse);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-secondary.dropdown-toggle:after {
  color: var(--bs-secondary-inverse);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-secondary, .btn-check:active + .btn.btn-secondary, .btn.btn-secondary:focus:not(.btn-active), .btn.btn-secondary:hover:not(.btn-active), .btn.btn-secondary:active:not(.btn-active), .btn.btn-secondary.active, .btn.btn-secondary.show, .show > .btn.btn-secondary {
  color: var(--bs-secondary-inverse);
  border-color: var(--bs-secondary-active);
  background-color: var(--bs-secondary-active) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-secondary i,
.btn-check:checked + .btn.btn-secondary .svg-icon, .btn-check:active + .btn.btn-secondary i,
.btn-check:active + .btn.btn-secondary .svg-icon, .btn.btn-secondary:focus:not(.btn-active) i,
.btn.btn-secondary:focus:not(.btn-active) .svg-icon, .btn.btn-secondary:hover:not(.btn-active) i,
.btn.btn-secondary:hover:not(.btn-active) .svg-icon, .btn.btn-secondary:active:not(.btn-active) i,
.btn.btn-secondary:active:not(.btn-active) .svg-icon, .btn.btn-secondary.active i,
.btn.btn-secondary.active .svg-icon, .btn.btn-secondary.show i,
.btn.btn-secondary.show .svg-icon, .show > .btn.btn-secondary i,
.show > .btn.btn-secondary .svg-icon {
  color: var(--bs-secondary-inverse);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-secondary.dropdown-toggle:after, .btn-check:active + .btn.btn-secondary.dropdown-toggle:after, .btn.btn-secondary.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-secondary.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-secondary.dropdown-toggle:active:not(.btn-active):after, .btn.btn-secondary.active.dropdown-toggle:after, .btn.btn-secondary.show.dropdown-toggle:after, .show > .btn.btn-secondary.dropdown-toggle:after {
  color: var(--bs-secondary-inverse);
}

/* line 60, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-light-secondary {
  color: var(--bs-secondary-inverse);
  border-color: var(--bs-secondary-light);
  background-color: var(--bs-secondary-light);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-light-secondary i,
.btn.btn-light-secondary .svg-icon {
  color: var(--bs-secondary-inverse);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-light-secondary.dropdown-toggle:after {
  color: var(--bs-secondary-inverse);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-secondary, .btn-check:active + .btn.btn-light-secondary, .btn.btn-light-secondary:focus:not(.btn-active), .btn.btn-light-secondary:hover:not(.btn-active), .btn.btn-light-secondary:active:not(.btn-active), .btn.btn-light-secondary.active, .btn.btn-light-secondary.show, .show > .btn.btn-light-secondary {
  color: var(--bs-secondary-inverse);
  border-color: var(--bs-secondary);
  background-color: var(--bs-secondary) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-secondary i,
.btn-check:checked + .btn.btn-light-secondary .svg-icon, .btn-check:active + .btn.btn-light-secondary i,
.btn-check:active + .btn.btn-light-secondary .svg-icon, .btn.btn-light-secondary:focus:not(.btn-active) i,
.btn.btn-light-secondary:focus:not(.btn-active) .svg-icon, .btn.btn-light-secondary:hover:not(.btn-active) i,
.btn.btn-light-secondary:hover:not(.btn-active) .svg-icon, .btn.btn-light-secondary:active:not(.btn-active) i,
.btn.btn-light-secondary:active:not(.btn-active) .svg-icon, .btn.btn-light-secondary.active i,
.btn.btn-light-secondary.active .svg-icon, .btn.btn-light-secondary.show i,
.btn.btn-light-secondary.show .svg-icon, .show > .btn.btn-light-secondary i,
.show > .btn.btn-light-secondary .svg-icon {
  color: var(--bs-secondary-inverse);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-secondary.dropdown-toggle:after, .btn-check:active + .btn.btn-light-secondary.dropdown-toggle:after, .btn.btn-light-secondary.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-light-secondary.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-light-secondary.dropdown-toggle:active:not(.btn-active):after, .btn.btn-light-secondary.active.dropdown-toggle:after, .btn.btn-light-secondary.show.dropdown-toggle:after, .show > .btn.btn-light-secondary.dropdown-toggle:after {
  color: var(--bs-secondary-inverse);
}

/* line 81, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-bg-secondary {
  border-color: var(--bs-secondary);
  background-color: var(--bs-secondary);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-secondary, .btn-check:active + .btn.btn-active-secondary, .btn.btn-active-secondary:focus:not(.btn-active), .btn.btn-active-secondary:hover:not(.btn-active), .btn.btn-active-secondary:active:not(.btn-active), .btn.btn-active-secondary.active, .btn.btn-active-secondary.show, .show > .btn.btn-active-secondary {
  color: var(--bs-secondary-inverse);
  border-color: var(--bs-secondary);
  background-color: var(--bs-secondary) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-secondary i,
.btn-check:checked + .btn.btn-active-secondary .svg-icon, .btn-check:active + .btn.btn-active-secondary i,
.btn-check:active + .btn.btn-active-secondary .svg-icon, .btn.btn-active-secondary:focus:not(.btn-active) i,
.btn.btn-active-secondary:focus:not(.btn-active) .svg-icon, .btn.btn-active-secondary:hover:not(.btn-active) i,
.btn.btn-active-secondary:hover:not(.btn-active) .svg-icon, .btn.btn-active-secondary:active:not(.btn-active) i,
.btn.btn-active-secondary:active:not(.btn-active) .svg-icon, .btn.btn-active-secondary.active i,
.btn.btn-active-secondary.active .svg-icon, .btn.btn-active-secondary.show i,
.btn.btn-active-secondary.show .svg-icon, .show > .btn.btn-active-secondary i,
.show > .btn.btn-active-secondary .svg-icon {
  color: var(--bs-secondary-inverse);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-secondary.dropdown-toggle:after, .btn-check:active + .btn.btn-active-secondary.dropdown-toggle:after, .btn.btn-active-secondary.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-secondary.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-secondary.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-secondary.active.dropdown-toggle:after, .btn.btn-active-secondary.show.dropdown-toggle:after, .show > .btn.btn-active-secondary.dropdown-toggle:after {
  color: var(--bs-secondary-inverse);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-light-secondary, .btn-check:active + .btn.btn-active-light-secondary, .btn.btn-active-light-secondary:focus:not(.btn-active), .btn.btn-active-light-secondary:hover:not(.btn-active), .btn.btn-active-light-secondary:active:not(.btn-active), .btn.btn-active-light-secondary.active, .btn.btn-active-light-secondary.show, .show > .btn.btn-active-light-secondary {
  color: var(--bs-secondary-inverse);
  border-color: var(--bs-secondary-light);
  background-color: var(--bs-secondary-light) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-light-secondary i,
.btn-check:checked + .btn.btn-active-light-secondary .svg-icon, .btn-check:active + .btn.btn-active-light-secondary i,
.btn-check:active + .btn.btn-active-light-secondary .svg-icon, .btn.btn-active-light-secondary:focus:not(.btn-active) i,
.btn.btn-active-light-secondary:focus:not(.btn-active) .svg-icon, .btn.btn-active-light-secondary:hover:not(.btn-active) i,
.btn.btn-active-light-secondary:hover:not(.btn-active) .svg-icon, .btn.btn-active-light-secondary:active:not(.btn-active) i,
.btn.btn-active-light-secondary:active:not(.btn-active) .svg-icon, .btn.btn-active-light-secondary.active i,
.btn.btn-active-light-secondary.active .svg-icon, .btn.btn-active-light-secondary.show i,
.btn.btn-active-light-secondary.show .svg-icon, .show > .btn.btn-active-light-secondary i,
.show > .btn.btn-active-light-secondary .svg-icon {
  color: var(--bs-secondary-inverse);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-light-secondary.dropdown-toggle:after, .btn-check:active + .btn.btn-active-light-secondary.dropdown-toggle:after, .btn.btn-active-light-secondary.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-light-secondary.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-light-secondary.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-light-secondary.active.dropdown-toggle:after, .btn.btn-active-light-secondary.show.dropdown-toggle:after, .show > .btn.btn-active-light-secondary.dropdown-toggle:after {
  color: var(--bs-secondary-inverse);
}

/* line 133, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-outline.btn-outline-secondary {
  color: var(--bs-secondary-inverse);
  border-color: var(--bs-secondary-inverse);
  background-color: transparent;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-outline.btn-outline-secondary i,
.btn.btn-outline.btn-outline-secondary .svg-icon {
  color: var(--bs-secondary-inverse);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-outline.btn-outline-secondary.dropdown-toggle:after {
  color: var(--bs-secondary-inverse);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-outline.btn-outline-secondary, .btn-check:active + .btn.btn-outline.btn-outline-secondary, .btn.btn-outline.btn-outline-secondary:focus:not(.btn-active), .btn.btn-outline.btn-outline-secondary:hover:not(.btn-active), .btn.btn-outline.btn-outline-secondary:active:not(.btn-active), .btn.btn-outline.btn-outline-secondary.active, .btn.btn-outline.btn-outline-secondary.show, .show > .btn.btn-outline.btn-outline-secondary {
  color: var(--bs-secondary-inverse);
  border-color: var(--bs-secondary-inverse);
  background-color: var(--bs-secondary-light) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-outline.btn-outline-secondary i,
.btn-check:checked + .btn.btn-outline.btn-outline-secondary .svg-icon, .btn-check:active + .btn.btn-outline.btn-outline-secondary i,
.btn-check:active + .btn.btn-outline.btn-outline-secondary .svg-icon, .btn.btn-outline.btn-outline-secondary:focus:not(.btn-active) i,
.btn.btn-outline.btn-outline-secondary:focus:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-secondary:hover:not(.btn-active) i,
.btn.btn-outline.btn-outline-secondary:hover:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-secondary:active:not(.btn-active) i,
.btn.btn-outline.btn-outline-secondary:active:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-secondary.active i,
.btn.btn-outline.btn-outline-secondary.active .svg-icon, .btn.btn-outline.btn-outline-secondary.show i,
.btn.btn-outline.btn-outline-secondary.show .svg-icon, .show > .btn.btn-outline.btn-outline-secondary i,
.show > .btn.btn-outline.btn-outline-secondary .svg-icon {
  color: var(--bs-secondary-inverse);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-outline.btn-outline-secondary.dropdown-toggle:after, .btn-check:active + .btn.btn-outline.btn-outline-secondary.dropdown-toggle:after, .btn.btn-outline.btn-outline-secondary.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-outline.btn-outline-secondary.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-outline.btn-outline-secondary.dropdown-toggle:active:not(.btn-active):after, .btn.btn-outline.btn-outline-secondary.active.dropdown-toggle:after, .btn.btn-outline.btn-outline-secondary.show.dropdown-toggle:after, .show > .btn.btn-outline.btn-outline-secondary.dropdown-toggle:after {
  color: var(--bs-secondary-inverse);
}

/* line 44, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-success {
  color: var(--bs-success-inverse);
  border-color: var(--bs-success);
  background-color: var(--bs-success);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-success i,
.btn.btn-success .svg-icon {
  color: var(--bs-success-inverse);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-success.dropdown-toggle:after {
  color: var(--bs-success-inverse);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-success, .btn-check:active + .btn.btn-success, .btn.btn-success:focus:not(.btn-active), .btn.btn-success:hover:not(.btn-active), .btn.btn-success:active:not(.btn-active), .btn.btn-success.active, .btn.btn-success.show, .show > .btn.btn-success {
  color: var(--bs-success-inverse);
  border-color: var(--bs-success-active);
  background-color: var(--bs-success-active) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-success i,
.btn-check:checked + .btn.btn-success .svg-icon, .btn-check:active + .btn.btn-success i,
.btn-check:active + .btn.btn-success .svg-icon, .btn.btn-success:focus:not(.btn-active) i,
.btn.btn-success:focus:not(.btn-active) .svg-icon, .btn.btn-success:hover:not(.btn-active) i,
.btn.btn-success:hover:not(.btn-active) .svg-icon, .btn.btn-success:active:not(.btn-active) i,
.btn.btn-success:active:not(.btn-active) .svg-icon, .btn.btn-success.active i,
.btn.btn-success.active .svg-icon, .btn.btn-success.show i,
.btn.btn-success.show .svg-icon, .show > .btn.btn-success i,
.show > .btn.btn-success .svg-icon {
  color: var(--bs-success-inverse);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-success.dropdown-toggle:after, .btn-check:active + .btn.btn-success.dropdown-toggle:after, .btn.btn-success.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-success.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-success.dropdown-toggle:active:not(.btn-active):after, .btn.btn-success.active.dropdown-toggle:after, .btn.btn-success.show.dropdown-toggle:after, .show > .btn.btn-success.dropdown-toggle:after {
  color: var(--bs-success-inverse);
}

/* line 60, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-light-success {
  color: var(--bs-success);
  border-color: var(--bs-success-light);
  background-color: var(--bs-success-light);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-light-success i,
.btn.btn-light-success .svg-icon {
  color: var(--bs-success);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-light-success.dropdown-toggle:after {
  color: var(--bs-success);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-success, .btn-check:active + .btn.btn-light-success, .btn.btn-light-success:focus:not(.btn-active), .btn.btn-light-success:hover:not(.btn-active), .btn.btn-light-success:active:not(.btn-active), .btn.btn-light-success.active, .btn.btn-light-success.show, .show > .btn.btn-light-success {
  color: var(--bs-success-inverse);
  border-color: var(--bs-success);
  background-color: var(--bs-success) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-success i,
.btn-check:checked + .btn.btn-light-success .svg-icon, .btn-check:active + .btn.btn-light-success i,
.btn-check:active + .btn.btn-light-success .svg-icon, .btn.btn-light-success:focus:not(.btn-active) i,
.btn.btn-light-success:focus:not(.btn-active) .svg-icon, .btn.btn-light-success:hover:not(.btn-active) i,
.btn.btn-light-success:hover:not(.btn-active) .svg-icon, .btn.btn-light-success:active:not(.btn-active) i,
.btn.btn-light-success:active:not(.btn-active) .svg-icon, .btn.btn-light-success.active i,
.btn.btn-light-success.active .svg-icon, .btn.btn-light-success.show i,
.btn.btn-light-success.show .svg-icon, .show > .btn.btn-light-success i,
.show > .btn.btn-light-success .svg-icon {
  color: var(--bs-success-inverse);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-success.dropdown-toggle:after, .btn-check:active + .btn.btn-light-success.dropdown-toggle:after, .btn.btn-light-success.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-light-success.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-light-success.dropdown-toggle:active:not(.btn-active):after, .btn.btn-light-success.active.dropdown-toggle:after, .btn.btn-light-success.show.dropdown-toggle:after, .show > .btn.btn-light-success.dropdown-toggle:after {
  color: var(--bs-success-inverse);
}

/* line 81, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-bg-success {
  border-color: var(--bs-success);
  background-color: var(--bs-success);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-success, .btn-check:active + .btn.btn-active-success, .btn.btn-active-success:focus:not(.btn-active), .btn.btn-active-success:hover:not(.btn-active), .btn.btn-active-success:active:not(.btn-active), .btn.btn-active-success.active, .btn.btn-active-success.show, .show > .btn.btn-active-success {
  color: var(--bs-success-inverse);
  border-color: var(--bs-success);
  background-color: var(--bs-success) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-success i,
.btn-check:checked + .btn.btn-active-success .svg-icon, .btn-check:active + .btn.btn-active-success i,
.btn-check:active + .btn.btn-active-success .svg-icon, .btn.btn-active-success:focus:not(.btn-active) i,
.btn.btn-active-success:focus:not(.btn-active) .svg-icon, .btn.btn-active-success:hover:not(.btn-active) i,
.btn.btn-active-success:hover:not(.btn-active) .svg-icon, .btn.btn-active-success:active:not(.btn-active) i,
.btn.btn-active-success:active:not(.btn-active) .svg-icon, .btn.btn-active-success.active i,
.btn.btn-active-success.active .svg-icon, .btn.btn-active-success.show i,
.btn.btn-active-success.show .svg-icon, .show > .btn.btn-active-success i,
.show > .btn.btn-active-success .svg-icon {
  color: var(--bs-success-inverse);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-success.dropdown-toggle:after, .btn-check:active + .btn.btn-active-success.dropdown-toggle:after, .btn.btn-active-success.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-success.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-success.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-success.active.dropdown-toggle:after, .btn.btn-active-success.show.dropdown-toggle:after, .show > .btn.btn-active-success.dropdown-toggle:after {
  color: var(--bs-success-inverse);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-light-success, .btn-check:active + .btn.btn-active-light-success, .btn.btn-active-light-success:focus:not(.btn-active), .btn.btn-active-light-success:hover:not(.btn-active), .btn.btn-active-light-success:active:not(.btn-active), .btn.btn-active-light-success.active, .btn.btn-active-light-success.show, .show > .btn.btn-active-light-success {
  color: var(--bs-success);
  border-color: var(--bs-success-light);
  background-color: var(--bs-success-light) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-light-success i,
.btn-check:checked + .btn.btn-active-light-success .svg-icon, .btn-check:active + .btn.btn-active-light-success i,
.btn-check:active + .btn.btn-active-light-success .svg-icon, .btn.btn-active-light-success:focus:not(.btn-active) i,
.btn.btn-active-light-success:focus:not(.btn-active) .svg-icon, .btn.btn-active-light-success:hover:not(.btn-active) i,
.btn.btn-active-light-success:hover:not(.btn-active) .svg-icon, .btn.btn-active-light-success:active:not(.btn-active) i,
.btn.btn-active-light-success:active:not(.btn-active) .svg-icon, .btn.btn-active-light-success.active i,
.btn.btn-active-light-success.active .svg-icon, .btn.btn-active-light-success.show i,
.btn.btn-active-light-success.show .svg-icon, .show > .btn.btn-active-light-success i,
.show > .btn.btn-active-light-success .svg-icon {
  color: var(--bs-success);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-light-success.dropdown-toggle:after, .btn-check:active + .btn.btn-active-light-success.dropdown-toggle:after, .btn.btn-active-light-success.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-light-success.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-light-success.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-light-success.active.dropdown-toggle:after, .btn.btn-active-light-success.show.dropdown-toggle:after, .show > .btn.btn-active-light-success.dropdown-toggle:after {
  color: var(--bs-success);
}

/* line 133, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-outline.btn-outline-success {
  color: var(--bs-success);
  border-color: var(--bs-success);
  background-color: transparent;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-outline.btn-outline-success i,
.btn.btn-outline.btn-outline-success .svg-icon {
  color: var(--bs-success);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-outline.btn-outline-success.dropdown-toggle:after {
  color: var(--bs-success);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-outline.btn-outline-success, .btn-check:active + .btn.btn-outline.btn-outline-success, .btn.btn-outline.btn-outline-success:focus:not(.btn-active), .btn.btn-outline.btn-outline-success:hover:not(.btn-active), .btn.btn-outline.btn-outline-success:active:not(.btn-active), .btn.btn-outline.btn-outline-success.active, .btn.btn-outline.btn-outline-success.show, .show > .btn.btn-outline.btn-outline-success {
  color: var(--bs-success-active);
  border-color: var(--bs-success);
  background-color: var(--bs-success-light) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-outline.btn-outline-success i,
.btn-check:checked + .btn.btn-outline.btn-outline-success .svg-icon, .btn-check:active + .btn.btn-outline.btn-outline-success i,
.btn-check:active + .btn.btn-outline.btn-outline-success .svg-icon, .btn.btn-outline.btn-outline-success:focus:not(.btn-active) i,
.btn.btn-outline.btn-outline-success:focus:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-success:hover:not(.btn-active) i,
.btn.btn-outline.btn-outline-success:hover:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-success:active:not(.btn-active) i,
.btn.btn-outline.btn-outline-success:active:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-success.active i,
.btn.btn-outline.btn-outline-success.active .svg-icon, .btn.btn-outline.btn-outline-success.show i,
.btn.btn-outline.btn-outline-success.show .svg-icon, .show > .btn.btn-outline.btn-outline-success i,
.show > .btn.btn-outline.btn-outline-success .svg-icon {
  color: var(--bs-success-active);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-outline.btn-outline-success.dropdown-toggle:after, .btn-check:active + .btn.btn-outline.btn-outline-success.dropdown-toggle:after, .btn.btn-outline.btn-outline-success.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-outline.btn-outline-success.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-outline.btn-outline-success.dropdown-toggle:active:not(.btn-active):after, .btn.btn-outline.btn-outline-success.active.dropdown-toggle:after, .btn.btn-outline.btn-outline-success.show.dropdown-toggle:after, .show > .btn.btn-outline.btn-outline-success.dropdown-toggle:after {
  color: var(--bs-success-active);
}

/* line 44, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-info {
  color: var(--bs-info-inverse);
  border-color: var(--bs-info);
  background-color: var(--bs-info);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-info i,
.btn.btn-info .svg-icon {
  color: var(--bs-info-inverse);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-info.dropdown-toggle:after {
  color: var(--bs-info-inverse);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-info, .btn-check:active + .btn.btn-info, .btn.btn-info:focus:not(.btn-active), .btn.btn-info:hover:not(.btn-active), .btn.btn-info:active:not(.btn-active), .btn.btn-info.active, .btn.btn-info.show, .show > .btn.btn-info {
  color: var(--bs-info-inverse);
  border-color: var(--bs-info-active);
  background-color: var(--bs-info-active) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-info i,
.btn-check:checked + .btn.btn-info .svg-icon, .btn-check:active + .btn.btn-info i,
.btn-check:active + .btn.btn-info .svg-icon, .btn.btn-info:focus:not(.btn-active) i,
.btn.btn-info:focus:not(.btn-active) .svg-icon, .btn.btn-info:hover:not(.btn-active) i,
.btn.btn-info:hover:not(.btn-active) .svg-icon, .btn.btn-info:active:not(.btn-active) i,
.btn.btn-info:active:not(.btn-active) .svg-icon, .btn.btn-info.active i,
.btn.btn-info.active .svg-icon, .btn.btn-info.show i,
.btn.btn-info.show .svg-icon, .show > .btn.btn-info i,
.show > .btn.btn-info .svg-icon {
  color: var(--bs-info-inverse);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-info.dropdown-toggle:after, .btn-check:active + .btn.btn-info.dropdown-toggle:after, .btn.btn-info.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-info.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-info.dropdown-toggle:active:not(.btn-active):after, .btn.btn-info.active.dropdown-toggle:after, .btn.btn-info.show.dropdown-toggle:after, .show > .btn.btn-info.dropdown-toggle:after {
  color: var(--bs-info-inverse);
}

/* line 60, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-light-info {
  color: var(--bs-info);
  border-color: var(--bs-info-light);
  background-color: var(--bs-info-light);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-light-info i,
.btn.btn-light-info .svg-icon {
  color: var(--bs-info);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-light-info.dropdown-toggle:after {
  color: var(--bs-info);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-info, .btn-check:active + .btn.btn-light-info, .btn.btn-light-info:focus:not(.btn-active), .btn.btn-light-info:hover:not(.btn-active), .btn.btn-light-info:active:not(.btn-active), .btn.btn-light-info.active, .btn.btn-light-info.show, .show > .btn.btn-light-info {
  color: var(--bs-info-inverse);
  border-color: var(--bs-info);
  background-color: var(--bs-info) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-info i,
.btn-check:checked + .btn.btn-light-info .svg-icon, .btn-check:active + .btn.btn-light-info i,
.btn-check:active + .btn.btn-light-info .svg-icon, .btn.btn-light-info:focus:not(.btn-active) i,
.btn.btn-light-info:focus:not(.btn-active) .svg-icon, .btn.btn-light-info:hover:not(.btn-active) i,
.btn.btn-light-info:hover:not(.btn-active) .svg-icon, .btn.btn-light-info:active:not(.btn-active) i,
.btn.btn-light-info:active:not(.btn-active) .svg-icon, .btn.btn-light-info.active i,
.btn.btn-light-info.active .svg-icon, .btn.btn-light-info.show i,
.btn.btn-light-info.show .svg-icon, .show > .btn.btn-light-info i,
.show > .btn.btn-light-info .svg-icon {
  color: var(--bs-info-inverse);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-info.dropdown-toggle:after, .btn-check:active + .btn.btn-light-info.dropdown-toggle:after, .btn.btn-light-info.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-light-info.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-light-info.dropdown-toggle:active:not(.btn-active):after, .btn.btn-light-info.active.dropdown-toggle:after, .btn.btn-light-info.show.dropdown-toggle:after, .show > .btn.btn-light-info.dropdown-toggle:after {
  color: var(--bs-info-inverse);
}

/* line 81, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-bg-info {
  border-color: var(--bs-info);
  background-color: var(--bs-info);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-info, .btn-check:active + .btn.btn-active-info, .btn.btn-active-info:focus:not(.btn-active), .btn.btn-active-info:hover:not(.btn-active), .btn.btn-active-info:active:not(.btn-active), .btn.btn-active-info.active, .btn.btn-active-info.show, .show > .btn.btn-active-info {
  color: var(--bs-info-inverse);
  border-color: var(--bs-info);
  background-color: var(--bs-info) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-info i,
.btn-check:checked + .btn.btn-active-info .svg-icon, .btn-check:active + .btn.btn-active-info i,
.btn-check:active + .btn.btn-active-info .svg-icon, .btn.btn-active-info:focus:not(.btn-active) i,
.btn.btn-active-info:focus:not(.btn-active) .svg-icon, .btn.btn-active-info:hover:not(.btn-active) i,
.btn.btn-active-info:hover:not(.btn-active) .svg-icon, .btn.btn-active-info:active:not(.btn-active) i,
.btn.btn-active-info:active:not(.btn-active) .svg-icon, .btn.btn-active-info.active i,
.btn.btn-active-info.active .svg-icon, .btn.btn-active-info.show i,
.btn.btn-active-info.show .svg-icon, .show > .btn.btn-active-info i,
.show > .btn.btn-active-info .svg-icon {
  color: var(--bs-info-inverse);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-info.dropdown-toggle:after, .btn-check:active + .btn.btn-active-info.dropdown-toggle:after, .btn.btn-active-info.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-info.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-info.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-info.active.dropdown-toggle:after, .btn.btn-active-info.show.dropdown-toggle:after, .show > .btn.btn-active-info.dropdown-toggle:after {
  color: var(--bs-info-inverse);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-light-info, .btn-check:active + .btn.btn-active-light-info, .btn.btn-active-light-info:focus:not(.btn-active), .btn.btn-active-light-info:hover:not(.btn-active), .btn.btn-active-light-info:active:not(.btn-active), .btn.btn-active-light-info.active, .btn.btn-active-light-info.show, .show > .btn.btn-active-light-info {
  color: var(--bs-info);
  border-color: var(--bs-info-light);
  background-color: var(--bs-info-light) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-light-info i,
.btn-check:checked + .btn.btn-active-light-info .svg-icon, .btn-check:active + .btn.btn-active-light-info i,
.btn-check:active + .btn.btn-active-light-info .svg-icon, .btn.btn-active-light-info:focus:not(.btn-active) i,
.btn.btn-active-light-info:focus:not(.btn-active) .svg-icon, .btn.btn-active-light-info:hover:not(.btn-active) i,
.btn.btn-active-light-info:hover:not(.btn-active) .svg-icon, .btn.btn-active-light-info:active:not(.btn-active) i,
.btn.btn-active-light-info:active:not(.btn-active) .svg-icon, .btn.btn-active-light-info.active i,
.btn.btn-active-light-info.active .svg-icon, .btn.btn-active-light-info.show i,
.btn.btn-active-light-info.show .svg-icon, .show > .btn.btn-active-light-info i,
.show > .btn.btn-active-light-info .svg-icon {
  color: var(--bs-info);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-light-info.dropdown-toggle:after, .btn-check:active + .btn.btn-active-light-info.dropdown-toggle:after, .btn.btn-active-light-info.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-light-info.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-light-info.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-light-info.active.dropdown-toggle:after, .btn.btn-active-light-info.show.dropdown-toggle:after, .show > .btn.btn-active-light-info.dropdown-toggle:after {
  color: var(--bs-info);
}

/* line 133, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-outline.btn-outline-info {
  color: var(--bs-info);
  border-color: var(--bs-info);
  background-color: transparent;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-outline.btn-outline-info i,
.btn.btn-outline.btn-outline-info .svg-icon {
  color: var(--bs-info);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-outline.btn-outline-info.dropdown-toggle:after {
  color: var(--bs-info);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-outline.btn-outline-info, .btn-check:active + .btn.btn-outline.btn-outline-info, .btn.btn-outline.btn-outline-info:focus:not(.btn-active), .btn.btn-outline.btn-outline-info:hover:not(.btn-active), .btn.btn-outline.btn-outline-info:active:not(.btn-active), .btn.btn-outline.btn-outline-info.active, .btn.btn-outline.btn-outline-info.show, .show > .btn.btn-outline.btn-outline-info {
  color: var(--bs-info-active);
  border-color: var(--bs-info);
  background-color: var(--bs-info-light) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-outline.btn-outline-info i,
.btn-check:checked + .btn.btn-outline.btn-outline-info .svg-icon, .btn-check:active + .btn.btn-outline.btn-outline-info i,
.btn-check:active + .btn.btn-outline.btn-outline-info .svg-icon, .btn.btn-outline.btn-outline-info:focus:not(.btn-active) i,
.btn.btn-outline.btn-outline-info:focus:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-info:hover:not(.btn-active) i,
.btn.btn-outline.btn-outline-info:hover:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-info:active:not(.btn-active) i,
.btn.btn-outline.btn-outline-info:active:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-info.active i,
.btn.btn-outline.btn-outline-info.active .svg-icon, .btn.btn-outline.btn-outline-info.show i,
.btn.btn-outline.btn-outline-info.show .svg-icon, .show > .btn.btn-outline.btn-outline-info i,
.show > .btn.btn-outline.btn-outline-info .svg-icon {
  color: var(--bs-info-active);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-outline.btn-outline-info.dropdown-toggle:after, .btn-check:active + .btn.btn-outline.btn-outline-info.dropdown-toggle:after, .btn.btn-outline.btn-outline-info.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-outline.btn-outline-info.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-outline.btn-outline-info.dropdown-toggle:active:not(.btn-active):after, .btn.btn-outline.btn-outline-info.active.dropdown-toggle:after, .btn.btn-outline.btn-outline-info.show.dropdown-toggle:after, .show > .btn.btn-outline.btn-outline-info.dropdown-toggle:after {
  color: var(--bs-info-active);
}

/* line 44, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-warning {
  color: var(--bs-warning-inverse);
  border-color: var(--bs-warning);
  background-color: var(--bs-warning);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-warning i,
.btn.btn-warning .svg-icon {
  color: var(--bs-warning-inverse);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-warning.dropdown-toggle:after {
  color: var(--bs-warning-inverse);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-warning, .btn-check:active + .btn.btn-warning, .btn.btn-warning:focus:not(.btn-active), .btn.btn-warning:hover:not(.btn-active), .btn.btn-warning:active:not(.btn-active), .btn.btn-warning.active, .btn.btn-warning.show, .show > .btn.btn-warning {
  color: var(--bs-warning-inverse);
  border-color: var(--bs-warning-active);
  background-color: var(--bs-warning-active) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-warning i,
.btn-check:checked + .btn.btn-warning .svg-icon, .btn-check:active + .btn.btn-warning i,
.btn-check:active + .btn.btn-warning .svg-icon, .btn.btn-warning:focus:not(.btn-active) i,
.btn.btn-warning:focus:not(.btn-active) .svg-icon, .btn.btn-warning:hover:not(.btn-active) i,
.btn.btn-warning:hover:not(.btn-active) .svg-icon, .btn.btn-warning:active:not(.btn-active) i,
.btn.btn-warning:active:not(.btn-active) .svg-icon, .btn.btn-warning.active i,
.btn.btn-warning.active .svg-icon, .btn.btn-warning.show i,
.btn.btn-warning.show .svg-icon, .show > .btn.btn-warning i,
.show > .btn.btn-warning .svg-icon {
  color: var(--bs-warning-inverse);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-warning.dropdown-toggle:after, .btn-check:active + .btn.btn-warning.dropdown-toggle:after, .btn.btn-warning.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-warning.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-warning.dropdown-toggle:active:not(.btn-active):after, .btn.btn-warning.active.dropdown-toggle:after, .btn.btn-warning.show.dropdown-toggle:after, .show > .btn.btn-warning.dropdown-toggle:after {
  color: var(--bs-warning-inverse);
}

/* line 60, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-light-warning {
  color: var(--bs-warning);
  border-color: var(--bs-warning-light);
  background-color: var(--bs-warning-light);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-light-warning i,
.btn.btn-light-warning .svg-icon {
  color: var(--bs-warning);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-light-warning.dropdown-toggle:after {
  color: var(--bs-warning);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-warning, .btn-check:active + .btn.btn-light-warning, .btn.btn-light-warning:focus:not(.btn-active), .btn.btn-light-warning:hover:not(.btn-active), .btn.btn-light-warning:active:not(.btn-active), .btn.btn-light-warning.active, .btn.btn-light-warning.show, .show > .btn.btn-light-warning {
  color: var(--bs-warning-inverse);
  border-color: var(--bs-warning);
  background-color: var(--bs-warning) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-warning i,
.btn-check:checked + .btn.btn-light-warning .svg-icon, .btn-check:active + .btn.btn-light-warning i,
.btn-check:active + .btn.btn-light-warning .svg-icon, .btn.btn-light-warning:focus:not(.btn-active) i,
.btn.btn-light-warning:focus:not(.btn-active) .svg-icon, .btn.btn-light-warning:hover:not(.btn-active) i,
.btn.btn-light-warning:hover:not(.btn-active) .svg-icon, .btn.btn-light-warning:active:not(.btn-active) i,
.btn.btn-light-warning:active:not(.btn-active) .svg-icon, .btn.btn-light-warning.active i,
.btn.btn-light-warning.active .svg-icon, .btn.btn-light-warning.show i,
.btn.btn-light-warning.show .svg-icon, .show > .btn.btn-light-warning i,
.show > .btn.btn-light-warning .svg-icon {
  color: var(--bs-warning-inverse);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-warning.dropdown-toggle:after, .btn-check:active + .btn.btn-light-warning.dropdown-toggle:after, .btn.btn-light-warning.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-light-warning.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-light-warning.dropdown-toggle:active:not(.btn-active):after, .btn.btn-light-warning.active.dropdown-toggle:after, .btn.btn-light-warning.show.dropdown-toggle:after, .show > .btn.btn-light-warning.dropdown-toggle:after {
  color: var(--bs-warning-inverse);
}

/* line 81, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-bg-warning {
  border-color: var(--bs-warning);
  background-color: var(--bs-warning);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-warning, .btn-check:active + .btn.btn-active-warning, .btn.btn-active-warning:focus:not(.btn-active), .btn.btn-active-warning:hover:not(.btn-active), .btn.btn-active-warning:active:not(.btn-active), .btn.btn-active-warning.active, .btn.btn-active-warning.show, .show > .btn.btn-active-warning {
  color: var(--bs-warning-inverse);
  border-color: var(--bs-warning);
  background-color: var(--bs-warning) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-warning i,
.btn-check:checked + .btn.btn-active-warning .svg-icon, .btn-check:active + .btn.btn-active-warning i,
.btn-check:active + .btn.btn-active-warning .svg-icon, .btn.btn-active-warning:focus:not(.btn-active) i,
.btn.btn-active-warning:focus:not(.btn-active) .svg-icon, .btn.btn-active-warning:hover:not(.btn-active) i,
.btn.btn-active-warning:hover:not(.btn-active) .svg-icon, .btn.btn-active-warning:active:not(.btn-active) i,
.btn.btn-active-warning:active:not(.btn-active) .svg-icon, .btn.btn-active-warning.active i,
.btn.btn-active-warning.active .svg-icon, .btn.btn-active-warning.show i,
.btn.btn-active-warning.show .svg-icon, .show > .btn.btn-active-warning i,
.show > .btn.btn-active-warning .svg-icon {
  color: var(--bs-warning-inverse);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-warning.dropdown-toggle:after, .btn-check:active + .btn.btn-active-warning.dropdown-toggle:after, .btn.btn-active-warning.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-warning.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-warning.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-warning.active.dropdown-toggle:after, .btn.btn-active-warning.show.dropdown-toggle:after, .show > .btn.btn-active-warning.dropdown-toggle:after {
  color: var(--bs-warning-inverse);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-light-warning, .btn-check:active + .btn.btn-active-light-warning, .btn.btn-active-light-warning:focus:not(.btn-active), .btn.btn-active-light-warning:hover:not(.btn-active), .btn.btn-active-light-warning:active:not(.btn-active), .btn.btn-active-light-warning.active, .btn.btn-active-light-warning.show, .show > .btn.btn-active-light-warning {
  color: var(--bs-warning);
  border-color: var(--bs-warning-light);
  background-color: var(--bs-warning-light) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-light-warning i,
.btn-check:checked + .btn.btn-active-light-warning .svg-icon, .btn-check:active + .btn.btn-active-light-warning i,
.btn-check:active + .btn.btn-active-light-warning .svg-icon, .btn.btn-active-light-warning:focus:not(.btn-active) i,
.btn.btn-active-light-warning:focus:not(.btn-active) .svg-icon, .btn.btn-active-light-warning:hover:not(.btn-active) i,
.btn.btn-active-light-warning:hover:not(.btn-active) .svg-icon, .btn.btn-active-light-warning:active:not(.btn-active) i,
.btn.btn-active-light-warning:active:not(.btn-active) .svg-icon, .btn.btn-active-light-warning.active i,
.btn.btn-active-light-warning.active .svg-icon, .btn.btn-active-light-warning.show i,
.btn.btn-active-light-warning.show .svg-icon, .show > .btn.btn-active-light-warning i,
.show > .btn.btn-active-light-warning .svg-icon {
  color: var(--bs-warning);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-light-warning.dropdown-toggle:after, .btn-check:active + .btn.btn-active-light-warning.dropdown-toggle:after, .btn.btn-active-light-warning.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-light-warning.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-light-warning.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-light-warning.active.dropdown-toggle:after, .btn.btn-active-light-warning.show.dropdown-toggle:after, .show > .btn.btn-active-light-warning.dropdown-toggle:after {
  color: var(--bs-warning);
}

/* line 133, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-outline.btn-outline-warning {
  color: var(--bs-warning);
  border-color: var(--bs-warning);
  background-color: transparent;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-outline.btn-outline-warning i,
.btn.btn-outline.btn-outline-warning .svg-icon {
  color: var(--bs-warning);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-outline.btn-outline-warning.dropdown-toggle:after {
  color: var(--bs-warning);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-outline.btn-outline-warning, .btn-check:active + .btn.btn-outline.btn-outline-warning, .btn.btn-outline.btn-outline-warning:focus:not(.btn-active), .btn.btn-outline.btn-outline-warning:hover:not(.btn-active), .btn.btn-outline.btn-outline-warning:active:not(.btn-active), .btn.btn-outline.btn-outline-warning.active, .btn.btn-outline.btn-outline-warning.show, .show > .btn.btn-outline.btn-outline-warning {
  color: var(--bs-warning-active);
  border-color: var(--bs-warning);
  background-color: var(--bs-warning-light) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-outline.btn-outline-warning i,
.btn-check:checked + .btn.btn-outline.btn-outline-warning .svg-icon, .btn-check:active + .btn.btn-outline.btn-outline-warning i,
.btn-check:active + .btn.btn-outline.btn-outline-warning .svg-icon, .btn.btn-outline.btn-outline-warning:focus:not(.btn-active) i,
.btn.btn-outline.btn-outline-warning:focus:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-warning:hover:not(.btn-active) i,
.btn.btn-outline.btn-outline-warning:hover:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-warning:active:not(.btn-active) i,
.btn.btn-outline.btn-outline-warning:active:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-warning.active i,
.btn.btn-outline.btn-outline-warning.active .svg-icon, .btn.btn-outline.btn-outline-warning.show i,
.btn.btn-outline.btn-outline-warning.show .svg-icon, .show > .btn.btn-outline.btn-outline-warning i,
.show > .btn.btn-outline.btn-outline-warning .svg-icon {
  color: var(--bs-warning-active);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-outline.btn-outline-warning.dropdown-toggle:after, .btn-check:active + .btn.btn-outline.btn-outline-warning.dropdown-toggle:after, .btn.btn-outline.btn-outline-warning.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-outline.btn-outline-warning.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-outline.btn-outline-warning.dropdown-toggle:active:not(.btn-active):after, .btn.btn-outline.btn-outline-warning.active.dropdown-toggle:after, .btn.btn-outline.btn-outline-warning.show.dropdown-toggle:after, .show > .btn.btn-outline.btn-outline-warning.dropdown-toggle:after {
  color: var(--bs-warning-active);
}

/* line 44, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-danger {
  color: var(--bs-danger-inverse);
  border-color: var(--bs-danger);
  background-color: var(--bs-danger);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-danger i,
.btn.btn-danger .svg-icon {
  color: var(--bs-danger-inverse);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-danger.dropdown-toggle:after {
  color: var(--bs-danger-inverse);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-danger, .btn-check:active + .btn.btn-danger, .btn.btn-danger:focus:not(.btn-active), .btn.btn-danger:hover:not(.btn-active), .btn.btn-danger:active:not(.btn-active), .btn.btn-danger.active, .btn.btn-danger.show, .show > .btn.btn-danger {
  color: var(--bs-danger-inverse);
  border-color: var(--bs-danger-active);
  background-color: var(--bs-danger-active) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-danger i,
.btn-check:checked + .btn.btn-danger .svg-icon, .btn-check:active + .btn.btn-danger i,
.btn-check:active + .btn.btn-danger .svg-icon, .btn.btn-danger:focus:not(.btn-active) i,
.btn.btn-danger:focus:not(.btn-active) .svg-icon, .btn.btn-danger:hover:not(.btn-active) i,
.btn.btn-danger:hover:not(.btn-active) .svg-icon, .btn.btn-danger:active:not(.btn-active) i,
.btn.btn-danger:active:not(.btn-active) .svg-icon, .btn.btn-danger.active i,
.btn.btn-danger.active .svg-icon, .btn.btn-danger.show i,
.btn.btn-danger.show .svg-icon, .show > .btn.btn-danger i,
.show > .btn.btn-danger .svg-icon {
  color: var(--bs-danger-inverse);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-danger.dropdown-toggle:after, .btn-check:active + .btn.btn-danger.dropdown-toggle:after, .btn.btn-danger.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-danger.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-danger.dropdown-toggle:active:not(.btn-active):after, .btn.btn-danger.active.dropdown-toggle:after, .btn.btn-danger.show.dropdown-toggle:after, .show > .btn.btn-danger.dropdown-toggle:after {
  color: var(--bs-danger-inverse);
}

/* line 60, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-light-danger {
  color: var(--bs-danger);
  border-color: var(--bs-danger-light);
  background-color: var(--bs-danger-light);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-light-danger i,
.btn.btn-light-danger .svg-icon {
  color: var(--bs-danger);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-light-danger.dropdown-toggle:after {
  color: var(--bs-danger);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-danger, .btn-check:active + .btn.btn-light-danger, .btn.btn-light-danger:focus:not(.btn-active), .btn.btn-light-danger:hover:not(.btn-active), .btn.btn-light-danger:active:not(.btn-active), .btn.btn-light-danger.active, .btn.btn-light-danger.show, .show > .btn.btn-light-danger {
  color: var(--bs-danger-inverse);
  border-color: var(--bs-danger);
  background-color: var(--bs-danger) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-danger i,
.btn-check:checked + .btn.btn-light-danger .svg-icon, .btn-check:active + .btn.btn-light-danger i,
.btn-check:active + .btn.btn-light-danger .svg-icon, .btn.btn-light-danger:focus:not(.btn-active) i,
.btn.btn-light-danger:focus:not(.btn-active) .svg-icon, .btn.btn-light-danger:hover:not(.btn-active) i,
.btn.btn-light-danger:hover:not(.btn-active) .svg-icon, .btn.btn-light-danger:active:not(.btn-active) i,
.btn.btn-light-danger:active:not(.btn-active) .svg-icon, .btn.btn-light-danger.active i,
.btn.btn-light-danger.active .svg-icon, .btn.btn-light-danger.show i,
.btn.btn-light-danger.show .svg-icon, .show > .btn.btn-light-danger i,
.show > .btn.btn-light-danger .svg-icon {
  color: var(--bs-danger-inverse);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-danger.dropdown-toggle:after, .btn-check:active + .btn.btn-light-danger.dropdown-toggle:after, .btn.btn-light-danger.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-light-danger.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-light-danger.dropdown-toggle:active:not(.btn-active):after, .btn.btn-light-danger.active.dropdown-toggle:after, .btn.btn-light-danger.show.dropdown-toggle:after, .show > .btn.btn-light-danger.dropdown-toggle:after {
  color: var(--bs-danger-inverse);
}

/* line 81, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-bg-danger {
  border-color: var(--bs-danger);
  background-color: var(--bs-danger);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-danger, .btn-check:active + .btn.btn-active-danger, .btn.btn-active-danger:focus:not(.btn-active), .btn.btn-active-danger:hover:not(.btn-active), .btn.btn-active-danger:active:not(.btn-active), .btn.btn-active-danger.active, .btn.btn-active-danger.show, .show > .btn.btn-active-danger {
  color: var(--bs-danger-inverse);
  border-color: var(--bs-danger);
  background-color: var(--bs-danger) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-danger i,
.btn-check:checked + .btn.btn-active-danger .svg-icon, .btn-check:active + .btn.btn-active-danger i,
.btn-check:active + .btn.btn-active-danger .svg-icon, .btn.btn-active-danger:focus:not(.btn-active) i,
.btn.btn-active-danger:focus:not(.btn-active) .svg-icon, .btn.btn-active-danger:hover:not(.btn-active) i,
.btn.btn-active-danger:hover:not(.btn-active) .svg-icon, .btn.btn-active-danger:active:not(.btn-active) i,
.btn.btn-active-danger:active:not(.btn-active) .svg-icon, .btn.btn-active-danger.active i,
.btn.btn-active-danger.active .svg-icon, .btn.btn-active-danger.show i,
.btn.btn-active-danger.show .svg-icon, .show > .btn.btn-active-danger i,
.show > .btn.btn-active-danger .svg-icon {
  color: var(--bs-danger-inverse);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-danger.dropdown-toggle:after, .btn-check:active + .btn.btn-active-danger.dropdown-toggle:after, .btn.btn-active-danger.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-danger.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-danger.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-danger.active.dropdown-toggle:after, .btn.btn-active-danger.show.dropdown-toggle:after, .show > .btn.btn-active-danger.dropdown-toggle:after {
  color: var(--bs-danger-inverse);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-light-danger, .btn-check:active + .btn.btn-active-light-danger, .btn.btn-active-light-danger:focus:not(.btn-active), .btn.btn-active-light-danger:hover:not(.btn-active), .btn.btn-active-light-danger:active:not(.btn-active), .btn.btn-active-light-danger.active, .btn.btn-active-light-danger.show, .show > .btn.btn-active-light-danger {
  color: var(--bs-danger);
  border-color: var(--bs-danger-light);
  background-color: var(--bs-danger-light) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-light-danger i,
.btn-check:checked + .btn.btn-active-light-danger .svg-icon, .btn-check:active + .btn.btn-active-light-danger i,
.btn-check:active + .btn.btn-active-light-danger .svg-icon, .btn.btn-active-light-danger:focus:not(.btn-active) i,
.btn.btn-active-light-danger:focus:not(.btn-active) .svg-icon, .btn.btn-active-light-danger:hover:not(.btn-active) i,
.btn.btn-active-light-danger:hover:not(.btn-active) .svg-icon, .btn.btn-active-light-danger:active:not(.btn-active) i,
.btn.btn-active-light-danger:active:not(.btn-active) .svg-icon, .btn.btn-active-light-danger.active i,
.btn.btn-active-light-danger.active .svg-icon, .btn.btn-active-light-danger.show i,
.btn.btn-active-light-danger.show .svg-icon, .show > .btn.btn-active-light-danger i,
.show > .btn.btn-active-light-danger .svg-icon {
  color: var(--bs-danger);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-light-danger.dropdown-toggle:after, .btn-check:active + .btn.btn-active-light-danger.dropdown-toggle:after, .btn.btn-active-light-danger.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-light-danger.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-light-danger.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-light-danger.active.dropdown-toggle:after, .btn.btn-active-light-danger.show.dropdown-toggle:after, .show > .btn.btn-active-light-danger.dropdown-toggle:after {
  color: var(--bs-danger);
}

/* line 133, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-outline.btn-outline-danger {
  color: var(--bs-danger);
  border-color: var(--bs-danger);
  background-color: transparent;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-outline.btn-outline-danger i,
.btn.btn-outline.btn-outline-danger .svg-icon {
  color: var(--bs-danger);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-outline.btn-outline-danger.dropdown-toggle:after {
  color: var(--bs-danger);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-outline.btn-outline-danger, .btn-check:active + .btn.btn-outline.btn-outline-danger, .btn.btn-outline.btn-outline-danger:focus:not(.btn-active), .btn.btn-outline.btn-outline-danger:hover:not(.btn-active), .btn.btn-outline.btn-outline-danger:active:not(.btn-active), .btn.btn-outline.btn-outline-danger.active, .btn.btn-outline.btn-outline-danger.show, .show > .btn.btn-outline.btn-outline-danger {
  color: var(--bs-danger-active);
  border-color: var(--bs-danger);
  background-color: var(--bs-danger-light) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-outline.btn-outline-danger i,
.btn-check:checked + .btn.btn-outline.btn-outline-danger .svg-icon, .btn-check:active + .btn.btn-outline.btn-outline-danger i,
.btn-check:active + .btn.btn-outline.btn-outline-danger .svg-icon, .btn.btn-outline.btn-outline-danger:focus:not(.btn-active) i,
.btn.btn-outline.btn-outline-danger:focus:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-danger:hover:not(.btn-active) i,
.btn.btn-outline.btn-outline-danger:hover:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-danger:active:not(.btn-active) i,
.btn.btn-outline.btn-outline-danger:active:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-danger.active i,
.btn.btn-outline.btn-outline-danger.active .svg-icon, .btn.btn-outline.btn-outline-danger.show i,
.btn.btn-outline.btn-outline-danger.show .svg-icon, .show > .btn.btn-outline.btn-outline-danger i,
.show > .btn.btn-outline.btn-outline-danger .svg-icon {
  color: var(--bs-danger-active);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-outline.btn-outline-danger.dropdown-toggle:after, .btn-check:active + .btn.btn-outline.btn-outline-danger.dropdown-toggle:after, .btn.btn-outline.btn-outline-danger.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-outline.btn-outline-danger.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-outline.btn-outline-danger.dropdown-toggle:active:not(.btn-active):after, .btn.btn-outline.btn-outline-danger.active.dropdown-toggle:after, .btn.btn-outline.btn-outline-danger.show.dropdown-toggle:after, .show > .btn.btn-outline.btn-outline-danger.dropdown-toggle:after {
  color: var(--bs-danger-active);
}

/* line 44, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-light {
  color: var(--bs-light-inverse);
  border-color: var(--bs-light);
  background-color: var(--bs-light);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-light i,
.btn.btn-light .svg-icon {
  color: var(--bs-light-inverse);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-light.dropdown-toggle:after {
  color: var(--bs-light-inverse);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light, .btn-check:active + .btn.btn-light, .btn.btn-light:focus:not(.btn-active), .btn.btn-light:hover:not(.btn-active), .btn.btn-light:active:not(.btn-active), .btn.btn-light.active, .btn.btn-light.show, .show > .btn.btn-light {
  color: var(--bs-light-inverse);
  border-color: var(--bs-light-active);
  background-color: var(--bs-light-active) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light i,
.btn-check:checked + .btn.btn-light .svg-icon, .btn-check:active + .btn.btn-light i,
.btn-check:active + .btn.btn-light .svg-icon, .btn.btn-light:focus:not(.btn-active) i,
.btn.btn-light:focus:not(.btn-active) .svg-icon, .btn.btn-light:hover:not(.btn-active) i,
.btn.btn-light:hover:not(.btn-active) .svg-icon, .btn.btn-light:active:not(.btn-active) i,
.btn.btn-light:active:not(.btn-active) .svg-icon, .btn.btn-light.active i,
.btn.btn-light.active .svg-icon, .btn.btn-light.show i,
.btn.btn-light.show .svg-icon, .show > .btn.btn-light i,
.show > .btn.btn-light .svg-icon {
  color: var(--bs-light-inverse);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light.dropdown-toggle:after, .btn-check:active + .btn.btn-light.dropdown-toggle:after, .btn.btn-light.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-light.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-light.dropdown-toggle:active:not(.btn-active):after, .btn.btn-light.active.dropdown-toggle:after, .btn.btn-light.show.dropdown-toggle:after, .show > .btn.btn-light.dropdown-toggle:after {
  color: var(--bs-light-inverse);
}

/* line 60, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-light-light {
  color: var(--bs-light);
  border-color: var(--bs-light-light);
  background-color: var(--bs-light-light);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-light-light i,
.btn.btn-light-light .svg-icon {
  color: var(--bs-light);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-light-light.dropdown-toggle:after {
  color: var(--bs-light);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-light, .btn-check:active + .btn.btn-light-light, .btn.btn-light-light:focus:not(.btn-active), .btn.btn-light-light:hover:not(.btn-active), .btn.btn-light-light:active:not(.btn-active), .btn.btn-light-light.active, .btn.btn-light-light.show, .show > .btn.btn-light-light {
  color: var(--bs-light-inverse);
  border-color: var(--bs-light);
  background-color: var(--bs-light) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-light i,
.btn-check:checked + .btn.btn-light-light .svg-icon, .btn-check:active + .btn.btn-light-light i,
.btn-check:active + .btn.btn-light-light .svg-icon, .btn.btn-light-light:focus:not(.btn-active) i,
.btn.btn-light-light:focus:not(.btn-active) .svg-icon, .btn.btn-light-light:hover:not(.btn-active) i,
.btn.btn-light-light:hover:not(.btn-active) .svg-icon, .btn.btn-light-light:active:not(.btn-active) i,
.btn.btn-light-light:active:not(.btn-active) .svg-icon, .btn.btn-light-light.active i,
.btn.btn-light-light.active .svg-icon, .btn.btn-light-light.show i,
.btn.btn-light-light.show .svg-icon, .show > .btn.btn-light-light i,
.show > .btn.btn-light-light .svg-icon {
  color: var(--bs-light-inverse);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-light.dropdown-toggle:after, .btn-check:active + .btn.btn-light-light.dropdown-toggle:after, .btn.btn-light-light.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-light-light.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-light-light.dropdown-toggle:active:not(.btn-active):after, .btn.btn-light-light.active.dropdown-toggle:after, .btn.btn-light-light.show.dropdown-toggle:after, .show > .btn.btn-light-light.dropdown-toggle:after {
  color: var(--bs-light-inverse);
}

/* line 81, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-bg-light {
  border-color: var(--bs-light);
  background-color: var(--bs-light);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-light, .btn-check:active + .btn.btn-active-light, .btn.btn-active-light:focus:not(.btn-active), .btn.btn-active-light:hover:not(.btn-active), .btn.btn-active-light:active:not(.btn-active), .btn.btn-active-light.active, .btn.btn-active-light.show, .show > .btn.btn-active-light {
  color: var(--bs-light-inverse);
  border-color: var(--bs-light);
  background-color: var(--bs-light) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-light i,
.btn-check:checked + .btn.btn-active-light .svg-icon, .btn-check:active + .btn.btn-active-light i,
.btn-check:active + .btn.btn-active-light .svg-icon, .btn.btn-active-light:focus:not(.btn-active) i,
.btn.btn-active-light:focus:not(.btn-active) .svg-icon, .btn.btn-active-light:hover:not(.btn-active) i,
.btn.btn-active-light:hover:not(.btn-active) .svg-icon, .btn.btn-active-light:active:not(.btn-active) i,
.btn.btn-active-light:active:not(.btn-active) .svg-icon, .btn.btn-active-light.active i,
.btn.btn-active-light.active .svg-icon, .btn.btn-active-light.show i,
.btn.btn-active-light.show .svg-icon, .show > .btn.btn-active-light i,
.show > .btn.btn-active-light .svg-icon {
  color: var(--bs-light-inverse);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-light.dropdown-toggle:after, .btn-check:active + .btn.btn-active-light.dropdown-toggle:after, .btn.btn-active-light.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-light.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-light.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-light.active.dropdown-toggle:after, .btn.btn-active-light.show.dropdown-toggle:after, .show > .btn.btn-active-light.dropdown-toggle:after {
  color: var(--bs-light-inverse);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-light-light, .btn-check:active + .btn.btn-active-light-light, .btn.btn-active-light-light:focus:not(.btn-active), .btn.btn-active-light-light:hover:not(.btn-active), .btn.btn-active-light-light:active:not(.btn-active), .btn.btn-active-light-light.active, .btn.btn-active-light-light.show, .show > .btn.btn-active-light-light {
  color: var(--bs-light);
  border-color: var(--bs-light-light);
  background-color: var(--bs-light-light) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-light-light i,
.btn-check:checked + .btn.btn-active-light-light .svg-icon, .btn-check:active + .btn.btn-active-light-light i,
.btn-check:active + .btn.btn-active-light-light .svg-icon, .btn.btn-active-light-light:focus:not(.btn-active) i,
.btn.btn-active-light-light:focus:not(.btn-active) .svg-icon, .btn.btn-active-light-light:hover:not(.btn-active) i,
.btn.btn-active-light-light:hover:not(.btn-active) .svg-icon, .btn.btn-active-light-light:active:not(.btn-active) i,
.btn.btn-active-light-light:active:not(.btn-active) .svg-icon, .btn.btn-active-light-light.active i,
.btn.btn-active-light-light.active .svg-icon, .btn.btn-active-light-light.show i,
.btn.btn-active-light-light.show .svg-icon, .show > .btn.btn-active-light-light i,
.show > .btn.btn-active-light-light .svg-icon {
  color: var(--bs-light);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-light-light.dropdown-toggle:after, .btn-check:active + .btn.btn-active-light-light.dropdown-toggle:after, .btn.btn-active-light-light.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-light-light.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-light-light.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-light-light.active.dropdown-toggle:after, .btn.btn-active-light-light.show.dropdown-toggle:after, .show > .btn.btn-active-light-light.dropdown-toggle:after {
  color: var(--bs-light);
}

/* line 133, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-outline.btn-outline-light {
  color: var(--bs-light);
  border-color: var(--bs-light);
  background-color: transparent;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-outline.btn-outline-light i,
.btn.btn-outline.btn-outline-light .svg-icon {
  color: var(--bs-light);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-outline.btn-outline-light.dropdown-toggle:after {
  color: var(--bs-light);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-outline.btn-outline-light, .btn-check:active + .btn.btn-outline.btn-outline-light, .btn.btn-outline.btn-outline-light:focus:not(.btn-active), .btn.btn-outline.btn-outline-light:hover:not(.btn-active), .btn.btn-outline.btn-outline-light:active:not(.btn-active), .btn.btn-outline.btn-outline-light.active, .btn.btn-outline.btn-outline-light.show, .show > .btn.btn-outline.btn-outline-light {
  color: var(--bs-light-active);
  border-color: var(--bs-light);
  background-color: var(--bs-light-light) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-outline.btn-outline-light i,
.btn-check:checked + .btn.btn-outline.btn-outline-light .svg-icon, .btn-check:active + .btn.btn-outline.btn-outline-light i,
.btn-check:active + .btn.btn-outline.btn-outline-light .svg-icon, .btn.btn-outline.btn-outline-light:focus:not(.btn-active) i,
.btn.btn-outline.btn-outline-light:focus:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-light:hover:not(.btn-active) i,
.btn.btn-outline.btn-outline-light:hover:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-light:active:not(.btn-active) i,
.btn.btn-outline.btn-outline-light:active:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-light.active i,
.btn.btn-outline.btn-outline-light.active .svg-icon, .btn.btn-outline.btn-outline-light.show i,
.btn.btn-outline.btn-outline-light.show .svg-icon, .show > .btn.btn-outline.btn-outline-light i,
.show > .btn.btn-outline.btn-outline-light .svg-icon {
  color: var(--bs-light-active);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-outline.btn-outline-light.dropdown-toggle:after, .btn-check:active + .btn.btn-outline.btn-outline-light.dropdown-toggle:after, .btn.btn-outline.btn-outline-light.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-outline.btn-outline-light.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-outline.btn-outline-light.dropdown-toggle:active:not(.btn-active):after, .btn.btn-outline.btn-outline-light.active.dropdown-toggle:after, .btn.btn-outline.btn-outline-light.show.dropdown-toggle:after, .show > .btn.btn-outline.btn-outline-light.dropdown-toggle:after {
  color: var(--bs-light-active);
}

/* line 44, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-dark {
  color: var(--bs-dark-inverse);
  border-color: var(--bs-dark);
  background-color: var(--bs-dark);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-dark i,
.btn.btn-dark .svg-icon {
  color: var(--bs-dark-inverse);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-dark.dropdown-toggle:after {
  color: var(--bs-dark-inverse);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-dark, .btn-check:active + .btn.btn-dark, .btn.btn-dark:focus:not(.btn-active), .btn.btn-dark:hover:not(.btn-active), .btn.btn-dark:active:not(.btn-active), .btn.btn-dark.active, .btn.btn-dark.show, .show > .btn.btn-dark {
  color: var(--bs-dark-inverse);
  border-color: var(--bs-dark-active);
  background-color: var(--bs-dark-active) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-dark i,
.btn-check:checked + .btn.btn-dark .svg-icon, .btn-check:active + .btn.btn-dark i,
.btn-check:active + .btn.btn-dark .svg-icon, .btn.btn-dark:focus:not(.btn-active) i,
.btn.btn-dark:focus:not(.btn-active) .svg-icon, .btn.btn-dark:hover:not(.btn-active) i,
.btn.btn-dark:hover:not(.btn-active) .svg-icon, .btn.btn-dark:active:not(.btn-active) i,
.btn.btn-dark:active:not(.btn-active) .svg-icon, .btn.btn-dark.active i,
.btn.btn-dark.active .svg-icon, .btn.btn-dark.show i,
.btn.btn-dark.show .svg-icon, .show > .btn.btn-dark i,
.show > .btn.btn-dark .svg-icon {
  color: var(--bs-dark-inverse);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-dark.dropdown-toggle:after, .btn-check:active + .btn.btn-dark.dropdown-toggle:after, .btn.btn-dark.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-dark.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-dark.dropdown-toggle:active:not(.btn-active):after, .btn.btn-dark.active.dropdown-toggle:after, .btn.btn-dark.show.dropdown-toggle:after, .show > .btn.btn-dark.dropdown-toggle:after {
  color: var(--bs-dark-inverse);
}

/* line 60, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-light-dark {
  color: var(--bs-dark);
  border-color: var(--bs-dark-light);
  background-color: var(--bs-dark-light);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-light-dark i,
.btn.btn-light-dark .svg-icon {
  color: var(--bs-dark);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-light-dark.dropdown-toggle:after {
  color: var(--bs-dark);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-dark, .btn-check:active + .btn.btn-light-dark, .btn.btn-light-dark:focus:not(.btn-active), .btn.btn-light-dark:hover:not(.btn-active), .btn.btn-light-dark:active:not(.btn-active), .btn.btn-light-dark.active, .btn.btn-light-dark.show, .show > .btn.btn-light-dark {
  color: var(--bs-dark-inverse);
  border-color: var(--bs-dark);
  background-color: var(--bs-dark) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-dark i,
.btn-check:checked + .btn.btn-light-dark .svg-icon, .btn-check:active + .btn.btn-light-dark i,
.btn-check:active + .btn.btn-light-dark .svg-icon, .btn.btn-light-dark:focus:not(.btn-active) i,
.btn.btn-light-dark:focus:not(.btn-active) .svg-icon, .btn.btn-light-dark:hover:not(.btn-active) i,
.btn.btn-light-dark:hover:not(.btn-active) .svg-icon, .btn.btn-light-dark:active:not(.btn-active) i,
.btn.btn-light-dark:active:not(.btn-active) .svg-icon, .btn.btn-light-dark.active i,
.btn.btn-light-dark.active .svg-icon, .btn.btn-light-dark.show i,
.btn.btn-light-dark.show .svg-icon, .show > .btn.btn-light-dark i,
.show > .btn.btn-light-dark .svg-icon {
  color: var(--bs-dark-inverse);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-dark.dropdown-toggle:after, .btn-check:active + .btn.btn-light-dark.dropdown-toggle:after, .btn.btn-light-dark.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-light-dark.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-light-dark.dropdown-toggle:active:not(.btn-active):after, .btn.btn-light-dark.active.dropdown-toggle:after, .btn.btn-light-dark.show.dropdown-toggle:after, .show > .btn.btn-light-dark.dropdown-toggle:after {
  color: var(--bs-dark-inverse);
}

/* line 81, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-bg-dark {
  border-color: var(--bs-dark);
  background-color: var(--bs-dark);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-dark, .btn-check:active + .btn.btn-active-dark, .btn.btn-active-dark:focus:not(.btn-active), .btn.btn-active-dark:hover:not(.btn-active), .btn.btn-active-dark:active:not(.btn-active), .btn.btn-active-dark.active, .btn.btn-active-dark.show, .show > .btn.btn-active-dark {
  color: var(--bs-dark-inverse);
  border-color: var(--bs-dark);
  background-color: var(--bs-dark) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-dark i,
.btn-check:checked + .btn.btn-active-dark .svg-icon, .btn-check:active + .btn.btn-active-dark i,
.btn-check:active + .btn.btn-active-dark .svg-icon, .btn.btn-active-dark:focus:not(.btn-active) i,
.btn.btn-active-dark:focus:not(.btn-active) .svg-icon, .btn.btn-active-dark:hover:not(.btn-active) i,
.btn.btn-active-dark:hover:not(.btn-active) .svg-icon, .btn.btn-active-dark:active:not(.btn-active) i,
.btn.btn-active-dark:active:not(.btn-active) .svg-icon, .btn.btn-active-dark.active i,
.btn.btn-active-dark.active .svg-icon, .btn.btn-active-dark.show i,
.btn.btn-active-dark.show .svg-icon, .show > .btn.btn-active-dark i,
.show > .btn.btn-active-dark .svg-icon {
  color: var(--bs-dark-inverse);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-dark.dropdown-toggle:after, .btn-check:active + .btn.btn-active-dark.dropdown-toggle:after, .btn.btn-active-dark.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-dark.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-dark.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-dark.active.dropdown-toggle:after, .btn.btn-active-dark.show.dropdown-toggle:after, .show > .btn.btn-active-dark.dropdown-toggle:after {
  color: var(--bs-dark-inverse);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-light-dark, .btn-check:active + .btn.btn-active-light-dark, .btn.btn-active-light-dark:focus:not(.btn-active), .btn.btn-active-light-dark:hover:not(.btn-active), .btn.btn-active-light-dark:active:not(.btn-active), .btn.btn-active-light-dark.active, .btn.btn-active-light-dark.show, .show > .btn.btn-active-light-dark {
  color: var(--bs-dark);
  border-color: var(--bs-dark-light);
  background-color: var(--bs-dark-light) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-light-dark i,
.btn-check:checked + .btn.btn-active-light-dark .svg-icon, .btn-check:active + .btn.btn-active-light-dark i,
.btn-check:active + .btn.btn-active-light-dark .svg-icon, .btn.btn-active-light-dark:focus:not(.btn-active) i,
.btn.btn-active-light-dark:focus:not(.btn-active) .svg-icon, .btn.btn-active-light-dark:hover:not(.btn-active) i,
.btn.btn-active-light-dark:hover:not(.btn-active) .svg-icon, .btn.btn-active-light-dark:active:not(.btn-active) i,
.btn.btn-active-light-dark:active:not(.btn-active) .svg-icon, .btn.btn-active-light-dark.active i,
.btn.btn-active-light-dark.active .svg-icon, .btn.btn-active-light-dark.show i,
.btn.btn-active-light-dark.show .svg-icon, .show > .btn.btn-active-light-dark i,
.show > .btn.btn-active-light-dark .svg-icon {
  color: var(--bs-dark);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-light-dark.dropdown-toggle:after, .btn-check:active + .btn.btn-active-light-dark.dropdown-toggle:after, .btn.btn-active-light-dark.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-light-dark.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-light-dark.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-light-dark.active.dropdown-toggle:after, .btn.btn-active-light-dark.show.dropdown-toggle:after, .show > .btn.btn-active-light-dark.dropdown-toggle:after {
  color: var(--bs-dark);
}

/* line 133, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-outline.btn-outline-dark {
  color: var(--bs-dark);
  border-color: var(--bs-dark);
  background-color: transparent;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-outline.btn-outline-dark i,
.btn.btn-outline.btn-outline-dark .svg-icon {
  color: var(--bs-dark);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-outline.btn-outline-dark.dropdown-toggle:after {
  color: var(--bs-dark);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-outline.btn-outline-dark, .btn-check:active + .btn.btn-outline.btn-outline-dark, .btn.btn-outline.btn-outline-dark:focus:not(.btn-active), .btn.btn-outline.btn-outline-dark:hover:not(.btn-active), .btn.btn-outline.btn-outline-dark:active:not(.btn-active), .btn.btn-outline.btn-outline-dark.active, .btn.btn-outline.btn-outline-dark.show, .show > .btn.btn-outline.btn-outline-dark {
  color: var(--bs-dark-active);
  border-color: var(--bs-dark);
  background-color: var(--bs-dark-light) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-outline.btn-outline-dark i,
.btn-check:checked + .btn.btn-outline.btn-outline-dark .svg-icon, .btn-check:active + .btn.btn-outline.btn-outline-dark i,
.btn-check:active + .btn.btn-outline.btn-outline-dark .svg-icon, .btn.btn-outline.btn-outline-dark:focus:not(.btn-active) i,
.btn.btn-outline.btn-outline-dark:focus:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-dark:hover:not(.btn-active) i,
.btn.btn-outline.btn-outline-dark:hover:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-dark:active:not(.btn-active) i,
.btn.btn-outline.btn-outline-dark:active:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-dark.active i,
.btn.btn-outline.btn-outline-dark.active .svg-icon, .btn.btn-outline.btn-outline-dark.show i,
.btn.btn-outline.btn-outline-dark.show .svg-icon, .show > .btn.btn-outline.btn-outline-dark i,
.show > .btn.btn-outline.btn-outline-dark .svg-icon {
  color: var(--bs-dark-active);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-outline.btn-outline-dark.dropdown-toggle:after, .btn-check:active + .btn.btn-outline.btn-outline-dark.dropdown-toggle:after, .btn.btn-outline.btn-outline-dark.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-outline.btn-outline-dark.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-outline.btn-outline-dark.dropdown-toggle:active:not(.btn-active):after, .btn.btn-outline.btn-outline-dark.active.dropdown-toggle:after, .btn.btn-outline.btn-outline-dark.show.dropdown-toggle:after, .show > .btn.btn-outline.btn-outline-dark.dropdown-toggle:after {
  color: var(--bs-dark-active);
}

/* line 165, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-color-white {
  color: var(--bs-text-white);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-white i,
.btn.btn-color-white .svg-icon {
  color: var(--bs-text-white);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-white.dropdown-toggle:after {
  color: var(--bs-text-white);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-white, .btn-check:active + .btn.btn-active-color-white, .btn.btn-active-color-white:focus:not(.btn-active), .btn.btn-active-color-white:hover:not(.btn-active), .btn.btn-active-color-white:active:not(.btn-active), .btn.btn-active-color-white.active, .btn.btn-active-color-white.show, .show > .btn.btn-active-color-white {
  color: var(--bs-text-white);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-white i,
.btn-check:checked + .btn.btn-active-color-white .svg-icon, .btn-check:active + .btn.btn-active-color-white i,
.btn-check:active + .btn.btn-active-color-white .svg-icon, .btn.btn-active-color-white:focus:not(.btn-active) i,
.btn.btn-active-color-white:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-white:hover:not(.btn-active) i,
.btn.btn-active-color-white:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-white:active:not(.btn-active) i,
.btn.btn-active-color-white:active:not(.btn-active) .svg-icon, .btn.btn-active-color-white.active i,
.btn.btn-active-color-white.active .svg-icon, .btn.btn-active-color-white.show i,
.btn.btn-active-color-white.show .svg-icon, .show > .btn.btn-active-color-white i,
.show > .btn.btn-active-color-white .svg-icon {
  color: var(--bs-text-white);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-white.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-white.dropdown-toggle:after, .btn.btn-active-color-white.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-white.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-color-white.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-white.active.dropdown-toggle:after, .btn.btn-active-color-white.show.dropdown-toggle:after, .show > .btn.btn-active-color-white.dropdown-toggle:after {
  color: var(--bs-text-white);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-white i,
.btn.btn-icon-white .svg-icon {
  color: var(--bs-text-white);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-white.dropdown-toggle:after {
  color: var(--bs-text-white);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-white i,
.btn-check:checked + .btn.btn-active-icon-white .svg-icon, .btn-check:active + .btn.btn-active-icon-white i,
.btn-check:active + .btn.btn-active-icon-white .svg-icon, .btn.btn-active-icon-white:focus:not(.btn-active) i,
.btn.btn-active-icon-white:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-white:hover:not(.btn-active) i,
.btn.btn-active-icon-white:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-white:active:not(.btn-active) i,
.btn.btn-active-icon-white:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-white.active i,
.btn.btn-active-icon-white.active .svg-icon, .btn.btn-active-icon-white.show i,
.btn.btn-active-icon-white.show .svg-icon, .show > .btn.btn-active-icon-white i,
.show > .btn.btn-active-icon-white .svg-icon {
  color: var(--bs-text-white);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-white.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-white.dropdown-toggle:after, .btn.btn-active-icon-white.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-white.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-icon-white.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-white.active.dropdown-toggle:after, .btn.btn-active-icon-white.show.dropdown-toggle:after, .show > .btn.btn-active-icon-white.dropdown-toggle:after {
  color: var(--bs-text-white);
}

/* line 225, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-text-white {
  color: var(--bs-text-white);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-text-white, .btn-check:active + .btn.btn-active-text-white, .btn.btn-active-text-white:focus:not(.btn-active), .btn.btn-active-text-white:hover:not(.btn-active), .btn.btn-active-text-white:active:not(.btn-active), .btn.btn-active-text-white.active, .btn.btn-active-text-white.show, .show > .btn.btn-active-text-white {
  color: var(--bs-text-white);
}

/* line 165, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-color-primary {
  color: var(--bs-text-primary);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-primary i,
.btn.btn-color-primary .svg-icon {
  color: var(--bs-text-primary);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-primary.dropdown-toggle:after {
  color: var(--bs-text-primary);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-primary, .btn-check:active + .btn.btn-active-color-primary, .btn.btn-active-color-primary:focus:not(.btn-active), .btn.btn-active-color-primary:hover:not(.btn-active), .btn.btn-active-color-primary:active:not(.btn-active), .btn.btn-active-color-primary.active, .btn.btn-active-color-primary.show, .show > .btn.btn-active-color-primary {
  color: var(--bs-text-primary);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-primary i,
.btn-check:checked + .btn.btn-active-color-primary .svg-icon, .btn-check:active + .btn.btn-active-color-primary i,
.btn-check:active + .btn.btn-active-color-primary .svg-icon, .btn.btn-active-color-primary:focus:not(.btn-active) i,
.btn.btn-active-color-primary:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-primary:hover:not(.btn-active) i,
.btn.btn-active-color-primary:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-primary:active:not(.btn-active) i,
.btn.btn-active-color-primary:active:not(.btn-active) .svg-icon, .btn.btn-active-color-primary.active i,
.btn.btn-active-color-primary.active .svg-icon, .btn.btn-active-color-primary.show i,
.btn.btn-active-color-primary.show .svg-icon, .show > .btn.btn-active-color-primary i,
.show > .btn.btn-active-color-primary .svg-icon {
  color: var(--bs-text-primary);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-primary.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-primary.dropdown-toggle:after, .btn.btn-active-color-primary.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-primary.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-color-primary.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-primary.active.dropdown-toggle:after, .btn.btn-active-color-primary.show.dropdown-toggle:after, .show > .btn.btn-active-color-primary.dropdown-toggle:after {
  color: var(--bs-text-primary);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-primary i,
.btn.btn-icon-primary .svg-icon {
  color: var(--bs-text-primary);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-primary.dropdown-toggle:after {
  color: var(--bs-text-primary);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-primary i,
.btn-check:checked + .btn.btn-active-icon-primary .svg-icon, .btn-check:active + .btn.btn-active-icon-primary i,
.btn-check:active + .btn.btn-active-icon-primary .svg-icon, .btn.btn-active-icon-primary:focus:not(.btn-active) i,
.btn.btn-active-icon-primary:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-primary:hover:not(.btn-active) i,
.btn.btn-active-icon-primary:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-primary:active:not(.btn-active) i,
.btn.btn-active-icon-primary:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-primary.active i,
.btn.btn-active-icon-primary.active .svg-icon, .btn.btn-active-icon-primary.show i,
.btn.btn-active-icon-primary.show .svg-icon, .show > .btn.btn-active-icon-primary i,
.show > .btn.btn-active-icon-primary .svg-icon {
  color: var(--bs-text-primary);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-primary.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-primary.dropdown-toggle:after, .btn.btn-active-icon-primary.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-primary.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-icon-primary.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-primary.active.dropdown-toggle:after, .btn.btn-active-icon-primary.show.dropdown-toggle:after, .show > .btn.btn-active-icon-primary.dropdown-toggle:after {
  color: var(--bs-text-primary);
}

/* line 225, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-text-primary {
  color: var(--bs-text-primary);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-text-primary, .btn-check:active + .btn.btn-active-text-primary, .btn.btn-active-text-primary:focus:not(.btn-active), .btn.btn-active-text-primary:hover:not(.btn-active), .btn.btn-active-text-primary:active:not(.btn-active), .btn.btn-active-text-primary.active, .btn.btn-active-text-primary.show, .show > .btn.btn-active-text-primary {
  color: var(--bs-text-primary);
}

/* line 165, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-color-secondary {
  color: var(--bs-text-secondary);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-secondary i,
.btn.btn-color-secondary .svg-icon {
  color: var(--bs-text-secondary);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-secondary.dropdown-toggle:after {
  color: var(--bs-text-secondary);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-secondary, .btn-check:active + .btn.btn-active-color-secondary, .btn.btn-active-color-secondary:focus:not(.btn-active), .btn.btn-active-color-secondary:hover:not(.btn-active), .btn.btn-active-color-secondary:active:not(.btn-active), .btn.btn-active-color-secondary.active, .btn.btn-active-color-secondary.show, .show > .btn.btn-active-color-secondary {
  color: var(--bs-text-secondary);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-secondary i,
.btn-check:checked + .btn.btn-active-color-secondary .svg-icon, .btn-check:active + .btn.btn-active-color-secondary i,
.btn-check:active + .btn.btn-active-color-secondary .svg-icon, .btn.btn-active-color-secondary:focus:not(.btn-active) i,
.btn.btn-active-color-secondary:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-secondary:hover:not(.btn-active) i,
.btn.btn-active-color-secondary:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-secondary:active:not(.btn-active) i,
.btn.btn-active-color-secondary:active:not(.btn-active) .svg-icon, .btn.btn-active-color-secondary.active i,
.btn.btn-active-color-secondary.active .svg-icon, .btn.btn-active-color-secondary.show i,
.btn.btn-active-color-secondary.show .svg-icon, .show > .btn.btn-active-color-secondary i,
.show > .btn.btn-active-color-secondary .svg-icon {
  color: var(--bs-text-secondary);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-secondary.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-secondary.dropdown-toggle:after, .btn.btn-active-color-secondary.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-secondary.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-color-secondary.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-secondary.active.dropdown-toggle:after, .btn.btn-active-color-secondary.show.dropdown-toggle:after, .show > .btn.btn-active-color-secondary.dropdown-toggle:after {
  color: var(--bs-text-secondary);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-secondary i,
.btn.btn-icon-secondary .svg-icon {
  color: var(--bs-text-secondary);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-secondary.dropdown-toggle:after {
  color: var(--bs-text-secondary);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-secondary i,
.btn-check:checked + .btn.btn-active-icon-secondary .svg-icon, .btn-check:active + .btn.btn-active-icon-secondary i,
.btn-check:active + .btn.btn-active-icon-secondary .svg-icon, .btn.btn-active-icon-secondary:focus:not(.btn-active) i,
.btn.btn-active-icon-secondary:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-secondary:hover:not(.btn-active) i,
.btn.btn-active-icon-secondary:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-secondary:active:not(.btn-active) i,
.btn.btn-active-icon-secondary:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-secondary.active i,
.btn.btn-active-icon-secondary.active .svg-icon, .btn.btn-active-icon-secondary.show i,
.btn.btn-active-icon-secondary.show .svg-icon, .show > .btn.btn-active-icon-secondary i,
.show > .btn.btn-active-icon-secondary .svg-icon {
  color: var(--bs-text-secondary);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-secondary.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-secondary.dropdown-toggle:after, .btn.btn-active-icon-secondary.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-secondary.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-icon-secondary.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-secondary.active.dropdown-toggle:after, .btn.btn-active-icon-secondary.show.dropdown-toggle:after, .show > .btn.btn-active-icon-secondary.dropdown-toggle:after {
  color: var(--bs-text-secondary);
}

/* line 225, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-text-secondary {
  color: var(--bs-text-secondary);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-text-secondary, .btn-check:active + .btn.btn-active-text-secondary, .btn.btn-active-text-secondary:focus:not(.btn-active), .btn.btn-active-text-secondary:hover:not(.btn-active), .btn.btn-active-text-secondary:active:not(.btn-active), .btn.btn-active-text-secondary.active, .btn.btn-active-text-secondary.show, .show > .btn.btn-active-text-secondary {
  color: var(--bs-text-secondary);
}

/* line 165, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-color-light {
  color: var(--bs-text-light);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-light i,
.btn.btn-color-light .svg-icon {
  color: var(--bs-text-light);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-light.dropdown-toggle:after {
  color: var(--bs-text-light);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-light, .btn-check:active + .btn.btn-active-color-light, .btn.btn-active-color-light:focus:not(.btn-active), .btn.btn-active-color-light:hover:not(.btn-active), .btn.btn-active-color-light:active:not(.btn-active), .btn.btn-active-color-light.active, .btn.btn-active-color-light.show, .show > .btn.btn-active-color-light {
  color: var(--bs-text-light);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-light i,
.btn-check:checked + .btn.btn-active-color-light .svg-icon, .btn-check:active + .btn.btn-active-color-light i,
.btn-check:active + .btn.btn-active-color-light .svg-icon, .btn.btn-active-color-light:focus:not(.btn-active) i,
.btn.btn-active-color-light:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-light:hover:not(.btn-active) i,
.btn.btn-active-color-light:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-light:active:not(.btn-active) i,
.btn.btn-active-color-light:active:not(.btn-active) .svg-icon, .btn.btn-active-color-light.active i,
.btn.btn-active-color-light.active .svg-icon, .btn.btn-active-color-light.show i,
.btn.btn-active-color-light.show .svg-icon, .show > .btn.btn-active-color-light i,
.show > .btn.btn-active-color-light .svg-icon {
  color: var(--bs-text-light);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-light.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-light.dropdown-toggle:after, .btn.btn-active-color-light.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-light.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-color-light.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-light.active.dropdown-toggle:after, .btn.btn-active-color-light.show.dropdown-toggle:after, .show > .btn.btn-active-color-light.dropdown-toggle:after {
  color: var(--bs-text-light);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-light i,
.btn.btn-icon-light .svg-icon {
  color: var(--bs-text-light);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-light.dropdown-toggle:after {
  color: var(--bs-text-light);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-light i,
.btn-check:checked + .btn.btn-active-icon-light .svg-icon, .btn-check:active + .btn.btn-active-icon-light i,
.btn-check:active + .btn.btn-active-icon-light .svg-icon, .btn.btn-active-icon-light:focus:not(.btn-active) i,
.btn.btn-active-icon-light:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-light:hover:not(.btn-active) i,
.btn.btn-active-icon-light:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-light:active:not(.btn-active) i,
.btn.btn-active-icon-light:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-light.active i,
.btn.btn-active-icon-light.active .svg-icon, .btn.btn-active-icon-light.show i,
.btn.btn-active-icon-light.show .svg-icon, .show > .btn.btn-active-icon-light i,
.show > .btn.btn-active-icon-light .svg-icon {
  color: var(--bs-text-light);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-light.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-light.dropdown-toggle:after, .btn.btn-active-icon-light.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-light.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-icon-light.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-light.active.dropdown-toggle:after, .btn.btn-active-icon-light.show.dropdown-toggle:after, .show > .btn.btn-active-icon-light.dropdown-toggle:after {
  color: var(--bs-text-light);
}

/* line 225, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-text-light {
  color: var(--bs-text-light);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-text-light, .btn-check:active + .btn.btn-active-text-light, .btn.btn-active-text-light:focus:not(.btn-active), .btn.btn-active-text-light:hover:not(.btn-active), .btn.btn-active-text-light:active:not(.btn-active), .btn.btn-active-text-light.active, .btn.btn-active-text-light.show, .show > .btn.btn-active-text-light {
  color: var(--bs-text-light);
}

/* line 165, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-color-success {
  color: var(--bs-text-success);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-success i,
.btn.btn-color-success .svg-icon {
  color: var(--bs-text-success);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-success.dropdown-toggle:after {
  color: var(--bs-text-success);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-success, .btn-check:active + .btn.btn-active-color-success, .btn.btn-active-color-success:focus:not(.btn-active), .btn.btn-active-color-success:hover:not(.btn-active), .btn.btn-active-color-success:active:not(.btn-active), .btn.btn-active-color-success.active, .btn.btn-active-color-success.show, .show > .btn.btn-active-color-success {
  color: var(--bs-text-success);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-success i,
.btn-check:checked + .btn.btn-active-color-success .svg-icon, .btn-check:active + .btn.btn-active-color-success i,
.btn-check:active + .btn.btn-active-color-success .svg-icon, .btn.btn-active-color-success:focus:not(.btn-active) i,
.btn.btn-active-color-success:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-success:hover:not(.btn-active) i,
.btn.btn-active-color-success:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-success:active:not(.btn-active) i,
.btn.btn-active-color-success:active:not(.btn-active) .svg-icon, .btn.btn-active-color-success.active i,
.btn.btn-active-color-success.active .svg-icon, .btn.btn-active-color-success.show i,
.btn.btn-active-color-success.show .svg-icon, .show > .btn.btn-active-color-success i,
.show > .btn.btn-active-color-success .svg-icon {
  color: var(--bs-text-success);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-success.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-success.dropdown-toggle:after, .btn.btn-active-color-success.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-success.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-color-success.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-success.active.dropdown-toggle:after, .btn.btn-active-color-success.show.dropdown-toggle:after, .show > .btn.btn-active-color-success.dropdown-toggle:after {
  color: var(--bs-text-success);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-success i,
.btn.btn-icon-success .svg-icon {
  color: var(--bs-text-success);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-success.dropdown-toggle:after {
  color: var(--bs-text-success);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-success i,
.btn-check:checked + .btn.btn-active-icon-success .svg-icon, .btn-check:active + .btn.btn-active-icon-success i,
.btn-check:active + .btn.btn-active-icon-success .svg-icon, .btn.btn-active-icon-success:focus:not(.btn-active) i,
.btn.btn-active-icon-success:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-success:hover:not(.btn-active) i,
.btn.btn-active-icon-success:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-success:active:not(.btn-active) i,
.btn.btn-active-icon-success:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-success.active i,
.btn.btn-active-icon-success.active .svg-icon, .btn.btn-active-icon-success.show i,
.btn.btn-active-icon-success.show .svg-icon, .show > .btn.btn-active-icon-success i,
.show > .btn.btn-active-icon-success .svg-icon {
  color: var(--bs-text-success);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-success.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-success.dropdown-toggle:after, .btn.btn-active-icon-success.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-success.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-icon-success.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-success.active.dropdown-toggle:after, .btn.btn-active-icon-success.show.dropdown-toggle:after, .show > .btn.btn-active-icon-success.dropdown-toggle:after {
  color: var(--bs-text-success);
}

/* line 225, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-text-success {
  color: var(--bs-text-success);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-text-success, .btn-check:active + .btn.btn-active-text-success, .btn.btn-active-text-success:focus:not(.btn-active), .btn.btn-active-text-success:hover:not(.btn-active), .btn.btn-active-text-success:active:not(.btn-active), .btn.btn-active-text-success.active, .btn.btn-active-text-success.show, .show > .btn.btn-active-text-success {
  color: var(--bs-text-success);
}

/* line 165, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-color-info {
  color: var(--bs-text-info);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-info i,
.btn.btn-color-info .svg-icon {
  color: var(--bs-text-info);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-info.dropdown-toggle:after {
  color: var(--bs-text-info);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-info, .btn-check:active + .btn.btn-active-color-info, .btn.btn-active-color-info:focus:not(.btn-active), .btn.btn-active-color-info:hover:not(.btn-active), .btn.btn-active-color-info:active:not(.btn-active), .btn.btn-active-color-info.active, .btn.btn-active-color-info.show, .show > .btn.btn-active-color-info {
  color: var(--bs-text-info);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-info i,
.btn-check:checked + .btn.btn-active-color-info .svg-icon, .btn-check:active + .btn.btn-active-color-info i,
.btn-check:active + .btn.btn-active-color-info .svg-icon, .btn.btn-active-color-info:focus:not(.btn-active) i,
.btn.btn-active-color-info:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-info:hover:not(.btn-active) i,
.btn.btn-active-color-info:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-info:active:not(.btn-active) i,
.btn.btn-active-color-info:active:not(.btn-active) .svg-icon, .btn.btn-active-color-info.active i,
.btn.btn-active-color-info.active .svg-icon, .btn.btn-active-color-info.show i,
.btn.btn-active-color-info.show .svg-icon, .show > .btn.btn-active-color-info i,
.show > .btn.btn-active-color-info .svg-icon {
  color: var(--bs-text-info);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-info.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-info.dropdown-toggle:after, .btn.btn-active-color-info.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-info.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-color-info.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-info.active.dropdown-toggle:after, .btn.btn-active-color-info.show.dropdown-toggle:after, .show > .btn.btn-active-color-info.dropdown-toggle:after {
  color: var(--bs-text-info);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-info i,
.btn.btn-icon-info .svg-icon {
  color: var(--bs-text-info);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-info.dropdown-toggle:after {
  color: var(--bs-text-info);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-info i,
.btn-check:checked + .btn.btn-active-icon-info .svg-icon, .btn-check:active + .btn.btn-active-icon-info i,
.btn-check:active + .btn.btn-active-icon-info .svg-icon, .btn.btn-active-icon-info:focus:not(.btn-active) i,
.btn.btn-active-icon-info:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-info:hover:not(.btn-active) i,
.btn.btn-active-icon-info:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-info:active:not(.btn-active) i,
.btn.btn-active-icon-info:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-info.active i,
.btn.btn-active-icon-info.active .svg-icon, .btn.btn-active-icon-info.show i,
.btn.btn-active-icon-info.show .svg-icon, .show > .btn.btn-active-icon-info i,
.show > .btn.btn-active-icon-info .svg-icon {
  color: var(--bs-text-info);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-info.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-info.dropdown-toggle:after, .btn.btn-active-icon-info.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-info.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-icon-info.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-info.active.dropdown-toggle:after, .btn.btn-active-icon-info.show.dropdown-toggle:after, .show > .btn.btn-active-icon-info.dropdown-toggle:after {
  color: var(--bs-text-info);
}

/* line 225, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-text-info {
  color: var(--bs-text-info);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-text-info, .btn-check:active + .btn.btn-active-text-info, .btn.btn-active-text-info:focus:not(.btn-active), .btn.btn-active-text-info:hover:not(.btn-active), .btn.btn-active-text-info:active:not(.btn-active), .btn.btn-active-text-info.active, .btn.btn-active-text-info.show, .show > .btn.btn-active-text-info {
  color: var(--bs-text-info);
}

/* line 165, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-color-warning {
  color: var(--bs-text-warning);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-warning i,
.btn.btn-color-warning .svg-icon {
  color: var(--bs-text-warning);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-warning.dropdown-toggle:after {
  color: var(--bs-text-warning);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-warning, .btn-check:active + .btn.btn-active-color-warning, .btn.btn-active-color-warning:focus:not(.btn-active), .btn.btn-active-color-warning:hover:not(.btn-active), .btn.btn-active-color-warning:active:not(.btn-active), .btn.btn-active-color-warning.active, .btn.btn-active-color-warning.show, .show > .btn.btn-active-color-warning {
  color: var(--bs-text-warning);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-warning i,
.btn-check:checked + .btn.btn-active-color-warning .svg-icon, .btn-check:active + .btn.btn-active-color-warning i,
.btn-check:active + .btn.btn-active-color-warning .svg-icon, .btn.btn-active-color-warning:focus:not(.btn-active) i,
.btn.btn-active-color-warning:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-warning:hover:not(.btn-active) i,
.btn.btn-active-color-warning:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-warning:active:not(.btn-active) i,
.btn.btn-active-color-warning:active:not(.btn-active) .svg-icon, .btn.btn-active-color-warning.active i,
.btn.btn-active-color-warning.active .svg-icon, .btn.btn-active-color-warning.show i,
.btn.btn-active-color-warning.show .svg-icon, .show > .btn.btn-active-color-warning i,
.show > .btn.btn-active-color-warning .svg-icon {
  color: var(--bs-text-warning);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-warning.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-warning.dropdown-toggle:after, .btn.btn-active-color-warning.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-warning.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-color-warning.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-warning.active.dropdown-toggle:after, .btn.btn-active-color-warning.show.dropdown-toggle:after, .show > .btn.btn-active-color-warning.dropdown-toggle:after {
  color: var(--bs-text-warning);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-warning i,
.btn.btn-icon-warning .svg-icon {
  color: var(--bs-text-warning);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-warning.dropdown-toggle:after {
  color: var(--bs-text-warning);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-warning i,
.btn-check:checked + .btn.btn-active-icon-warning .svg-icon, .btn-check:active + .btn.btn-active-icon-warning i,
.btn-check:active + .btn.btn-active-icon-warning .svg-icon, .btn.btn-active-icon-warning:focus:not(.btn-active) i,
.btn.btn-active-icon-warning:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-warning:hover:not(.btn-active) i,
.btn.btn-active-icon-warning:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-warning:active:not(.btn-active) i,
.btn.btn-active-icon-warning:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-warning.active i,
.btn.btn-active-icon-warning.active .svg-icon, .btn.btn-active-icon-warning.show i,
.btn.btn-active-icon-warning.show .svg-icon, .show > .btn.btn-active-icon-warning i,
.show > .btn.btn-active-icon-warning .svg-icon {
  color: var(--bs-text-warning);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-warning.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-warning.dropdown-toggle:after, .btn.btn-active-icon-warning.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-warning.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-icon-warning.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-warning.active.dropdown-toggle:after, .btn.btn-active-icon-warning.show.dropdown-toggle:after, .show > .btn.btn-active-icon-warning.dropdown-toggle:after {
  color: var(--bs-text-warning);
}

/* line 225, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-text-warning {
  color: var(--bs-text-warning);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-text-warning, .btn-check:active + .btn.btn-active-text-warning, .btn.btn-active-text-warning:focus:not(.btn-active), .btn.btn-active-text-warning:hover:not(.btn-active), .btn.btn-active-text-warning:active:not(.btn-active), .btn.btn-active-text-warning.active, .btn.btn-active-text-warning.show, .show > .btn.btn-active-text-warning {
  color: var(--bs-text-warning);
}

/* line 165, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-color-danger {
  color: var(--bs-text-danger);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-danger i,
.btn.btn-color-danger .svg-icon {
  color: var(--bs-text-danger);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-danger.dropdown-toggle:after {
  color: var(--bs-text-danger);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-danger, .btn-check:active + .btn.btn-active-color-danger, .btn.btn-active-color-danger:focus:not(.btn-active), .btn.btn-active-color-danger:hover:not(.btn-active), .btn.btn-active-color-danger:active:not(.btn-active), .btn.btn-active-color-danger.active, .btn.btn-active-color-danger.show, .show > .btn.btn-active-color-danger {
  color: var(--bs-text-danger);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-danger i,
.btn-check:checked + .btn.btn-active-color-danger .svg-icon, .btn-check:active + .btn.btn-active-color-danger i,
.btn-check:active + .btn.btn-active-color-danger .svg-icon, .btn.btn-active-color-danger:focus:not(.btn-active) i,
.btn.btn-active-color-danger:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-danger:hover:not(.btn-active) i,
.btn.btn-active-color-danger:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-danger:active:not(.btn-active) i,
.btn.btn-active-color-danger:active:not(.btn-active) .svg-icon, .btn.btn-active-color-danger.active i,
.btn.btn-active-color-danger.active .svg-icon, .btn.btn-active-color-danger.show i,
.btn.btn-active-color-danger.show .svg-icon, .show > .btn.btn-active-color-danger i,
.show > .btn.btn-active-color-danger .svg-icon {
  color: var(--bs-text-danger);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-danger.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-danger.dropdown-toggle:after, .btn.btn-active-color-danger.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-danger.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-color-danger.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-danger.active.dropdown-toggle:after, .btn.btn-active-color-danger.show.dropdown-toggle:after, .show > .btn.btn-active-color-danger.dropdown-toggle:after {
  color: var(--bs-text-danger);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-danger i,
.btn.btn-icon-danger .svg-icon {
  color: var(--bs-text-danger);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-danger.dropdown-toggle:after {
  color: var(--bs-text-danger);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-danger i,
.btn-check:checked + .btn.btn-active-icon-danger .svg-icon, .btn-check:active + .btn.btn-active-icon-danger i,
.btn-check:active + .btn.btn-active-icon-danger .svg-icon, .btn.btn-active-icon-danger:focus:not(.btn-active) i,
.btn.btn-active-icon-danger:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-danger:hover:not(.btn-active) i,
.btn.btn-active-icon-danger:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-danger:active:not(.btn-active) i,
.btn.btn-active-icon-danger:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-danger.active i,
.btn.btn-active-icon-danger.active .svg-icon, .btn.btn-active-icon-danger.show i,
.btn.btn-active-icon-danger.show .svg-icon, .show > .btn.btn-active-icon-danger i,
.show > .btn.btn-active-icon-danger .svg-icon {
  color: var(--bs-text-danger);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-danger.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-danger.dropdown-toggle:after, .btn.btn-active-icon-danger.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-danger.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-icon-danger.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-danger.active.dropdown-toggle:after, .btn.btn-active-icon-danger.show.dropdown-toggle:after, .show > .btn.btn-active-icon-danger.dropdown-toggle:after {
  color: var(--bs-text-danger);
}

/* line 225, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-text-danger {
  color: var(--bs-text-danger);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-text-danger, .btn-check:active + .btn.btn-active-text-danger, .btn.btn-active-text-danger:focus:not(.btn-active), .btn.btn-active-text-danger:hover:not(.btn-active), .btn.btn-active-text-danger:active:not(.btn-active), .btn.btn-active-text-danger.active, .btn.btn-active-text-danger.show, .show > .btn.btn-active-text-danger {
  color: var(--bs-text-danger);
}

/* line 165, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-color-dark {
  color: var(--bs-text-dark);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-dark i,
.btn.btn-color-dark .svg-icon {
  color: var(--bs-text-dark);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-dark.dropdown-toggle:after {
  color: var(--bs-text-dark);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-dark, .btn-check:active + .btn.btn-active-color-dark, .btn.btn-active-color-dark:focus:not(.btn-active), .btn.btn-active-color-dark:hover:not(.btn-active), .btn.btn-active-color-dark:active:not(.btn-active), .btn.btn-active-color-dark.active, .btn.btn-active-color-dark.show, .show > .btn.btn-active-color-dark {
  color: var(--bs-text-dark);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-dark i,
.btn-check:checked + .btn.btn-active-color-dark .svg-icon, .btn-check:active + .btn.btn-active-color-dark i,
.btn-check:active + .btn.btn-active-color-dark .svg-icon, .btn.btn-active-color-dark:focus:not(.btn-active) i,
.btn.btn-active-color-dark:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-dark:hover:not(.btn-active) i,
.btn.btn-active-color-dark:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-dark:active:not(.btn-active) i,
.btn.btn-active-color-dark:active:not(.btn-active) .svg-icon, .btn.btn-active-color-dark.active i,
.btn.btn-active-color-dark.active .svg-icon, .btn.btn-active-color-dark.show i,
.btn.btn-active-color-dark.show .svg-icon, .show > .btn.btn-active-color-dark i,
.show > .btn.btn-active-color-dark .svg-icon {
  color: var(--bs-text-dark);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-dark.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-dark.dropdown-toggle:after, .btn.btn-active-color-dark.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-dark.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-color-dark.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-dark.active.dropdown-toggle:after, .btn.btn-active-color-dark.show.dropdown-toggle:after, .show > .btn.btn-active-color-dark.dropdown-toggle:after {
  color: var(--bs-text-dark);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-dark i,
.btn.btn-icon-dark .svg-icon {
  color: var(--bs-text-dark);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-dark.dropdown-toggle:after {
  color: var(--bs-text-dark);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-dark i,
.btn-check:checked + .btn.btn-active-icon-dark .svg-icon, .btn-check:active + .btn.btn-active-icon-dark i,
.btn-check:active + .btn.btn-active-icon-dark .svg-icon, .btn.btn-active-icon-dark:focus:not(.btn-active) i,
.btn.btn-active-icon-dark:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-dark:hover:not(.btn-active) i,
.btn.btn-active-icon-dark:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-dark:active:not(.btn-active) i,
.btn.btn-active-icon-dark:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-dark.active i,
.btn.btn-active-icon-dark.active .svg-icon, .btn.btn-active-icon-dark.show i,
.btn.btn-active-icon-dark.show .svg-icon, .show > .btn.btn-active-icon-dark i,
.show > .btn.btn-active-icon-dark .svg-icon {
  color: var(--bs-text-dark);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-dark.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-dark.dropdown-toggle:after, .btn.btn-active-icon-dark.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-dark.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-icon-dark.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-dark.active.dropdown-toggle:after, .btn.btn-active-icon-dark.show.dropdown-toggle:after, .show > .btn.btn-active-icon-dark.dropdown-toggle:after {
  color: var(--bs-text-dark);
}

/* line 225, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-text-dark {
  color: var(--bs-text-dark);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-text-dark, .btn-check:active + .btn.btn-active-text-dark, .btn.btn-active-text-dark:focus:not(.btn-active), .btn.btn-active-text-dark:hover:not(.btn-active), .btn.btn-active-text-dark:active:not(.btn-active), .btn.btn-active-text-dark.active, .btn.btn-active-text-dark.show, .show > .btn.btn-active-text-dark {
  color: var(--bs-text-dark);
}

/* line 165, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-color-muted {
  color: var(--bs-text-muted);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-muted i,
.btn.btn-color-muted .svg-icon {
  color: var(--bs-text-muted);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-muted.dropdown-toggle:after {
  color: var(--bs-text-muted);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-muted, .btn-check:active + .btn.btn-active-color-muted, .btn.btn-active-color-muted:focus:not(.btn-active), .btn.btn-active-color-muted:hover:not(.btn-active), .btn.btn-active-color-muted:active:not(.btn-active), .btn.btn-active-color-muted.active, .btn.btn-active-color-muted.show, .show > .btn.btn-active-color-muted {
  color: var(--bs-text-muted);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-muted i,
.btn-check:checked + .btn.btn-active-color-muted .svg-icon, .btn-check:active + .btn.btn-active-color-muted i,
.btn-check:active + .btn.btn-active-color-muted .svg-icon, .btn.btn-active-color-muted:focus:not(.btn-active) i,
.btn.btn-active-color-muted:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-muted:hover:not(.btn-active) i,
.btn.btn-active-color-muted:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-muted:active:not(.btn-active) i,
.btn.btn-active-color-muted:active:not(.btn-active) .svg-icon, .btn.btn-active-color-muted.active i,
.btn.btn-active-color-muted.active .svg-icon, .btn.btn-active-color-muted.show i,
.btn.btn-active-color-muted.show .svg-icon, .show > .btn.btn-active-color-muted i,
.show > .btn.btn-active-color-muted .svg-icon {
  color: var(--bs-text-muted);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-muted.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-muted.dropdown-toggle:after, .btn.btn-active-color-muted.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-muted.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-color-muted.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-muted.active.dropdown-toggle:after, .btn.btn-active-color-muted.show.dropdown-toggle:after, .show > .btn.btn-active-color-muted.dropdown-toggle:after {
  color: var(--bs-text-muted);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-muted i,
.btn.btn-icon-muted .svg-icon {
  color: var(--bs-text-muted);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-muted.dropdown-toggle:after {
  color: var(--bs-text-muted);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-muted i,
.btn-check:checked + .btn.btn-active-icon-muted .svg-icon, .btn-check:active + .btn.btn-active-icon-muted i,
.btn-check:active + .btn.btn-active-icon-muted .svg-icon, .btn.btn-active-icon-muted:focus:not(.btn-active) i,
.btn.btn-active-icon-muted:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-muted:hover:not(.btn-active) i,
.btn.btn-active-icon-muted:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-muted:active:not(.btn-active) i,
.btn.btn-active-icon-muted:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-muted.active i,
.btn.btn-active-icon-muted.active .svg-icon, .btn.btn-active-icon-muted.show i,
.btn.btn-active-icon-muted.show .svg-icon, .show > .btn.btn-active-icon-muted i,
.show > .btn.btn-active-icon-muted .svg-icon {
  color: var(--bs-text-muted);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-muted.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-muted.dropdown-toggle:after, .btn.btn-active-icon-muted.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-muted.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-icon-muted.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-muted.active.dropdown-toggle:after, .btn.btn-active-icon-muted.show.dropdown-toggle:after, .show > .btn.btn-active-icon-muted.dropdown-toggle:after {
  color: var(--bs-text-muted);
}

/* line 225, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-text-muted {
  color: var(--bs-text-muted);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-text-muted, .btn-check:active + .btn.btn-active-text-muted, .btn.btn-active-text-muted:focus:not(.btn-active), .btn.btn-active-text-muted:hover:not(.btn-active), .btn.btn-active-text-muted:active:not(.btn-active), .btn.btn-active-text-muted.active, .btn.btn-active-text-muted.show, .show > .btn.btn-active-text-muted {
  color: var(--bs-text-muted);
}

/* line 165, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-color-gray-100 {
  color: var(--bs-text-gray-100);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-gray-100 i,
.btn.btn-color-gray-100 .svg-icon {
  color: var(--bs-text-gray-100);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-gray-100.dropdown-toggle:after {
  color: var(--bs-text-gray-100);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-gray-100, .btn-check:active + .btn.btn-active-color-gray-100, .btn.btn-active-color-gray-100:focus:not(.btn-active), .btn.btn-active-color-gray-100:hover:not(.btn-active), .btn.btn-active-color-gray-100:active:not(.btn-active), .btn.btn-active-color-gray-100.active, .btn.btn-active-color-gray-100.show, .show > .btn.btn-active-color-gray-100 {
  color: var(--bs-text-gray-100);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-gray-100 i,
.btn-check:checked + .btn.btn-active-color-gray-100 .svg-icon, .btn-check:active + .btn.btn-active-color-gray-100 i,
.btn-check:active + .btn.btn-active-color-gray-100 .svg-icon, .btn.btn-active-color-gray-100:focus:not(.btn-active) i,
.btn.btn-active-color-gray-100:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-100:hover:not(.btn-active) i,
.btn.btn-active-color-gray-100:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-100:active:not(.btn-active) i,
.btn.btn-active-color-gray-100:active:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-100.active i,
.btn.btn-active-color-gray-100.active .svg-icon, .btn.btn-active-color-gray-100.show i,
.btn.btn-active-color-gray-100.show .svg-icon, .show > .btn.btn-active-color-gray-100 i,
.show > .btn.btn-active-color-gray-100 .svg-icon {
  color: var(--bs-text-gray-100);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-gray-100.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-gray-100.dropdown-toggle:after, .btn.btn-active-color-gray-100.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-gray-100.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-color-gray-100.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-gray-100.active.dropdown-toggle:after, .btn.btn-active-color-gray-100.show.dropdown-toggle:after, .show > .btn.btn-active-color-gray-100.dropdown-toggle:after {
  color: var(--bs-text-gray-100);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-gray-100 i,
.btn.btn-icon-gray-100 .svg-icon {
  color: var(--bs-text-gray-100);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-gray-100.dropdown-toggle:after {
  color: var(--bs-text-gray-100);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-gray-100 i,
.btn-check:checked + .btn.btn-active-icon-gray-100 .svg-icon, .btn-check:active + .btn.btn-active-icon-gray-100 i,
.btn-check:active + .btn.btn-active-icon-gray-100 .svg-icon, .btn.btn-active-icon-gray-100:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-100:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-100:hover:not(.btn-active) i,
.btn.btn-active-icon-gray-100:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-100:active:not(.btn-active) i,
.btn.btn-active-icon-gray-100:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-100.active i,
.btn.btn-active-icon-gray-100.active .svg-icon, .btn.btn-active-icon-gray-100.show i,
.btn.btn-active-icon-gray-100.show .svg-icon, .show > .btn.btn-active-icon-gray-100 i,
.show > .btn.btn-active-icon-gray-100 .svg-icon {
  color: var(--bs-text-gray-100);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-gray-100.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-gray-100.dropdown-toggle:after, .btn.btn-active-icon-gray-100.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-gray-100.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-icon-gray-100.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-gray-100.active.dropdown-toggle:after, .btn.btn-active-icon-gray-100.show.dropdown-toggle:after, .show > .btn.btn-active-icon-gray-100.dropdown-toggle:after {
  color: var(--bs-text-gray-100);
}

/* line 225, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-text-gray-100 {
  color: var(--bs-text-gray-100);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-text-gray-100, .btn-check:active + .btn.btn-active-text-gray-100, .btn.btn-active-text-gray-100:focus:not(.btn-active), .btn.btn-active-text-gray-100:hover:not(.btn-active), .btn.btn-active-text-gray-100:active:not(.btn-active), .btn.btn-active-text-gray-100.active, .btn.btn-active-text-gray-100.show, .show > .btn.btn-active-text-gray-100 {
  color: var(--bs-text-gray-100);
}

/* line 165, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-color-gray-200 {
  color: var(--bs-text-gray-200);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-gray-200 i,
.btn.btn-color-gray-200 .svg-icon {
  color: var(--bs-text-gray-200);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-gray-200.dropdown-toggle:after {
  color: var(--bs-text-gray-200);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-gray-200, .btn-check:active + .btn.btn-active-color-gray-200, .btn.btn-active-color-gray-200:focus:not(.btn-active), .btn.btn-active-color-gray-200:hover:not(.btn-active), .btn.btn-active-color-gray-200:active:not(.btn-active), .btn.btn-active-color-gray-200.active, .btn.btn-active-color-gray-200.show, .show > .btn.btn-active-color-gray-200 {
  color: var(--bs-text-gray-200);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-gray-200 i,
.btn-check:checked + .btn.btn-active-color-gray-200 .svg-icon, .btn-check:active + .btn.btn-active-color-gray-200 i,
.btn-check:active + .btn.btn-active-color-gray-200 .svg-icon, .btn.btn-active-color-gray-200:focus:not(.btn-active) i,
.btn.btn-active-color-gray-200:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-200:hover:not(.btn-active) i,
.btn.btn-active-color-gray-200:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-200:active:not(.btn-active) i,
.btn.btn-active-color-gray-200:active:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-200.active i,
.btn.btn-active-color-gray-200.active .svg-icon, .btn.btn-active-color-gray-200.show i,
.btn.btn-active-color-gray-200.show .svg-icon, .show > .btn.btn-active-color-gray-200 i,
.show > .btn.btn-active-color-gray-200 .svg-icon {
  color: var(--bs-text-gray-200);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-gray-200.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-gray-200.dropdown-toggle:after, .btn.btn-active-color-gray-200.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-gray-200.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-color-gray-200.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-gray-200.active.dropdown-toggle:after, .btn.btn-active-color-gray-200.show.dropdown-toggle:after, .show > .btn.btn-active-color-gray-200.dropdown-toggle:after {
  color: var(--bs-text-gray-200);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-gray-200 i,
.btn.btn-icon-gray-200 .svg-icon {
  color: var(--bs-text-gray-200);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-gray-200.dropdown-toggle:after {
  color: var(--bs-text-gray-200);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-gray-200 i,
.btn-check:checked + .btn.btn-active-icon-gray-200 .svg-icon, .btn-check:active + .btn.btn-active-icon-gray-200 i,
.btn-check:active + .btn.btn-active-icon-gray-200 .svg-icon, .btn.btn-active-icon-gray-200:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-200:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-200:hover:not(.btn-active) i,
.btn.btn-active-icon-gray-200:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-200:active:not(.btn-active) i,
.btn.btn-active-icon-gray-200:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-200.active i,
.btn.btn-active-icon-gray-200.active .svg-icon, .btn.btn-active-icon-gray-200.show i,
.btn.btn-active-icon-gray-200.show .svg-icon, .show > .btn.btn-active-icon-gray-200 i,
.show > .btn.btn-active-icon-gray-200 .svg-icon {
  color: var(--bs-text-gray-200);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-gray-200.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-gray-200.dropdown-toggle:after, .btn.btn-active-icon-gray-200.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-gray-200.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-icon-gray-200.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-gray-200.active.dropdown-toggle:after, .btn.btn-active-icon-gray-200.show.dropdown-toggle:after, .show > .btn.btn-active-icon-gray-200.dropdown-toggle:after {
  color: var(--bs-text-gray-200);
}

/* line 225, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-text-gray-200 {
  color: var(--bs-text-gray-200);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-text-gray-200, .btn-check:active + .btn.btn-active-text-gray-200, .btn.btn-active-text-gray-200:focus:not(.btn-active), .btn.btn-active-text-gray-200:hover:not(.btn-active), .btn.btn-active-text-gray-200:active:not(.btn-active), .btn.btn-active-text-gray-200.active, .btn.btn-active-text-gray-200.show, .show > .btn.btn-active-text-gray-200 {
  color: var(--bs-text-gray-200);
}

/* line 165, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-color-gray-300 {
  color: var(--bs-text-gray-300);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-gray-300 i,
.btn.btn-color-gray-300 .svg-icon {
  color: var(--bs-text-gray-300);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-gray-300.dropdown-toggle:after {
  color: var(--bs-text-gray-300);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-gray-300, .btn-check:active + .btn.btn-active-color-gray-300, .btn.btn-active-color-gray-300:focus:not(.btn-active), .btn.btn-active-color-gray-300:hover:not(.btn-active), .btn.btn-active-color-gray-300:active:not(.btn-active), .btn.btn-active-color-gray-300.active, .btn.btn-active-color-gray-300.show, .show > .btn.btn-active-color-gray-300 {
  color: var(--bs-text-gray-300);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-gray-300 i,
.btn-check:checked + .btn.btn-active-color-gray-300 .svg-icon, .btn-check:active + .btn.btn-active-color-gray-300 i,
.btn-check:active + .btn.btn-active-color-gray-300 .svg-icon, .btn.btn-active-color-gray-300:focus:not(.btn-active) i,
.btn.btn-active-color-gray-300:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-300:hover:not(.btn-active) i,
.btn.btn-active-color-gray-300:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-300:active:not(.btn-active) i,
.btn.btn-active-color-gray-300:active:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-300.active i,
.btn.btn-active-color-gray-300.active .svg-icon, .btn.btn-active-color-gray-300.show i,
.btn.btn-active-color-gray-300.show .svg-icon, .show > .btn.btn-active-color-gray-300 i,
.show > .btn.btn-active-color-gray-300 .svg-icon {
  color: var(--bs-text-gray-300);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-gray-300.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-gray-300.dropdown-toggle:after, .btn.btn-active-color-gray-300.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-gray-300.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-color-gray-300.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-gray-300.active.dropdown-toggle:after, .btn.btn-active-color-gray-300.show.dropdown-toggle:after, .show > .btn.btn-active-color-gray-300.dropdown-toggle:after {
  color: var(--bs-text-gray-300);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-gray-300 i,
.btn.btn-icon-gray-300 .svg-icon {
  color: var(--bs-text-gray-300);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-gray-300.dropdown-toggle:after {
  color: var(--bs-text-gray-300);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-gray-300 i,
.btn-check:checked + .btn.btn-active-icon-gray-300 .svg-icon, .btn-check:active + .btn.btn-active-icon-gray-300 i,
.btn-check:active + .btn.btn-active-icon-gray-300 .svg-icon, .btn.btn-active-icon-gray-300:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-300:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-300:hover:not(.btn-active) i,
.btn.btn-active-icon-gray-300:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-300:active:not(.btn-active) i,
.btn.btn-active-icon-gray-300:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-300.active i,
.btn.btn-active-icon-gray-300.active .svg-icon, .btn.btn-active-icon-gray-300.show i,
.btn.btn-active-icon-gray-300.show .svg-icon, .show > .btn.btn-active-icon-gray-300 i,
.show > .btn.btn-active-icon-gray-300 .svg-icon {
  color: var(--bs-text-gray-300);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-gray-300.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-gray-300.dropdown-toggle:after, .btn.btn-active-icon-gray-300.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-gray-300.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-icon-gray-300.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-gray-300.active.dropdown-toggle:after, .btn.btn-active-icon-gray-300.show.dropdown-toggle:after, .show > .btn.btn-active-icon-gray-300.dropdown-toggle:after {
  color: var(--bs-text-gray-300);
}

/* line 225, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-text-gray-300 {
  color: var(--bs-text-gray-300);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-text-gray-300, .btn-check:active + .btn.btn-active-text-gray-300, .btn.btn-active-text-gray-300:focus:not(.btn-active), .btn.btn-active-text-gray-300:hover:not(.btn-active), .btn.btn-active-text-gray-300:active:not(.btn-active), .btn.btn-active-text-gray-300.active, .btn.btn-active-text-gray-300.show, .show > .btn.btn-active-text-gray-300 {
  color: var(--bs-text-gray-300);
}

/* line 165, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-color-gray-400 {
  color: var(--bs-text-gray-400);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-gray-400 i,
.btn.btn-color-gray-400 .svg-icon {
  color: var(--bs-text-gray-400);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-gray-400.dropdown-toggle:after {
  color: var(--bs-text-gray-400);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-gray-400, .btn-check:active + .btn.btn-active-color-gray-400, .btn.btn-active-color-gray-400:focus:not(.btn-active), .btn.btn-active-color-gray-400:hover:not(.btn-active), .btn.btn-active-color-gray-400:active:not(.btn-active), .btn.btn-active-color-gray-400.active, .btn.btn-active-color-gray-400.show, .show > .btn.btn-active-color-gray-400 {
  color: var(--bs-text-gray-400);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-gray-400 i,
.btn-check:checked + .btn.btn-active-color-gray-400 .svg-icon, .btn-check:active + .btn.btn-active-color-gray-400 i,
.btn-check:active + .btn.btn-active-color-gray-400 .svg-icon, .btn.btn-active-color-gray-400:focus:not(.btn-active) i,
.btn.btn-active-color-gray-400:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-400:hover:not(.btn-active) i,
.btn.btn-active-color-gray-400:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-400:active:not(.btn-active) i,
.btn.btn-active-color-gray-400:active:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-400.active i,
.btn.btn-active-color-gray-400.active .svg-icon, .btn.btn-active-color-gray-400.show i,
.btn.btn-active-color-gray-400.show .svg-icon, .show > .btn.btn-active-color-gray-400 i,
.show > .btn.btn-active-color-gray-400 .svg-icon {
  color: var(--bs-text-gray-400);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-gray-400.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-gray-400.dropdown-toggle:after, .btn.btn-active-color-gray-400.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-gray-400.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-color-gray-400.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-gray-400.active.dropdown-toggle:after, .btn.btn-active-color-gray-400.show.dropdown-toggle:after, .show > .btn.btn-active-color-gray-400.dropdown-toggle:after {
  color: var(--bs-text-gray-400);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-gray-400 i,
.btn.btn-icon-gray-400 .svg-icon {
  color: var(--bs-text-gray-400);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-gray-400.dropdown-toggle:after {
  color: var(--bs-text-gray-400);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-gray-400 i,
.btn-check:checked + .btn.btn-active-icon-gray-400 .svg-icon, .btn-check:active + .btn.btn-active-icon-gray-400 i,
.btn-check:active + .btn.btn-active-icon-gray-400 .svg-icon, .btn.btn-active-icon-gray-400:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-400:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-400:hover:not(.btn-active) i,
.btn.btn-active-icon-gray-400:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-400:active:not(.btn-active) i,
.btn.btn-active-icon-gray-400:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-400.active i,
.btn.btn-active-icon-gray-400.active .svg-icon, .btn.btn-active-icon-gray-400.show i,
.btn.btn-active-icon-gray-400.show .svg-icon, .show > .btn.btn-active-icon-gray-400 i,
.show > .btn.btn-active-icon-gray-400 .svg-icon {
  color: var(--bs-text-gray-400);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-gray-400.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-gray-400.dropdown-toggle:after, .btn.btn-active-icon-gray-400.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-gray-400.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-icon-gray-400.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-gray-400.active.dropdown-toggle:after, .btn.btn-active-icon-gray-400.show.dropdown-toggle:after, .show > .btn.btn-active-icon-gray-400.dropdown-toggle:after {
  color: var(--bs-text-gray-400);
}

/* line 225, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-text-gray-400 {
  color: var(--bs-text-gray-400);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-text-gray-400, .btn-check:active + .btn.btn-active-text-gray-400, .btn.btn-active-text-gray-400:focus:not(.btn-active), .btn.btn-active-text-gray-400:hover:not(.btn-active), .btn.btn-active-text-gray-400:active:not(.btn-active), .btn.btn-active-text-gray-400.active, .btn.btn-active-text-gray-400.show, .show > .btn.btn-active-text-gray-400 {
  color: var(--bs-text-gray-400);
}

/* line 165, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-color-gray-500 {
  color: var(--bs-text-gray-500);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-gray-500 i,
.btn.btn-color-gray-500 .svg-icon {
  color: var(--bs-text-gray-500);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-gray-500.dropdown-toggle:after {
  color: var(--bs-text-gray-500);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-gray-500, .btn-check:active + .btn.btn-active-color-gray-500, .btn.btn-active-color-gray-500:focus:not(.btn-active), .btn.btn-active-color-gray-500:hover:not(.btn-active), .btn.btn-active-color-gray-500:active:not(.btn-active), .btn.btn-active-color-gray-500.active, .btn.btn-active-color-gray-500.show, .show > .btn.btn-active-color-gray-500 {
  color: var(--bs-text-gray-500);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-gray-500 i,
.btn-check:checked + .btn.btn-active-color-gray-500 .svg-icon, .btn-check:active + .btn.btn-active-color-gray-500 i,
.btn-check:active + .btn.btn-active-color-gray-500 .svg-icon, .btn.btn-active-color-gray-500:focus:not(.btn-active) i,
.btn.btn-active-color-gray-500:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-500:hover:not(.btn-active) i,
.btn.btn-active-color-gray-500:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-500:active:not(.btn-active) i,
.btn.btn-active-color-gray-500:active:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-500.active i,
.btn.btn-active-color-gray-500.active .svg-icon, .btn.btn-active-color-gray-500.show i,
.btn.btn-active-color-gray-500.show .svg-icon, .show > .btn.btn-active-color-gray-500 i,
.show > .btn.btn-active-color-gray-500 .svg-icon {
  color: var(--bs-text-gray-500);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-gray-500.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-gray-500.dropdown-toggle:after, .btn.btn-active-color-gray-500.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-gray-500.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-color-gray-500.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-gray-500.active.dropdown-toggle:after, .btn.btn-active-color-gray-500.show.dropdown-toggle:after, .show > .btn.btn-active-color-gray-500.dropdown-toggle:after {
  color: var(--bs-text-gray-500);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-gray-500 i,
.btn.btn-icon-gray-500 .svg-icon {
  color: var(--bs-text-gray-500);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-gray-500.dropdown-toggle:after {
  color: var(--bs-text-gray-500);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-gray-500 i,
.btn-check:checked + .btn.btn-active-icon-gray-500 .svg-icon, .btn-check:active + .btn.btn-active-icon-gray-500 i,
.btn-check:active + .btn.btn-active-icon-gray-500 .svg-icon, .btn.btn-active-icon-gray-500:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-500:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-500:hover:not(.btn-active) i,
.btn.btn-active-icon-gray-500:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-500:active:not(.btn-active) i,
.btn.btn-active-icon-gray-500:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-500.active i,
.btn.btn-active-icon-gray-500.active .svg-icon, .btn.btn-active-icon-gray-500.show i,
.btn.btn-active-icon-gray-500.show .svg-icon, .show > .btn.btn-active-icon-gray-500 i,
.show > .btn.btn-active-icon-gray-500 .svg-icon {
  color: var(--bs-text-gray-500);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-gray-500.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-gray-500.dropdown-toggle:after, .btn.btn-active-icon-gray-500.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-gray-500.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-icon-gray-500.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-gray-500.active.dropdown-toggle:after, .btn.btn-active-icon-gray-500.show.dropdown-toggle:after, .show > .btn.btn-active-icon-gray-500.dropdown-toggle:after {
  color: var(--bs-text-gray-500);
}

/* line 225, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-text-gray-500 {
  color: var(--bs-text-gray-500);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-text-gray-500, .btn-check:active + .btn.btn-active-text-gray-500, .btn.btn-active-text-gray-500:focus:not(.btn-active), .btn.btn-active-text-gray-500:hover:not(.btn-active), .btn.btn-active-text-gray-500:active:not(.btn-active), .btn.btn-active-text-gray-500.active, .btn.btn-active-text-gray-500.show, .show > .btn.btn-active-text-gray-500 {
  color: var(--bs-text-gray-500);
}

/* line 165, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-color-gray-600 {
  color: var(--bs-text-gray-600);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-gray-600 i,
.btn.btn-color-gray-600 .svg-icon {
  color: var(--bs-text-gray-600);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-gray-600.dropdown-toggle:after {
  color: var(--bs-text-gray-600);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-gray-600, .btn-check:active + .btn.btn-active-color-gray-600, .btn.btn-active-color-gray-600:focus:not(.btn-active), .btn.btn-active-color-gray-600:hover:not(.btn-active), .btn.btn-active-color-gray-600:active:not(.btn-active), .btn.btn-active-color-gray-600.active, .btn.btn-active-color-gray-600.show, .show > .btn.btn-active-color-gray-600 {
  color: var(--bs-text-gray-600);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-gray-600 i,
.btn-check:checked + .btn.btn-active-color-gray-600 .svg-icon, .btn-check:active + .btn.btn-active-color-gray-600 i,
.btn-check:active + .btn.btn-active-color-gray-600 .svg-icon, .btn.btn-active-color-gray-600:focus:not(.btn-active) i,
.btn.btn-active-color-gray-600:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-600:hover:not(.btn-active) i,
.btn.btn-active-color-gray-600:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-600:active:not(.btn-active) i,
.btn.btn-active-color-gray-600:active:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-600.active i,
.btn.btn-active-color-gray-600.active .svg-icon, .btn.btn-active-color-gray-600.show i,
.btn.btn-active-color-gray-600.show .svg-icon, .show > .btn.btn-active-color-gray-600 i,
.show > .btn.btn-active-color-gray-600 .svg-icon {
  color: var(--bs-text-gray-600);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-gray-600.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-gray-600.dropdown-toggle:after, .btn.btn-active-color-gray-600.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-gray-600.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-color-gray-600.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-gray-600.active.dropdown-toggle:after, .btn.btn-active-color-gray-600.show.dropdown-toggle:after, .show > .btn.btn-active-color-gray-600.dropdown-toggle:after {
  color: var(--bs-text-gray-600);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-gray-600 i,
.btn.btn-icon-gray-600 .svg-icon {
  color: var(--bs-text-gray-600);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-gray-600.dropdown-toggle:after {
  color: var(--bs-text-gray-600);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-gray-600 i,
.btn-check:checked + .btn.btn-active-icon-gray-600 .svg-icon, .btn-check:active + .btn.btn-active-icon-gray-600 i,
.btn-check:active + .btn.btn-active-icon-gray-600 .svg-icon, .btn.btn-active-icon-gray-600:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-600:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-600:hover:not(.btn-active) i,
.btn.btn-active-icon-gray-600:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-600:active:not(.btn-active) i,
.btn.btn-active-icon-gray-600:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-600.active i,
.btn.btn-active-icon-gray-600.active .svg-icon, .btn.btn-active-icon-gray-600.show i,
.btn.btn-active-icon-gray-600.show .svg-icon, .show > .btn.btn-active-icon-gray-600 i,
.show > .btn.btn-active-icon-gray-600 .svg-icon {
  color: var(--bs-text-gray-600);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-gray-600.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-gray-600.dropdown-toggle:after, .btn.btn-active-icon-gray-600.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-gray-600.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-icon-gray-600.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-gray-600.active.dropdown-toggle:after, .btn.btn-active-icon-gray-600.show.dropdown-toggle:after, .show > .btn.btn-active-icon-gray-600.dropdown-toggle:after {
  color: var(--bs-text-gray-600);
}

/* line 225, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-text-gray-600 {
  color: var(--bs-text-gray-600);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-text-gray-600, .btn-check:active + .btn.btn-active-text-gray-600, .btn.btn-active-text-gray-600:focus:not(.btn-active), .btn.btn-active-text-gray-600:hover:not(.btn-active), .btn.btn-active-text-gray-600:active:not(.btn-active), .btn.btn-active-text-gray-600.active, .btn.btn-active-text-gray-600.show, .show > .btn.btn-active-text-gray-600 {
  color: var(--bs-text-gray-600);
}

/* line 165, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-color-gray-700 {
  color: var(--bs-text-gray-700);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-gray-700 i,
.btn.btn-color-gray-700 .svg-icon {
  color: var(--bs-text-gray-700);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-gray-700.dropdown-toggle:after {
  color: var(--bs-text-gray-700);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-gray-700, .btn-check:active + .btn.btn-active-color-gray-700, .btn.btn-active-color-gray-700:focus:not(.btn-active), .btn.btn-active-color-gray-700:hover:not(.btn-active), .btn.btn-active-color-gray-700:active:not(.btn-active), .btn.btn-active-color-gray-700.active, .btn.btn-active-color-gray-700.show, .show > .btn.btn-active-color-gray-700 {
  color: var(--bs-text-gray-700);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-gray-700 i,
.btn-check:checked + .btn.btn-active-color-gray-700 .svg-icon, .btn-check:active + .btn.btn-active-color-gray-700 i,
.btn-check:active + .btn.btn-active-color-gray-700 .svg-icon, .btn.btn-active-color-gray-700:focus:not(.btn-active) i,
.btn.btn-active-color-gray-700:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-700:hover:not(.btn-active) i,
.btn.btn-active-color-gray-700:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-700:active:not(.btn-active) i,
.btn.btn-active-color-gray-700:active:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-700.active i,
.btn.btn-active-color-gray-700.active .svg-icon, .btn.btn-active-color-gray-700.show i,
.btn.btn-active-color-gray-700.show .svg-icon, .show > .btn.btn-active-color-gray-700 i,
.show > .btn.btn-active-color-gray-700 .svg-icon {
  color: var(--bs-text-gray-700);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-gray-700.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-gray-700.dropdown-toggle:after, .btn.btn-active-color-gray-700.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-gray-700.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-color-gray-700.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-gray-700.active.dropdown-toggle:after, .btn.btn-active-color-gray-700.show.dropdown-toggle:after, .show > .btn.btn-active-color-gray-700.dropdown-toggle:after {
  color: var(--bs-text-gray-700);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-gray-700 i,
.btn.btn-icon-gray-700 .svg-icon {
  color: var(--bs-text-gray-700);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-gray-700.dropdown-toggle:after {
  color: var(--bs-text-gray-700);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-gray-700 i,
.btn-check:checked + .btn.btn-active-icon-gray-700 .svg-icon, .btn-check:active + .btn.btn-active-icon-gray-700 i,
.btn-check:active + .btn.btn-active-icon-gray-700 .svg-icon, .btn.btn-active-icon-gray-700:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-700:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-700:hover:not(.btn-active) i,
.btn.btn-active-icon-gray-700:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-700:active:not(.btn-active) i,
.btn.btn-active-icon-gray-700:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-700.active i,
.btn.btn-active-icon-gray-700.active .svg-icon, .btn.btn-active-icon-gray-700.show i,
.btn.btn-active-icon-gray-700.show .svg-icon, .show > .btn.btn-active-icon-gray-700 i,
.show > .btn.btn-active-icon-gray-700 .svg-icon {
  color: var(--bs-text-gray-700);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-gray-700.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-gray-700.dropdown-toggle:after, .btn.btn-active-icon-gray-700.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-gray-700.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-icon-gray-700.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-gray-700.active.dropdown-toggle:after, .btn.btn-active-icon-gray-700.show.dropdown-toggle:after, .show > .btn.btn-active-icon-gray-700.dropdown-toggle:after {
  color: var(--bs-text-gray-700);
}

/* line 225, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-text-gray-700 {
  color: var(--bs-text-gray-700);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-text-gray-700, .btn-check:active + .btn.btn-active-text-gray-700, .btn.btn-active-text-gray-700:focus:not(.btn-active), .btn.btn-active-text-gray-700:hover:not(.btn-active), .btn.btn-active-text-gray-700:active:not(.btn-active), .btn.btn-active-text-gray-700.active, .btn.btn-active-text-gray-700.show, .show > .btn.btn-active-text-gray-700 {
  color: var(--bs-text-gray-700);
}

/* line 165, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-color-gray-800 {
  color: var(--bs-text-gray-800);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-gray-800 i,
.btn.btn-color-gray-800 .svg-icon {
  color: var(--bs-text-gray-800);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-gray-800.dropdown-toggle:after {
  color: var(--bs-text-gray-800);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-gray-800, .btn-check:active + .btn.btn-active-color-gray-800, .btn.btn-active-color-gray-800:focus:not(.btn-active), .btn.btn-active-color-gray-800:hover:not(.btn-active), .btn.btn-active-color-gray-800:active:not(.btn-active), .btn.btn-active-color-gray-800.active, .btn.btn-active-color-gray-800.show, .show > .btn.btn-active-color-gray-800 {
  color: var(--bs-text-gray-800);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-gray-800 i,
.btn-check:checked + .btn.btn-active-color-gray-800 .svg-icon, .btn-check:active + .btn.btn-active-color-gray-800 i,
.btn-check:active + .btn.btn-active-color-gray-800 .svg-icon, .btn.btn-active-color-gray-800:focus:not(.btn-active) i,
.btn.btn-active-color-gray-800:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-800:hover:not(.btn-active) i,
.btn.btn-active-color-gray-800:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-800:active:not(.btn-active) i,
.btn.btn-active-color-gray-800:active:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-800.active i,
.btn.btn-active-color-gray-800.active .svg-icon, .btn.btn-active-color-gray-800.show i,
.btn.btn-active-color-gray-800.show .svg-icon, .show > .btn.btn-active-color-gray-800 i,
.show > .btn.btn-active-color-gray-800 .svg-icon {
  color: var(--bs-text-gray-800);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-gray-800.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-gray-800.dropdown-toggle:after, .btn.btn-active-color-gray-800.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-gray-800.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-color-gray-800.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-gray-800.active.dropdown-toggle:after, .btn.btn-active-color-gray-800.show.dropdown-toggle:after, .show > .btn.btn-active-color-gray-800.dropdown-toggle:after {
  color: var(--bs-text-gray-800);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-gray-800 i,
.btn.btn-icon-gray-800 .svg-icon {
  color: var(--bs-text-gray-800);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-gray-800.dropdown-toggle:after {
  color: var(--bs-text-gray-800);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-gray-800 i,
.btn-check:checked + .btn.btn-active-icon-gray-800 .svg-icon, .btn-check:active + .btn.btn-active-icon-gray-800 i,
.btn-check:active + .btn.btn-active-icon-gray-800 .svg-icon, .btn.btn-active-icon-gray-800:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-800:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-800:hover:not(.btn-active) i,
.btn.btn-active-icon-gray-800:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-800:active:not(.btn-active) i,
.btn.btn-active-icon-gray-800:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-800.active i,
.btn.btn-active-icon-gray-800.active .svg-icon, .btn.btn-active-icon-gray-800.show i,
.btn.btn-active-icon-gray-800.show .svg-icon, .show > .btn.btn-active-icon-gray-800 i,
.show > .btn.btn-active-icon-gray-800 .svg-icon {
  color: var(--bs-text-gray-800);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-gray-800.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-gray-800.dropdown-toggle:after, .btn.btn-active-icon-gray-800.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-gray-800.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-icon-gray-800.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-gray-800.active.dropdown-toggle:after, .btn.btn-active-icon-gray-800.show.dropdown-toggle:after, .show > .btn.btn-active-icon-gray-800.dropdown-toggle:after {
  color: var(--bs-text-gray-800);
}

/* line 225, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-text-gray-800 {
  color: var(--bs-text-gray-800);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-text-gray-800, .btn-check:active + .btn.btn-active-text-gray-800, .btn.btn-active-text-gray-800:focus:not(.btn-active), .btn.btn-active-text-gray-800:hover:not(.btn-active), .btn.btn-active-text-gray-800:active:not(.btn-active), .btn.btn-active-text-gray-800.active, .btn.btn-active-text-gray-800.show, .show > .btn.btn-active-text-gray-800 {
  color: var(--bs-text-gray-800);
}

/* line 165, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-color-gray-900 {
  color: var(--bs-text-gray-900);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-gray-900 i,
.btn.btn-color-gray-900 .svg-icon {
  color: var(--bs-text-gray-900);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-color-gray-900.dropdown-toggle:after {
  color: var(--bs-text-gray-900);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-gray-900, .btn-check:active + .btn.btn-active-color-gray-900, .btn.btn-active-color-gray-900:focus:not(.btn-active), .btn.btn-active-color-gray-900:hover:not(.btn-active), .btn.btn-active-color-gray-900:active:not(.btn-active), .btn.btn-active-color-gray-900.active, .btn.btn-active-color-gray-900.show, .show > .btn.btn-active-color-gray-900 {
  color: var(--bs-text-gray-900);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-gray-900 i,
.btn-check:checked + .btn.btn-active-color-gray-900 .svg-icon, .btn-check:active + .btn.btn-active-color-gray-900 i,
.btn-check:active + .btn.btn-active-color-gray-900 .svg-icon, .btn.btn-active-color-gray-900:focus:not(.btn-active) i,
.btn.btn-active-color-gray-900:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-900:hover:not(.btn-active) i,
.btn.btn-active-color-gray-900:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-900:active:not(.btn-active) i,
.btn.btn-active-color-gray-900:active:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-900.active i,
.btn.btn-active-color-gray-900.active .svg-icon, .btn.btn-active-color-gray-900.show i,
.btn.btn-active-color-gray-900.show .svg-icon, .show > .btn.btn-active-color-gray-900 i,
.show > .btn.btn-active-color-gray-900 .svg-icon {
  color: var(--bs-text-gray-900);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-color-gray-900.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-gray-900.dropdown-toggle:after, .btn.btn-active-color-gray-900.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-gray-900.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-color-gray-900.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-gray-900.active.dropdown-toggle:after, .btn.btn-active-color-gray-900.show.dropdown-toggle:after, .show > .btn.btn-active-color-gray-900.dropdown-toggle:after {
  color: var(--bs-text-gray-900);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-gray-900 i,
.btn.btn-icon-gray-900 .svg-icon {
  color: var(--bs-text-gray-900);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-icon-gray-900.dropdown-toggle:after {
  color: var(--bs-text-gray-900);
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-gray-900 i,
.btn-check:checked + .btn.btn-active-icon-gray-900 .svg-icon, .btn-check:active + .btn.btn-active-icon-gray-900 i,
.btn-check:active + .btn.btn-active-icon-gray-900 .svg-icon, .btn.btn-active-icon-gray-900:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-900:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-900:hover:not(.btn-active) i,
.btn.btn-active-icon-gray-900:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-900:active:not(.btn-active) i,
.btn.btn-active-icon-gray-900:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-900.active i,
.btn.btn-active-icon-gray-900.active .svg-icon, .btn.btn-active-icon-gray-900.show i,
.btn.btn-active-icon-gray-900.show .svg-icon, .show > .btn.btn-active-icon-gray-900 i,
.show > .btn.btn-active-icon-gray-900 .svg-icon {
  color: var(--bs-text-gray-900);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-icon-gray-900.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-gray-900.dropdown-toggle:after, .btn.btn-active-icon-gray-900.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-gray-900.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-active-icon-gray-900.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-gray-900.active.dropdown-toggle:after, .btn.btn-active-icon-gray-900.show.dropdown-toggle:after, .show > .btn.btn-active-icon-gray-900.dropdown-toggle:after {
  color: var(--bs-text-gray-900);
}

/* line 225, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-text-gray-900 {
  color: var(--bs-text-gray-900);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-active-text-gray-900, .btn-check:active + .btn.btn-active-text-gray-900, .btn.btn-active-text-gray-900:focus:not(.btn-active), .btn.btn-active-text-gray-900:hover:not(.btn-active), .btn.btn-active-text-gray-900:active:not(.btn-active), .btn.btn-active-text-gray-900.active, .btn.btn-active-text-gray-900.show, .show > .btn.btn-active-text-gray-900 {
  color: var(--bs-text-gray-900);
}

/* line 258, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-facebook {
  color: #ffffff;
  border-color: #3b5998;
  background-color: #3b5998;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-facebook i,
.btn.btn-facebook .svg-icon {
  color: #ffffff;
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-facebook.dropdown-toggle:after {
  color: #ffffff;
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-facebook, .btn-check:active + .btn.btn-facebook, .btn.btn-facebook:focus:not(.btn-active), .btn.btn-facebook:hover:not(.btn-active), .btn.btn-facebook:active:not(.btn-active), .btn.btn-facebook.active, .btn.btn-facebook.show, .show > .btn.btn-facebook {
  border-color: #30497c;
  background-color: #30497c !important;
}

/* line 273, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-light-facebook {
  color: var(--bs-facebook);
  color: #3b5998;
  border-color: rgba(59, 89, 152, 0.1);
  background-color: rgba(59, 89, 152, 0.1);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-light-facebook i,
.btn.btn-light-facebook .svg-icon {
  color: #3b5998;
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-light-facebook.dropdown-toggle:after {
  color: #3b5998;
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-facebook, .btn-check:active + .btn.btn-light-facebook, .btn.btn-light-facebook:focus:not(.btn-active), .btn.btn-light-facebook:hover:not(.btn-active), .btn.btn-light-facebook:active:not(.btn-active), .btn.btn-light-facebook.active, .btn.btn-light-facebook.show, .show > .btn.btn-light-facebook {
  color: #ffffff;
  border-color: #3b5998;
  background-color: #3b5998 !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-facebook i,
.btn-check:checked + .btn.btn-light-facebook .svg-icon, .btn-check:active + .btn.btn-light-facebook i,
.btn-check:active + .btn.btn-light-facebook .svg-icon, .btn.btn-light-facebook:focus:not(.btn-active) i,
.btn.btn-light-facebook:focus:not(.btn-active) .svg-icon, .btn.btn-light-facebook:hover:not(.btn-active) i,
.btn.btn-light-facebook:hover:not(.btn-active) .svg-icon, .btn.btn-light-facebook:active:not(.btn-active) i,
.btn.btn-light-facebook:active:not(.btn-active) .svg-icon, .btn.btn-light-facebook.active i,
.btn.btn-light-facebook.active .svg-icon, .btn.btn-light-facebook.show i,
.btn.btn-light-facebook.show .svg-icon, .show > .btn.btn-light-facebook i,
.show > .btn.btn-light-facebook .svg-icon {
  color: #ffffff;
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-facebook.dropdown-toggle:after, .btn-check:active + .btn.btn-light-facebook.dropdown-toggle:after, .btn.btn-light-facebook.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-light-facebook.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-light-facebook.dropdown-toggle:active:not(.btn-active):after, .btn.btn-light-facebook.active.dropdown-toggle:after, .btn.btn-light-facebook.show.dropdown-toggle:after, .show > .btn.btn-light-facebook.dropdown-toggle:after {
  color: #ffffff;
}

/* line 258, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-google {
  color: #ffffff;
  border-color: #dd4b39;
  background-color: #dd4b39;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-google i,
.btn.btn-google .svg-icon {
  color: #ffffff;
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-google.dropdown-toggle:after {
  color: #ffffff;
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-google, .btn-check:active + .btn.btn-google, .btn.btn-google:focus:not(.btn-active), .btn.btn-google:hover:not(.btn-active), .btn.btn-google:active:not(.btn-active), .btn.btn-google.active, .btn.btn-google.show, .show > .btn.btn-google {
  border-color: #cd3623;
  background-color: #cd3623 !important;
}

/* line 273, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-light-google {
  color: var(--bs-google);
  color: #dd4b39;
  border-color: rgba(221, 75, 57, 0.1);
  background-color: rgba(221, 75, 57, 0.1);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-light-google i,
.btn.btn-light-google .svg-icon {
  color: #dd4b39;
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-light-google.dropdown-toggle:after {
  color: #dd4b39;
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-google, .btn-check:active + .btn.btn-light-google, .btn.btn-light-google:focus:not(.btn-active), .btn.btn-light-google:hover:not(.btn-active), .btn.btn-light-google:active:not(.btn-active), .btn.btn-light-google.active, .btn.btn-light-google.show, .show > .btn.btn-light-google {
  color: #ffffff;
  border-color: #dd4b39;
  background-color: #dd4b39 !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-google i,
.btn-check:checked + .btn.btn-light-google .svg-icon, .btn-check:active + .btn.btn-light-google i,
.btn-check:active + .btn.btn-light-google .svg-icon, .btn.btn-light-google:focus:not(.btn-active) i,
.btn.btn-light-google:focus:not(.btn-active) .svg-icon, .btn.btn-light-google:hover:not(.btn-active) i,
.btn.btn-light-google:hover:not(.btn-active) .svg-icon, .btn.btn-light-google:active:not(.btn-active) i,
.btn.btn-light-google:active:not(.btn-active) .svg-icon, .btn.btn-light-google.active i,
.btn.btn-light-google.active .svg-icon, .btn.btn-light-google.show i,
.btn.btn-light-google.show .svg-icon, .show > .btn.btn-light-google i,
.show > .btn.btn-light-google .svg-icon {
  color: #ffffff;
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-google.dropdown-toggle:after, .btn-check:active + .btn.btn-light-google.dropdown-toggle:after, .btn.btn-light-google.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-light-google.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-light-google.dropdown-toggle:active:not(.btn-active):after, .btn.btn-light-google.active.dropdown-toggle:after, .btn.btn-light-google.show.dropdown-toggle:after, .show > .btn.btn-light-google.dropdown-toggle:after {
  color: #ffffff;
}

/* line 258, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-twitter {
  color: #ffffff;
  border-color: #1da1f2;
  background-color: #1da1f2;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-twitter i,
.btn.btn-twitter .svg-icon {
  color: #ffffff;
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-twitter.dropdown-toggle:after {
  color: #ffffff;
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-twitter, .btn-check:active + .btn.btn-twitter, .btn.btn-twitter:focus:not(.btn-active), .btn.btn-twitter:hover:not(.btn-active), .btn.btn-twitter:active:not(.btn-active), .btn.btn-twitter.active, .btn.btn-twitter.show, .show > .btn.btn-twitter {
  border-color: #0d8ddc;
  background-color: #0d8ddc !important;
}

/* line 273, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-light-twitter {
  color: var(--bs-twitter);
  color: #1da1f2;
  border-color: rgba(29, 161, 242, 0.1);
  background-color: rgba(29, 161, 242, 0.1);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-light-twitter i,
.btn.btn-light-twitter .svg-icon {
  color: #1da1f2;
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-light-twitter.dropdown-toggle:after {
  color: #1da1f2;
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-twitter, .btn-check:active + .btn.btn-light-twitter, .btn.btn-light-twitter:focus:not(.btn-active), .btn.btn-light-twitter:hover:not(.btn-active), .btn.btn-light-twitter:active:not(.btn-active), .btn.btn-light-twitter.active, .btn.btn-light-twitter.show, .show > .btn.btn-light-twitter {
  color: #ffffff;
  border-color: #1da1f2;
  background-color: #1da1f2 !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-twitter i,
.btn-check:checked + .btn.btn-light-twitter .svg-icon, .btn-check:active + .btn.btn-light-twitter i,
.btn-check:active + .btn.btn-light-twitter .svg-icon, .btn.btn-light-twitter:focus:not(.btn-active) i,
.btn.btn-light-twitter:focus:not(.btn-active) .svg-icon, .btn.btn-light-twitter:hover:not(.btn-active) i,
.btn.btn-light-twitter:hover:not(.btn-active) .svg-icon, .btn.btn-light-twitter:active:not(.btn-active) i,
.btn.btn-light-twitter:active:not(.btn-active) .svg-icon, .btn.btn-light-twitter.active i,
.btn.btn-light-twitter.active .svg-icon, .btn.btn-light-twitter.show i,
.btn.btn-light-twitter.show .svg-icon, .show > .btn.btn-light-twitter i,
.show > .btn.btn-light-twitter .svg-icon {
  color: #ffffff;
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-twitter.dropdown-toggle:after, .btn-check:active + .btn.btn-light-twitter.dropdown-toggle:after, .btn.btn-light-twitter.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-light-twitter.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-light-twitter.dropdown-toggle:active:not(.btn-active):after, .btn.btn-light-twitter.active.dropdown-toggle:after, .btn.btn-light-twitter.show.dropdown-toggle:after, .show > .btn.btn-light-twitter.dropdown-toggle:after {
  color: #ffffff;
}

/* line 258, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-instagram {
  color: #ffffff;
  border-color: #e1306c;
  background-color: #e1306c;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-instagram i,
.btn.btn-instagram .svg-icon {
  color: #ffffff;
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-instagram.dropdown-toggle:after {
  color: #ffffff;
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-instagram, .btn-check:active + .btn.btn-instagram, .btn.btn-instagram:focus:not(.btn-active), .btn.btn-instagram:hover:not(.btn-active), .btn.btn-instagram:active:not(.btn-active), .btn.btn-instagram.active, .btn.btn-instagram.show, .show > .btn.btn-instagram {
  border-color: #cd1e59;
  background-color: #cd1e59 !important;
}

/* line 273, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-light-instagram {
  color: var(--bs-instagram);
  color: #e1306c;
  border-color: rgba(225, 48, 108, 0.1);
  background-color: rgba(225, 48, 108, 0.1);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-light-instagram i,
.btn.btn-light-instagram .svg-icon {
  color: #e1306c;
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-light-instagram.dropdown-toggle:after {
  color: #e1306c;
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-instagram, .btn-check:active + .btn.btn-light-instagram, .btn.btn-light-instagram:focus:not(.btn-active), .btn.btn-light-instagram:hover:not(.btn-active), .btn.btn-light-instagram:active:not(.btn-active), .btn.btn-light-instagram.active, .btn.btn-light-instagram.show, .show > .btn.btn-light-instagram {
  color: #ffffff;
  border-color: #e1306c;
  background-color: #e1306c !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-instagram i,
.btn-check:checked + .btn.btn-light-instagram .svg-icon, .btn-check:active + .btn.btn-light-instagram i,
.btn-check:active + .btn.btn-light-instagram .svg-icon, .btn.btn-light-instagram:focus:not(.btn-active) i,
.btn.btn-light-instagram:focus:not(.btn-active) .svg-icon, .btn.btn-light-instagram:hover:not(.btn-active) i,
.btn.btn-light-instagram:hover:not(.btn-active) .svg-icon, .btn.btn-light-instagram:active:not(.btn-active) i,
.btn.btn-light-instagram:active:not(.btn-active) .svg-icon, .btn.btn-light-instagram.active i,
.btn.btn-light-instagram.active .svg-icon, .btn.btn-light-instagram.show i,
.btn.btn-light-instagram.show .svg-icon, .show > .btn.btn-light-instagram i,
.show > .btn.btn-light-instagram .svg-icon {
  color: #ffffff;
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-instagram.dropdown-toggle:after, .btn-check:active + .btn.btn-light-instagram.dropdown-toggle:after, .btn.btn-light-instagram.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-light-instagram.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-light-instagram.dropdown-toggle:active:not(.btn-active):after, .btn.btn-light-instagram.active.dropdown-toggle:after, .btn.btn-light-instagram.show.dropdown-toggle:after, .show > .btn.btn-light-instagram.dropdown-toggle:after {
  color: #ffffff;
}

/* line 258, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-youtube {
  color: #ffffff;
  border-color: #ff0000;
  background-color: #ff0000;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-youtube i,
.btn.btn-youtube .svg-icon {
  color: #ffffff;
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-youtube.dropdown-toggle:after {
  color: #ffffff;
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-youtube, .btn-check:active + .btn.btn-youtube, .btn.btn-youtube:focus:not(.btn-active), .btn.btn-youtube:hover:not(.btn-active), .btn.btn-youtube:active:not(.btn-active), .btn.btn-youtube.active, .btn.btn-youtube.show, .show > .btn.btn-youtube {
  border-color: #d90000;
  background-color: #d90000 !important;
}

/* line 273, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-light-youtube {
  color: var(--bs-youtube);
  color: #ff0000;
  border-color: rgba(255, 0, 0, 0.1);
  background-color: rgba(255, 0, 0, 0.1);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-light-youtube i,
.btn.btn-light-youtube .svg-icon {
  color: #ff0000;
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-light-youtube.dropdown-toggle:after {
  color: #ff0000;
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-youtube, .btn-check:active + .btn.btn-light-youtube, .btn.btn-light-youtube:focus:not(.btn-active), .btn.btn-light-youtube:hover:not(.btn-active), .btn.btn-light-youtube:active:not(.btn-active), .btn.btn-light-youtube.active, .btn.btn-light-youtube.show, .show > .btn.btn-light-youtube {
  color: #ffffff;
  border-color: #ff0000;
  background-color: #ff0000 !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-youtube i,
.btn-check:checked + .btn.btn-light-youtube .svg-icon, .btn-check:active + .btn.btn-light-youtube i,
.btn-check:active + .btn.btn-light-youtube .svg-icon, .btn.btn-light-youtube:focus:not(.btn-active) i,
.btn.btn-light-youtube:focus:not(.btn-active) .svg-icon, .btn.btn-light-youtube:hover:not(.btn-active) i,
.btn.btn-light-youtube:hover:not(.btn-active) .svg-icon, .btn.btn-light-youtube:active:not(.btn-active) i,
.btn.btn-light-youtube:active:not(.btn-active) .svg-icon, .btn.btn-light-youtube.active i,
.btn.btn-light-youtube.active .svg-icon, .btn.btn-light-youtube.show i,
.btn.btn-light-youtube.show .svg-icon, .show > .btn.btn-light-youtube i,
.show > .btn.btn-light-youtube .svg-icon {
  color: #ffffff;
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-youtube.dropdown-toggle:after, .btn-check:active + .btn.btn-light-youtube.dropdown-toggle:after, .btn.btn-light-youtube.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-light-youtube.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-light-youtube.dropdown-toggle:active:not(.btn-active):after, .btn.btn-light-youtube.active.dropdown-toggle:after, .btn.btn-light-youtube.show.dropdown-toggle:after, .show > .btn.btn-light-youtube.dropdown-toggle:after {
  color: #ffffff;
}

/* line 258, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-linkedin {
  color: #ffffff;
  border-color: #0077b5;
  background-color: #0077b5;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-linkedin i,
.btn.btn-linkedin .svg-icon {
  color: #ffffff;
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-linkedin.dropdown-toggle:after {
  color: #ffffff;
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-linkedin, .btn-check:active + .btn.btn-linkedin, .btn.btn-linkedin:focus:not(.btn-active), .btn.btn-linkedin:hover:not(.btn-active), .btn.btn-linkedin:active:not(.btn-active), .btn.btn-linkedin.active, .btn.btn-linkedin.show, .show > .btn.btn-linkedin {
  border-color: #005e8f;
  background-color: #005e8f !important;
}

/* line 273, app/assets/stylesheets/theme/components/buttons/_theme.scss */
.btn.btn-light-linkedin {
  color: var(--bs-linkedin);
  color: #0077b5;
  border-color: rgba(0, 119, 181, 0.1);
  background-color: rgba(0, 119, 181, 0.1);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-light-linkedin i,
.btn.btn-light-linkedin .svg-icon {
  color: #0077b5;
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn.btn-light-linkedin.dropdown-toggle:after {
  color: #0077b5;
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-linkedin, .btn-check:active + .btn.btn-light-linkedin, .btn.btn-light-linkedin:focus:not(.btn-active), .btn.btn-light-linkedin:hover:not(.btn-active), .btn.btn-light-linkedin:active:not(.btn-active), .btn.btn-light-linkedin.active, .btn.btn-light-linkedin.show, .show > .btn.btn-light-linkedin {
  color: #ffffff;
  border-color: #0077b5;
  background-color: #0077b5 !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-linkedin i,
.btn-check:checked + .btn.btn-light-linkedin .svg-icon, .btn-check:active + .btn.btn-light-linkedin i,
.btn-check:active + .btn.btn-light-linkedin .svg-icon, .btn.btn-light-linkedin:focus:not(.btn-active) i,
.btn.btn-light-linkedin:focus:not(.btn-active) .svg-icon, .btn.btn-light-linkedin:hover:not(.btn-active) i,
.btn.btn-light-linkedin:hover:not(.btn-active) .svg-icon, .btn.btn-light-linkedin:active:not(.btn-active) i,
.btn.btn-light-linkedin:active:not(.btn-active) .svg-icon, .btn.btn-light-linkedin.active i,
.btn.btn-light-linkedin.active .svg-icon, .btn.btn-light-linkedin.show i,
.btn.btn-light-linkedin.show .svg-icon, .show > .btn.btn-light-linkedin i,
.show > .btn.btn-light-linkedin .svg-icon {
  color: #ffffff;
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .btn.btn-light-linkedin.dropdown-toggle:after, .btn-check:active + .btn.btn-light-linkedin.dropdown-toggle:after, .btn.btn-light-linkedin.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-light-linkedin.dropdown-toggle:hover:not(.btn-active):after, .btn.btn-light-linkedin.dropdown-toggle:active:not(.btn-active):after, .btn.btn-light-linkedin.active.dropdown-toggle:after, .btn.btn-light-linkedin.show.dropdown-toggle:after, .show > .btn.btn-light-linkedin.dropdown-toggle:after {
  color: #ffffff;
}

/* line 295, app/assets/stylesheets/theme/components/buttons/_theme.scss */
[data-bs-theme="dark"] .btn.btn-dark {
  color: #B5B7C8;
  background-color: #464852;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
[data-bs-theme="dark"] .btn.btn-dark i,
[data-bs-theme="dark"] .btn.btn-dark .svg-icon {
  color: #B5B7C8;
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
[data-bs-theme="dark"] .btn.btn-dark.dropdown-toggle:after {
  color: #B5B7C8;
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + [data-bs-theme="dark"] .btn.btn-dark, .btn-check:active + [data-bs-theme="dark"] .btn.btn-dark, [data-bs-theme="dark"] .btn.btn-dark:focus:not(.btn-active), [data-bs-theme="dark"] .btn.btn-dark:hover:not(.btn-active), [data-bs-theme="dark"] .btn.btn-dark:active:not(.btn-active), [data-bs-theme="dark"] .btn.btn-dark.active, [data-bs-theme="dark"] .btn.btn-dark.show, .show > [data-bs-theme="dark"] .btn.btn-dark {
  color: #bec0cf;
  background-color: #4d4f5a !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + [data-bs-theme="dark"] .btn.btn-dark i,
.btn-check:checked + [data-bs-theme="dark"] .btn.btn-dark .svg-icon, .btn-check:active + [data-bs-theme="dark"] .btn.btn-dark i,
.btn-check:active + [data-bs-theme="dark"] .btn.btn-dark .svg-icon, [data-bs-theme="dark"] .btn.btn-dark:focus:not(.btn-active) i,
[data-bs-theme="dark"] .btn.btn-dark:focus:not(.btn-active) .svg-icon, [data-bs-theme="dark"] .btn.btn-dark:hover:not(.btn-active) i,
[data-bs-theme="dark"] .btn.btn-dark:hover:not(.btn-active) .svg-icon, [data-bs-theme="dark"] .btn.btn-dark:active:not(.btn-active) i,
[data-bs-theme="dark"] .btn.btn-dark:active:not(.btn-active) .svg-icon, [data-bs-theme="dark"] .btn.btn-dark.active i,
[data-bs-theme="dark"] .btn.btn-dark.active .svg-icon, [data-bs-theme="dark"] .btn.btn-dark.show i,
[data-bs-theme="dark"] .btn.btn-dark.show .svg-icon, .show > [data-bs-theme="dark"] .btn.btn-dark i,
.show > [data-bs-theme="dark"] .btn.btn-dark .svg-icon {
  color: #bec0cf;
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + [data-bs-theme="dark"] .btn.btn-dark.dropdown-toggle:after, .btn-check:active + [data-bs-theme="dark"] .btn.btn-dark.dropdown-toggle:after, [data-bs-theme="dark"] .btn.btn-dark.dropdown-toggle:focus:not(.btn-active):after, [data-bs-theme="dark"] .btn.btn-dark.dropdown-toggle:hover:not(.btn-active):after, [data-bs-theme="dark"] .btn.btn-dark.dropdown-toggle:active:not(.btn-active):after, [data-bs-theme="dark"] .btn.btn-dark.active.dropdown-toggle:after, [data-bs-theme="dark"] .btn.btn-dark.show.dropdown-toggle:after, .show > [data-bs-theme="dark"] .btn.btn-dark.dropdown-toggle:after {
  color: #bec0cf;
}

/* line 5, app/assets/stylesheets/theme/components/_modal.scss */
.modal-rounded {
  border-radius: var(--bs-border-radius-lg) !important;
}

/* line 9, app/assets/stylesheets/theme/components/_modal.scss */
.modal-header {
  justify-content: space-between;
}

/* line 5, app/assets/stylesheets/theme/components/_code.scss */
code:not([class*="language-"]) {
  font-weight: 400;
  color: var(--bs-code-color);
  border: 1px solid var(--bs-code-border-color);
  background-color: var(--bs-code-bg);
  border-radius: 0.3rem;
  line-height: inherit;
  font-size: 0.875em;
  padding: 0.1rem 0.4rem;
  margin: 0 0.5rem;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.08);
}

/* line 18, app/assets/stylesheets/theme/components/_code.scss */
code.code-primary:not([class*="language-"]) {
  color: var(--bs-primary);
  background-color: var(--bs-primary-light);
  border: 1px solid var(--bs-primary);
}

/* line 18, app/assets/stylesheets/theme/components/_code.scss */
code.code-secondary:not([class*="language-"]) {
  color: var(--bs-secondary);
  background-color: var(--bs-secondary-light);
  border: 1px solid var(--bs-secondary);
}

/* line 18, app/assets/stylesheets/theme/components/_code.scss */
code.code-success:not([class*="language-"]) {
  color: var(--bs-success);
  background-color: var(--bs-success-light);
  border: 1px solid var(--bs-success);
}

/* line 18, app/assets/stylesheets/theme/components/_code.scss */
code.code-info:not([class*="language-"]) {
  color: var(--bs-info);
  background-color: var(--bs-info-light);
  border: 1px solid var(--bs-info);
}

/* line 18, app/assets/stylesheets/theme/components/_code.scss */
code.code-warning:not([class*="language-"]) {
  color: var(--bs-warning);
  background-color: var(--bs-warning-light);
  border: 1px solid var(--bs-warning);
}

/* line 18, app/assets/stylesheets/theme/components/_code.scss */
code.code-danger:not([class*="language-"]) {
  color: var(--bs-danger);
  background-color: var(--bs-danger-light);
  border: 1px solid var(--bs-danger);
}

/* line 18, app/assets/stylesheets/theme/components/_code.scss */
code.code-light:not([class*="language-"]) {
  color: var(--bs-light);
  background-color: var(--bs-light-light);
  border: 1px solid var(--bs-light);
}

/* line 18, app/assets/stylesheets/theme/components/_code.scss */
code.code-dark:not([class*="language-"]) {
  color: var(--bs-dark);
  background-color: var(--bs-dark-light);
  border: 1px solid var(--bs-dark);
}

/* line 6, app/assets/stylesheets/theme/components/forms/_labels.scss */
.col-form-label {
  font-size: 1.05rem;
}

/* line 8, app/assets/stylesheets/theme/components/forms/_form-control.scss */
.form-control.form-control-transparent {
  background-color: transparent;
  border-color: transparent;
}

/* line 12, app/assets/stylesheets/theme/components/forms/_form-control.scss */
.dropdown.show > .form-control.form-control-transparent, .form-control.form-control-transparent:active, .form-control.form-control-transparent.active, .form-control.form-control-transparent:focus, .form-control.form-control-transparent.focus {
  background-color: transparent;
  border-color: transparent;
}

/* line 23, app/assets/stylesheets/theme/components/forms/_form-control.scss */
.form-control.form-control-flush {
  border: 0;
  background-color: transparent;
  outline: none !important;
  box-shadow: none;
  border-radius: 0;
}

/* line 29, app/assets/stylesheets/theme/components/forms/_form-control.scss */
.form-control.form-control-solid {
  background-color: var(--bs-gray-100);
  border-color: var(--bs-gray-100);
  color: var(--bs-gray-700);
  transition: color 0.2s ease;
}

/* line 7, app/assets/stylesheets/theme/base/mixins/_placeholder.scss */
.form-control.form-control-solid::placeholder {
  color: var(--bs-gray-500);
}

/* line 12, app/assets/stylesheets/theme/base/mixins/_placeholder.scss */
.form-control.form-control-solid::-moz-placeholder {
  color: var(--bs-gray-500);
  opacity: 1;
}

/* line 36, app/assets/stylesheets/theme/components/forms/_form-control.scss */
.dropdown.show > .form-control.form-control-solid, .form-control.form-control-solid:active, .form-control.form-control-solid.active, .form-control.form-control-solid:focus, .form-control.form-control-solid.focus {
  background-color: var(--bs-gray-200);
  border-color: var(--bs-gray-200);
  color: var(--bs-gray-700);
  transition: color 0.2s ease;
}

/* line 49, app/assets/stylesheets/theme/components/forms/_form-control.scss */
.form-control-solid-bg {
  background-color: var(--bs-gray-100);
}

/* line 54, app/assets/stylesheets/theme/components/forms/_form-control.scss */
.form-control-plaintext {
  color: var(--bs-body-color);
}

/* line 7, app/assets/stylesheets/theme/base/mixins/_placeholder.scss */
.placeholder-gray-500::placeholder {
  color: var(--bs-gray-500);
}

/* line 12, app/assets/stylesheets/theme/base/mixins/_placeholder.scss */
.placeholder-gray-500::-moz-placeholder {
  color: var(--bs-gray-500);
  opacity: 1;
}

/* line 7, app/assets/stylesheets/theme/base/mixins/_placeholder.scss */
.placeholder-white::placeholder {
  color: #fff;
}

/* line 12, app/assets/stylesheets/theme/base/mixins/_placeholder.scss */
.placeholder-white::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

/* line 68, app/assets/stylesheets/theme/components/forms/_form-control.scss */
.resize-none {
  resize: none;
}

/* line 7, app/assets/stylesheets/theme/components/forms/_floating-labels.scss */
.form-floating .form-control.form-control-solid::placeholder {
  color: transparent;
}

/* line 15, app/assets/stylesheets/theme/components/forms/_floating-labels.scss */
.form-floating.form-control-solid-bg label::after,
.form-floating > :disabled ~ label::after,
.form-floating > :focus ~ label::after {
  background-color: transparent !important;
}

/* line 6, app/assets/stylesheets/theme/components/forms/_form-select.scss */
.form-select {
  appearance: none;
}

/* line 10, app/assets/stylesheets/theme/components/forms/_form-select.scss */
.form-select:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 20, app/assets/stylesheets/theme/components/forms/_form-select.scss */
.form-select:disabled {
  color: var(--bs-gray-500);
  background-color: var(--bs-secondary-bg);
  border-color: var(--bs-border-color);
}

/* line 27, app/assets/stylesheets/theme/components/forms/_form-select.scss */
.form-select:-moz-focusring {
  text-shadow: 0 0 0 var(--bs-body-color);
}

/* line 32, app/assets/stylesheets/theme/components/forms/_form-select.scss */
.form-select.form-select-solid {
  background-color: var(--bs-gray-100);
  border-color: var(--bs-gray-100);
  color: var(--bs-gray-700);
  transition: color 0.2s ease;
}

/* line 7, app/assets/stylesheets/theme/base/mixins/_placeholder.scss */
.form-select.form-select-solid::placeholder {
  color: var(--bs-gray-500);
}

/* line 12, app/assets/stylesheets/theme/base/mixins/_placeholder.scss */
.form-select.form-select-solid::-moz-placeholder {
  color: var(--bs-gray-500);
  opacity: 1;
}

/* line 39, app/assets/stylesheets/theme/components/forms/_form-select.scss */
.dropdown.show > .form-select.form-select-solid, .form-select.form-select-solid:active, .form-select.form-select-solid.active, .form-select.form-select-solid:focus, .form-select.form-select-solid.focus {
  background-color: var(--bs-gray-200);
  border-color: var(--bs-gray-200) !important;
  color: var(--bs-gray-700);
  transition: color 0.2s ease;
}

/* line 52, app/assets/stylesheets/theme/components/forms/_form-select.scss */
.form-select.form-select-transparent {
  background-color: transparent;
  border-color: transparent;
  color: var(--bs-body-color);
}

/* line 7, app/assets/stylesheets/theme/base/mixins/_placeholder.scss */
.form-select.form-select-transparent::placeholder {
  color: var(--bs-secondary-color);
}

/* line 12, app/assets/stylesheets/theme/base/mixins/_placeholder.scss */
.form-select.form-select-transparent::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

/* line 58, app/assets/stylesheets/theme/components/forms/_form-select.scss */
.dropdown.show > .form-select.form-select-transparent, .form-select.form-select-transparent:active, .form-select.form-select-transparent.active, .form-select.form-select-transparent:focus, .form-select.form-select-transparent.focus {
  background-color: transparent;
  border-color: transparent !important;
  color: var(--bs-body-color);
}

/* line 10, app/assets/stylesheets/theme/components/forms/_form-check.scss */
.form-check:not(.form-switch) .form-check-input[type="checkbox"] {
  background-size: 60% 60%;
}

/* line 18, app/assets/stylesheets/theme/components/forms/_form-check.scss */
.form-check.form-check-sm .form-check-input {
  height: 1.55rem;
  width: 1.55rem;
}

/* line 25, app/assets/stylesheets/theme/components/forms/_form-check.scss */
.form-check.form-check-lg .form-check-input {
  height: 2.25rem;
  width: 2.25rem;
}

/* line 32, app/assets/stylesheets/theme/components/forms/_form-check.scss */
.form-check.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 39, app/assets/stylesheets/theme/components/forms/_form-check.scss */
.form-check.form-check-solid .form-check-input {
  border: 0;
}

/* line 42, app/assets/stylesheets/theme/components/forms/_form-check.scss */
.form-check.form-check-solid .form-check-input:not(:checked) {
  background-color: var(--bs-gray-200);
}

/* line 46, app/assets/stylesheets/theme/components/forms/_form-check.scss */
.form-check.form-check-solid .form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
}

/* line 56, app/assets/stylesheets/theme/components/forms/_form-check.scss */
.form-check.form-check-success .form-check-input:checked {
  background-color: var(--bs-success);
}

/* line 65, app/assets/stylesheets/theme/components/forms/_form-check.scss */
.form-check.form-check-danger .form-check-input:checked {
  background-color: var(--bs-danger);
}

/* line 74, app/assets/stylesheets/theme/components/forms/_form-check.scss */
.form-check.form-check-warning .form-check-input:checked {
  background-color: var(--bs-warning);
}

/* line 82, app/assets/stylesheets/theme/components/forms/_form-check.scss */
.form-check-custom {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin: 0;
}

/* line 89, app/assets/stylesheets/theme/components/forms/_form-check.scss */
.form-check-custom .form-check-input {
  margin: 0;
  float: none;
  flex-shrink: 0;
}

/* line 96, app/assets/stylesheets/theme/components/forms/_form-check.scss */
.form-check-custom .form-check-label {
  margin-left: 0.55rem;
}

/* line 104, app/assets/stylesheets/theme/components/forms/_form-check.scss */
.form-switch.form-check-custom .form-check-input {
  height: 2.25rem;
}

/* line 109, app/assets/stylesheets/theme/components/forms/_form-check.scss */
.form-switch.form-check-custom.form-switch-sm .form-check-input {
  height: 1.5rem;
  width: 2.5rem;
}

/* line 116, app/assets/stylesheets/theme/components/forms/_form-check.scss */
.form-switch.form-check-custom.form-switch-lg .form-check-input {
  height: 2.75rem;
  width: 3.75rem;
}

/* line 125, app/assets/stylesheets/theme/components/forms/_form-check.scss */
.form-switch.form-check-solid .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 128, app/assets/stylesheets/theme/components/forms/_form-check.scss */
.form-switch.form-check-solid .form-check-input:not(:checked) {
  background-color: var(--bs-gray-200);
}

/* line 138, app/assets/stylesheets/theme/components/forms/_form-check.scss */
[data-bs-theme="dark"] .form-switch .form-check-input:focus:not(:checked) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

/* line 146, app/assets/stylesheets/theme/components/forms/_form-check.scss */
.form-check-image {
  position: relative;
  overflow: hidden;
}

/* line 150, app/assets/stylesheets/theme/components/forms/_form-check.scss */
.form-check-image img {
  max-width: 100%;
}

/* line 154, app/assets/stylesheets/theme/components/forms/_form-check.scss */
.form-check-image .form-check-wrapper {
  border-radius: 0.5rem;
  border: 2px solid transparent;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 0.75rem;
}

/* line 163, app/assets/stylesheets/theme/components/forms/_form-check.scss */
.form-check-image .form-check-rounded {
  border-radius: 0.5rem;
}

/* line 167, app/assets/stylesheets/theme/components/forms/_form-check.scss */
.form-check-image .form-check-label {
  font-weight: 700;
  margin-left: 0.5rem;
}

/* line 173, app/assets/stylesheets/theme/components/forms/_form-check.scss */
.form-check-image.active:not(.form-check-success):not(.form-check-danger) .form-check-wrapper {
  border-color: var(--bs-primary) !important;
}

/* line 179, app/assets/stylesheets/theme/components/forms/_form-check.scss */
.form-check-image.form-check-success.active .form-check-wrapper {
  border-color: var(--bs-success) !important;
}

/* line 185, app/assets/stylesheets/theme/components/forms/_form-check.scss */
.form-check-image.form-check-danger.active .form-check-wrapper {
  border-color: var(--bs-danger) !important;
}

/* line 190, app/assets/stylesheets/theme/components/forms/_form-check.scss */
.form-check-image.disabled {
  opacity: 0.65;
}

/* line 7, app/assets/stylesheets/theme/components/forms/_input-group.scss */
.input-group.input-group-solid {
  border-radius: var(--bs-border-radius);
}

/* line 10, app/assets/stylesheets/theme/components/forms/_input-group.scss */
.input-group.input-group-solid.input-group-sm {
  border-radius: var(--bs-border-radius-sm);
}

/* line 14, app/assets/stylesheets/theme/components/forms/_input-group.scss */
.input-group.input-group-solid.input-group-lg {
  border-radius: var(--bs-border-radius-lg);
}

/* line 18, app/assets/stylesheets/theme/components/forms/_input-group.scss */
.input-group.input-group-solid .input-group-text {
  background-color: var(--bs-gray-100);
  border-color: var(--bs-gray-100);
}

/* line 22, app/assets/stylesheets/theme/components/forms/_input-group.scss */
.input-group.input-group-solid .input-group-text + .form-control {
  border-left-color: var(--bs-border-color);
}

/* line 27, app/assets/stylesheets/theme/components/forms/_input-group.scss */
.input-group.input-group-solid .form-control {
  background-color: var(--bs-gray-100);
  border-color: var(--bs-gray-100);
}

/* line 31, app/assets/stylesheets/theme/components/forms/_input-group.scss */
.input-group.input-group-solid .form-control + .input-group-text {
  border-left-color: var(--bs-border-color);
}

/* line 7, app/assets/stylesheets/theme/components/forms/_floating-labels.scss */
.form-floating .form-control.form-control-solid::placeholder {
  color: transparent;
}

/* line 15, app/assets/stylesheets/theme/components/forms/_floating-labels.scss */
.form-floating.form-control-solid-bg label::after,
.form-floating > :disabled ~ label::after,
.form-floating > :focus ~ label::after {
  background-color: transparent !important;
}

/* line 6, app/assets/stylesheets/theme/components/forms/_required.scss */
.required:after {
  content: "*";
  position: relative;
  font-size: inherit;
  color: var(--bs-danger);
  padding-left: 0.25rem;
  font-weight: 700;
}

/* line 6, app/assets/stylesheets/theme/components/_progress.scss */
.progress-vertical {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

/* line 11, app/assets/stylesheets/theme/components/_progress.scss */
.progress-vertical .progress {
  height: 100%;
  border-radius: 0.375rem;
  display: flex;
  align-items: flex-end;
  margin-right: 1rem;
}

/* line 18, app/assets/stylesheets/theme/components/_progress.scss */
.progress-vertical .progress:last-child {
  margin-right: 0;
}

/* line 22, app/assets/stylesheets/theme/components/_progress.scss */
.progress-vertical .progress .progress-bar {
  width: 8px;
  border-radius: 0.375rem;
}

/* line 8, app/assets/stylesheets/theme/components/_tables.scss */
.table:not(.table-bordered) > :not(:first-child) {
  border-color: transparent;
  border-width: 0;
  border-style: none;
}

/* line 14, app/assets/stylesheets/theme/components/_tables.scss */
.table:not(.table-bordered) > :not(:last-child) > :last-child > * {
  border-bottom-color: inherit;
}

/* line 18, app/assets/stylesheets/theme/components/_tables.scss */
.table:not(.table-bordered) tr, .table:not(.table-bordered) th, .table:not(.table-bordered) td {
  border-color: inherit;
  border-width: inherit;
  border-style: inherit;
  text-transform: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  height: inherit;
  min-height: inherit;
}

/* line 29, app/assets/stylesheets/theme/components/_tables.scss */
.table:not(.table-bordered) tr:first-child, .table:not(.table-bordered) th:first-child, .table:not(.table-bordered) td:first-child {
  padding-left: 0;
}

/* line 33, app/assets/stylesheets/theme/components/_tables.scss */
.table:not(.table-bordered) tr:last-child, .table:not(.table-bordered) th:last-child, .table:not(.table-bordered) td:last-child {
  padding-right: 0;
}

/* line 40, app/assets/stylesheets/theme/components/_tables.scss */
.table:not(.table-bordered) tfoot tr:last-child,
.table:not(.table-bordered) tbody tr:last-child {
  border-bottom: 0 !important;
}

/* line 43, app/assets/stylesheets/theme/components/_tables.scss */
.table:not(.table-bordered) tfoot tr:last-child th, .table:not(.table-bordered) tfoot tr:last-child td,
.table:not(.table-bordered) tbody tr:last-child th,
.table:not(.table-bordered) tbody tr:last-child td {
  border-bottom: 0 !important;
}

/* line 50, app/assets/stylesheets/theme/components/_tables.scss */
.table:not(.table-bordered) tfoot th, .table:not(.table-bordered) tfoot td {
  border-top: inherit;
}

/* line 56, app/assets/stylesheets/theme/components/_tables.scss */
.table.table-rounded:not(.table-bordered) {
  border-radius: 0.375rem;
  border-spacing: 0;
  border-collapse: separate;
}

/* line 65, app/assets/stylesheets/theme/components/_tables.scss */
.table.table-rows-rounded:not(.table-bordered) th:first-child, .table.table-rows-rounded:not(.table-bordered) td:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 70, app/assets/stylesheets/theme/components/_tables.scss */
.table.table-rows-rounded:not(.table-bordered) th:last-child, .table.table-rows-rounded:not(.table-bordered) td:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 80, app/assets/stylesheets/theme/components/_tables.scss */
.table.table-flush:not(.table-bordered) tr, .table.table-flush:not(.table-bordered) th, .table.table-flush:not(.table-bordered) td {
  padding: inherit;
}

/* line 87, app/assets/stylesheets/theme/components/_tables.scss */
.table.table-row-bordered:not(.table-bordered) tr {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: var(--bs-border-color);
}

/* line 94, app/assets/stylesheets/theme/components/_tables.scss */
.table.table-row-bordered:not(.table-bordered) tfoot th, .table.table-row-bordered:not(.table-bordered) tfoot td {
  border-top-width: 1px !important;
}

/* line 102, app/assets/stylesheets/theme/components/_tables.scss */
.table.table-row-dashed:not(.table-bordered) tr {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: var(--bs-border-color);
}

/* line 109, app/assets/stylesheets/theme/components/_tables.scss */
.table.table-row-dashed:not(.table-bordered) tfoot th, .table.table-row-dashed:not(.table-bordered) tfoot td {
  border-top-width: 1px !important;
}

/* line 118, app/assets/stylesheets/theme/components/_tables.scss */
.table.table-row-gray-100:not(.table-bordered) tr {
  border-bottom-color: var(--bs-gray-100);
}

/* line 118, app/assets/stylesheets/theme/components/_tables.scss */
.table.table-row-gray-200:not(.table-bordered) tr {
  border-bottom-color: var(--bs-gray-200);
}

/* line 118, app/assets/stylesheets/theme/components/_tables.scss */
.table.table-row-gray-300:not(.table-bordered) tr {
  border-bottom-color: var(--bs-gray-300);
}

/* line 118, app/assets/stylesheets/theme/components/_tables.scss */
.table.table-row-gray-400:not(.table-bordered) tr {
  border-bottom-color: var(--bs-gray-400);
}

/* line 118, app/assets/stylesheets/theme/components/_tables.scss */
.table.table-row-gray-500:not(.table-bordered) tr {
  border-bottom-color: var(--bs-gray-500);
}

/* line 118, app/assets/stylesheets/theme/components/_tables.scss */
.table.table-row-gray-600:not(.table-bordered) tr {
  border-bottom-color: var(--bs-gray-600);
}

/* line 118, app/assets/stylesheets/theme/components/_tables.scss */
.table.table-row-gray-700:not(.table-bordered) tr {
  border-bottom-color: var(--bs-gray-700);
}

/* line 118, app/assets/stylesheets/theme/components/_tables.scss */
.table.table-row-gray-800:not(.table-bordered) tr {
  border-bottom-color: var(--bs-gray-800);
}

/* line 118, app/assets/stylesheets/theme/components/_tables.scss */
.table.table-row-gray-900:not(.table-bordered) tr {
  border-bottom-color: var(--bs-gray-900);
}

/* line 126, app/assets/stylesheets/theme/components/_tables.scss */
.table-layout-fixed {
  table-layout: fixed;
}

/* line 132, app/assets/stylesheets/theme/components/_tables.scss */
.table-sort:after {
  opacity: 0;
}

/* line 137, app/assets/stylesheets/theme/components/_tables.scss */
.table-sort,
.table-sort-asc,
.table-sort-desc {
  vertical-align: middle;
}

/* line 142, app/assets/stylesheets/theme/components/_tables.scss */
.table-sort:after,
.table-sort-asc:after,
.table-sort-desc:after {
  position: relative;
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  content: " ";
  bottom: auto;
  right: auto;
  left: auto;
  margin-left: 0.5rem;
}

/* line 156, app/assets/stylesheets/theme/components/_tables.scss */
.table-sort-asc:after {
  opacity: 1;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-muted);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M3.23571 2.72011L4.97917 4.46358C5.15176 4.63618 5.43158 4.63617 5.60417 4.46358C5.77676 4.29099 5.77676 4.01118 5.60417 3.83861L3.29463 1.52904C3.13192 1.36629 2.86809 1.36629 2.70538 1.52904L0.395812 3.83861C0.22325 4.01117 0.22325 4.29099 0.395812 4.46358C0.568437 4.63617 0.84825 4.63617 1.02081 4.46358L2.76429 2.72011C2.89446 2.58994 3.10554 2.58994 3.23571 2.72011Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M3.23571 2.72011L4.97917 4.46358C5.15176 4.63618 5.43158 4.63617 5.60417 4.46358C5.77676 4.29099 5.77676 4.01118 5.60417 3.83861L3.29463 1.52904C3.13192 1.36629 2.86809 1.36629 2.70538 1.52904L0.395812 3.83861C0.22325 4.01117 0.22325 4.29099 0.395812 4.46358C0.568437 4.63617 0.84825 4.63617 1.02081 4.46358L2.76429 2.72011C2.89446 2.58994 3.10554 2.58994 3.23571 2.72011Z'/%3e%3c/svg%3e");
}

/* line 163, app/assets/stylesheets/theme/components/_tables.scss */
.table-sort-desc:after {
  opacity: 1;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-muted);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M2.76429 3.27989L1.02083 1.53642C0.848244 1.36382 0.568419 1.36383 0.395831 1.53642C0.223244 1.70901 0.223244 1.98882 0.395831 2.16139L2.70537 4.47096C2.86808 4.63371 3.13191 4.63371 3.29462 4.47096L5.60419 2.16139C5.77675 1.98883 5.77675 1.70901 5.60419 1.53642C5.43156 1.36383 5.15175 1.36383 4.97919 1.53642L3.23571 3.27989C3.10554 3.41006 2.89446 3.41006 2.76429 3.27989Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M2.76429 3.27989L1.02083 1.53642C0.848244 1.36382 0.568419 1.36383 0.395831 1.53642C0.223244 1.70901 0.223244 1.98882 0.395831 2.16139L2.70537 4.47096C2.86808 4.63371 3.13191 4.63371 3.29462 4.47096L5.60419 2.16139C5.77675 1.98883 5.77675 1.70901 5.60419 1.53642C5.43156 1.36383 5.15175 1.36383 4.97919 1.53642L3.23571 3.27989C3.10554 3.41006 2.89446 3.41006 2.76429 3.27989Z'/%3e%3c/svg%3e");
}

/* line 170, app/assets/stylesheets/theme/components/_tables.scss */
.table-loading-message {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 0.375rem;
  box-shadow: var(--bs-table-loading-message-box-shadow);
  background-color: var(--bs-body-bg);
  color: var(--bs-gray-700);
  font-weight: 700;
  margin: 0 !important;
  width: auto;
  padding: 0.85rem 2rem !important;
  transform: translateX(-50%) translateY(-50%);
}

/* line 186, app/assets/stylesheets/theme/components/_tables.scss */
.table-loading {
  position: relative;
}

/* line 189, app/assets/stylesheets/theme/components/_tables.scss */
.table-loading .table-loading-message {
  display: block;
}

/* line 201, app/assets/stylesheets/theme/components/_tables.scss */
.table.g-0 th, .table.g-0 td {
  padding: 0;
}

/* line 205, app/assets/stylesheets/theme/components/_tables.scss */
.table.g-0 th.dtr-control, .table.g-0 td.dtr-control {
  padding-left: 0 !important;
}

/* line 212, app/assets/stylesheets/theme/components/_tables.scss */
.table.gy-0 th, .table.gy-0 td {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 219, app/assets/stylesheets/theme/components/_tables.scss */
.table.gx-0 th, .table.gx-0 td {
  padding-left: 0;
  padding-right: 0;
}

/* line 224, app/assets/stylesheets/theme/components/_tables.scss */
.table.gx-0 th.dtr-control, .table.gx-0 td.dtr-control {
  padding-left: 0 !important;
}

/* line 232, app/assets/stylesheets/theme/components/_tables.scss */
.table.gs-0 th:first-child, .table.gs-0 td:first-child {
  padding-left: 0;
}

/* line 236, app/assets/stylesheets/theme/components/_tables.scss */
.table.gs-0 th:last-child, .table.gs-0 td:last-child {
  padding-right: 0;
}

/* line 241, app/assets/stylesheets/theme/components/_tables.scss */
.table.gs-0 th.dtr-control:first-child, .table.gs-0 td.dtr-control:first-child {
  padding-left: 0 !important;
}

/* line 201, app/assets/stylesheets/theme/components/_tables.scss */
.table.g-1 th, .table.g-1 td {
  padding: 0.25rem;
}

/* line 205, app/assets/stylesheets/theme/components/_tables.scss */
.table.g-1 th.dtr-control, .table.g-1 td.dtr-control {
  padding-left: 0.25rem !important;
}

/* line 212, app/assets/stylesheets/theme/components/_tables.scss */
.table.gy-1 th, .table.gy-1 td {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/* line 219, app/assets/stylesheets/theme/components/_tables.scss */
.table.gx-1 th, .table.gx-1 td {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

/* line 224, app/assets/stylesheets/theme/components/_tables.scss */
.table.gx-1 th.dtr-control, .table.gx-1 td.dtr-control {
  padding-left: 0.25rem !important;
}

/* line 232, app/assets/stylesheets/theme/components/_tables.scss */
.table.gs-1 th:first-child, .table.gs-1 td:first-child {
  padding-left: 0.25rem;
}

/* line 236, app/assets/stylesheets/theme/components/_tables.scss */
.table.gs-1 th:last-child, .table.gs-1 td:last-child {
  padding-right: 0.25rem;
}

/* line 241, app/assets/stylesheets/theme/components/_tables.scss */
.table.gs-1 th.dtr-control:first-child, .table.gs-1 td.dtr-control:first-child {
  padding-left: 0.25rem !important;
}

/* line 201, app/assets/stylesheets/theme/components/_tables.scss */
.table.g-2 th, .table.g-2 td {
  padding: 0.5rem;
}

/* line 205, app/assets/stylesheets/theme/components/_tables.scss */
.table.g-2 th.dtr-control, .table.g-2 td.dtr-control {
  padding-left: 0.5rem !important;
}

/* line 212, app/assets/stylesheets/theme/components/_tables.scss */
.table.gy-2 th, .table.gy-2 td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 219, app/assets/stylesheets/theme/components/_tables.scss */
.table.gx-2 th, .table.gx-2 td {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* line 224, app/assets/stylesheets/theme/components/_tables.scss */
.table.gx-2 th.dtr-control, .table.gx-2 td.dtr-control {
  padding-left: 0.5rem !important;
}

/* line 232, app/assets/stylesheets/theme/components/_tables.scss */
.table.gs-2 th:first-child, .table.gs-2 td:first-child {
  padding-left: 0.5rem;
}

/* line 236, app/assets/stylesheets/theme/components/_tables.scss */
.table.gs-2 th:last-child, .table.gs-2 td:last-child {
  padding-right: 0.5rem;
}

/* line 241, app/assets/stylesheets/theme/components/_tables.scss */
.table.gs-2 th.dtr-control:first-child, .table.gs-2 td.dtr-control:first-child {
  padding-left: 0.5rem !important;
}

/* line 201, app/assets/stylesheets/theme/components/_tables.scss */
.table.g-3 th, .table.g-3 td {
  padding: 1rem;
}

/* line 205, app/assets/stylesheets/theme/components/_tables.scss */
.table.g-3 th.dtr-control, .table.g-3 td.dtr-control {
  padding-left: 1rem !important;
}

/* line 212, app/assets/stylesheets/theme/components/_tables.scss */
.table.gy-3 th, .table.gy-3 td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 219, app/assets/stylesheets/theme/components/_tables.scss */
.table.gx-3 th, .table.gx-3 td {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 224, app/assets/stylesheets/theme/components/_tables.scss */
.table.gx-3 th.dtr-control, .table.gx-3 td.dtr-control {
  padding-left: 1rem !important;
}

/* line 232, app/assets/stylesheets/theme/components/_tables.scss */
.table.gs-3 th:first-child, .table.gs-3 td:first-child {
  padding-left: 1rem;
}

/* line 236, app/assets/stylesheets/theme/components/_tables.scss */
.table.gs-3 th:last-child, .table.gs-3 td:last-child {
  padding-right: 1rem;
}

/* line 241, app/assets/stylesheets/theme/components/_tables.scss */
.table.gs-3 th.dtr-control:first-child, .table.gs-3 td.dtr-control:first-child {
  padding-left: 1rem !important;
}

/* line 201, app/assets/stylesheets/theme/components/_tables.scss */
.table.g-4 th, .table.g-4 td {
  padding: 1.5rem;
}

/* line 205, app/assets/stylesheets/theme/components/_tables.scss */
.table.g-4 th.dtr-control, .table.g-4 td.dtr-control {
  padding-left: 1.5rem !important;
}

/* line 212, app/assets/stylesheets/theme/components/_tables.scss */
.table.gy-4 th, .table.gy-4 td {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 219, app/assets/stylesheets/theme/components/_tables.scss */
.table.gx-4 th, .table.gx-4 td {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 224, app/assets/stylesheets/theme/components/_tables.scss */
.table.gx-4 th.dtr-control, .table.gx-4 td.dtr-control {
  padding-left: 1.5rem !important;
}

/* line 232, app/assets/stylesheets/theme/components/_tables.scss */
.table.gs-4 th:first-child, .table.gs-4 td:first-child {
  padding-left: 1.5rem;
}

/* line 236, app/assets/stylesheets/theme/components/_tables.scss */
.table.gs-4 th:last-child, .table.gs-4 td:last-child {
  padding-right: 1.5rem;
}

/* line 241, app/assets/stylesheets/theme/components/_tables.scss */
.table.gs-4 th.dtr-control:first-child, .table.gs-4 td.dtr-control:first-child {
  padding-left: 1.5rem !important;
}

/* line 201, app/assets/stylesheets/theme/components/_tables.scss */
.table.g-5 th, .table.g-5 td {
  padding: 3rem;
}

/* line 205, app/assets/stylesheets/theme/components/_tables.scss */
.table.g-5 th.dtr-control, .table.g-5 td.dtr-control {
  padding-left: 3rem !important;
}

/* line 212, app/assets/stylesheets/theme/components/_tables.scss */
.table.gy-5 th, .table.gy-5 td {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* line 219, app/assets/stylesheets/theme/components/_tables.scss */
.table.gx-5 th, .table.gx-5 td {
  padding-left: 3rem;
  padding-right: 3rem;
}

/* line 224, app/assets/stylesheets/theme/components/_tables.scss */
.table.gx-5 th.dtr-control, .table.gx-5 td.dtr-control {
  padding-left: 3rem !important;
}

/* line 232, app/assets/stylesheets/theme/components/_tables.scss */
.table.gs-5 th:first-child, .table.gs-5 td:first-child {
  padding-left: 3rem;
}

/* line 236, app/assets/stylesheets/theme/components/_tables.scss */
.table.gs-5 th:last-child, .table.gs-5 td:last-child {
  padding-right: 3rem;
}

/* line 241, app/assets/stylesheets/theme/components/_tables.scss */
.table.gs-5 th.dtr-control:first-child, .table.gs-5 td.dtr-control:first-child {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  /* line 201, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-sm-0 th, .table.g-sm-0 td {
    padding: 0;
  }
  /* line 205, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-sm-0 th.dtr-control, .table.g-sm-0 td.dtr-control {
    padding-left: 0 !important;
  }
  /* line 212, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gy-sm-0 th, .table.gy-sm-0 td {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 219, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-sm-0 th, .table.gx-sm-0 td {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 224, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-sm-0 th.dtr-control, .table.gx-sm-0 td.dtr-control {
    padding-left: 0 !important;
  }
  /* line 232, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-sm-0 th:first-child, .table.gs-sm-0 td:first-child {
    padding-left: 0;
  }
  /* line 236, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-sm-0 th:last-child, .table.gs-sm-0 td:last-child {
    padding-right: 0;
  }
  /* line 241, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-sm-0 th.dtr-control:first-child, .table.gs-sm-0 td.dtr-control:first-child {
    padding-left: 0 !important;
  }
  /* line 201, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-sm-1 th, .table.g-sm-1 td {
    padding: 0.25rem;
  }
  /* line 205, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-sm-1 th.dtr-control, .table.g-sm-1 td.dtr-control {
    padding-left: 0.25rem !important;
  }
  /* line 212, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gy-sm-1 th, .table.gy-sm-1 td {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  /* line 219, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-sm-1 th, .table.gx-sm-1 td {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  /* line 224, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-sm-1 th.dtr-control, .table.gx-sm-1 td.dtr-control {
    padding-left: 0.25rem !important;
  }
  /* line 232, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-sm-1 th:first-child, .table.gs-sm-1 td:first-child {
    padding-left: 0.25rem;
  }
  /* line 236, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-sm-1 th:last-child, .table.gs-sm-1 td:last-child {
    padding-right: 0.25rem;
  }
  /* line 241, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-sm-1 th.dtr-control:first-child, .table.gs-sm-1 td.dtr-control:first-child {
    padding-left: 0.25rem !important;
  }
  /* line 201, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-sm-2 th, .table.g-sm-2 td {
    padding: 0.5rem;
  }
  /* line 205, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-sm-2 th.dtr-control, .table.g-sm-2 td.dtr-control {
    padding-left: 0.5rem !important;
  }
  /* line 212, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gy-sm-2 th, .table.gy-sm-2 td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  /* line 219, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-sm-2 th, .table.gx-sm-2 td {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  /* line 224, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-sm-2 th.dtr-control, .table.gx-sm-2 td.dtr-control {
    padding-left: 0.5rem !important;
  }
  /* line 232, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-sm-2 th:first-child, .table.gs-sm-2 td:first-child {
    padding-left: 0.5rem;
  }
  /* line 236, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-sm-2 th:last-child, .table.gs-sm-2 td:last-child {
    padding-right: 0.5rem;
  }
  /* line 241, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-sm-2 th.dtr-control:first-child, .table.gs-sm-2 td.dtr-control:first-child {
    padding-left: 0.5rem !important;
  }
  /* line 201, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-sm-3 th, .table.g-sm-3 td {
    padding: 1rem;
  }
  /* line 205, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-sm-3 th.dtr-control, .table.g-sm-3 td.dtr-control {
    padding-left: 1rem !important;
  }
  /* line 212, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gy-sm-3 th, .table.gy-sm-3 td {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  /* line 219, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-sm-3 th, .table.gx-sm-3 td {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 224, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-sm-3 th.dtr-control, .table.gx-sm-3 td.dtr-control {
    padding-left: 1rem !important;
  }
  /* line 232, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-sm-3 th:first-child, .table.gs-sm-3 td:first-child {
    padding-left: 1rem;
  }
  /* line 236, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-sm-3 th:last-child, .table.gs-sm-3 td:last-child {
    padding-right: 1rem;
  }
  /* line 241, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-sm-3 th.dtr-control:first-child, .table.gs-sm-3 td.dtr-control:first-child {
    padding-left: 1rem !important;
  }
  /* line 201, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-sm-4 th, .table.g-sm-4 td {
    padding: 1.5rem;
  }
  /* line 205, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-sm-4 th.dtr-control, .table.g-sm-4 td.dtr-control {
    padding-left: 1.5rem !important;
  }
  /* line 212, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gy-sm-4 th, .table.gy-sm-4 td {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  /* line 219, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-sm-4 th, .table.gx-sm-4 td {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 224, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-sm-4 th.dtr-control, .table.gx-sm-4 td.dtr-control {
    padding-left: 1.5rem !important;
  }
  /* line 232, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-sm-4 th:first-child, .table.gs-sm-4 td:first-child {
    padding-left: 1.5rem;
  }
  /* line 236, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-sm-4 th:last-child, .table.gs-sm-4 td:last-child {
    padding-right: 1.5rem;
  }
  /* line 241, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-sm-4 th.dtr-control:first-child, .table.gs-sm-4 td.dtr-control:first-child {
    padding-left: 1.5rem !important;
  }
  /* line 201, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-sm-5 th, .table.g-sm-5 td {
    padding: 3rem;
  }
  /* line 205, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-sm-5 th.dtr-control, .table.g-sm-5 td.dtr-control {
    padding-left: 3rem !important;
  }
  /* line 212, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gy-sm-5 th, .table.gy-sm-5 td {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  /* line 219, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-sm-5 th, .table.gx-sm-5 td {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  /* line 224, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-sm-5 th.dtr-control, .table.gx-sm-5 td.dtr-control {
    padding-left: 3rem !important;
  }
  /* line 232, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-sm-5 th:first-child, .table.gs-sm-5 td:first-child {
    padding-left: 3rem;
  }
  /* line 236, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-sm-5 th:last-child, .table.gs-sm-5 td:last-child {
    padding-right: 3rem;
  }
  /* line 241, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-sm-5 th.dtr-control:first-child, .table.gs-sm-5 td.dtr-control:first-child {
    padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  /* line 201, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-md-0 th, .table.g-md-0 td {
    padding: 0;
  }
  /* line 205, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-md-0 th.dtr-control, .table.g-md-0 td.dtr-control {
    padding-left: 0 !important;
  }
  /* line 212, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gy-md-0 th, .table.gy-md-0 td {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 219, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-md-0 th, .table.gx-md-0 td {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 224, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-md-0 th.dtr-control, .table.gx-md-0 td.dtr-control {
    padding-left: 0 !important;
  }
  /* line 232, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-md-0 th:first-child, .table.gs-md-0 td:first-child {
    padding-left: 0;
  }
  /* line 236, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-md-0 th:last-child, .table.gs-md-0 td:last-child {
    padding-right: 0;
  }
  /* line 241, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-md-0 th.dtr-control:first-child, .table.gs-md-0 td.dtr-control:first-child {
    padding-left: 0 !important;
  }
  /* line 201, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-md-1 th, .table.g-md-1 td {
    padding: 0.25rem;
  }
  /* line 205, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-md-1 th.dtr-control, .table.g-md-1 td.dtr-control {
    padding-left: 0.25rem !important;
  }
  /* line 212, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gy-md-1 th, .table.gy-md-1 td {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  /* line 219, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-md-1 th, .table.gx-md-1 td {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  /* line 224, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-md-1 th.dtr-control, .table.gx-md-1 td.dtr-control {
    padding-left: 0.25rem !important;
  }
  /* line 232, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-md-1 th:first-child, .table.gs-md-1 td:first-child {
    padding-left: 0.25rem;
  }
  /* line 236, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-md-1 th:last-child, .table.gs-md-1 td:last-child {
    padding-right: 0.25rem;
  }
  /* line 241, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-md-1 th.dtr-control:first-child, .table.gs-md-1 td.dtr-control:first-child {
    padding-left: 0.25rem !important;
  }
  /* line 201, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-md-2 th, .table.g-md-2 td {
    padding: 0.5rem;
  }
  /* line 205, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-md-2 th.dtr-control, .table.g-md-2 td.dtr-control {
    padding-left: 0.5rem !important;
  }
  /* line 212, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gy-md-2 th, .table.gy-md-2 td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  /* line 219, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-md-2 th, .table.gx-md-2 td {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  /* line 224, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-md-2 th.dtr-control, .table.gx-md-2 td.dtr-control {
    padding-left: 0.5rem !important;
  }
  /* line 232, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-md-2 th:first-child, .table.gs-md-2 td:first-child {
    padding-left: 0.5rem;
  }
  /* line 236, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-md-2 th:last-child, .table.gs-md-2 td:last-child {
    padding-right: 0.5rem;
  }
  /* line 241, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-md-2 th.dtr-control:first-child, .table.gs-md-2 td.dtr-control:first-child {
    padding-left: 0.5rem !important;
  }
  /* line 201, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-md-3 th, .table.g-md-3 td {
    padding: 1rem;
  }
  /* line 205, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-md-3 th.dtr-control, .table.g-md-3 td.dtr-control {
    padding-left: 1rem !important;
  }
  /* line 212, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gy-md-3 th, .table.gy-md-3 td {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  /* line 219, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-md-3 th, .table.gx-md-3 td {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 224, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-md-3 th.dtr-control, .table.gx-md-3 td.dtr-control {
    padding-left: 1rem !important;
  }
  /* line 232, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-md-3 th:first-child, .table.gs-md-3 td:first-child {
    padding-left: 1rem;
  }
  /* line 236, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-md-3 th:last-child, .table.gs-md-3 td:last-child {
    padding-right: 1rem;
  }
  /* line 241, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-md-3 th.dtr-control:first-child, .table.gs-md-3 td.dtr-control:first-child {
    padding-left: 1rem !important;
  }
  /* line 201, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-md-4 th, .table.g-md-4 td {
    padding: 1.5rem;
  }
  /* line 205, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-md-4 th.dtr-control, .table.g-md-4 td.dtr-control {
    padding-left: 1.5rem !important;
  }
  /* line 212, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gy-md-4 th, .table.gy-md-4 td {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  /* line 219, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-md-4 th, .table.gx-md-4 td {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 224, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-md-4 th.dtr-control, .table.gx-md-4 td.dtr-control {
    padding-left: 1.5rem !important;
  }
  /* line 232, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-md-4 th:first-child, .table.gs-md-4 td:first-child {
    padding-left: 1.5rem;
  }
  /* line 236, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-md-4 th:last-child, .table.gs-md-4 td:last-child {
    padding-right: 1.5rem;
  }
  /* line 241, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-md-4 th.dtr-control:first-child, .table.gs-md-4 td.dtr-control:first-child {
    padding-left: 1.5rem !important;
  }
  /* line 201, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-md-5 th, .table.g-md-5 td {
    padding: 3rem;
  }
  /* line 205, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-md-5 th.dtr-control, .table.g-md-5 td.dtr-control {
    padding-left: 3rem !important;
  }
  /* line 212, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gy-md-5 th, .table.gy-md-5 td {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  /* line 219, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-md-5 th, .table.gx-md-5 td {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  /* line 224, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-md-5 th.dtr-control, .table.gx-md-5 td.dtr-control {
    padding-left: 3rem !important;
  }
  /* line 232, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-md-5 th:first-child, .table.gs-md-5 td:first-child {
    padding-left: 3rem;
  }
  /* line 236, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-md-5 th:last-child, .table.gs-md-5 td:last-child {
    padding-right: 3rem;
  }
  /* line 241, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-md-5 th.dtr-control:first-child, .table.gs-md-5 td.dtr-control:first-child {
    padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  /* line 201, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-lg-0 th, .table.g-lg-0 td {
    padding: 0;
  }
  /* line 205, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-lg-0 th.dtr-control, .table.g-lg-0 td.dtr-control {
    padding-left: 0 !important;
  }
  /* line 212, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gy-lg-0 th, .table.gy-lg-0 td {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 219, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-lg-0 th, .table.gx-lg-0 td {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 224, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-lg-0 th.dtr-control, .table.gx-lg-0 td.dtr-control {
    padding-left: 0 !important;
  }
  /* line 232, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-lg-0 th:first-child, .table.gs-lg-0 td:first-child {
    padding-left: 0;
  }
  /* line 236, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-lg-0 th:last-child, .table.gs-lg-0 td:last-child {
    padding-right: 0;
  }
  /* line 241, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-lg-0 th.dtr-control:first-child, .table.gs-lg-0 td.dtr-control:first-child {
    padding-left: 0 !important;
  }
  /* line 201, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-lg-1 th, .table.g-lg-1 td {
    padding: 0.25rem;
  }
  /* line 205, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-lg-1 th.dtr-control, .table.g-lg-1 td.dtr-control {
    padding-left: 0.25rem !important;
  }
  /* line 212, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gy-lg-1 th, .table.gy-lg-1 td {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  /* line 219, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-lg-1 th, .table.gx-lg-1 td {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  /* line 224, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-lg-1 th.dtr-control, .table.gx-lg-1 td.dtr-control {
    padding-left: 0.25rem !important;
  }
  /* line 232, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-lg-1 th:first-child, .table.gs-lg-1 td:first-child {
    padding-left: 0.25rem;
  }
  /* line 236, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-lg-1 th:last-child, .table.gs-lg-1 td:last-child {
    padding-right: 0.25rem;
  }
  /* line 241, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-lg-1 th.dtr-control:first-child, .table.gs-lg-1 td.dtr-control:first-child {
    padding-left: 0.25rem !important;
  }
  /* line 201, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-lg-2 th, .table.g-lg-2 td {
    padding: 0.5rem;
  }
  /* line 205, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-lg-2 th.dtr-control, .table.g-lg-2 td.dtr-control {
    padding-left: 0.5rem !important;
  }
  /* line 212, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gy-lg-2 th, .table.gy-lg-2 td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  /* line 219, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-lg-2 th, .table.gx-lg-2 td {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  /* line 224, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-lg-2 th.dtr-control, .table.gx-lg-2 td.dtr-control {
    padding-left: 0.5rem !important;
  }
  /* line 232, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-lg-2 th:first-child, .table.gs-lg-2 td:first-child {
    padding-left: 0.5rem;
  }
  /* line 236, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-lg-2 th:last-child, .table.gs-lg-2 td:last-child {
    padding-right: 0.5rem;
  }
  /* line 241, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-lg-2 th.dtr-control:first-child, .table.gs-lg-2 td.dtr-control:first-child {
    padding-left: 0.5rem !important;
  }
  /* line 201, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-lg-3 th, .table.g-lg-3 td {
    padding: 1rem;
  }
  /* line 205, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-lg-3 th.dtr-control, .table.g-lg-3 td.dtr-control {
    padding-left: 1rem !important;
  }
  /* line 212, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gy-lg-3 th, .table.gy-lg-3 td {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  /* line 219, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-lg-3 th, .table.gx-lg-3 td {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 224, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-lg-3 th.dtr-control, .table.gx-lg-3 td.dtr-control {
    padding-left: 1rem !important;
  }
  /* line 232, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-lg-3 th:first-child, .table.gs-lg-3 td:first-child {
    padding-left: 1rem;
  }
  /* line 236, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-lg-3 th:last-child, .table.gs-lg-3 td:last-child {
    padding-right: 1rem;
  }
  /* line 241, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-lg-3 th.dtr-control:first-child, .table.gs-lg-3 td.dtr-control:first-child {
    padding-left: 1rem !important;
  }
  /* line 201, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-lg-4 th, .table.g-lg-4 td {
    padding: 1.5rem;
  }
  /* line 205, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-lg-4 th.dtr-control, .table.g-lg-4 td.dtr-control {
    padding-left: 1.5rem !important;
  }
  /* line 212, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gy-lg-4 th, .table.gy-lg-4 td {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  /* line 219, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-lg-4 th, .table.gx-lg-4 td {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 224, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-lg-4 th.dtr-control, .table.gx-lg-4 td.dtr-control {
    padding-left: 1.5rem !important;
  }
  /* line 232, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-lg-4 th:first-child, .table.gs-lg-4 td:first-child {
    padding-left: 1.5rem;
  }
  /* line 236, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-lg-4 th:last-child, .table.gs-lg-4 td:last-child {
    padding-right: 1.5rem;
  }
  /* line 241, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-lg-4 th.dtr-control:first-child, .table.gs-lg-4 td.dtr-control:first-child {
    padding-left: 1.5rem !important;
  }
  /* line 201, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-lg-5 th, .table.g-lg-5 td {
    padding: 3rem;
  }
  /* line 205, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-lg-5 th.dtr-control, .table.g-lg-5 td.dtr-control {
    padding-left: 3rem !important;
  }
  /* line 212, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gy-lg-5 th, .table.gy-lg-5 td {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  /* line 219, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-lg-5 th, .table.gx-lg-5 td {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  /* line 224, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-lg-5 th.dtr-control, .table.gx-lg-5 td.dtr-control {
    padding-left: 3rem !important;
  }
  /* line 232, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-lg-5 th:first-child, .table.gs-lg-5 td:first-child {
    padding-left: 3rem;
  }
  /* line 236, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-lg-5 th:last-child, .table.gs-lg-5 td:last-child {
    padding-right: 3rem;
  }
  /* line 241, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-lg-5 th.dtr-control:first-child, .table.gs-lg-5 td.dtr-control:first-child {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  /* line 201, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-xl-0 th, .table.g-xl-0 td {
    padding: 0;
  }
  /* line 205, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-xl-0 th.dtr-control, .table.g-xl-0 td.dtr-control {
    padding-left: 0 !important;
  }
  /* line 212, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gy-xl-0 th, .table.gy-xl-0 td {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 219, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-xl-0 th, .table.gx-xl-0 td {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 224, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-xl-0 th.dtr-control, .table.gx-xl-0 td.dtr-control {
    padding-left: 0 !important;
  }
  /* line 232, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xl-0 th:first-child, .table.gs-xl-0 td:first-child {
    padding-left: 0;
  }
  /* line 236, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xl-0 th:last-child, .table.gs-xl-0 td:last-child {
    padding-right: 0;
  }
  /* line 241, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xl-0 th.dtr-control:first-child, .table.gs-xl-0 td.dtr-control:first-child {
    padding-left: 0 !important;
  }
  /* line 201, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-xl-1 th, .table.g-xl-1 td {
    padding: 0.25rem;
  }
  /* line 205, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-xl-1 th.dtr-control, .table.g-xl-1 td.dtr-control {
    padding-left: 0.25rem !important;
  }
  /* line 212, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gy-xl-1 th, .table.gy-xl-1 td {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  /* line 219, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-xl-1 th, .table.gx-xl-1 td {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  /* line 224, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-xl-1 th.dtr-control, .table.gx-xl-1 td.dtr-control {
    padding-left: 0.25rem !important;
  }
  /* line 232, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xl-1 th:first-child, .table.gs-xl-1 td:first-child {
    padding-left: 0.25rem;
  }
  /* line 236, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xl-1 th:last-child, .table.gs-xl-1 td:last-child {
    padding-right: 0.25rem;
  }
  /* line 241, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xl-1 th.dtr-control:first-child, .table.gs-xl-1 td.dtr-control:first-child {
    padding-left: 0.25rem !important;
  }
  /* line 201, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-xl-2 th, .table.g-xl-2 td {
    padding: 0.5rem;
  }
  /* line 205, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-xl-2 th.dtr-control, .table.g-xl-2 td.dtr-control {
    padding-left: 0.5rem !important;
  }
  /* line 212, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gy-xl-2 th, .table.gy-xl-2 td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  /* line 219, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-xl-2 th, .table.gx-xl-2 td {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  /* line 224, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-xl-2 th.dtr-control, .table.gx-xl-2 td.dtr-control {
    padding-left: 0.5rem !important;
  }
  /* line 232, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xl-2 th:first-child, .table.gs-xl-2 td:first-child {
    padding-left: 0.5rem;
  }
  /* line 236, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xl-2 th:last-child, .table.gs-xl-2 td:last-child {
    padding-right: 0.5rem;
  }
  /* line 241, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xl-2 th.dtr-control:first-child, .table.gs-xl-2 td.dtr-control:first-child {
    padding-left: 0.5rem !important;
  }
  /* line 201, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-xl-3 th, .table.g-xl-3 td {
    padding: 1rem;
  }
  /* line 205, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-xl-3 th.dtr-control, .table.g-xl-3 td.dtr-control {
    padding-left: 1rem !important;
  }
  /* line 212, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gy-xl-3 th, .table.gy-xl-3 td {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  /* line 219, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-xl-3 th, .table.gx-xl-3 td {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 224, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-xl-3 th.dtr-control, .table.gx-xl-3 td.dtr-control {
    padding-left: 1rem !important;
  }
  /* line 232, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xl-3 th:first-child, .table.gs-xl-3 td:first-child {
    padding-left: 1rem;
  }
  /* line 236, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xl-3 th:last-child, .table.gs-xl-3 td:last-child {
    padding-right: 1rem;
  }
  /* line 241, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xl-3 th.dtr-control:first-child, .table.gs-xl-3 td.dtr-control:first-child {
    padding-left: 1rem !important;
  }
  /* line 201, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-xl-4 th, .table.g-xl-4 td {
    padding: 1.5rem;
  }
  /* line 205, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-xl-4 th.dtr-control, .table.g-xl-4 td.dtr-control {
    padding-left: 1.5rem !important;
  }
  /* line 212, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gy-xl-4 th, .table.gy-xl-4 td {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  /* line 219, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-xl-4 th, .table.gx-xl-4 td {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 224, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-xl-4 th.dtr-control, .table.gx-xl-4 td.dtr-control {
    padding-left: 1.5rem !important;
  }
  /* line 232, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xl-4 th:first-child, .table.gs-xl-4 td:first-child {
    padding-left: 1.5rem;
  }
  /* line 236, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xl-4 th:last-child, .table.gs-xl-4 td:last-child {
    padding-right: 1.5rem;
  }
  /* line 241, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xl-4 th.dtr-control:first-child, .table.gs-xl-4 td.dtr-control:first-child {
    padding-left: 1.5rem !important;
  }
  /* line 201, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-xl-5 th, .table.g-xl-5 td {
    padding: 3rem;
  }
  /* line 205, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-xl-5 th.dtr-control, .table.g-xl-5 td.dtr-control {
    padding-left: 3rem !important;
  }
  /* line 212, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gy-xl-5 th, .table.gy-xl-5 td {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  /* line 219, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-xl-5 th, .table.gx-xl-5 td {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  /* line 224, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-xl-5 th.dtr-control, .table.gx-xl-5 td.dtr-control {
    padding-left: 3rem !important;
  }
  /* line 232, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xl-5 th:first-child, .table.gs-xl-5 td:first-child {
    padding-left: 3rem;
  }
  /* line 236, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xl-5 th:last-child, .table.gs-xl-5 td:last-child {
    padding-right: 3rem;
  }
  /* line 241, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xl-5 th.dtr-control:first-child, .table.gs-xl-5 td.dtr-control:first-child {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  /* line 201, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-xxl-0 th, .table.g-xxl-0 td {
    padding: 0;
  }
  /* line 205, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-xxl-0 th.dtr-control, .table.g-xxl-0 td.dtr-control {
    padding-left: 0 !important;
  }
  /* line 212, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gy-xxl-0 th, .table.gy-xxl-0 td {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 219, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-xxl-0 th, .table.gx-xxl-0 td {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 224, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-xxl-0 th.dtr-control, .table.gx-xxl-0 td.dtr-control {
    padding-left: 0 !important;
  }
  /* line 232, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xxl-0 th:first-child, .table.gs-xxl-0 td:first-child {
    padding-left: 0;
  }
  /* line 236, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xxl-0 th:last-child, .table.gs-xxl-0 td:last-child {
    padding-right: 0;
  }
  /* line 241, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xxl-0 th.dtr-control:first-child, .table.gs-xxl-0 td.dtr-control:first-child {
    padding-left: 0 !important;
  }
  /* line 201, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-xxl-1 th, .table.g-xxl-1 td {
    padding: 0.25rem;
  }
  /* line 205, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-xxl-1 th.dtr-control, .table.g-xxl-1 td.dtr-control {
    padding-left: 0.25rem !important;
  }
  /* line 212, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gy-xxl-1 th, .table.gy-xxl-1 td {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  /* line 219, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-xxl-1 th, .table.gx-xxl-1 td {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  /* line 224, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-xxl-1 th.dtr-control, .table.gx-xxl-1 td.dtr-control {
    padding-left: 0.25rem !important;
  }
  /* line 232, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xxl-1 th:first-child, .table.gs-xxl-1 td:first-child {
    padding-left: 0.25rem;
  }
  /* line 236, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xxl-1 th:last-child, .table.gs-xxl-1 td:last-child {
    padding-right: 0.25rem;
  }
  /* line 241, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xxl-1 th.dtr-control:first-child, .table.gs-xxl-1 td.dtr-control:first-child {
    padding-left: 0.25rem !important;
  }
  /* line 201, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-xxl-2 th, .table.g-xxl-2 td {
    padding: 0.5rem;
  }
  /* line 205, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-xxl-2 th.dtr-control, .table.g-xxl-2 td.dtr-control {
    padding-left: 0.5rem !important;
  }
  /* line 212, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gy-xxl-2 th, .table.gy-xxl-2 td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  /* line 219, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-xxl-2 th, .table.gx-xxl-2 td {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  /* line 224, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-xxl-2 th.dtr-control, .table.gx-xxl-2 td.dtr-control {
    padding-left: 0.5rem !important;
  }
  /* line 232, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xxl-2 th:first-child, .table.gs-xxl-2 td:first-child {
    padding-left: 0.5rem;
  }
  /* line 236, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xxl-2 th:last-child, .table.gs-xxl-2 td:last-child {
    padding-right: 0.5rem;
  }
  /* line 241, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xxl-2 th.dtr-control:first-child, .table.gs-xxl-2 td.dtr-control:first-child {
    padding-left: 0.5rem !important;
  }
  /* line 201, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-xxl-3 th, .table.g-xxl-3 td {
    padding: 1rem;
  }
  /* line 205, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-xxl-3 th.dtr-control, .table.g-xxl-3 td.dtr-control {
    padding-left: 1rem !important;
  }
  /* line 212, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gy-xxl-3 th, .table.gy-xxl-3 td {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  /* line 219, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-xxl-3 th, .table.gx-xxl-3 td {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 224, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-xxl-3 th.dtr-control, .table.gx-xxl-3 td.dtr-control {
    padding-left: 1rem !important;
  }
  /* line 232, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xxl-3 th:first-child, .table.gs-xxl-3 td:first-child {
    padding-left: 1rem;
  }
  /* line 236, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xxl-3 th:last-child, .table.gs-xxl-3 td:last-child {
    padding-right: 1rem;
  }
  /* line 241, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xxl-3 th.dtr-control:first-child, .table.gs-xxl-3 td.dtr-control:first-child {
    padding-left: 1rem !important;
  }
  /* line 201, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-xxl-4 th, .table.g-xxl-4 td {
    padding: 1.5rem;
  }
  /* line 205, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-xxl-4 th.dtr-control, .table.g-xxl-4 td.dtr-control {
    padding-left: 1.5rem !important;
  }
  /* line 212, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gy-xxl-4 th, .table.gy-xxl-4 td {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  /* line 219, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-xxl-4 th, .table.gx-xxl-4 td {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 224, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-xxl-4 th.dtr-control, .table.gx-xxl-4 td.dtr-control {
    padding-left: 1.5rem !important;
  }
  /* line 232, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xxl-4 th:first-child, .table.gs-xxl-4 td:first-child {
    padding-left: 1.5rem;
  }
  /* line 236, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xxl-4 th:last-child, .table.gs-xxl-4 td:last-child {
    padding-right: 1.5rem;
  }
  /* line 241, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xxl-4 th.dtr-control:first-child, .table.gs-xxl-4 td.dtr-control:first-child {
    padding-left: 1.5rem !important;
  }
  /* line 201, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-xxl-5 th, .table.g-xxl-5 td {
    padding: 3rem;
  }
  /* line 205, app/assets/stylesheets/theme/components/_tables.scss */
  .table.g-xxl-5 th.dtr-control, .table.g-xxl-5 td.dtr-control {
    padding-left: 3rem !important;
  }
  /* line 212, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gy-xxl-5 th, .table.gy-xxl-5 td {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  /* line 219, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-xxl-5 th, .table.gx-xxl-5 td {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  /* line 224, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gx-xxl-5 th.dtr-control, .table.gx-xxl-5 td.dtr-control {
    padding-left: 3rem !important;
  }
  /* line 232, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xxl-5 th:first-child, .table.gs-xxl-5 td:first-child {
    padding-left: 3rem;
  }
  /* line 236, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xxl-5 th:last-child, .table.gs-xxl-5 td:last-child {
    padding-right: 3rem;
  }
  /* line 241, app/assets/stylesheets/theme/components/_tables.scss */
  .table.gs-xxl-5 th.dtr-control:first-child, .table.gs-xxl-5 td.dtr-control:first-child {
    padding-left: 3rem !important;
  }
}

/* line 7, app/assets/stylesheets/theme/components/_popover.scss */
.popover {
  --bs-popover-header-border-color: #dee2e6;
}

/* line 10, app/assets/stylesheets/theme/components/_popover.scss */
.popover .popover-header {
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px solid var(--bs-popover-header-border-color);
}

/* line 16, app/assets/stylesheets/theme/components/_popover.scss */
.popover .popover-dismiss {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  height: 1.25rem;
  width: 1.25rem;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-500);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-gray-500%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-gray-500%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  mask-size: 50%;
  -webkit-mask-size: 50%;
}

/* line 26, app/assets/stylesheets/theme/components/_popover.scss */
.popover .popover-dismiss:hover {
  background-color: var(--bs-primary);
}

/* line 30, app/assets/stylesheets/theme/components/_popover.scss */
.popover .popover-dismiss + .popover-header {
  padding-right: 2.25rem;
}

/* line 37, app/assets/stylesheets/theme/components/_popover.scss */
.popover-inverse {
  --bs-popover-bg: var(--bs-gray-900);
  --bs-popover-border-color: var(--bs-gray-900);
  --bs-popover-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  --bs-popover-header-color: var(--bs-gray-200);
  --bs-popover-header-bg: var(--bs-gray-900);
  --bs-popover-body-color: var(--bs-gray-400);
  --bs-popover-arrow-border: transparent;
  --bs-popover-header-border-color: var(--bs-gray-800);
}

/* line 50, app/assets/stylesheets/theme/components/_popover.scss */
[data-bs-theme="dark"] .popover:not(.popover-inverse) {
  --bs-popover-bg: #26272F;
  --bs-popover-border-color: #26272F;
  --bs-popover-header-bg: #26272F;
  --bs-popover-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  --bs-popover-header-border-color: #363843;
}

/* line 8, app/assets/stylesheets/theme/components/_tooltip.scss */
.tooltip .tooltip-inner {
  box-shadow: var(--bs-tooltip-box-shadow);
}

/* line 13, app/assets/stylesheets/theme/components/_tooltip.scss */
.tooltip.tooltop-auto-width .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

/* line 19, app/assets/stylesheets/theme/components/_tooltip.scss */
.tooltip.tooltip-inverse {
  --bs-tooltip-color: var(--bs-dark-inverse);
  --bs-tooltip-bg: var(--bs-dark);
}

/* line 27, app/assets/stylesheets/theme/components/_tooltip.scss */
[data-bs-theme="dark"] .tooltip:not(.tooltip-inverse) {
  --bs-tooltip-bg: #26272F;
  --bs-tooltip-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}

/* line 8, app/assets/stylesheets/theme/components/_accordion.scss */
.accordion .accordion-header {
  cursor: pointer;
}

/* line 15, app/assets/stylesheets/theme/components/_accordion.scss */
.accordion.accordion-icon-toggle .accordion-icon {
  display: flex;
  flex-shrink: 0;
  transition: all 0.2s ease-in-out;
  transform: rotate(90deg);
  align-items: center;
  justify-content: center;
}

/* line 23, app/assets/stylesheets/theme/components/_accordion.scss */
.accordion.accordion-icon-toggle .accordion-icon i,
.accordion.accordion-icon-toggle .accordion-icon .svg-icon {
  color: var(--bs-primary);
}

/* line 31, app/assets/stylesheets/theme/components/_accordion.scss */
.accordion.accordion-icon-toggle .collapsed .accordion-icon {
  transition: all 0.2s ease-in-out;
  transform: rotate(0);
}

/* line 35, app/assets/stylesheets/theme/components/_accordion.scss */
.accordion.accordion-icon-toggle .collapsed .accordion-icon i,
.accordion.accordion-icon-toggle .collapsed .accordion-icon .svg-icon {
  color: var(--bs-text-muted);
}

/* line 46, app/assets/stylesheets/theme/components/_accordion.scss */
.accordion.accordion-icon-collapse .accordion-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}

/* line 53, app/assets/stylesheets/theme/components/_accordion.scss */
.accordion.accordion-icon-collapse .accordion-icon .accordion-icon-on {
  display: inline-flex;
}

/* line 57, app/assets/stylesheets/theme/components/_accordion.scss */
.accordion.accordion-icon-collapse .accordion-icon .accordion-icon-off {
  display: none;
}

/* line 61, app/assets/stylesheets/theme/components/_accordion.scss */
.accordion.accordion-icon-collapse .accordion-icon i,
.accordion.accordion-icon-collapse .accordion-icon .svg-icon {
  color: var(--bs-primary);
}

/* line 69, app/assets/stylesheets/theme/components/_accordion.scss */
.accordion.accordion-icon-collapse .collapsed .accordion-icon {
  transition: all 0.2s ease-in-out;
}

/* line 72, app/assets/stylesheets/theme/components/_accordion.scss */
.accordion.accordion-icon-collapse .collapsed .accordion-icon .accordion-icon-on {
  display: none;
}

/* line 76, app/assets/stylesheets/theme/components/_accordion.scss */
.accordion.accordion-icon-collapse .collapsed .accordion-icon .accordion-icon-off {
  display: inline-flex;
}

/* line 80, app/assets/stylesheets/theme/components/_accordion.scss */
.accordion.accordion-icon-collapse .collapsed .accordion-icon i,
.accordion.accordion-icon-collapse .collapsed .accordion-icon .svg-icon {
  color: var(--bs-text-muted);
}

/* line 91, app/assets/stylesheets/theme/components/_accordion.scss */
.accordion.accordion-borderless .accordion-item {
  border: 0;
}

/* line 99, app/assets/stylesheets/theme/components/_accordion.scss */
.accordion.accordion-flush .accordion-item {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

/* line 7, app/assets/stylesheets/theme/components/_image-input.scss */
.image-input {
  position: relative;
  display: inline-block;
  border-radius: 0.375rem;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 15, app/assets/stylesheets/theme/components/_image-input.scss */
.image-input:not(.image-input-empty) {
  background-image: none !important;
}

/* line 20, app/assets/stylesheets/theme/components/_image-input.scss */
.image-input .image-input-wrapper {
  width: 120px;
  height: 120px;
  border-radius: 0.375rem;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 29, app/assets/stylesheets/theme/components/_image-input.scss */
.image-input [data-kt-image-input-action] {
  cursor: pointer;
  position: absolute;
  transform: translate(-50%, -50%);
}

/* line 36, app/assets/stylesheets/theme/components/_image-input.scss */
.image-input [data-kt-image-input-action="change"] {
  left: 100%;
  top: 0;
}

/* line 40, app/assets/stylesheets/theme/components/_image-input.scss */
.image-input [data-kt-image-input-action="change"] input {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
  opacity: 0;
}

/* line 49, app/assets/stylesheets/theme/components/_image-input.scss */
.image-input [data-kt-image-input-action="cancel"],
.image-input [data-kt-image-input-action="remove"] {
  position: absolute;
  left: 100%;
  top: 100%;
}

/* line 56, app/assets/stylesheets/theme/components/_image-input.scss */
.image-input [data-kt-image-input-action="cancel"] {
  display: none;
}

/* line 62, app/assets/stylesheets/theme/components/_image-input.scss */
.image-input.image-input-changed [data-kt-image-input-action="cancel"] {
  display: flex;
}

/* line 66, app/assets/stylesheets/theme/components/_image-input.scss */
.image-input.image-input-changed [data-kt-image-input-action="remove"] {
  display: none;
}

/* line 73, app/assets/stylesheets/theme/components/_image-input.scss */
.image-input.image-input-empty [data-kt-image-input-action="remove"],
.image-input.image-input-empty [data-kt-image-input-action="cancel"] {
  display: none;
}

/* line 80, app/assets/stylesheets/theme/components/_image-input.scss */
.image-input.image-input-circle {
  border-radius: 50%;
}

/* line 84, app/assets/stylesheets/theme/components/_image-input.scss */
.image-input.image-input-circle .image-input-wrapper {
  border-radius: 50%;
}

/* line 89, app/assets/stylesheets/theme/components/_image-input.scss */
.image-input.image-input-circle [data-kt-image-input-action="change"] {
  left: 100%;
  top: 0;
  transform: translate(-100%, 0%);
}

/* line 96, app/assets/stylesheets/theme/components/_image-input.scss */
.image-input.image-input-circle [data-kt-image-input-action="cancel"],
.image-input.image-input-circle [data-kt-image-input-action="remove"] {
  left: 100%;
  top: 100%;
  transform: translate(-100%, -100%);
}

/* line 106, app/assets/stylesheets/theme/components/_image-input.scss */
.image-input.image-input-outline .image-input-wrapper {
  border: 3px solid var(--bs-body-bg);
  box-shadow: var(--bs-box-shadow);
}

/* line 6, app/assets/stylesheets/theme/components/_symbol.scss */
.symbol {
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  border-radius: 0.375rem;
}

/* line 13, app/assets/stylesheets/theme/components/_symbol.scss */
.symbol .symbol-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: var(--bs-symbol-label-color);
  background-color: var(--bs-symbol-label-bg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0.375rem;
}

/* line 25, app/assets/stylesheets/theme/components/_symbol.scss */
.symbol .symbol-label:after {
  border-radius: 0.375rem;
}

/* line 31, app/assets/stylesheets/theme/components/_symbol.scss */
.symbol .symbol-badge {
  position: absolute;
  border-radius: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
}

/* line 40, app/assets/stylesheets/theme/components/_symbol.scss */
.symbol > img {
  width: 100%;
  flex-shrink: 0;
  display: inline-block;
  border-radius: 0.375rem;
}

/* line 49, app/assets/stylesheets/theme/components/_symbol.scss */
.symbol.symbol-square,
.symbol.symbol-square > img,
.symbol.symbol-square .symbol-label {
  border-radius: 0 !important;
}

/* line 58, app/assets/stylesheets/theme/components/_symbol.scss */
.symbol.symbol-circle,
.symbol.symbol-circle > img,
.symbol.symbol-circle .symbol-label {
  border-radius: 50%;
}

/* line 63, app/assets/stylesheets/theme/components/_symbol.scss */
.symbol.symbol-circle:after,
.symbol.symbol-circle > img:after,
.symbol.symbol-circle .symbol-label:after {
  border-radius: 50%;
}

/* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol > img {
  width: 50px;
  height: 50px;
}

/* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol .symbol-label {
  width: 50px;
  height: 50px;
}

/* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-fixed .symbol-label {
  width: 50px;
  height: 50px;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-fixed > img {
  width: 50px;
  height: 50px;
  max-width: none;
}

/* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-2by3 .symbol-label {
  height: 50px;
  width: 75px;
}

/* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-2by3 > img {
  height: 50px;
  width: 75px;
  max-width: none;
}

/* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-20px > img {
  width: 20px;
  height: 20px;
}

/* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-20px .symbol-label {
  width: 20px;
  height: 20px;
}

/* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-20px.symbol-fixed .symbol-label {
  width: 20px;
  height: 20px;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-20px.symbol-fixed > img {
  width: 20px;
  height: 20px;
  max-width: none;
}

/* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-20px.symbol-2by3 .symbol-label {
  height: 20px;
  width: 30px;
}

/* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-20px.symbol-2by3 > img {
  height: 20px;
  width: 30px;
  max-width: none;
}

/* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-25px > img {
  width: 25px;
  height: 25px;
}

/* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-25px .symbol-label {
  width: 25px;
  height: 25px;
}

/* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-25px.symbol-fixed .symbol-label {
  width: 25px;
  height: 25px;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-25px.symbol-fixed > img {
  width: 25px;
  height: 25px;
  max-width: none;
}

/* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-25px.symbol-2by3 .symbol-label {
  height: 25px;
  width: 37.5px;
}

/* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-25px.symbol-2by3 > img {
  height: 25px;
  width: 37.5px;
  max-width: none;
}

/* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-30px > img {
  width: 30px;
  height: 30px;
}

/* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-30px .symbol-label {
  width: 30px;
  height: 30px;
}

/* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-30px.symbol-fixed .symbol-label {
  width: 30px;
  height: 30px;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-30px.symbol-fixed > img {
  width: 30px;
  height: 30px;
  max-width: none;
}

/* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-30px.symbol-2by3 .symbol-label {
  height: 30px;
  width: 45px;
}

/* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-30px.symbol-2by3 > img {
  height: 30px;
  width: 45px;
  max-width: none;
}

/* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-35px > img {
  width: 35px;
  height: 35px;
}

/* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-35px .symbol-label {
  width: 35px;
  height: 35px;
}

/* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-35px.symbol-fixed .symbol-label {
  width: 35px;
  height: 35px;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-35px.symbol-fixed > img {
  width: 35px;
  height: 35px;
  max-width: none;
}

/* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-35px.symbol-2by3 .symbol-label {
  height: 35px;
  width: 52.5px;
}

/* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-35px.symbol-2by3 > img {
  height: 35px;
  width: 52.5px;
  max-width: none;
}

/* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-40px > img {
  width: 40px;
  height: 40px;
}

/* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-40px .symbol-label {
  width: 40px;
  height: 40px;
}

/* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-40px.symbol-fixed .symbol-label {
  width: 40px;
  height: 40px;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-40px.symbol-fixed > img {
  width: 40px;
  height: 40px;
  max-width: none;
}

/* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-40px.symbol-2by3 .symbol-label {
  height: 40px;
  width: 60px;
}

/* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-40px.symbol-2by3 > img {
  height: 40px;
  width: 60px;
  max-width: none;
}

/* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-45px > img {
  width: 45px;
  height: 45px;
}

/* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-45px .symbol-label {
  width: 45px;
  height: 45px;
}

/* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-45px.symbol-fixed .symbol-label {
  width: 45px;
  height: 45px;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-45px.symbol-fixed > img {
  width: 45px;
  height: 45px;
  max-width: none;
}

/* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-45px.symbol-2by3 .symbol-label {
  height: 45px;
  width: 67.5px;
}

/* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-45px.symbol-2by3 > img {
  height: 45px;
  width: 67.5px;
  max-width: none;
}

/* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-50px > img {
  width: 50px;
  height: 50px;
}

/* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-50px .symbol-label {
  width: 50px;
  height: 50px;
}

/* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-50px.symbol-fixed .symbol-label {
  width: 50px;
  height: 50px;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-50px.symbol-fixed > img {
  width: 50px;
  height: 50px;
  max-width: none;
}

/* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-50px.symbol-2by3 .symbol-label {
  height: 50px;
  width: 75px;
}

/* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-50px.symbol-2by3 > img {
  height: 50px;
  width: 75px;
  max-width: none;
}

/* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-55px > img {
  width: 55px;
  height: 55px;
}

/* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-55px .symbol-label {
  width: 55px;
  height: 55px;
}

/* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-55px.symbol-fixed .symbol-label {
  width: 55px;
  height: 55px;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-55px.symbol-fixed > img {
  width: 55px;
  height: 55px;
  max-width: none;
}

/* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-55px.symbol-2by3 .symbol-label {
  height: 55px;
  width: 82.5px;
}

/* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-55px.symbol-2by3 > img {
  height: 55px;
  width: 82.5px;
  max-width: none;
}

/* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-60px > img {
  width: 60px;
  height: 60px;
}

/* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-60px .symbol-label {
  width: 60px;
  height: 60px;
}

/* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-60px.symbol-fixed .symbol-label {
  width: 60px;
  height: 60px;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-60px.symbol-fixed > img {
  width: 60px;
  height: 60px;
  max-width: none;
}

/* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-60px.symbol-2by3 .symbol-label {
  height: 60px;
  width: 90px;
}

/* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-60px.symbol-2by3 > img {
  height: 60px;
  width: 90px;
  max-width: none;
}

/* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-65px > img {
  width: 65px;
  height: 65px;
}

/* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-65px .symbol-label {
  width: 65px;
  height: 65px;
}

/* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-65px.symbol-fixed .symbol-label {
  width: 65px;
  height: 65px;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-65px.symbol-fixed > img {
  width: 65px;
  height: 65px;
  max-width: none;
}

/* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-65px.symbol-2by3 .symbol-label {
  height: 65px;
  width: 97.5px;
}

/* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-65px.symbol-2by3 > img {
  height: 65px;
  width: 97.5px;
  max-width: none;
}

/* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-70px > img {
  width: 70px;
  height: 70px;
}

/* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-70px .symbol-label {
  width: 70px;
  height: 70px;
}

/* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-70px.symbol-fixed .symbol-label {
  width: 70px;
  height: 70px;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-70px.symbol-fixed > img {
  width: 70px;
  height: 70px;
  max-width: none;
}

/* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-70px.symbol-2by3 .symbol-label {
  height: 70px;
  width: 105px;
}

/* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-70px.symbol-2by3 > img {
  height: 70px;
  width: 105px;
  max-width: none;
}

/* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-75px > img {
  width: 75px;
  height: 75px;
}

/* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-75px .symbol-label {
  width: 75px;
  height: 75px;
}

/* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-75px.symbol-fixed .symbol-label {
  width: 75px;
  height: 75px;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-75px.symbol-fixed > img {
  width: 75px;
  height: 75px;
  max-width: none;
}

/* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-75px.symbol-2by3 .symbol-label {
  height: 75px;
  width: 112.5px;
}

/* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-75px.symbol-2by3 > img {
  height: 75px;
  width: 112.5px;
  max-width: none;
}

/* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-90px > img {
  width: 90px;
  height: 90px;
}

/* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-90px .symbol-label {
  width: 90px;
  height: 90px;
}

/* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-90px.symbol-fixed .symbol-label {
  width: 90px;
  height: 90px;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-90px.symbol-fixed > img {
  width: 90px;
  height: 90px;
  max-width: none;
}

/* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-90px.symbol-2by3 .symbol-label {
  height: 90px;
  width: 135px;
}

/* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-90px.symbol-2by3 > img {
  height: 90px;
  width: 135px;
  max-width: none;
}

/* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-100px > img {
  width: 100px;
  height: 100px;
}

/* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-100px .symbol-label {
  width: 100px;
  height: 100px;
}

/* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-100px.symbol-fixed .symbol-label {
  width: 100px;
  height: 100px;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-100px.symbol-fixed > img {
  width: 100px;
  height: 100px;
  max-width: none;
}

/* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-100px.symbol-2by3 .symbol-label {
  height: 100px;
  width: 150px;
}

/* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-100px.symbol-2by3 > img {
  height: 100px;
  width: 150px;
  max-width: none;
}

/* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-125px > img {
  width: 125px;
  height: 125px;
}

/* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-125px .symbol-label {
  width: 125px;
  height: 125px;
}

/* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-125px.symbol-fixed .symbol-label {
  width: 125px;
  height: 125px;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-125px.symbol-fixed > img {
  width: 125px;
  height: 125px;
  max-width: none;
}

/* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-125px.symbol-2by3 .symbol-label {
  height: 125px;
  width: 187.5px;
}

/* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-125px.symbol-2by3 > img {
  height: 125px;
  width: 187.5px;
  max-width: none;
}

/* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-150px > img {
  width: 150px;
  height: 150px;
}

/* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-150px .symbol-label {
  width: 150px;
  height: 150px;
}

/* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-150px.symbol-fixed .symbol-label {
  width: 150px;
  height: 150px;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-150px.symbol-fixed > img {
  width: 150px;
  height: 150px;
  max-width: none;
}

/* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-150px.symbol-2by3 .symbol-label {
  height: 150px;
  width: 225px;
}

/* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-150px.symbol-2by3 > img {
  height: 150px;
  width: 225px;
  max-width: none;
}

/* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-160px > img {
  width: 160px;
  height: 160px;
}

/* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-160px .symbol-label {
  width: 160px;
  height: 160px;
}

/* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-160px.symbol-fixed .symbol-label {
  width: 160px;
  height: 160px;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-160px.symbol-fixed > img {
  width: 160px;
  height: 160px;
  max-width: none;
}

/* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-160px.symbol-2by3 .symbol-label {
  height: 160px;
  width: 240px;
}

/* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-160px.symbol-2by3 > img {
  height: 160px;
  width: 240px;
  max-width: none;
}

/* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-175px > img {
  width: 175px;
  height: 175px;
}

/* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-175px .symbol-label {
  width: 175px;
  height: 175px;
}

/* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-175px.symbol-fixed .symbol-label {
  width: 175px;
  height: 175px;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-175px.symbol-fixed > img {
  width: 175px;
  height: 175px;
  max-width: none;
}

/* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-175px.symbol-2by3 .symbol-label {
  height: 175px;
  width: 262.5px;
}

/* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-175px.symbol-2by3 > img {
  height: 175px;
  width: 262.5px;
  max-width: none;
}

/* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-200px > img {
  width: 200px;
  height: 200px;
}

/* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-200px .symbol-label {
  width: 200px;
  height: 200px;
}

/* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-200px.symbol-fixed .symbol-label {
  width: 200px;
  height: 200px;
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-200px.symbol-fixed > img {
  width: 200px;
  height: 200px;
  max-width: none;
}

/* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-200px.symbol-2by3 .symbol-label {
  height: 200px;
  width: 300px;
}

/* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
.symbol.symbol-200px.symbol-2by3 > img {
  height: 200px;
  width: 300px;
  max-width: none;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-20px > img {
    width: 20px;
    height: 20px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-20px .symbol-label {
    width: 20px;
    height: 20px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-20px.symbol-fixed .symbol-label {
    width: 20px;
    height: 20px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-20px.symbol-fixed > img {
    width: 20px;
    height: 20px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-20px.symbol-2by3 .symbol-label {
    height: 20px;
    width: 30px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-20px.symbol-2by3 > img {
    height: 20px;
    width: 30px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-25px > img {
    width: 25px;
    height: 25px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-25px .symbol-label {
    width: 25px;
    height: 25px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-25px.symbol-fixed .symbol-label {
    width: 25px;
    height: 25px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-25px.symbol-fixed > img {
    width: 25px;
    height: 25px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-25px.symbol-2by3 .symbol-label {
    height: 25px;
    width: 37.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-25px.symbol-2by3 > img {
    height: 25px;
    width: 37.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-30px > img {
    width: 30px;
    height: 30px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-30px .symbol-label {
    width: 30px;
    height: 30px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-30px.symbol-fixed .symbol-label {
    width: 30px;
    height: 30px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-30px.symbol-fixed > img {
    width: 30px;
    height: 30px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-30px.symbol-2by3 .symbol-label {
    height: 30px;
    width: 45px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-30px.symbol-2by3 > img {
    height: 30px;
    width: 45px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-35px > img {
    width: 35px;
    height: 35px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-35px .symbol-label {
    width: 35px;
    height: 35px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-35px.symbol-fixed .symbol-label {
    width: 35px;
    height: 35px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-35px.symbol-fixed > img {
    width: 35px;
    height: 35px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-35px.symbol-2by3 .symbol-label {
    height: 35px;
    width: 52.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-35px.symbol-2by3 > img {
    height: 35px;
    width: 52.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-40px > img {
    width: 40px;
    height: 40px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-40px .symbol-label {
    width: 40px;
    height: 40px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-40px.symbol-fixed .symbol-label {
    width: 40px;
    height: 40px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-40px.symbol-fixed > img {
    width: 40px;
    height: 40px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-40px.symbol-2by3 .symbol-label {
    height: 40px;
    width: 60px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-40px.symbol-2by3 > img {
    height: 40px;
    width: 60px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-45px > img {
    width: 45px;
    height: 45px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-45px .symbol-label {
    width: 45px;
    height: 45px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-45px.symbol-fixed .symbol-label {
    width: 45px;
    height: 45px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-45px.symbol-fixed > img {
    width: 45px;
    height: 45px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-45px.symbol-2by3 .symbol-label {
    height: 45px;
    width: 67.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-45px.symbol-2by3 > img {
    height: 45px;
    width: 67.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-50px > img {
    width: 50px;
    height: 50px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-50px .symbol-label {
    width: 50px;
    height: 50px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-50px.symbol-fixed .symbol-label {
    width: 50px;
    height: 50px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-50px.symbol-fixed > img {
    width: 50px;
    height: 50px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-50px.symbol-2by3 .symbol-label {
    height: 50px;
    width: 75px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-50px.symbol-2by3 > img {
    height: 50px;
    width: 75px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-55px > img {
    width: 55px;
    height: 55px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-55px .symbol-label {
    width: 55px;
    height: 55px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-55px.symbol-fixed .symbol-label {
    width: 55px;
    height: 55px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-55px.symbol-fixed > img {
    width: 55px;
    height: 55px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-55px.symbol-2by3 .symbol-label {
    height: 55px;
    width: 82.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-55px.symbol-2by3 > img {
    height: 55px;
    width: 82.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-60px > img {
    width: 60px;
    height: 60px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-60px .symbol-label {
    width: 60px;
    height: 60px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-60px.symbol-fixed .symbol-label {
    width: 60px;
    height: 60px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-60px.symbol-fixed > img {
    width: 60px;
    height: 60px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-60px.symbol-2by3 .symbol-label {
    height: 60px;
    width: 90px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-60px.symbol-2by3 > img {
    height: 60px;
    width: 90px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-65px > img {
    width: 65px;
    height: 65px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-65px .symbol-label {
    width: 65px;
    height: 65px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-65px.symbol-fixed .symbol-label {
    width: 65px;
    height: 65px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-65px.symbol-fixed > img {
    width: 65px;
    height: 65px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-65px.symbol-2by3 .symbol-label {
    height: 65px;
    width: 97.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-65px.symbol-2by3 > img {
    height: 65px;
    width: 97.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-70px > img {
    width: 70px;
    height: 70px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-70px .symbol-label {
    width: 70px;
    height: 70px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-70px.symbol-fixed .symbol-label {
    width: 70px;
    height: 70px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-70px.symbol-fixed > img {
    width: 70px;
    height: 70px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-70px.symbol-2by3 .symbol-label {
    height: 70px;
    width: 105px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-70px.symbol-2by3 > img {
    height: 70px;
    width: 105px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-75px > img {
    width: 75px;
    height: 75px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-75px .symbol-label {
    width: 75px;
    height: 75px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-75px.symbol-fixed .symbol-label {
    width: 75px;
    height: 75px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-75px.symbol-fixed > img {
    width: 75px;
    height: 75px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-75px.symbol-2by3 .symbol-label {
    height: 75px;
    width: 112.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-75px.symbol-2by3 > img {
    height: 75px;
    width: 112.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-90px > img {
    width: 90px;
    height: 90px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-90px .symbol-label {
    width: 90px;
    height: 90px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-90px.symbol-fixed .symbol-label {
    width: 90px;
    height: 90px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-90px.symbol-fixed > img {
    width: 90px;
    height: 90px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-90px.symbol-2by3 .symbol-label {
    height: 90px;
    width: 135px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-90px.symbol-2by3 > img {
    height: 90px;
    width: 135px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-100px > img {
    width: 100px;
    height: 100px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-100px .symbol-label {
    width: 100px;
    height: 100px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-100px.symbol-fixed .symbol-label {
    width: 100px;
    height: 100px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-100px.symbol-fixed > img {
    width: 100px;
    height: 100px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-100px.symbol-2by3 .symbol-label {
    height: 100px;
    width: 150px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-100px.symbol-2by3 > img {
    height: 100px;
    width: 150px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-125px > img {
    width: 125px;
    height: 125px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-125px .symbol-label {
    width: 125px;
    height: 125px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-125px.symbol-fixed .symbol-label {
    width: 125px;
    height: 125px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-125px.symbol-fixed > img {
    width: 125px;
    height: 125px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-125px.symbol-2by3 .symbol-label {
    height: 125px;
    width: 187.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-125px.symbol-2by3 > img {
    height: 125px;
    width: 187.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-150px > img {
    width: 150px;
    height: 150px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-150px .symbol-label {
    width: 150px;
    height: 150px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-150px.symbol-fixed .symbol-label {
    width: 150px;
    height: 150px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-150px.symbol-fixed > img {
    width: 150px;
    height: 150px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-150px.symbol-2by3 .symbol-label {
    height: 150px;
    width: 225px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-150px.symbol-2by3 > img {
    height: 150px;
    width: 225px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-160px > img {
    width: 160px;
    height: 160px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-160px .symbol-label {
    width: 160px;
    height: 160px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-160px.symbol-fixed .symbol-label {
    width: 160px;
    height: 160px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-160px.symbol-fixed > img {
    width: 160px;
    height: 160px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-160px.symbol-2by3 .symbol-label {
    height: 160px;
    width: 240px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-160px.symbol-2by3 > img {
    height: 160px;
    width: 240px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-175px > img {
    width: 175px;
    height: 175px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-175px .symbol-label {
    width: 175px;
    height: 175px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-175px.symbol-fixed .symbol-label {
    width: 175px;
    height: 175px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-175px.symbol-fixed > img {
    width: 175px;
    height: 175px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-175px.symbol-2by3 .symbol-label {
    height: 175px;
    width: 262.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-175px.symbol-2by3 > img {
    height: 175px;
    width: 262.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-200px > img {
    width: 200px;
    height: 200px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-200px .symbol-label {
    width: 200px;
    height: 200px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-200px.symbol-fixed .symbol-label {
    width: 200px;
    height: 200px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-200px.symbol-fixed > img {
    width: 200px;
    height: 200px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-200px.symbol-2by3 .symbol-label {
    height: 200px;
    width: 300px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-sm-200px.symbol-2by3 > img {
    height: 200px;
    width: 300px;
    max-width: none;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-20px > img {
    width: 20px;
    height: 20px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-20px .symbol-label {
    width: 20px;
    height: 20px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-20px.symbol-fixed .symbol-label {
    width: 20px;
    height: 20px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-20px.symbol-fixed > img {
    width: 20px;
    height: 20px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-20px.symbol-2by3 .symbol-label {
    height: 20px;
    width: 30px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-20px.symbol-2by3 > img {
    height: 20px;
    width: 30px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-25px > img {
    width: 25px;
    height: 25px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-25px .symbol-label {
    width: 25px;
    height: 25px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-25px.symbol-fixed .symbol-label {
    width: 25px;
    height: 25px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-25px.symbol-fixed > img {
    width: 25px;
    height: 25px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-25px.symbol-2by3 .symbol-label {
    height: 25px;
    width: 37.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-25px.symbol-2by3 > img {
    height: 25px;
    width: 37.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-30px > img {
    width: 30px;
    height: 30px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-30px .symbol-label {
    width: 30px;
    height: 30px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-30px.symbol-fixed .symbol-label {
    width: 30px;
    height: 30px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-30px.symbol-fixed > img {
    width: 30px;
    height: 30px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-30px.symbol-2by3 .symbol-label {
    height: 30px;
    width: 45px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-30px.symbol-2by3 > img {
    height: 30px;
    width: 45px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-35px > img {
    width: 35px;
    height: 35px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-35px .symbol-label {
    width: 35px;
    height: 35px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-35px.symbol-fixed .symbol-label {
    width: 35px;
    height: 35px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-35px.symbol-fixed > img {
    width: 35px;
    height: 35px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-35px.symbol-2by3 .symbol-label {
    height: 35px;
    width: 52.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-35px.symbol-2by3 > img {
    height: 35px;
    width: 52.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-40px > img {
    width: 40px;
    height: 40px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-40px .symbol-label {
    width: 40px;
    height: 40px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-40px.symbol-fixed .symbol-label {
    width: 40px;
    height: 40px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-40px.symbol-fixed > img {
    width: 40px;
    height: 40px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-40px.symbol-2by3 .symbol-label {
    height: 40px;
    width: 60px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-40px.symbol-2by3 > img {
    height: 40px;
    width: 60px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-45px > img {
    width: 45px;
    height: 45px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-45px .symbol-label {
    width: 45px;
    height: 45px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-45px.symbol-fixed .symbol-label {
    width: 45px;
    height: 45px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-45px.symbol-fixed > img {
    width: 45px;
    height: 45px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-45px.symbol-2by3 .symbol-label {
    height: 45px;
    width: 67.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-45px.symbol-2by3 > img {
    height: 45px;
    width: 67.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-50px > img {
    width: 50px;
    height: 50px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-50px .symbol-label {
    width: 50px;
    height: 50px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-50px.symbol-fixed .symbol-label {
    width: 50px;
    height: 50px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-50px.symbol-fixed > img {
    width: 50px;
    height: 50px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-50px.symbol-2by3 .symbol-label {
    height: 50px;
    width: 75px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-50px.symbol-2by3 > img {
    height: 50px;
    width: 75px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-55px > img {
    width: 55px;
    height: 55px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-55px .symbol-label {
    width: 55px;
    height: 55px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-55px.symbol-fixed .symbol-label {
    width: 55px;
    height: 55px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-55px.symbol-fixed > img {
    width: 55px;
    height: 55px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-55px.symbol-2by3 .symbol-label {
    height: 55px;
    width: 82.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-55px.symbol-2by3 > img {
    height: 55px;
    width: 82.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-60px > img {
    width: 60px;
    height: 60px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-60px .symbol-label {
    width: 60px;
    height: 60px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-60px.symbol-fixed .symbol-label {
    width: 60px;
    height: 60px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-60px.symbol-fixed > img {
    width: 60px;
    height: 60px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-60px.symbol-2by3 .symbol-label {
    height: 60px;
    width: 90px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-60px.symbol-2by3 > img {
    height: 60px;
    width: 90px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-65px > img {
    width: 65px;
    height: 65px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-65px .symbol-label {
    width: 65px;
    height: 65px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-65px.symbol-fixed .symbol-label {
    width: 65px;
    height: 65px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-65px.symbol-fixed > img {
    width: 65px;
    height: 65px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-65px.symbol-2by3 .symbol-label {
    height: 65px;
    width: 97.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-65px.symbol-2by3 > img {
    height: 65px;
    width: 97.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-70px > img {
    width: 70px;
    height: 70px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-70px .symbol-label {
    width: 70px;
    height: 70px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-70px.symbol-fixed .symbol-label {
    width: 70px;
    height: 70px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-70px.symbol-fixed > img {
    width: 70px;
    height: 70px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-70px.symbol-2by3 .symbol-label {
    height: 70px;
    width: 105px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-70px.symbol-2by3 > img {
    height: 70px;
    width: 105px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-75px > img {
    width: 75px;
    height: 75px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-75px .symbol-label {
    width: 75px;
    height: 75px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-75px.symbol-fixed .symbol-label {
    width: 75px;
    height: 75px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-75px.symbol-fixed > img {
    width: 75px;
    height: 75px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-75px.symbol-2by3 .symbol-label {
    height: 75px;
    width: 112.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-75px.symbol-2by3 > img {
    height: 75px;
    width: 112.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-90px > img {
    width: 90px;
    height: 90px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-90px .symbol-label {
    width: 90px;
    height: 90px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-90px.symbol-fixed .symbol-label {
    width: 90px;
    height: 90px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-90px.symbol-fixed > img {
    width: 90px;
    height: 90px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-90px.symbol-2by3 .symbol-label {
    height: 90px;
    width: 135px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-90px.symbol-2by3 > img {
    height: 90px;
    width: 135px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-100px > img {
    width: 100px;
    height: 100px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-100px .symbol-label {
    width: 100px;
    height: 100px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-100px.symbol-fixed .symbol-label {
    width: 100px;
    height: 100px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-100px.symbol-fixed > img {
    width: 100px;
    height: 100px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-100px.symbol-2by3 .symbol-label {
    height: 100px;
    width: 150px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-100px.symbol-2by3 > img {
    height: 100px;
    width: 150px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-125px > img {
    width: 125px;
    height: 125px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-125px .symbol-label {
    width: 125px;
    height: 125px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-125px.symbol-fixed .symbol-label {
    width: 125px;
    height: 125px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-125px.symbol-fixed > img {
    width: 125px;
    height: 125px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-125px.symbol-2by3 .symbol-label {
    height: 125px;
    width: 187.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-125px.symbol-2by3 > img {
    height: 125px;
    width: 187.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-150px > img {
    width: 150px;
    height: 150px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-150px .symbol-label {
    width: 150px;
    height: 150px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-150px.symbol-fixed .symbol-label {
    width: 150px;
    height: 150px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-150px.symbol-fixed > img {
    width: 150px;
    height: 150px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-150px.symbol-2by3 .symbol-label {
    height: 150px;
    width: 225px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-150px.symbol-2by3 > img {
    height: 150px;
    width: 225px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-160px > img {
    width: 160px;
    height: 160px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-160px .symbol-label {
    width: 160px;
    height: 160px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-160px.symbol-fixed .symbol-label {
    width: 160px;
    height: 160px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-160px.symbol-fixed > img {
    width: 160px;
    height: 160px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-160px.symbol-2by3 .symbol-label {
    height: 160px;
    width: 240px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-160px.symbol-2by3 > img {
    height: 160px;
    width: 240px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-175px > img {
    width: 175px;
    height: 175px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-175px .symbol-label {
    width: 175px;
    height: 175px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-175px.symbol-fixed .symbol-label {
    width: 175px;
    height: 175px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-175px.symbol-fixed > img {
    width: 175px;
    height: 175px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-175px.symbol-2by3 .symbol-label {
    height: 175px;
    width: 262.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-175px.symbol-2by3 > img {
    height: 175px;
    width: 262.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-200px > img {
    width: 200px;
    height: 200px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-200px .symbol-label {
    width: 200px;
    height: 200px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-200px.symbol-fixed .symbol-label {
    width: 200px;
    height: 200px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-200px.symbol-fixed > img {
    width: 200px;
    height: 200px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-200px.symbol-2by3 .symbol-label {
    height: 200px;
    width: 300px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-md-200px.symbol-2by3 > img {
    height: 200px;
    width: 300px;
    max-width: none;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-20px > img {
    width: 20px;
    height: 20px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-20px .symbol-label {
    width: 20px;
    height: 20px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-20px.symbol-fixed .symbol-label {
    width: 20px;
    height: 20px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-20px.symbol-fixed > img {
    width: 20px;
    height: 20px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-20px.symbol-2by3 .symbol-label {
    height: 20px;
    width: 30px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-20px.symbol-2by3 > img {
    height: 20px;
    width: 30px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-25px > img {
    width: 25px;
    height: 25px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-25px .symbol-label {
    width: 25px;
    height: 25px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-25px.symbol-fixed .symbol-label {
    width: 25px;
    height: 25px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-25px.symbol-fixed > img {
    width: 25px;
    height: 25px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-25px.symbol-2by3 .symbol-label {
    height: 25px;
    width: 37.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-25px.symbol-2by3 > img {
    height: 25px;
    width: 37.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-30px > img {
    width: 30px;
    height: 30px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-30px .symbol-label {
    width: 30px;
    height: 30px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-30px.symbol-fixed .symbol-label {
    width: 30px;
    height: 30px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-30px.symbol-fixed > img {
    width: 30px;
    height: 30px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-30px.symbol-2by3 .symbol-label {
    height: 30px;
    width: 45px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-30px.symbol-2by3 > img {
    height: 30px;
    width: 45px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-35px > img {
    width: 35px;
    height: 35px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-35px .symbol-label {
    width: 35px;
    height: 35px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-35px.symbol-fixed .symbol-label {
    width: 35px;
    height: 35px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-35px.symbol-fixed > img {
    width: 35px;
    height: 35px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-35px.symbol-2by3 .symbol-label {
    height: 35px;
    width: 52.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-35px.symbol-2by3 > img {
    height: 35px;
    width: 52.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-40px > img {
    width: 40px;
    height: 40px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-40px .symbol-label {
    width: 40px;
    height: 40px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-40px.symbol-fixed .symbol-label {
    width: 40px;
    height: 40px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-40px.symbol-fixed > img {
    width: 40px;
    height: 40px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-40px.symbol-2by3 .symbol-label {
    height: 40px;
    width: 60px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-40px.symbol-2by3 > img {
    height: 40px;
    width: 60px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-45px > img {
    width: 45px;
    height: 45px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-45px .symbol-label {
    width: 45px;
    height: 45px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-45px.symbol-fixed .symbol-label {
    width: 45px;
    height: 45px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-45px.symbol-fixed > img {
    width: 45px;
    height: 45px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-45px.symbol-2by3 .symbol-label {
    height: 45px;
    width: 67.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-45px.symbol-2by3 > img {
    height: 45px;
    width: 67.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-50px > img {
    width: 50px;
    height: 50px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-50px .symbol-label {
    width: 50px;
    height: 50px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-50px.symbol-fixed .symbol-label {
    width: 50px;
    height: 50px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-50px.symbol-fixed > img {
    width: 50px;
    height: 50px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-50px.symbol-2by3 .symbol-label {
    height: 50px;
    width: 75px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-50px.symbol-2by3 > img {
    height: 50px;
    width: 75px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-55px > img {
    width: 55px;
    height: 55px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-55px .symbol-label {
    width: 55px;
    height: 55px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-55px.symbol-fixed .symbol-label {
    width: 55px;
    height: 55px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-55px.symbol-fixed > img {
    width: 55px;
    height: 55px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-55px.symbol-2by3 .symbol-label {
    height: 55px;
    width: 82.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-55px.symbol-2by3 > img {
    height: 55px;
    width: 82.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-60px > img {
    width: 60px;
    height: 60px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-60px .symbol-label {
    width: 60px;
    height: 60px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-60px.symbol-fixed .symbol-label {
    width: 60px;
    height: 60px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-60px.symbol-fixed > img {
    width: 60px;
    height: 60px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-60px.symbol-2by3 .symbol-label {
    height: 60px;
    width: 90px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-60px.symbol-2by3 > img {
    height: 60px;
    width: 90px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-65px > img {
    width: 65px;
    height: 65px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-65px .symbol-label {
    width: 65px;
    height: 65px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-65px.symbol-fixed .symbol-label {
    width: 65px;
    height: 65px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-65px.symbol-fixed > img {
    width: 65px;
    height: 65px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-65px.symbol-2by3 .symbol-label {
    height: 65px;
    width: 97.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-65px.symbol-2by3 > img {
    height: 65px;
    width: 97.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-70px > img {
    width: 70px;
    height: 70px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-70px .symbol-label {
    width: 70px;
    height: 70px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-70px.symbol-fixed .symbol-label {
    width: 70px;
    height: 70px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-70px.symbol-fixed > img {
    width: 70px;
    height: 70px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-70px.symbol-2by3 .symbol-label {
    height: 70px;
    width: 105px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-70px.symbol-2by3 > img {
    height: 70px;
    width: 105px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-75px > img {
    width: 75px;
    height: 75px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-75px .symbol-label {
    width: 75px;
    height: 75px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-75px.symbol-fixed .symbol-label {
    width: 75px;
    height: 75px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-75px.symbol-fixed > img {
    width: 75px;
    height: 75px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-75px.symbol-2by3 .symbol-label {
    height: 75px;
    width: 112.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-75px.symbol-2by3 > img {
    height: 75px;
    width: 112.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-90px > img {
    width: 90px;
    height: 90px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-90px .symbol-label {
    width: 90px;
    height: 90px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-90px.symbol-fixed .symbol-label {
    width: 90px;
    height: 90px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-90px.symbol-fixed > img {
    width: 90px;
    height: 90px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-90px.symbol-2by3 .symbol-label {
    height: 90px;
    width: 135px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-90px.symbol-2by3 > img {
    height: 90px;
    width: 135px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-100px > img {
    width: 100px;
    height: 100px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-100px .symbol-label {
    width: 100px;
    height: 100px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-100px.symbol-fixed .symbol-label {
    width: 100px;
    height: 100px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-100px.symbol-fixed > img {
    width: 100px;
    height: 100px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-100px.symbol-2by3 .symbol-label {
    height: 100px;
    width: 150px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-100px.symbol-2by3 > img {
    height: 100px;
    width: 150px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-125px > img {
    width: 125px;
    height: 125px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-125px .symbol-label {
    width: 125px;
    height: 125px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-125px.symbol-fixed .symbol-label {
    width: 125px;
    height: 125px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-125px.symbol-fixed > img {
    width: 125px;
    height: 125px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-125px.symbol-2by3 .symbol-label {
    height: 125px;
    width: 187.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-125px.symbol-2by3 > img {
    height: 125px;
    width: 187.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-150px > img {
    width: 150px;
    height: 150px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-150px .symbol-label {
    width: 150px;
    height: 150px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-150px.symbol-fixed .symbol-label {
    width: 150px;
    height: 150px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-150px.symbol-fixed > img {
    width: 150px;
    height: 150px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-150px.symbol-2by3 .symbol-label {
    height: 150px;
    width: 225px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-150px.symbol-2by3 > img {
    height: 150px;
    width: 225px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-160px > img {
    width: 160px;
    height: 160px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-160px .symbol-label {
    width: 160px;
    height: 160px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-160px.symbol-fixed .symbol-label {
    width: 160px;
    height: 160px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-160px.symbol-fixed > img {
    width: 160px;
    height: 160px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-160px.symbol-2by3 .symbol-label {
    height: 160px;
    width: 240px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-160px.symbol-2by3 > img {
    height: 160px;
    width: 240px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-175px > img {
    width: 175px;
    height: 175px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-175px .symbol-label {
    width: 175px;
    height: 175px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-175px.symbol-fixed .symbol-label {
    width: 175px;
    height: 175px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-175px.symbol-fixed > img {
    width: 175px;
    height: 175px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-175px.symbol-2by3 .symbol-label {
    height: 175px;
    width: 262.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-175px.symbol-2by3 > img {
    height: 175px;
    width: 262.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-200px > img {
    width: 200px;
    height: 200px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-200px .symbol-label {
    width: 200px;
    height: 200px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-200px.symbol-fixed .symbol-label {
    width: 200px;
    height: 200px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-200px.symbol-fixed > img {
    width: 200px;
    height: 200px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-200px.symbol-2by3 .symbol-label {
    height: 200px;
    width: 300px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-lg-200px.symbol-2by3 > img {
    height: 200px;
    width: 300px;
    max-width: none;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-20px > img {
    width: 20px;
    height: 20px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-20px .symbol-label {
    width: 20px;
    height: 20px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-20px.symbol-fixed .symbol-label {
    width: 20px;
    height: 20px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-20px.symbol-fixed > img {
    width: 20px;
    height: 20px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-20px.symbol-2by3 .symbol-label {
    height: 20px;
    width: 30px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-20px.symbol-2by3 > img {
    height: 20px;
    width: 30px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-25px > img {
    width: 25px;
    height: 25px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-25px .symbol-label {
    width: 25px;
    height: 25px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-25px.symbol-fixed .symbol-label {
    width: 25px;
    height: 25px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-25px.symbol-fixed > img {
    width: 25px;
    height: 25px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-25px.symbol-2by3 .symbol-label {
    height: 25px;
    width: 37.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-25px.symbol-2by3 > img {
    height: 25px;
    width: 37.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-30px > img {
    width: 30px;
    height: 30px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-30px .symbol-label {
    width: 30px;
    height: 30px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-30px.symbol-fixed .symbol-label {
    width: 30px;
    height: 30px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-30px.symbol-fixed > img {
    width: 30px;
    height: 30px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-30px.symbol-2by3 .symbol-label {
    height: 30px;
    width: 45px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-30px.symbol-2by3 > img {
    height: 30px;
    width: 45px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-35px > img {
    width: 35px;
    height: 35px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-35px .symbol-label {
    width: 35px;
    height: 35px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-35px.symbol-fixed .symbol-label {
    width: 35px;
    height: 35px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-35px.symbol-fixed > img {
    width: 35px;
    height: 35px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-35px.symbol-2by3 .symbol-label {
    height: 35px;
    width: 52.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-35px.symbol-2by3 > img {
    height: 35px;
    width: 52.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-40px > img {
    width: 40px;
    height: 40px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-40px .symbol-label {
    width: 40px;
    height: 40px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-40px.symbol-fixed .symbol-label {
    width: 40px;
    height: 40px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-40px.symbol-fixed > img {
    width: 40px;
    height: 40px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-40px.symbol-2by3 .symbol-label {
    height: 40px;
    width: 60px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-40px.symbol-2by3 > img {
    height: 40px;
    width: 60px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-45px > img {
    width: 45px;
    height: 45px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-45px .symbol-label {
    width: 45px;
    height: 45px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-45px.symbol-fixed .symbol-label {
    width: 45px;
    height: 45px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-45px.symbol-fixed > img {
    width: 45px;
    height: 45px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-45px.symbol-2by3 .symbol-label {
    height: 45px;
    width: 67.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-45px.symbol-2by3 > img {
    height: 45px;
    width: 67.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-50px > img {
    width: 50px;
    height: 50px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-50px .symbol-label {
    width: 50px;
    height: 50px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-50px.symbol-fixed .symbol-label {
    width: 50px;
    height: 50px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-50px.symbol-fixed > img {
    width: 50px;
    height: 50px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-50px.symbol-2by3 .symbol-label {
    height: 50px;
    width: 75px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-50px.symbol-2by3 > img {
    height: 50px;
    width: 75px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-55px > img {
    width: 55px;
    height: 55px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-55px .symbol-label {
    width: 55px;
    height: 55px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-55px.symbol-fixed .symbol-label {
    width: 55px;
    height: 55px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-55px.symbol-fixed > img {
    width: 55px;
    height: 55px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-55px.symbol-2by3 .symbol-label {
    height: 55px;
    width: 82.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-55px.symbol-2by3 > img {
    height: 55px;
    width: 82.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-60px > img {
    width: 60px;
    height: 60px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-60px .symbol-label {
    width: 60px;
    height: 60px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-60px.symbol-fixed .symbol-label {
    width: 60px;
    height: 60px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-60px.symbol-fixed > img {
    width: 60px;
    height: 60px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-60px.symbol-2by3 .symbol-label {
    height: 60px;
    width: 90px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-60px.symbol-2by3 > img {
    height: 60px;
    width: 90px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-65px > img {
    width: 65px;
    height: 65px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-65px .symbol-label {
    width: 65px;
    height: 65px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-65px.symbol-fixed .symbol-label {
    width: 65px;
    height: 65px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-65px.symbol-fixed > img {
    width: 65px;
    height: 65px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-65px.symbol-2by3 .symbol-label {
    height: 65px;
    width: 97.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-65px.symbol-2by3 > img {
    height: 65px;
    width: 97.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-70px > img {
    width: 70px;
    height: 70px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-70px .symbol-label {
    width: 70px;
    height: 70px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-70px.symbol-fixed .symbol-label {
    width: 70px;
    height: 70px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-70px.symbol-fixed > img {
    width: 70px;
    height: 70px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-70px.symbol-2by3 .symbol-label {
    height: 70px;
    width: 105px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-70px.symbol-2by3 > img {
    height: 70px;
    width: 105px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-75px > img {
    width: 75px;
    height: 75px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-75px .symbol-label {
    width: 75px;
    height: 75px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-75px.symbol-fixed .symbol-label {
    width: 75px;
    height: 75px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-75px.symbol-fixed > img {
    width: 75px;
    height: 75px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-75px.symbol-2by3 .symbol-label {
    height: 75px;
    width: 112.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-75px.symbol-2by3 > img {
    height: 75px;
    width: 112.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-90px > img {
    width: 90px;
    height: 90px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-90px .symbol-label {
    width: 90px;
    height: 90px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-90px.symbol-fixed .symbol-label {
    width: 90px;
    height: 90px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-90px.symbol-fixed > img {
    width: 90px;
    height: 90px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-90px.symbol-2by3 .symbol-label {
    height: 90px;
    width: 135px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-90px.symbol-2by3 > img {
    height: 90px;
    width: 135px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-100px > img {
    width: 100px;
    height: 100px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-100px .symbol-label {
    width: 100px;
    height: 100px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-100px.symbol-fixed .symbol-label {
    width: 100px;
    height: 100px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-100px.symbol-fixed > img {
    width: 100px;
    height: 100px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-100px.symbol-2by3 .symbol-label {
    height: 100px;
    width: 150px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-100px.symbol-2by3 > img {
    height: 100px;
    width: 150px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-125px > img {
    width: 125px;
    height: 125px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-125px .symbol-label {
    width: 125px;
    height: 125px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-125px.symbol-fixed .symbol-label {
    width: 125px;
    height: 125px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-125px.symbol-fixed > img {
    width: 125px;
    height: 125px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-125px.symbol-2by3 .symbol-label {
    height: 125px;
    width: 187.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-125px.symbol-2by3 > img {
    height: 125px;
    width: 187.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-150px > img {
    width: 150px;
    height: 150px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-150px .symbol-label {
    width: 150px;
    height: 150px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-150px.symbol-fixed .symbol-label {
    width: 150px;
    height: 150px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-150px.symbol-fixed > img {
    width: 150px;
    height: 150px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-150px.symbol-2by3 .symbol-label {
    height: 150px;
    width: 225px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-150px.symbol-2by3 > img {
    height: 150px;
    width: 225px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-160px > img {
    width: 160px;
    height: 160px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-160px .symbol-label {
    width: 160px;
    height: 160px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-160px.symbol-fixed .symbol-label {
    width: 160px;
    height: 160px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-160px.symbol-fixed > img {
    width: 160px;
    height: 160px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-160px.symbol-2by3 .symbol-label {
    height: 160px;
    width: 240px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-160px.symbol-2by3 > img {
    height: 160px;
    width: 240px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-175px > img {
    width: 175px;
    height: 175px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-175px .symbol-label {
    width: 175px;
    height: 175px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-175px.symbol-fixed .symbol-label {
    width: 175px;
    height: 175px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-175px.symbol-fixed > img {
    width: 175px;
    height: 175px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-175px.symbol-2by3 .symbol-label {
    height: 175px;
    width: 262.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-175px.symbol-2by3 > img {
    height: 175px;
    width: 262.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-200px > img {
    width: 200px;
    height: 200px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-200px .symbol-label {
    width: 200px;
    height: 200px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-200px.symbol-fixed .symbol-label {
    width: 200px;
    height: 200px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-200px.symbol-fixed > img {
    width: 200px;
    height: 200px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-200px.symbol-2by3 .symbol-label {
    height: 200px;
    width: 300px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xl-200px.symbol-2by3 > img {
    height: 200px;
    width: 300px;
    max-width: none;
  }
}

@media (min-width: 1400px) {
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-20px > img {
    width: 20px;
    height: 20px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-20px .symbol-label {
    width: 20px;
    height: 20px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-20px.symbol-fixed .symbol-label {
    width: 20px;
    height: 20px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-20px.symbol-fixed > img {
    width: 20px;
    height: 20px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-20px.symbol-2by3 .symbol-label {
    height: 20px;
    width: 30px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-20px.symbol-2by3 > img {
    height: 20px;
    width: 30px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-25px > img {
    width: 25px;
    height: 25px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-25px .symbol-label {
    width: 25px;
    height: 25px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-25px.symbol-fixed .symbol-label {
    width: 25px;
    height: 25px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-25px.symbol-fixed > img {
    width: 25px;
    height: 25px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-25px.symbol-2by3 .symbol-label {
    height: 25px;
    width: 37.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-25px.symbol-2by3 > img {
    height: 25px;
    width: 37.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-30px > img {
    width: 30px;
    height: 30px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-30px .symbol-label {
    width: 30px;
    height: 30px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-30px.symbol-fixed .symbol-label {
    width: 30px;
    height: 30px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-30px.symbol-fixed > img {
    width: 30px;
    height: 30px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-30px.symbol-2by3 .symbol-label {
    height: 30px;
    width: 45px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-30px.symbol-2by3 > img {
    height: 30px;
    width: 45px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-35px > img {
    width: 35px;
    height: 35px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-35px .symbol-label {
    width: 35px;
    height: 35px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-35px.symbol-fixed .symbol-label {
    width: 35px;
    height: 35px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-35px.symbol-fixed > img {
    width: 35px;
    height: 35px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-35px.symbol-2by3 .symbol-label {
    height: 35px;
    width: 52.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-35px.symbol-2by3 > img {
    height: 35px;
    width: 52.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-40px > img {
    width: 40px;
    height: 40px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-40px .symbol-label {
    width: 40px;
    height: 40px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-40px.symbol-fixed .symbol-label {
    width: 40px;
    height: 40px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-40px.symbol-fixed > img {
    width: 40px;
    height: 40px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-40px.symbol-2by3 .symbol-label {
    height: 40px;
    width: 60px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-40px.symbol-2by3 > img {
    height: 40px;
    width: 60px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-45px > img {
    width: 45px;
    height: 45px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-45px .symbol-label {
    width: 45px;
    height: 45px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-45px.symbol-fixed .symbol-label {
    width: 45px;
    height: 45px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-45px.symbol-fixed > img {
    width: 45px;
    height: 45px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-45px.symbol-2by3 .symbol-label {
    height: 45px;
    width: 67.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-45px.symbol-2by3 > img {
    height: 45px;
    width: 67.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-50px > img {
    width: 50px;
    height: 50px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-50px .symbol-label {
    width: 50px;
    height: 50px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-50px.symbol-fixed .symbol-label {
    width: 50px;
    height: 50px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-50px.symbol-fixed > img {
    width: 50px;
    height: 50px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-50px.symbol-2by3 .symbol-label {
    height: 50px;
    width: 75px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-50px.symbol-2by3 > img {
    height: 50px;
    width: 75px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-55px > img {
    width: 55px;
    height: 55px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-55px .symbol-label {
    width: 55px;
    height: 55px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-55px.symbol-fixed .symbol-label {
    width: 55px;
    height: 55px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-55px.symbol-fixed > img {
    width: 55px;
    height: 55px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-55px.symbol-2by3 .symbol-label {
    height: 55px;
    width: 82.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-55px.symbol-2by3 > img {
    height: 55px;
    width: 82.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-60px > img {
    width: 60px;
    height: 60px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-60px .symbol-label {
    width: 60px;
    height: 60px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-60px.symbol-fixed .symbol-label {
    width: 60px;
    height: 60px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-60px.symbol-fixed > img {
    width: 60px;
    height: 60px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-60px.symbol-2by3 .symbol-label {
    height: 60px;
    width: 90px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-60px.symbol-2by3 > img {
    height: 60px;
    width: 90px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-65px > img {
    width: 65px;
    height: 65px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-65px .symbol-label {
    width: 65px;
    height: 65px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-65px.symbol-fixed .symbol-label {
    width: 65px;
    height: 65px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-65px.symbol-fixed > img {
    width: 65px;
    height: 65px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-65px.symbol-2by3 .symbol-label {
    height: 65px;
    width: 97.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-65px.symbol-2by3 > img {
    height: 65px;
    width: 97.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-70px > img {
    width: 70px;
    height: 70px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-70px .symbol-label {
    width: 70px;
    height: 70px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-70px.symbol-fixed .symbol-label {
    width: 70px;
    height: 70px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-70px.symbol-fixed > img {
    width: 70px;
    height: 70px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-70px.symbol-2by3 .symbol-label {
    height: 70px;
    width: 105px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-70px.symbol-2by3 > img {
    height: 70px;
    width: 105px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-75px > img {
    width: 75px;
    height: 75px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-75px .symbol-label {
    width: 75px;
    height: 75px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-75px.symbol-fixed .symbol-label {
    width: 75px;
    height: 75px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-75px.symbol-fixed > img {
    width: 75px;
    height: 75px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-75px.symbol-2by3 .symbol-label {
    height: 75px;
    width: 112.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-75px.symbol-2by3 > img {
    height: 75px;
    width: 112.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-90px > img {
    width: 90px;
    height: 90px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-90px .symbol-label {
    width: 90px;
    height: 90px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-90px.symbol-fixed .symbol-label {
    width: 90px;
    height: 90px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-90px.symbol-fixed > img {
    width: 90px;
    height: 90px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-90px.symbol-2by3 .symbol-label {
    height: 90px;
    width: 135px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-90px.symbol-2by3 > img {
    height: 90px;
    width: 135px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-100px > img {
    width: 100px;
    height: 100px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-100px .symbol-label {
    width: 100px;
    height: 100px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-100px.symbol-fixed .symbol-label {
    width: 100px;
    height: 100px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-100px.symbol-fixed > img {
    width: 100px;
    height: 100px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-100px.symbol-2by3 .symbol-label {
    height: 100px;
    width: 150px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-100px.symbol-2by3 > img {
    height: 100px;
    width: 150px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-125px > img {
    width: 125px;
    height: 125px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-125px .symbol-label {
    width: 125px;
    height: 125px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-125px.symbol-fixed .symbol-label {
    width: 125px;
    height: 125px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-125px.symbol-fixed > img {
    width: 125px;
    height: 125px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-125px.symbol-2by3 .symbol-label {
    height: 125px;
    width: 187.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-125px.symbol-2by3 > img {
    height: 125px;
    width: 187.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-150px > img {
    width: 150px;
    height: 150px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-150px .symbol-label {
    width: 150px;
    height: 150px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-150px.symbol-fixed .symbol-label {
    width: 150px;
    height: 150px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-150px.symbol-fixed > img {
    width: 150px;
    height: 150px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-150px.symbol-2by3 .symbol-label {
    height: 150px;
    width: 225px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-150px.symbol-2by3 > img {
    height: 150px;
    width: 225px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-160px > img {
    width: 160px;
    height: 160px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-160px .symbol-label {
    width: 160px;
    height: 160px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-160px.symbol-fixed .symbol-label {
    width: 160px;
    height: 160px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-160px.symbol-fixed > img {
    width: 160px;
    height: 160px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-160px.symbol-2by3 .symbol-label {
    height: 160px;
    width: 240px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-160px.symbol-2by3 > img {
    height: 160px;
    width: 240px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-175px > img {
    width: 175px;
    height: 175px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-175px .symbol-label {
    width: 175px;
    height: 175px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-175px.symbol-fixed .symbol-label {
    width: 175px;
    height: 175px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-175px.symbol-fixed > img {
    width: 175px;
    height: 175px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-175px.symbol-2by3 .symbol-label {
    height: 175px;
    width: 262.5px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-175px.symbol-2by3 > img {
    height: 175px;
    width: 262.5px;
    max-width: none;
  }
  /* line 6, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-200px > img {
    width: 200px;
    height: 200px;
  }
  /* line 11, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-200px .symbol-label {
    width: 200px;
    height: 200px;
  }
  /* line 17, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-200px.symbol-fixed .symbol-label {
    width: 200px;
    height: 200px;
  }
  /* line 22, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-200px.symbol-fixed > img {
    width: 200px;
    height: 200px;
    max-width: none;
  }
  /* line 31, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-200px.symbol-2by3 .symbol-label {
    height: 200px;
    width: 300px;
  }
  /* line 36, app/assets/stylesheets/theme/components/mixins/_symbol.scss */
  .symbol.symbol-xxl-200px.symbol-2by3 > img {
    height: 200px;
    width: 300px;
    max-width: none;
  }
}

/* line 88, app/assets/stylesheets/theme/components/_symbol.scss */
.symbol-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 10px;
}

/* line 94, app/assets/stylesheets/theme/components/_symbol.scss */
.symbol-group .symbol {
  position: relative;
  z-index: 0;
  margin-left: -10px;
  transition: all 0.3s ease;
}

/* line 100, app/assets/stylesheets/theme/components/_symbol.scss */
.symbol-group .symbol:hover {
  transition: all 0.3s ease;
  z-index: 1;
}

/* line 106, app/assets/stylesheets/theme/components/_symbol.scss */
.symbol-group .symbol-badge {
  border: 2px solid var(--bs-body-bg);
}

/* line 110, app/assets/stylesheets/theme/components/_symbol.scss */
.symbol-group .symbol-label {
  position: relative;
}

/* line 113, app/assets/stylesheets/theme/components/_symbol.scss */
.symbol-group .symbol-label:after {
  display: block;
  content: " ";
  border-radius: inherit;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 2px solid var(--bs-symbol-border-color);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}

/* line 129, app/assets/stylesheets/theme/components/_symbol.scss */
.symbol-group.symbol-hover .symbol {
  cursor: pointer;
}

/* line 7, app/assets/stylesheets/theme/components/_pulse.scss */
.pulse {
  position: relative;
}

/* line 13, app/assets/stylesheets/theme/components/_pulse.scss */
.pulse.pulse-primary .pulse-ring {
  border-color: var(--bs-primary);
}

/* line 13, app/assets/stylesheets/theme/components/_pulse.scss */
.pulse.pulse-secondary .pulse-ring {
  border-color: var(--bs-secondary);
}

/* line 13, app/assets/stylesheets/theme/components/_pulse.scss */
.pulse.pulse-success .pulse-ring {
  border-color: var(--bs-success);
}

/* line 13, app/assets/stylesheets/theme/components/_pulse.scss */
.pulse.pulse-info .pulse-ring {
  border-color: var(--bs-info);
}

/* line 13, app/assets/stylesheets/theme/components/_pulse.scss */
.pulse.pulse-warning .pulse-ring {
  border-color: var(--bs-warning);
}

/* line 13, app/assets/stylesheets/theme/components/_pulse.scss */
.pulse.pulse-danger .pulse-ring {
  border-color: var(--bs-danger);
}

/* line 13, app/assets/stylesheets/theme/components/_pulse.scss */
.pulse.pulse-light .pulse-ring {
  border-color: var(--bs-light);
}

/* line 13, app/assets/stylesheets/theme/components/_pulse.scss */
.pulse.pulse-dark .pulse-ring {
  border-color: var(--bs-dark);
}

/* line 20, app/assets/stylesheets/theme/components/_pulse.scss */
.pulse-ring {
  display: block;
  border-radius: 40px;
  height: 40px;
  width: 40px;
  position: absolute;
  animation: animation-pulse 3.5s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
  border-width: 3px;
  border-style: solid;
  border-color: var(--bs-gray-500);
}

@keyframes animation-pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0;
  }
  60% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0;
  }
  65% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}

/* line 6, app/assets/stylesheets/theme/components/_page-loader.scss */
[data-kt-app-page-loading="on"] *,
.page-loading * {
  transition: none !important;
}

/* line 12, app/assets/stylesheets/theme/components/_page-loader.scss */
.page-loader {
  background-color: var(--bs-body-bg);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  display: none;
}

/* line 22, app/assets/stylesheets/theme/components/_page-loader.scss */
[data-kt-app-page-loading="on"] .page-loader, .page-loading .page-loader {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 5, app/assets/stylesheets/theme/components/_scrolltop.scss */
.scrolltop {
  position: fixed;
  display: none;
  cursor: pointer;
  z-index: 105;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  bottom: 40px;
  right: 20px;
  background-color: var(--bs-scrolltop-bg-color);
  box-shadow: var(--bs-scrolltop-box-shadow);
  opacity: 0;
  transition: color 0.2s ease;
  border-radius: 0.375rem;
}

/* line 22, app/assets/stylesheets/theme/components/_scrolltop.scss */
.scrolltop .svg-icon {
  color: var(--bs-scrolltop-icon-color);
}

/* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
.scrolltop .svg-icon svg {
  height: 24px;
  width: 24px;
}

/* line 27, app/assets/stylesheets/theme/components/_scrolltop.scss */
.scrolltop > i {
  font-size: 1.3rem;
  color: var(--bs-scrolltop-icon-color);
}

/* line 32, app/assets/stylesheets/theme/components/_scrolltop.scss */
.scrolltop:hover {
  background-color: var(--bs-scrolltop-bg-color-hover);
}

/* line 35, app/assets/stylesheets/theme/components/_scrolltop.scss */
.scrolltop:hover .svg-icon,
.scrolltop:hover i {
  color: var(--bs-scrolltop-icon-color-hover);
}

/* line 41, app/assets/stylesheets/theme/components/_scrolltop.scss */
[data-kt-scrolltop="on"] .scrolltop {
  opacity: var(--bs-scrolltop-opacity-on);
  animation: animation-scrolltop .4s ease-out 1;
  display: flex;
}

/* line 46, app/assets/stylesheets/theme/components/_scrolltop.scss */
[data-kt-scrolltop="on"] .scrolltop:hover {
  transition: color 0.2s ease;
  opacity: var(--bs-scrolltop-opacity-hover);
}

@media (max-width: 991.98px) {
  /* line 57, app/assets/stylesheets/theme/components/_scrolltop.scss */
  .scrolltop {
    bottom: 30px;
    right: 15px;
    width: 30px;
    height: 30px;
  }
}

@keyframes animation-scrolltop {
  from {
    margin-bottom: -15px;
  }
  to {
    margin-bottom: 0;
  }
}

/* line 5, app/assets/stylesheets/theme/components/_svg-icon.scss */
.svg-icon {
  line-height: 1;
  color: var(--bs-text-muted);
}

/* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
.svg-icon svg {
  height: 1.25rem;
  width: 1.25rem;
}

/* line 12, app/assets/stylesheets/theme/components/_svg-icon.scss */
.svg-icon.svg-icon-white {
  color: var(--bs-text-white);
}

/* line 12, app/assets/stylesheets/theme/components/_svg-icon.scss */
.svg-icon.svg-icon-primary {
  color: var(--bs-text-primary);
}

/* line 12, app/assets/stylesheets/theme/components/_svg-icon.scss */
.svg-icon.svg-icon-secondary {
  color: var(--bs-text-secondary);
}

/* line 12, app/assets/stylesheets/theme/components/_svg-icon.scss */
.svg-icon.svg-icon-light {
  color: var(--bs-text-light);
}

/* line 12, app/assets/stylesheets/theme/components/_svg-icon.scss */
.svg-icon.svg-icon-success {
  color: var(--bs-text-success);
}

/* line 12, app/assets/stylesheets/theme/components/_svg-icon.scss */
.svg-icon.svg-icon-info {
  color: var(--bs-text-info);
}

/* line 12, app/assets/stylesheets/theme/components/_svg-icon.scss */
.svg-icon.svg-icon-warning {
  color: var(--bs-text-warning);
}

/* line 12, app/assets/stylesheets/theme/components/_svg-icon.scss */
.svg-icon.svg-icon-danger {
  color: var(--bs-text-danger);
}

/* line 12, app/assets/stylesheets/theme/components/_svg-icon.scss */
.svg-icon.svg-icon-dark {
  color: var(--bs-text-dark);
}

/* line 12, app/assets/stylesheets/theme/components/_svg-icon.scss */
.svg-icon.svg-icon-muted {
  color: var(--bs-text-muted);
}

/* line 12, app/assets/stylesheets/theme/components/_svg-icon.scss */
.svg-icon.svg-icon-gray-100 {
  color: var(--bs-text-gray-100);
}

/* line 12, app/assets/stylesheets/theme/components/_svg-icon.scss */
.svg-icon.svg-icon-gray-200 {
  color: var(--bs-text-gray-200);
}

/* line 12, app/assets/stylesheets/theme/components/_svg-icon.scss */
.svg-icon.svg-icon-gray-300 {
  color: var(--bs-text-gray-300);
}

/* line 12, app/assets/stylesheets/theme/components/_svg-icon.scss */
.svg-icon.svg-icon-gray-400 {
  color: var(--bs-text-gray-400);
}

/* line 12, app/assets/stylesheets/theme/components/_svg-icon.scss */
.svg-icon.svg-icon-gray-500 {
  color: var(--bs-text-gray-500);
}

/* line 12, app/assets/stylesheets/theme/components/_svg-icon.scss */
.svg-icon.svg-icon-gray-600 {
  color: var(--bs-text-gray-600);
}

/* line 12, app/assets/stylesheets/theme/components/_svg-icon.scss */
.svg-icon.svg-icon-gray-700 {
  color: var(--bs-text-gray-700);
}

/* line 12, app/assets/stylesheets/theme/components/_svg-icon.scss */
.svg-icon.svg-icon-gray-800 {
  color: var(--bs-text-gray-800);
}

/* line 12, app/assets/stylesheets/theme/components/_svg-icon.scss */
.svg-icon.svg-icon-gray-900 {
  color: var(--bs-text-gray-900);
}

/* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
.svg-icon.svg-icon-1 svg {
  height: 2.5rem !important;
  width: 2.5rem !important;
}

/* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
.svg-icon.svg-icon-2 svg {
  height: 2rem !important;
  width: 2rem !important;
}

/* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
.svg-icon.svg-icon-3 svg {
  height: 1.75rem !important;
  width: 1.75rem !important;
}

/* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
.svg-icon.svg-icon-4 svg {
  height: 1.5rem !important;
  width: 1.5rem !important;
}

/* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
.svg-icon.svg-icon-5 svg {
  height: 1.25rem !important;
  width: 1.25rem !important;
}

/* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
.svg-icon.svg-icon-6 svg {
  height: 1rem !important;
  width: 1rem !important;
}

@media (min-width: 576px) {
  /* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
  .svg-icon.svg-icon-sm-1 svg {
    height: 2.5rem !important;
    width: 2.5rem !important;
  }
  /* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
  .svg-icon.svg-icon-sm-2 svg {
    height: 2rem !important;
    width: 2rem !important;
  }
  /* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
  .svg-icon.svg-icon-sm-3 svg {
    height: 1.75rem !important;
    width: 1.75rem !important;
  }
  /* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
  .svg-icon.svg-icon-sm-4 svg {
    height: 1.5rem !important;
    width: 1.5rem !important;
  }
  /* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
  .svg-icon.svg-icon-sm-5 svg {
    height: 1.25rem !important;
    width: 1.25rem !important;
  }
  /* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
  .svg-icon.svg-icon-sm-6 svg {
    height: 1rem !important;
    width: 1rem !important;
  }
}

@media (min-width: 768px) {
  /* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
  .svg-icon.svg-icon-md-1 svg {
    height: 2.5rem !important;
    width: 2.5rem !important;
  }
  /* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
  .svg-icon.svg-icon-md-2 svg {
    height: 2rem !important;
    width: 2rem !important;
  }
  /* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
  .svg-icon.svg-icon-md-3 svg {
    height: 1.75rem !important;
    width: 1.75rem !important;
  }
  /* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
  .svg-icon.svg-icon-md-4 svg {
    height: 1.5rem !important;
    width: 1.5rem !important;
  }
  /* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
  .svg-icon.svg-icon-md-5 svg {
    height: 1.25rem !important;
    width: 1.25rem !important;
  }
  /* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
  .svg-icon.svg-icon-md-6 svg {
    height: 1rem !important;
    width: 1rem !important;
  }
}

@media (min-width: 992px) {
  /* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
  .svg-icon.svg-icon-lg-1 svg {
    height: 2.5rem !important;
    width: 2.5rem !important;
  }
  /* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
  .svg-icon.svg-icon-lg-2 svg {
    height: 2rem !important;
    width: 2rem !important;
  }
  /* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
  .svg-icon.svg-icon-lg-3 svg {
    height: 1.75rem !important;
    width: 1.75rem !important;
  }
  /* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
  .svg-icon.svg-icon-lg-4 svg {
    height: 1.5rem !important;
    width: 1.5rem !important;
  }
  /* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
  .svg-icon.svg-icon-lg-5 svg {
    height: 1.25rem !important;
    width: 1.25rem !important;
  }
  /* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
  .svg-icon.svg-icon-lg-6 svg {
    height: 1rem !important;
    width: 1rem !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
  .svg-icon.svg-icon-xl-1 svg {
    height: 2.5rem !important;
    width: 2.5rem !important;
  }
  /* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
  .svg-icon.svg-icon-xl-2 svg {
    height: 2rem !important;
    width: 2rem !important;
  }
  /* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
  .svg-icon.svg-icon-xl-3 svg {
    height: 1.75rem !important;
    width: 1.75rem !important;
  }
  /* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
  .svg-icon.svg-icon-xl-4 svg {
    height: 1.5rem !important;
    width: 1.5rem !important;
  }
  /* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
  .svg-icon.svg-icon-xl-5 svg {
    height: 1.25rem !important;
    width: 1.25rem !important;
  }
  /* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
  .svg-icon.svg-icon-xl-6 svg {
    height: 1rem !important;
    width: 1rem !important;
  }
}

@media (min-width: 1400px) {
  /* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
  .svg-icon.svg-icon-xxl-1 svg {
    height: 2.5rem !important;
    width: 2.5rem !important;
  }
  /* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
  .svg-icon.svg-icon-xxl-2 svg {
    height: 2rem !important;
    width: 2rem !important;
  }
  /* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
  .svg-icon.svg-icon-xxl-3 svg {
    height: 1.75rem !important;
    width: 1.75rem !important;
  }
  /* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
  .svg-icon.svg-icon-xxl-4 svg {
    height: 1.5rem !important;
    width: 1.5rem !important;
  }
  /* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
  .svg-icon.svg-icon-xxl-5 svg {
    height: 1.25rem !important;
    width: 1.25rem !important;
  }
  /* line 7, app/assets/stylesheets/theme/components/mixins/_svg-icon.scss */
  .svg-icon.svg-icon-xxl-6 svg {
    height: 1rem !important;
    width: 1rem !important;
  }
}

/* line 9, app/assets/stylesheets/theme/components/_fixed.scss */
.fixed-top {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
}

@media (min-width: 576px) {
  /* line 9, app/assets/stylesheets/theme/components/_fixed.scss */
  .fixed-top-sm {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
  }
}

@media (min-width: 768px) {
  /* line 9, app/assets/stylesheets/theme/components/_fixed.scss */
  .fixed-top-md {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
  }
}

@media (min-width: 992px) {
  /* line 9, app/assets/stylesheets/theme/components/_fixed.scss */
  .fixed-top-lg {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
  }
}

@media (min-width: 1200px) {
  /* line 9, app/assets/stylesheets/theme/components/_fixed.scss */
  .fixed-top-xl {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
  }
}

@media (min-width: 1400px) {
  /* line 9, app/assets/stylesheets/theme/components/_fixed.scss */
  .fixed-top-xxl {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
  }
}

/* line 6, app/assets/stylesheets/theme/components/_timeline.scss */
.timeline {
  --bs-timeline-icon-size: 38px;
  --bs-timeline-icon-space: 0.35rem;
}

/* line 12, app/assets/stylesheets/theme/components/_timeline.scss */
.timeline .timeline-item {
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
}

/* line 20, app/assets/stylesheets/theme/components/_timeline.scss */
.timeline .timeline-item:last-child .timeline-line {
  bottom: 100%;
}

/* line 27, app/assets/stylesheets/theme/components/_timeline.scss */
.timeline .timeline-line {
  display: block;
  content: " ";
  justify-content: center;
  position: absolute;
  z-index: 0;
  left: 0;
  top: var(--bs-timeline-icon-size);
  bottom: 0;
  transform: translate(50%);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: var(--bs-gray-300);
  width: var(--bs-timeline-icon-size);
  margin-top: var(--bs-timeline-icon-space);
  margin-bottom: var(--bs-timeline-icon-space);
}

/* line 46, app/assets/stylesheets/theme/components/_timeline.scss */
.timeline .timeline-icon {
  z-index: 1;
  flex-shrink: 0;
  margin-right: 1rem;
  width: var(--bs-timeline-icon-size);
  height: var(--bs-timeline-icon-size);
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bs-gray-300);
  border-radius: 50%;
}

/* line 61, app/assets/stylesheets/theme/components/_timeline.scss */
.timeline .timeline-content {
  width: 100%;
  overflow: auto;
  margin-bottom: 1.5rem;
}

/* line 69, app/assets/stylesheets/theme/components/_timeline.scss */
.timeline.timeline-center .timeline-item {
  align-items: center;
}

/* line 73, app/assets/stylesheets/theme/components/_timeline.scss */
.timeline.timeline-center .timeline-item:first-child .timeline-line {
  top: 50%;
}

/* line 79, app/assets/stylesheets/theme/components/_timeline.scss */
.timeline.timeline-center .timeline-item:last-child .timeline-line {
  bottom: 50%;
}

/* line 88, app/assets/stylesheets/theme/components/_timeline.scss */
.timeline.timeline-border-dashed .timeline-line {
  border-left-style: dashed !important;
}

/* line 92, app/assets/stylesheets/theme/components/_timeline.scss */
.timeline.timeline-border-dashed .timeline-icon {
  border-style: dashed !important;
}

/* line 6, app/assets/stylesheets/theme/components/_timeline-label.scss */
.timeline-label {
  position: relative;
}

/* line 11, app/assets/stylesheets/theme/components/_timeline-label.scss */
.timeline-label:before {
  content: '';
  position: absolute;
  left: 51px;
  width: 3px;
  top: 0;
  bottom: 0;
  background-color: var(--bs-gray-200);
}

/* line 22, app/assets/stylesheets/theme/components/_timeline-label.scss */
.timeline-label .timeline-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 1.7rem;
}

/* line 28, app/assets/stylesheets/theme/components/_timeline-label.scss */
.timeline-label .timeline-item:last-child {
  margin-bottom: 0;
}

/* line 33, app/assets/stylesheets/theme/components/_timeline-label.scss */
.timeline-label .timeline-label {
  width: 50px;
  flex-shrink: 0;
  position: relative;
  color: var(--bs-gray-800);
}

/* line 40, app/assets/stylesheets/theme/components/_timeline-label.scss */
.timeline-label .timeline-badge {
  flex-shrink: 0;
  background-color: var(--bs-body-bg);
  width: 1rem;
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
  margin-top: 1px;
  margin-left: -0.5rem;
  padding: 3px !important;
  border: 6px solid var(--bs-body-bg) !important;
}

/* line 56, app/assets/stylesheets/theme/components/_timeline-label.scss */
.timeline-label .timeline-content {
  flex-grow: 1;
}

/* line 6, app/assets/stylesheets/theme/components/_overlay.scss */
.overlay {
  position: relative;
}

/* line 9, app/assets/stylesheets/theme/components/_overlay.scss */
.overlay .overlay-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bs-overlay-bg);
  transition: all 0.3s ease;
  opacity: 0;
}

/* line 26, app/assets/stylesheets/theme/components/_overlay.scss */
.overlay.overlay-show .overlay-layer, .overlay.overlay-block .overlay-layer, .overlay:hover .overlay-layer {
  transition: all 0.3s ease;
  opacity: 1;
}

/* line 32, app/assets/stylesheets/theme/components/_overlay.scss */
.overlay.overlay-block {
  cursor: wait;
}

/* line 6, app/assets/stylesheets/theme/components/_bullet.scss */
.bullet {
  display: inline-block;
  background-color: var(--bs-bullet-bg-color);
  border-radius: 6px;
  width: 8px;
  height: 4px;
  flex-shrink: 0;
}

/* line 16, app/assets/stylesheets/theme/components/_bullet.scss */
.bullet-dot {
  width: 4px;
  height: 4px;
  border-radius: 100% !important;
}

/* line 23, app/assets/stylesheets/theme/components/_bullet.scss */
.bullet-vertical {
  width: 4px;
  height: 8px;
}

/* line 29, app/assets/stylesheets/theme/components/_bullet.scss */
.bullet-line {
  width: 5px;
  height: 1px;
  border-radius: 0;
}

/* line 6, app/assets/stylesheets/theme/components/_drawer.scss */
.drawer {
  display: flex !important;
  overflow: auto;
  z-index: 110;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: var(--bs-drawer-bg-color);
  transition: transform 0.3s ease-in-out !important;
}

/* line 16, app/assets/stylesheets/theme/components/_drawer.scss */
.drawer.drawer-start {
  left: 0;
  transform: translateX(-100%);
}

/* line 21, app/assets/stylesheets/theme/components/_drawer.scss */
.drawer.drawer-end {
  right: 0;
  transform: translateX(100%);
}

/* line 26, app/assets/stylesheets/theme/components/_drawer.scss */
.drawer.drawer-bottom {
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  transform: translateY(100%);
}

/* line 34, app/assets/stylesheets/theme/components/_drawer.scss */
.drawer.drawer-top {
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  transform: translateY(-100%);
}

/* line 42, app/assets/stylesheets/theme/components/_drawer.scss */
.drawer.drawer-on {
  transform: none;
  box-shadow: var(--bs-drawer-box-shadow);
  transition: transform 0.3s ease-in-out !important;
}

/* line 50, app/assets/stylesheets/theme/components/_drawer.scss */
.drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 109;
  background-color: var(--bs-drawer-overlay-bg-color);
  animation: animation-drawer-fade-in 0.3s ease-in-out 1;
}

/* line 63, app/assets/stylesheets/theme/components/_drawer.scss */
[data-kt-drawer="true"] {
  display: none;
}

@keyframes animation-drawer-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 991.98px) {
  /* line 75, app/assets/stylesheets/theme/components/_drawer.scss */
  body[data-kt-drawer="on"] {
    overflow: hidden;
  }
}

/* line 5, app/assets/stylesheets/theme/components/_badge.scss */
.badge {
  display: inline-flex;
  align-items: center;
}

/* line 10, app/assets/stylesheets/theme/components/_badge.scss */
.badge.badge-circle, .badge.badge-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.75rem;
  min-width: 1.75rem;
  padding: 0 0.1rem;
  line-height: 0;
}

/* line 22, app/assets/stylesheets/theme/components/_badge.scss */
.badge.badge-circle {
  border-radius: 50%;
  padding: 0;
  min-width: unset;
  width: 1.75rem;
}

/* line 30, app/assets/stylesheets/theme/components/_badge.scss */
.badge.badge-sm {
  min-width: 1.5rem;
  font-size: 0.8rem;
}

/* line 34, app/assets/stylesheets/theme/components/_badge.scss */
.badge.badge-sm.badge-square {
  height: 1.5rem;
}

/* line 38, app/assets/stylesheets/theme/components/_badge.scss */
.badge.badge-sm.badge-circle {
  width: 1.5rem;
  height: 1.5rem;
}

/* line 44, app/assets/stylesheets/theme/components/_badge.scss */
.badge.badge-lg {
  min-width: 2rem;
  font-size: 1rem;
}

/* line 48, app/assets/stylesheets/theme/components/_badge.scss */
.badge.badge-lg.badge-square {
  height: 2rem;
}

/* line 52, app/assets/stylesheets/theme/components/_badge.scss */
.badge.badge-lg.badge-circle {
  width: 2rem;
  height: 2rem;
}

/* line 60, app/assets/stylesheets/theme/components/_badge.scss */
.badge-primary {
  color: var(--bs-primary-inverse);
  background-color: var(--bs-primary);
}

/* line 64, app/assets/stylesheets/theme/components/_badge.scss */
.badge-primary.badge-outline {
  border: 1px solid var(--bs-primary);
  background-color: transparent;
  color: var(--bs-primary);
}

/* line 76, app/assets/stylesheets/theme/components/_badge.scss */
.badge-light-primary {
  background-color: var(--bs-primary-light);
  color: var(--bs-primary);
}

/* line 60, app/assets/stylesheets/theme/components/_badge.scss */
.badge-secondary {
  color: var(--bs-secondary-inverse);
  background-color: var(--bs-secondary);
}

/* line 64, app/assets/stylesheets/theme/components/_badge.scss */
.badge-secondary.badge-outline {
  border: 1px solid var(--bs-secondary);
  background-color: transparent;
  color: var(--bs-secondary-inverse);
}

/* line 76, app/assets/stylesheets/theme/components/_badge.scss */
.badge-light-secondary {
  background-color: var(--bs-secondary-light);
  color: var(--bs-secondary-inverse);
}

/* line 60, app/assets/stylesheets/theme/components/_badge.scss */
.badge-success {
  color: var(--bs-success-inverse);
  background-color: var(--bs-success);
}

/* line 64, app/assets/stylesheets/theme/components/_badge.scss */
.badge-success.badge-outline {
  border: 1px solid var(--bs-success);
  background-color: transparent;
  color: var(--bs-success);
}

/* line 76, app/assets/stylesheets/theme/components/_badge.scss */
.badge-light-success {
  background-color: var(--bs-success-light);
  color: var(--bs-success);
}

/* line 60, app/assets/stylesheets/theme/components/_badge.scss */
.badge-info {
  color: var(--bs-info-inverse);
  background-color: var(--bs-info);
}

/* line 64, app/assets/stylesheets/theme/components/_badge.scss */
.badge-info.badge-outline {
  border: 1px solid var(--bs-info);
  background-color: transparent;
  color: var(--bs-info);
}

/* line 76, app/assets/stylesheets/theme/components/_badge.scss */
.badge-light-info {
  background-color: var(--bs-info-light);
  color: var(--bs-info);
}

/* line 60, app/assets/stylesheets/theme/components/_badge.scss */
.badge-warning {
  color: var(--bs-warning-inverse);
  background-color: var(--bs-warning);
}

/* line 64, app/assets/stylesheets/theme/components/_badge.scss */
.badge-warning.badge-outline {
  border: 1px solid var(--bs-warning);
  background-color: transparent;
  color: var(--bs-warning);
}

/* line 76, app/assets/stylesheets/theme/components/_badge.scss */
.badge-light-warning {
  background-color: var(--bs-warning-light);
  color: var(--bs-warning);
}

/* line 60, app/assets/stylesheets/theme/components/_badge.scss */
.badge-danger {
  color: var(--bs-danger-inverse);
  background-color: var(--bs-danger);
}

/* line 64, app/assets/stylesheets/theme/components/_badge.scss */
.badge-danger.badge-outline {
  border: 1px solid var(--bs-danger);
  background-color: transparent;
  color: var(--bs-danger);
}

/* line 76, app/assets/stylesheets/theme/components/_badge.scss */
.badge-light-danger {
  background-color: var(--bs-danger-light);
  color: var(--bs-danger);
}

/* line 60, app/assets/stylesheets/theme/components/_badge.scss */
.badge-light {
  color: var(--bs-light-inverse);
  background-color: var(--bs-light);
}

/* line 64, app/assets/stylesheets/theme/components/_badge.scss */
.badge-light.badge-outline {
  border: 1px solid var(--bs-light);
  background-color: transparent;
  color: var(--bs-light);
}

/* line 76, app/assets/stylesheets/theme/components/_badge.scss */
.badge-light-light {
  background-color: var(--bs-light-light);
  color: var(--bs-light);
}

/* line 60, app/assets/stylesheets/theme/components/_badge.scss */
.badge-dark {
  color: var(--bs-dark-inverse);
  background-color: var(--bs-dark);
}

/* line 64, app/assets/stylesheets/theme/components/_badge.scss */
.badge-dark.badge-outline {
  border: 1px solid var(--bs-dark);
  background-color: transparent;
  color: var(--bs-dark);
}

/* line 76, app/assets/stylesheets/theme/components/_badge.scss */
.badge-light-dark {
  background-color: var(--bs-dark-light);
  color: var(--bs-dark);
}

/* line 5, app/assets/stylesheets/theme/components/_indicator.scss */
.indicator-progress {
  display: none;
}

/* line 8, app/assets/stylesheets/theme/components/_indicator.scss */
[data-kt-indicator="on"] > .indicator-progress {
  display: inline-block;
}

/* line 14, app/assets/stylesheets/theme/components/_indicator.scss */
[data-kt-indicator="on"] > .indicator-label {
  display: none;
}

/* line 5, app/assets/stylesheets/theme/components/_hover.scss */
.hover-elevate-up {
  transition: transform 0.3s ease;
}

/* line 8, app/assets/stylesheets/theme/components/_hover.scss */
.hover-elevate-up:hover {
  transform: translateY(-2.5%);
  transition: transform 0.3s ease;
  will-change: transform;
}

/* line 15, app/assets/stylesheets/theme/components/_hover.scss */
.hover-elevate-down {
  transition: transform 0.3s ease;
}

/* line 18, app/assets/stylesheets/theme/components/_hover.scss */
.hover-elevate-down:hover {
  transform: translateY(2.5%);
  transition: transform 0.3s ease;
  will-change: transform;
}

/* line 25, app/assets/stylesheets/theme/components/_hover.scss */
.hover-scale {
  transition: transform 0.3s ease;
}

/* line 28, app/assets/stylesheets/theme/components/_hover.scss */
.hover-scale:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
  will-change: transform;
}

/* line 35, app/assets/stylesheets/theme/components/_hover.scss */
.hover-rotate-end {
  transition: transform 0.3s ease;
}

/* line 38, app/assets/stylesheets/theme/components/_hover.scss */
.hover-rotate-end:hover {
  transform: rotate(4deg);
  transition: transform 0.3s ease;
  will-change: transform;
}

/* line 45, app/assets/stylesheets/theme/components/_hover.scss */
.hover-rotate-start {
  transition: transform 0.3s ease;
}

/* line 48, app/assets/stylesheets/theme/components/_hover.scss */
.hover-rotate-start:hover {
  transform: rotate(-4deg);
  transition: transform 0.3s ease;
  will-change: transform;
}

/* line 8, app/assets/stylesheets/theme/components/_rotate.scss */
.rotate {
  display: inline-flex;
  align-items: center;
}

/* line 14, app/assets/stylesheets/theme/components/_rotate.scss */
.rotate-90 {
  transition: transform 0.3s ease;
  backface-visibility: hidden;
  will-change: transform;
}

/* line 19, app/assets/stylesheets/theme/components/_rotate.scss */
.collapsible:not(.collapsed) > .rotate-90, .show > .rotate-90, .active > .rotate-90 {
  transform: rotateZ(90deg);
  transition: transform 0.3s ease;
}

/* line 25, app/assets/stylesheets/theme/components/_rotate.scss */
[direction="rtl"] .collapsible:not(.collapsed) > .rotate-90, [direction="rtl"] .show > .rotate-90, [direction="rtl"] .active > .rotate-90 {
  transform: rotateZ(-90deg);
}

/* line 31, app/assets/stylesheets/theme/components/_rotate.scss */
.rotate-n90 {
  transition: transform 0.3s ease;
  backface-visibility: hidden;
  will-change: transform;
}

/* line 36, app/assets/stylesheets/theme/components/_rotate.scss */
.collapsible:not(.collapsed) > .rotate-n90, .show > .rotate-n90, .active > .rotate-n90 {
  transform: rotateZ(-90deg);
  transition: transform 0.3s ease;
}

/* line 42, app/assets/stylesheets/theme/components/_rotate.scss */
[direction="rtl"] .collapsible:not(.collapsed) > .rotate-n90, [direction="rtl"] .show > .rotate-n90, [direction="rtl"] .active > .rotate-n90 {
  transform: rotateZ(90deg);
}

/* line 14, app/assets/stylesheets/theme/components/_rotate.scss */
.rotate-180 {
  transition: transform 0.3s ease;
  backface-visibility: hidden;
  will-change: transform;
}

/* line 19, app/assets/stylesheets/theme/components/_rotate.scss */
.collapsible:not(.collapsed) > .rotate-180, .show > .rotate-180, .active > .rotate-180 {
  transform: rotateZ(180deg);
  transition: transform 0.3s ease;
}

/* line 25, app/assets/stylesheets/theme/components/_rotate.scss */
[direction="rtl"] .collapsible:not(.collapsed) > .rotate-180, [direction="rtl"] .show > .rotate-180, [direction="rtl"] .active > .rotate-180 {
  transform: rotateZ(-180deg);
}

/* line 31, app/assets/stylesheets/theme/components/_rotate.scss */
.rotate-n180 {
  transition: transform 0.3s ease;
  backface-visibility: hidden;
  will-change: transform;
}

/* line 36, app/assets/stylesheets/theme/components/_rotate.scss */
.collapsible:not(.collapsed) > .rotate-n180, .show > .rotate-n180, .active > .rotate-n180 {
  transform: rotateZ(-180deg);
  transition: transform 0.3s ease;
}

/* line 42, app/assets/stylesheets/theme/components/_rotate.scss */
[direction="rtl"] .collapsible:not(.collapsed) > .rotate-n180, [direction="rtl"] .show > .rotate-n180, [direction="rtl"] .active > .rotate-n180 {
  transform: rotateZ(180deg);
}

/* line 14, app/assets/stylesheets/theme/components/_rotate.scss */
.rotate-270 {
  transition: transform 0.3s ease;
  backface-visibility: hidden;
  will-change: transform;
}

/* line 19, app/assets/stylesheets/theme/components/_rotate.scss */
.collapsible:not(.collapsed) > .rotate-270, .show > .rotate-270, .active > .rotate-270 {
  transform: rotateZ(270deg);
  transition: transform 0.3s ease;
}

/* line 25, app/assets/stylesheets/theme/components/_rotate.scss */
[direction="rtl"] .collapsible:not(.collapsed) > .rotate-270, [direction="rtl"] .show > .rotate-270, [direction="rtl"] .active > .rotate-270 {
  transform: rotateZ(-270deg);
}

/* line 31, app/assets/stylesheets/theme/components/_rotate.scss */
.rotate-n270 {
  transition: transform 0.3s ease;
  backface-visibility: hidden;
  will-change: transform;
}

/* line 36, app/assets/stylesheets/theme/components/_rotate.scss */
.collapsible:not(.collapsed) > .rotate-n270, .show > .rotate-n270, .active > .rotate-n270 {
  transform: rotateZ(-270deg);
  transition: transform 0.3s ease;
}

/* line 42, app/assets/stylesheets/theme/components/_rotate.scss */
[direction="rtl"] .collapsible:not(.collapsed) > .rotate-n270, [direction="rtl"] .show > .rotate-n270, [direction="rtl"] .active > .rotate-n270 {
  transform: rotateZ(270deg);
}

@media (min-width: 992px) {
  /* line 8, app/assets/stylesheets/theme/components/_scroll.scss */
  main,
span,
ol,
ul,
pre,
div {
    scrollbar-width: thin;
    scrollbar-color: var(--bs-scrollbar-color) transparent;
  }
  /* line 18, app/assets/stylesheets/theme/components/_scroll.scss */
  main::-webkit-scrollbar,
span::-webkit-scrollbar,
ol::-webkit-scrollbar,
ul::-webkit-scrollbar,
pre::-webkit-scrollbar,
div::-webkit-scrollbar {
    width: var(--bs-scrollbar-size);
    height: var(--bs-scrollbar-size);
  }
  /* line 23, app/assets/stylesheets/theme/components/_scroll.scss */
  main ::-webkit-scrollbar-track,
span ::-webkit-scrollbar-track,
ol ::-webkit-scrollbar-track,
ul ::-webkit-scrollbar-track,
pre ::-webkit-scrollbar-track,
div ::-webkit-scrollbar-track {
    background-color: transparent;
  }
  /* line 27, app/assets/stylesheets/theme/components/_scroll.scss */
  main ::-webkit-scrollbar-thumb,
span ::-webkit-scrollbar-thumb,
ol ::-webkit-scrollbar-thumb,
ul ::-webkit-scrollbar-thumb,
pre ::-webkit-scrollbar-thumb,
div ::-webkit-scrollbar-thumb {
    border-radius: var(--bs-scrollbar-size);
  }
  /* line 10, app/assets/stylesheets/theme/components/mixins/_scroll.scss */
  main::-webkit-scrollbar-thumb,
span::-webkit-scrollbar-thumb,
ol::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb,
pre::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb {
    background-color: var(--bs-scrollbar-color);
  }
  /* line 14, app/assets/stylesheets/theme/components/mixins/_scroll.scss */
  main::-webkit-scrollbar-corner,
span::-webkit-scrollbar-corner,
ol::-webkit-scrollbar-corner,
ul::-webkit-scrollbar-corner,
pre::-webkit-scrollbar-corner,
div::-webkit-scrollbar-corner {
    background-color: transparent;
  }
  /* line 20, app/assets/stylesheets/theme/components/mixins/_scroll.scss */
  main:hover,
span:hover,
ol:hover,
ul:hover,
pre:hover,
div:hover {
    scrollbar-color: var(--bs-scrollbar-hover-color) transparent;
  }
  /* line 25, app/assets/stylesheets/theme/components/mixins/_scroll.scss */
  main:hover::-webkit-scrollbar-thumb,
span:hover::-webkit-scrollbar-thumb,
ol:hover::-webkit-scrollbar-thumb,
ul:hover::-webkit-scrollbar-thumb,
pre:hover::-webkit-scrollbar-thumb,
div:hover::-webkit-scrollbar-thumb {
    background-color: var(--bs-scrollbar-hover-color);
  }
  /* line 29, app/assets/stylesheets/theme/components/mixins/_scroll.scss */
  main:hover::-webkit-scrollbar-corner,
span:hover::-webkit-scrollbar-corner,
ol:hover::-webkit-scrollbar-corner,
ul:hover::-webkit-scrollbar-corner,
pre:hover::-webkit-scrollbar-corner,
div:hover::-webkit-scrollbar-corner {
    background-color: transparent;
  }
}

/* line 37, app/assets/stylesheets/theme/components/_scroll.scss */
.scroll,
.hover-scroll,
.hover-scroll-overlay {
  overflow: scroll;
  position: relative;
}

@media (max-width: 991.98px) {
  /* line 37, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll,
.hover-scroll,
.hover-scroll-overlay {
    overflow: auto;
  }
}

/* line 49, app/assets/stylesheets/theme/components/_scroll.scss */
.scroll-x,
.hover-scroll-x,
.hover-scroll-overlay-x {
  overflow-x: scroll;
  position: relative;
}

@media (max-width: 991.98px) {
  /* line 49, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-x,
.hover-scroll-x,
.hover-scroll-overlay-x {
    overflow-x: auto;
  }
}

/* line 61, app/assets/stylesheets/theme/components/_scroll.scss */
.scroll-y,
.hover-scroll-y,
.hover-scroll-overlay-y {
  overflow-y: scroll;
  position: relative;
}

@media (max-width: 991.98px) {
  /* line 61, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-y,
.hover-scroll-y,
.hover-scroll-overlay-y {
    overflow-y: auto;
  }
}

/* line 73, app/assets/stylesheets/theme/components/_scroll.scss */
.hover-scroll,
.hover-scroll-overlay,
.hover-scroll-x,
.hover-scroll-overlay-x,
.hover-scroll-y,
.hover-scroll-overlay-y {
  scrollbar-color: transparent transparent;
}

/* line 10, app/assets/stylesheets/theme/components/mixins/_scroll.scss */
.hover-scroll::-webkit-scrollbar-thumb,
.hover-scroll-overlay::-webkit-scrollbar-thumb,
.hover-scroll-x::-webkit-scrollbar-thumb,
.hover-scroll-overlay-x::-webkit-scrollbar-thumb,
.hover-scroll-y::-webkit-scrollbar-thumb,
.hover-scroll-overlay-y::-webkit-scrollbar-thumb {
  background-color: transparent;
}

/* line 14, app/assets/stylesheets/theme/components/mixins/_scroll.scss */
.hover-scroll::-webkit-scrollbar-corner,
.hover-scroll-overlay::-webkit-scrollbar-corner,
.hover-scroll-x::-webkit-scrollbar-corner,
.hover-scroll-overlay-x::-webkit-scrollbar-corner,
.hover-scroll-y::-webkit-scrollbar-corner,
.hover-scroll-overlay-y::-webkit-scrollbar-corner {
  background-color: transparent;
}

/* line 20, app/assets/stylesheets/theme/components/mixins/_scroll.scss */
.hover-scroll:hover,
.hover-scroll-overlay:hover,
.hover-scroll-x:hover,
.hover-scroll-overlay-x:hover,
.hover-scroll-y:hover,
.hover-scroll-overlay-y:hover {
  scrollbar-color: var(--bs-scrollbar-color) transparent;
}

/* line 25, app/assets/stylesheets/theme/components/mixins/_scroll.scss */
.hover-scroll:hover::-webkit-scrollbar-thumb,
.hover-scroll-overlay:hover::-webkit-scrollbar-thumb,
.hover-scroll-x:hover::-webkit-scrollbar-thumb,
.hover-scroll-overlay-x:hover::-webkit-scrollbar-thumb,
.hover-scroll-y:hover::-webkit-scrollbar-thumb,
.hover-scroll-overlay-y:hover::-webkit-scrollbar-thumb {
  background-color: var(--bs-scrollbar-color);
}

/* line 29, app/assets/stylesheets/theme/components/mixins/_scroll.scss */
.hover-scroll:hover::-webkit-scrollbar-corner,
.hover-scroll-overlay:hover::-webkit-scrollbar-corner,
.hover-scroll-x:hover::-webkit-scrollbar-corner,
.hover-scroll-overlay-x:hover::-webkit-scrollbar-corner,
.hover-scroll-y:hover::-webkit-scrollbar-corner,
.hover-scroll-overlay-y:hover::-webkit-scrollbar-corner {
  background-color: transparent;
}

/* line 87, app/assets/stylesheets/theme/components/_scroll.scss */
.scroll-ps {
  padding-left: var(--bs-scrollbar-size) !important;
}

/* line 91, app/assets/stylesheets/theme/components/_scroll.scss */
.scroll-ms {
  margin-left: var(--bs-scrollbar-size) !important;
}

/* line 95, app/assets/stylesheets/theme/components/_scroll.scss */
.scroll-mb {
  margin-bottom: var(--bs-scrollbar-size) !important;
}

/* line 99, app/assets/stylesheets/theme/components/_scroll.scss */
.scroll-pe {
  padding-right: var(--bs-scrollbar-size) !important;
}

/* line 103, app/assets/stylesheets/theme/components/_scroll.scss */
.scroll-me {
  margin-right: var(--bs-scrollbar-size) !important;
}

/* line 107, app/assets/stylesheets/theme/components/_scroll.scss */
.scroll-px {
  padding-left: var(--bs-scrollbar-size) !important;
  padding-right: var(--bs-scrollbar-size) !important;
}

/* line 112, app/assets/stylesheets/theme/components/_scroll.scss */
.scroll-mx {
  margin-left: var(--bs-scrollbar-size) !important;
  margin-right: var(--bs-scrollbar-size) !important;
}

@media (min-width: 576px) {
  /* line 87, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-sm-ps {
    padding-left: var(--bs-scrollbar-size) !important;
  }
  /* line 91, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-sm-ms {
    margin-left: var(--bs-scrollbar-size) !important;
  }
  /* line 95, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-sm-mb {
    margin-bottom: var(--bs-scrollbar-size) !important;
  }
  /* line 99, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-sm-pe {
    padding-right: var(--bs-scrollbar-size) !important;
  }
  /* line 103, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-sm-me {
    margin-right: var(--bs-scrollbar-size) !important;
  }
  /* line 107, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-sm-px {
    padding-left: var(--bs-scrollbar-size) !important;
    padding-right: var(--bs-scrollbar-size) !important;
  }
  /* line 112, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-sm-mx {
    margin-left: var(--bs-scrollbar-size) !important;
    margin-right: var(--bs-scrollbar-size) !important;
  }
}

@media (min-width: 768px) {
  /* line 87, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-md-ps {
    padding-left: var(--bs-scrollbar-size) !important;
  }
  /* line 91, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-md-ms {
    margin-left: var(--bs-scrollbar-size) !important;
  }
  /* line 95, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-md-mb {
    margin-bottom: var(--bs-scrollbar-size) !important;
  }
  /* line 99, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-md-pe {
    padding-right: var(--bs-scrollbar-size) !important;
  }
  /* line 103, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-md-me {
    margin-right: var(--bs-scrollbar-size) !important;
  }
  /* line 107, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-md-px {
    padding-left: var(--bs-scrollbar-size) !important;
    padding-right: var(--bs-scrollbar-size) !important;
  }
  /* line 112, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-md-mx {
    margin-left: var(--bs-scrollbar-size) !important;
    margin-right: var(--bs-scrollbar-size) !important;
  }
}

@media (min-width: 992px) {
  /* line 87, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-lg-ps {
    padding-left: var(--bs-scrollbar-size) !important;
  }
  /* line 91, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-lg-ms {
    margin-left: var(--bs-scrollbar-size) !important;
  }
  /* line 95, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-lg-mb {
    margin-bottom: var(--bs-scrollbar-size) !important;
  }
  /* line 99, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-lg-pe {
    padding-right: var(--bs-scrollbar-size) !important;
  }
  /* line 103, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-lg-me {
    margin-right: var(--bs-scrollbar-size) !important;
  }
  /* line 107, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-lg-px {
    padding-left: var(--bs-scrollbar-size) !important;
    padding-right: var(--bs-scrollbar-size) !important;
  }
  /* line 112, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-lg-mx {
    margin-left: var(--bs-scrollbar-size) !important;
    margin-right: var(--bs-scrollbar-size) !important;
  }
}

@media (min-width: 1200px) {
  /* line 87, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-xl-ps {
    padding-left: var(--bs-scrollbar-size) !important;
  }
  /* line 91, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-xl-ms {
    margin-left: var(--bs-scrollbar-size) !important;
  }
  /* line 95, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-xl-mb {
    margin-bottom: var(--bs-scrollbar-size) !important;
  }
  /* line 99, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-xl-pe {
    padding-right: var(--bs-scrollbar-size) !important;
  }
  /* line 103, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-xl-me {
    margin-right: var(--bs-scrollbar-size) !important;
  }
  /* line 107, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-xl-px {
    padding-left: var(--bs-scrollbar-size) !important;
    padding-right: var(--bs-scrollbar-size) !important;
  }
  /* line 112, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-xl-mx {
    margin-left: var(--bs-scrollbar-size) !important;
    margin-right: var(--bs-scrollbar-size) !important;
  }
}

@media (min-width: 1400px) {
  /* line 87, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-xxl-ps {
    padding-left: var(--bs-scrollbar-size) !important;
  }
  /* line 91, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-xxl-ms {
    margin-left: var(--bs-scrollbar-size) !important;
  }
  /* line 95, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-xxl-mb {
    margin-bottom: var(--bs-scrollbar-size) !important;
  }
  /* line 99, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-xxl-pe {
    padding-right: var(--bs-scrollbar-size) !important;
  }
  /* line 103, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-xxl-me {
    margin-right: var(--bs-scrollbar-size) !important;
  }
  /* line 107, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-xxl-px {
    padding-left: var(--bs-scrollbar-size) !important;
    padding-right: var(--bs-scrollbar-size) !important;
  }
  /* line 112, app/assets/stylesheets/theme/components/_scroll.scss */
  .scroll-xxl-mx {
    margin-left: var(--bs-scrollbar-size) !important;
    margin-right: var(--bs-scrollbar-size) !important;
  }
}

/* line 5, app/assets/stylesheets/theme/components/_rating.scss */
.rating {
  display: flex;
  align-items: center;
}

/* line 10, app/assets/stylesheets/theme/components/_rating.scss */
.rating-input {
  position: absolute !important;
  left: -9999px !important;
}

/* line 14, app/assets/stylesheets/theme/components/_rating.scss */
.rating-input[disabled] {
  display: none;
}

/* line 19, app/assets/stylesheets/theme/components/_rating.scss */
.rating-label {
  padding: 0;
  margin: 0;
}

/* line 23, app/assets/stylesheets/theme/components/_rating.scss */
.rating-label > i, .rating-label > .svg-icon {
  line-height: 1;
  color: var(--bs-rating-color-default);
}

/* line 30, app/assets/stylesheets/theme/components/_rating.scss */
label.rating-label {
  cursor: pointer;
}

/* line 36, app/assets/stylesheets/theme/components/_rating.scss */
div.rating-label.checked > i, div.rating-label.checked > .svg-icon,
label.rating-label > i,
label.rating-label > .svg-icon {
  color: var(--bs-rating-color-active);
}

/* line 43, app/assets/stylesheets/theme/components/_rating.scss */
.rating-input:checked ~ .rating-label > i, .rating-input:checked ~ .rating-label > .svg-icon {
  color: var(--bs-rating-color-default);
}

/* line 50, app/assets/stylesheets/theme/components/_rating.scss */
.rating:hover label.rating-label > i, .rating:hover label.rating-label > .svg-icon {
  color: var(--bs-rating-color-active);
}

/* line 56, app/assets/stylesheets/theme/components/_rating.scss */
label.rating-label:hover ~ .rating-label {
  color: var(--bs-rating-color-default);
}

/* line 57, app/assets/stylesheets/theme/components/_rating.scss */
label.rating-label:hover ~ .rating-label > i, label.rating-label:hover ~ .rating-label > .svg-icon {
  color: var(--bs-rating-color-default);
}

/* line 8, app/assets/stylesheets/theme/components/stepper/_base.scss */
.stepper [data-kt-stepper-element="info"],
.stepper [data-kt-stepper-element="content"] {
  display: none;
}

/* line 12, app/assets/stylesheets/theme/components/stepper/_base.scss */
.stepper .current[data-kt-stepper-element="info"],
.stepper .current[data-kt-stepper-element="content"] {
  display: flex;
}

/* line 18, app/assets/stylesheets/theme/components/stepper/_base.scss */
.stepper .stepper-item[data-kt-stepper-action="step"] {
  cursor: pointer;
}

/* line 24, app/assets/stylesheets/theme/components/stepper/_base.scss */
.stepper [data-kt-stepper-action="final"] {
  display: none;
}

/* line 28, app/assets/stylesheets/theme/components/stepper/_base.scss */
.stepper [data-kt-stepper-action="previous"] {
  display: none;
}

/* line 32, app/assets/stylesheets/theme/components/stepper/_base.scss */
.stepper [data-kt-stepper-action="next"] {
  display: inline-block;
}

/* line 36, app/assets/stylesheets/theme/components/stepper/_base.scss */
.stepper [data-kt-stepper-action="submit"] {
  display: none;
}

/* line 42, app/assets/stylesheets/theme/components/stepper/_base.scss */
.stepper.first [data-kt-stepper-action="previous"] {
  display: none;
}

/* line 46, app/assets/stylesheets/theme/components/stepper/_base.scss */
.stepper.first [data-kt-stepper-action="next"] {
  display: inline-block;
}

/* line 50, app/assets/stylesheets/theme/components/stepper/_base.scss */
.stepper.first [data-kt-stepper-action="submit"] {
  display: none;
}

/* line 56, app/assets/stylesheets/theme/components/stepper/_base.scss */
.stepper.between [data-kt-stepper-action="previous"] {
  display: inline-block;
}

/* line 60, app/assets/stylesheets/theme/components/stepper/_base.scss */
.stepper.between [data-kt-stepper-action="next"] {
  display: inline-block;
}

/* line 64, app/assets/stylesheets/theme/components/stepper/_base.scss */
.stepper.between [data-kt-stepper-action="submit"] {
  display: none;
}

/* line 70, app/assets/stylesheets/theme/components/stepper/_base.scss */
.stepper.last [data-kt-stepper-action="final"] {
  display: inline-block;
}

/* line 74, app/assets/stylesheets/theme/components/stepper/_base.scss */
.stepper.last .btn-flex[data-kt-stepper-action="final"] {
  display: flex;
}

/* line 78, app/assets/stylesheets/theme/components/stepper/_base.scss */
.stepper.last [data-kt-stepper-action="previous"] {
  display: inline-block;
}

/* line 82, app/assets/stylesheets/theme/components/stepper/_base.scss */
.stepper.last .btn-flex[data-kt-stepper-action="previous"] {
  display: flex;
}

/* line 86, app/assets/stylesheets/theme/components/stepper/_base.scss */
.stepper.last [data-kt-stepper-action="previous"][data-kt-stepper-state="hide-on-last-step"] {
  display: none !important;
}

/* line 90, app/assets/stylesheets/theme/components/stepper/_base.scss */
.stepper.last [data-kt-stepper-action="next"] {
  display: none;
}

/* line 94, app/assets/stylesheets/theme/components/stepper/_base.scss */
.stepper.last .btn-flex[data-kt-stepper-action="next"] {
  display: flex;
}

/* line 98, app/assets/stylesheets/theme/components/stepper/_base.scss */
.stepper.last [data-kt-stepper-action="submit"] {
  display: inline-block;
}

/* line 102, app/assets/stylesheets/theme/components/stepper/_base.scss */
.stepper.last .btn-flex[data-kt-stepper-action="submit"] {
  display: flex;
}

/* line 6, app/assets/stylesheets/theme/components/stepper/_pills.scss */
.stepper.stepper-pills {
  --bs-stepper-pills-size: 40px;
  --bs-stepper-icon-border-radius: 9px;
  --bs-stepper-icon-check-size: 1rem;
  --bs-stepper-icon-bg-color: var(--bs-primary-light);
  --bs-stepper-icon-bg-color-current: var(--bs-primary);
  --bs-stepper-icon-bg-color-completed: var(--bs-primary-light);
  --bs-stepper-icon-border: 0;
  --bs-stepper-icon-border-current: 0;
  --bs-stepper-icon-border-completed: 0;
  --bs-stepper-icon-number-color: var(--bs-primary);
  --bs-stepper-icon-number-color-current: var(--bs-white);
  --bs-stepper-icon-check-color-completed: var(--bs-primary);
  --bs-stepper-label-title-opacity: 1;
  --bs-stepper-label-title-opacity-current: 1;
  --bs-stepper-label-title-opacity-completed: 1;
  --bs-stepper-label-title-color: var(--bs-gray-800);
  --bs-stepper-label-title-color-current: var(--bs-gray-600);
  --bs-stepper-label-title-color-completed: var(--bs-text-muted);
  --bs-stepper-label-desc-opacity: 1;
  --bs-stepper-label-desc-opacity-current: 1;
  --bs-stepper-label-desc-opacity-completed: 1;
  --bs-stepper-label-desc-color: var(--bs-text-muted);
  --bs-stepper-label-desc-color-current: var(--bs-gray-500);
  --bs-stepper-label-desc-color-completed: var(--bs-gray-500);
  --bs-stepper-line-border: 1px dashed var(--bs-gray-300);
}

/* line 43, app/assets/stylesheets/theme/components/stepper/_pills.scss */
.stepper.stepper-pills .stepper-nav {
  display: flex;
}

/* line 48, app/assets/stylesheets/theme/components/stepper/_pills.scss */
.stepper.stepper-pills .stepper-item {
  display: flex;
  align-items: center;
  transition: color 0.2s ease;
}

/* line 54, app/assets/stylesheets/theme/components/stepper/_pills.scss */
.stepper.stepper-pills .stepper-item .stepper-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: color 0.2s ease;
  width: var(--bs-stepper-pills-size);
  height: var(--bs-stepper-pills-size);
  border-radius: var(--bs-stepper-icon-border-radius);
  background-color: var(--bs-stepper-icon-bg-color);
  border: var(--bs-stepper-icon-border);
  margin-right: 1.5rem;
}

/* line 67, app/assets/stylesheets/theme/components/stepper/_pills.scss */
.stepper.stepper-pills .stepper-item .stepper-icon .stepper-check {
  display: none;
  font-size: var(--bs-stepper-icon-check-size);
}

/* line 72, app/assets/stylesheets/theme/components/stepper/_pills.scss */
.stepper.stepper-pills .stepper-item .stepper-icon .stepper-number {
  font-weight: 700;
  color: var(--bs-stepper-icon-number-color);
  font-size: 1.25rem;
}

/* line 80, app/assets/stylesheets/theme/components/stepper/_pills.scss */
.stepper.stepper-pills .stepper-item .stepper-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 85, app/assets/stylesheets/theme/components/stepper/_pills.scss */
.stepper.stepper-pills .stepper-item .stepper-label .stepper-title {
  color: var(--bs-stepper-label-title-color);
  opacity: var(--bs-stepper-label-title-opacity);
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: .3rem;
}

/* line 93, app/assets/stylesheets/theme/components/stepper/_pills.scss */
.stepper.stepper-pills .stepper-item .stepper-label .stepper-desc {
  opacity: var(--bs-stepper-label-desc-opacity);
  color: var(--bs-stepper-label-desc-color);
}

/* line 100, app/assets/stylesheets/theme/components/stepper/_pills.scss */
.stepper.stepper-pills .stepper-item.current {
  transition: color 0.2s ease;
}

/* line 103, app/assets/stylesheets/theme/components/stepper/_pills.scss */
.stepper.stepper-pills .stepper-item.current .stepper-icon {
  transition: color 0.2s ease;
  background-color: var(--bs-stepper-icon-bg-color-current);
  border: var(--bs-stepper-icon-border-current);
}

/* line 108, app/assets/stylesheets/theme/components/stepper/_pills.scss */
.stepper.stepper-pills .stepper-item.current .stepper-icon .stepper-check {
  display: none;
}

/* line 112, app/assets/stylesheets/theme/components/stepper/_pills.scss */
.stepper.stepper-pills .stepper-item.current .stepper-icon .stepper-number {
  color: var(--bs-stepper-icon-number-color-current);
  font-size: 1.35rem;
}

/* line 119, app/assets/stylesheets/theme/components/stepper/_pills.scss */
.stepper.stepper-pills .stepper-item.current .stepper-label .stepper-title {
  opacity: var(--bs-stepper-label-title-opacity-current);
  color: var(--bs-stepper-label-title-color-current);
}

/* line 124, app/assets/stylesheets/theme/components/stepper/_pills.scss */
.stepper.stepper-pills .stepper-item.current .stepper-label .stepper-desc {
  opacity: var(--bs-stepper-label-desc-opacity-current);
  color: var(--bs-stepper-label-desc-color-current);
}

/* line 134, app/assets/stylesheets/theme/components/stepper/_pills.scss */
.stepper.stepper-pills .stepper-item.current.mark-completed:last-child .stepper-icon, .stepper.stepper-pills .stepper-item.completed .stepper-icon {
  transition: color 0.2s ease;
  background-color: var(--bs-stepper-icon-bg-color-completed);
  border: var(--bs-stepper-icon-border-completed);
}

/* line 139, app/assets/stylesheets/theme/components/stepper/_pills.scss */
.stepper.stepper-pills .stepper-item.current.mark-completed:last-child .stepper-icon .stepper-check, .stepper.stepper-pills .stepper-item.completed .stepper-icon .stepper-check {
  color: var(--bs-stepper-icon-check-color-completed);
  display: inline-block;
}

/* line 144, app/assets/stylesheets/theme/components/stepper/_pills.scss */
.stepper.stepper-pills .stepper-item.current.mark-completed:last-child .stepper-icon .stepper-number, .stepper.stepper-pills .stepper-item.completed .stepper-icon .stepper-number {
  display: none;
}

/* line 150, app/assets/stylesheets/theme/components/stepper/_pills.scss */
.stepper.stepper-pills .stepper-item.current.mark-completed:last-child .stepper-label .stepper-title, .stepper.stepper-pills .stepper-item.completed .stepper-label .stepper-title {
  opacity: var(--bs-stepper-label-title-opacity-completed);
  color: var(--bs-stepper-label-title-color-completed);
}

/* line 155, app/assets/stylesheets/theme/components/stepper/_pills.scss */
.stepper.stepper-pills .stepper-item.current.mark-completed:last-child .stepper-label .stepper-desc, .stepper.stepper-pills .stepper-item.completed .stepper-label .stepper-desc {
  opacity: var(--bs-stepper-label-desc-opacity-completed);
  color: var(--bs-stepper-label-desc-color-completed);
}

/* line 166, app/assets/stylesheets/theme/components/stepper/_pills.scss */
.stepper.stepper-pills.stepper-column .stepper-nav {
  flex-direction: column;
  align-items: start;
}

/* line 172, app/assets/stylesheets/theme/components/stepper/_pills.scss */
.stepper.stepper-pills.stepper-column .stepper-item {
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  padding: 0;
  margin: 0;
}

/* line 181, app/assets/stylesheets/theme/components/stepper/_pills.scss */
.stepper.stepper-pills.stepper-column .stepper-wrapper {
  display: flex;
  align-items: center;
}

/* line 187, app/assets/stylesheets/theme/components/stepper/_pills.scss */
.stepper.stepper-pills.stepper-column .stepper-icon {
  z-index: 1;
}

/* line 192, app/assets/stylesheets/theme/components/stepper/_pills.scss */
.stepper.stepper-pills.stepper-column .stepper-line {
  display: block;
  flex-grow: 1;
  margin-left: calc(var(--bs-stepper-pills-size) / 2);
  border-left: var(--bs-stepper-line-border);
  margin-top: 2px;
  margin-bottom: 2px;
}

/* line 7, app/assets/stylesheets/theme/components/stepper/_links.scss */
.stepper.stepper-links .stepper-nav {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* line 14, app/assets/stylesheets/theme/components/stepper/_links.scss */
.stepper.stepper-links .stepper-nav .stepper-item {
  position: relative;
  flex-shrink: 0;
  margin: 1rem 1.5rem;
}

/* line 19, app/assets/stylesheets/theme/components/stepper/_links.scss */
.stepper.stepper-links .stepper-nav .stepper-item:after {
  content: " ";
  position: absolute;
  top: 2.3rem;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: transparent;
  transition: color 0.2s ease;
}

/* line 30, app/assets/stylesheets/theme/components/stepper/_links.scss */
.stepper.stepper-links .stepper-nav .stepper-item .stepper-title {
  color: var(--bs-gray-900);
  font-weight: 600;
  font-size: 1.25rem;
}

/* line 37, app/assets/stylesheets/theme/components/stepper/_links.scss */
.stepper.stepper-links .stepper-nav .stepper-item.current {
  transition: color 0.2s ease;
}

/* line 40, app/assets/stylesheets/theme/components/stepper/_links.scss */
.stepper.stepper-links .stepper-nav .stepper-item.current .stepper-title {
  color: var(--bs-primary);
}

/* line 44, app/assets/stylesheets/theme/components/stepper/_links.scss */
.stepper.stepper-links .stepper-nav .stepper-item.current:after {
  background-color: var(--bs-primary);
}

/* line 51, app/assets/stylesheets/theme/components/stepper/_links.scss */
.stepper.stepper-links .stepper-nav .stepper-item.current.mark-completed:last-child .stepper-title, .stepper.stepper-links .stepper-nav .stepper-item.completed .stepper-title {
  color: var(--bs-gray-500);
}

/* line 8, app/assets/stylesheets/theme/components/_toggle.scss */
.toggle.collapsible:not(.collapsed) .toggle-off, .toggle.active .toggle-off {
  display: none;
}

/* line 15, app/assets/stylesheets/theme/components/_toggle.scss */
.toggle.collapsible.collapsed .toggle-on, .toggle:not(.collapsible):not(.active) .toggle-on {
  display: none;
}

/* line 5, app/assets/stylesheets/theme/components/_shape.scss */
.xehagon {
  border-radius: 50%;
  width: 60%;
  height: 60%;
  background-color: currentColor;
}

/* line 10, app/assets/stylesheets/theme/components/_shape.scss */
.octagon {
  border-radius: 50%;
  width: 60%;
  height: 60%;
  background-color: currentColor;
}

/* line 6, app/assets/stylesheets/theme/components/_ribbon.scss */
.ribbon {
  position: relative;
}

/* line 10, app/assets/stylesheets/theme/components/_ribbon.scss */
.ribbon .ribbon-label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  background-color: var(--bs-ribbon-label-bg);
  box-shadow: var(--bs-ribbon-label-box-shadow);
  color: var(--bs-primary-inverse);
  top: 50%;
  right: 0;
  transform: translateX(5px) translateY(-50%);
}

/* line 24, app/assets/stylesheets/theme/components/_ribbon.scss */
.ribbon .ribbon-label > .ribbon-inner {
  z-index: -1;
  position: absolute;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 34, app/assets/stylesheets/theme/components/_ribbon.scss */
.ribbon .ribbon-label:after {
  border-color: var(--bs-ribbon-label-border-color);
}

/* line 41, app/assets/stylesheets/theme/components/_ribbon.scss */
.ribbon-vertical .ribbon-label {
  padding: 5px 10px;
  min-width: 36px;
  min-height: 46px;
  text-align: center;
}

/* line 50, app/assets/stylesheets/theme/components/_ribbon.scss */
.ribbon.ribbon-top .ribbon-label {
  top: 0;
  transform: translateX(-15px) translateY(-4px);
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

/* line 59, app/assets/stylesheets/theme/components/_ribbon.scss */
.ribbon.ribbon-bottom .ribbon-label {
  border-top-right-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}

/* line 66, app/assets/stylesheets/theme/components/_ribbon.scss */
.ribbon.ribbon-start .ribbon-label {
  top: 50%;
  left: 0;
  right: auto;
  transform: translateX(-5px) translateY(-50%);
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

/* line 77, app/assets/stylesheets/theme/components/_ribbon.scss */
.ribbon.ribbon-end .ribbon-label {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

/* line 87, app/assets/stylesheets/theme/components/_ribbon.scss */
.ribbon.ribbon-clip.ribbon-start .ribbon-label {
  left: -5px;
}

/* line 90, app/assets/stylesheets/theme/components/_ribbon.scss */
.ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

/* line 94, app/assets/stylesheets/theme/components/_ribbon.scss */
.ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner:before, .ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent !important;
  bottom: -10px;
}

/* line 103, app/assets/stylesheets/theme/components/_ribbon.scss */
.ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner:before {
  border-width: 0 10px 10px 0;
  border-right-color: var(--bs-ribbon-clip-bg) !important;
  left: 0;
}

/* line 113, app/assets/stylesheets/theme/components/_ribbon.scss */
.ribbon.ribbon-clip.ribbon-end .ribbon-label {
  right: -5px;
}

/* line 116, app/assets/stylesheets/theme/components/_ribbon.scss */
.ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

/* line 120, app/assets/stylesheets/theme/components/_ribbon.scss */
.ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner:before, .ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent !important;
  bottom: -10px;
}

/* line 129, app/assets/stylesheets/theme/components/_ribbon.scss */
.ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner:before {
  border-width: 0 0 10px 10px;
  border-left-color: var(--bs-ribbon-clip-bg) !important;
  right: 0;
}

/* line 140, app/assets/stylesheets/theme/components/_ribbon.scss */
.ribbon.ribbon-triangle {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

/* line 148, app/assets/stylesheets/theme/components/_ribbon.scss */
.ribbon.ribbon-triangle.ribbon-top-start {
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  border-bottom: solid 2rem transparent !important;
  border-left: solid 2rem transparent;
  border-right: solid 2rem transparent !important;
  border-top: solid 2rem transparent;
}

/* line 160, app/assets/stylesheets/theme/components/_ribbon.scss */
.ribbon.ribbon-triangle.ribbon-top-end {
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  border-bottom: solid 2rem transparent !important;
  border-left: solid 2rem transparent !important;
  border-right: solid 2rem transparent;
  border-top: solid 2rem transparent;
}

/* line 172, app/assets/stylesheets/theme/components/_ribbon.scss */
.ribbon.ribbon-triangle.ribbon-bottom-start {
  bottom: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  border-bottom: solid 2rem transparent;
  border-left: solid 2rem transparent;
  border-right: solid 2rem transparent !important;
  border-top: solid 2rem transparent !important;
}

/* line 184, app/assets/stylesheets/theme/components/_ribbon.scss */
.ribbon.ribbon-triangle.ribbon-bottom-end {
  bottom: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  border-bottom: solid 2rem transparent;
  border-right: solid 2rem transparent;
  border-left: solid 2rem transparent !important;
  border-top: solid 2rem transparent !important;
}

/* line 6, app/assets/stylesheets/theme/components/_blockui.scss */
.blockui {
  position: relative;
}

/* line 9, app/assets/stylesheets/theme/components/_blockui.scss */
.blockui .blockui-overlay {
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bs-blockui-overlay-bg);
}

/* line 21, app/assets/stylesheets/theme/components/_blockui.scss */
.blockui .blockui-overlay .spinner-border {
  height: 1.35rem;
  width: 1.35rem;
}

/* line 27, app/assets/stylesheets/theme/components/_blockui.scss */
.blockui .blockui-message {
  display: flex;
  align-items: center;
  border-radius: 0.375rem;
  box-shadow: var(--bs-blockui-message-box-shadow);
  background-color: var(--bs-blockui-message-bg);
  color: var(--bs-gray-700);
  font-weight: 700;
  margin: 0 !important;
  width: auto;
  padding: 0.85rem 1.75rem !important;
}

/* line 39, app/assets/stylesheets/theme/components/_blockui.scss */
.blockui .blockui-message .spinner-border {
  margin-right: 0.65rem;
}

/* line 47, app/assets/stylesheets/theme/components/_blockui.scss */
[data-bs-theme="dark"] .blockui {
  --bs-blockui-overlay-bg: rgba(255, 255, 255, 0.05);
  --bs-blockui-message-bg: #26272F;
  --bs-blockui-message-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}

/* line 21, app/assets/stylesheets/theme/components/_explore.scss */
.explore-btn-toggle {
  color: var(--bs-gray-600);
  background-color: #fff;
}

/* line 25, app/assets/stylesheets/theme/components/_explore.scss */
.explore-btn-toggle:hover, .explore-btn-toggle:focus, .explore-btn-toggle:active {
  color: #fff;
  background-color: #00B2FF;
}

/* line 33, app/assets/stylesheets/theme/components/_explore.scss */
.explore-btn-dismiss {
  border: 0;
}

/* line 37, app/assets/stylesheets/theme/components/_explore.scss */
.explore-btn-dismiss:hover i,
.explore-btn-dismiss:hover .svg-icon {
  color: #00B2FF;
}

/* line 44, app/assets/stylesheets/theme/components/_explore.scss */
.explore-btn-primary {
  border: 0;
  color: #fff;
  background-color: #00B2FF;
}

/* line 49, app/assets/stylesheets/theme/components/_explore.scss */
.explore-btn-primary:hover {
  color: #fff;
  background-color: #0098DA;
}

/* line 55, app/assets/stylesheets/theme/components/_explore.scss */
.explore-btn-secondary {
  border: 0;
  color: var(--bs-gray-600);
  background-color: var(--bs-gray-100);
}

/* line 60, app/assets/stylesheets/theme/components/_explore.scss */
.explore-btn-secondary:hover {
  color: var(--bs-gray-800);
  background-color: var(--bs-gray-200);
}

/* line 66, app/assets/stylesheets/theme/components/_explore.scss */
.explore-btn-outline {
  border: 1px dashed var(--bs-gray-300) !important;
}

/* line 69, app/assets/stylesheets/theme/components/_explore.scss */
.explore-btn-outline:hover, .explore-btn-outline.active {
  border: 1px dashed #50CD89 !important;
  background-color: #E8FFF3;
}

/* line 76, app/assets/stylesheets/theme/components/_explore.scss */
.explore-link {
  color: #00B2FF;
}

/* line 79, app/assets/stylesheets/theme/components/_explore.scss */
.explore-link:hover {
  color: #0098DA;
}

/* line 84, app/assets/stylesheets/theme/components/_explore.scss */
.explore-link-hover:hover {
  color: #00B2FF !important;
}

/* line 88, app/assets/stylesheets/theme/components/_explore.scss */
.explore-icon-success {
  color: #50CD89;
}

/* line 92, app/assets/stylesheets/theme/components/_explore.scss */
.explore-icon-danger {
  color: #F1416C;
}

/* line 96, app/assets/stylesheets/theme/components/_explore.scss */
.explore-label-free {
  color: #fff;
  background-color: #FFC700;
}

/* line 101, app/assets/stylesheets/theme/components/_explore.scss */
.explore-label-pro {
  color: #fff;
  background-color: #50CD89;
}

/* line 5, app/assets/stylesheets/theme/components/_engage.scss */
.app-engage {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 5;
  padding-right: 12px;
}

/* line 16, app/assets/stylesheets/theme/components/_engage.scss */
.app-engage .app-engage-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: var(--bs-engage-btn-box-shadow);
  border-width: 1px;
  border-style: solid;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
  border-radius: 6px;
  width: 66px;
  height: 70px;
  color: var(--bs-engage-btn-color);
  border-color: var(--bs-engage-btn-border-color);
  background-color: var(--bs-engage-btn-bg);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.app-engage .app-engage-btn i,
.app-engage .app-engage-btn .svg-icon {
  color: var(--bs-engage-btn-icon-color);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.app-engage .app-engage-btn.dropdown-toggle:after {
  color: var(--bs-engage-btn-icon-color);
}

/* line 42, app/assets/stylesheets/theme/components/_engage.scss */
.app-engage .app-engage-btn.hover-dark:hover {
  color: var(--bs-dark-inverse);
  border-color: var(--bs-dark);
  background-color: var(--bs-dark);
}

/* line 47, app/assets/stylesheets/theme/components/_engage.scss */
.app-engage .app-engage-btn.hover-dark:hover i,
.app-engage .app-engage-btn.hover-dark:hover .svg-icon {
  color: var(--bs-dark-inverse);
}

/* line 53, app/assets/stylesheets/theme/components/_engage.scss */
.app-engage .app-engage-btn.hover-primary:hover {
  color: var(--bs-primary-inverse);
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
}

/* line 58, app/assets/stylesheets/theme/components/_engage.scss */
.app-engage .app-engage-btn.hover-primary:hover i,
.app-engage .app-engage-btn.hover-primary:hover .svg-icon {
  color: var(--bs-primary-inverse);
}

/* line 64, app/assets/stylesheets/theme/components/_engage.scss */
.app-engage .app-engage-btn.hover-success:hover {
  color: var(--bs-success-inverse);
  border-color: var(--bs-success);
  background-color: var(--bs-success);
}

/* line 69, app/assets/stylesheets/theme/components/_engage.scss */
.app-engage .app-engage-btn.hover-success:hover i,
.app-engage .app-engage-btn.hover-success:hover .svg-icon {
  color: var(--bs-success-inverse);
}

/* line 75, app/assets/stylesheets/theme/components/_engage.scss */
.app-engage .app-engage-btn.app-engage-btn-toggle-off {
  width: 35px;
  height: 35px;
}

/* line 80, app/assets/stylesheets/theme/components/_engage.scss */
.app-engage .app-engage-btn.app-engage-btn-toggle-on {
  width: 35px;
  height: 35px;
  display: none;
}

/* line 88, app/assets/stylesheets/theme/components/_engage.scss */
.app-engage.app-engage-hide .app-engage-btn {
  visibility: hidden;
}

/* line 91, app/assets/stylesheets/theme/components/_engage.scss */
.app-engage.app-engage-hide .app-engage-btn.app-engage-btn-toggle-off {
  display: none;
}

/* line 95, app/assets/stylesheets/theme/components/_engage.scss */
.app-engage.app-engage-hide .app-engage-btn.app-engage-btn-toggle-on {
  visibility: visible;
  display: flex;
}

/* line 103, app/assets/stylesheets/theme/components/_engage.scss */
.engage-btn {
  display: flex;
  align-items: center;
  height: 35px !important;
  color: var(--bs-engage-btn-color);
  border-color: var(--bs-engage-btn-bg);
  background-color: var(--bs-engage-btn-bg);
}

/* line 22, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.engage-btn i,
.engage-btn .svg-icon {
  color: var(--bs-engage-btn-color);
}

/* line 27, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.engage-btn.dropdown-toggle:after {
  color: var(--bs-engage-btn-color);
}

/* line 40, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .engage-btn, .btn-check:active + .engage-btn, .engage-btn:focus:not(.btn-active), .engage-btn:hover:not(.btn-active), .engage-btn:active:not(.btn-active), .engage-btn.active, .engage-btn.show, .show > .engage-btn {
  color: var(--bs-engage-btn-color-active);
  border-color: var(--bs-engage-btn-bg);
  background-color: var(--bs-engage-btn-bg) !important;
}

/* line 53, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .engage-btn i,
.btn-check:checked + .engage-btn .svg-icon, .btn-check:active + .engage-btn i,
.btn-check:active + .engage-btn .svg-icon, .engage-btn:focus:not(.btn-active) i,
.engage-btn:focus:not(.btn-active) .svg-icon, .engage-btn:hover:not(.btn-active) i,
.engage-btn:hover:not(.btn-active) .svg-icon, .engage-btn:active:not(.btn-active) i,
.engage-btn:active:not(.btn-active) .svg-icon, .engage-btn.active i,
.engage-btn.active .svg-icon, .engage-btn.show i,
.engage-btn.show .svg-icon, .show > .engage-btn i,
.show > .engage-btn .svg-icon {
  color: var(--bs-engage-btn-color-active);
}

/* line 58, app/assets/stylesheets/theme/components/mixins/_buttons.scss */
.btn-check:checked + .engage-btn.dropdown-toggle:after, .btn-check:active + .engage-btn.dropdown-toggle:after, .engage-btn.dropdown-toggle:focus:not(.btn-active):after, .engage-btn.dropdown-toggle:hover:not(.btn-active):after, .engage-btn.dropdown-toggle:active:not(.btn-active):after, .engage-btn.active.dropdown-toggle:after, .engage-btn.show.dropdown-toggle:after, .show > .engage-btn.dropdown-toggle:after {
  color: var(--bs-engage-btn-color-active);
}

/* line 5, app/assets/stylesheets/theme/components/_cookiealert.scss */
.cookiealert {
  background: inherit;
  color: inherit;
}

@media print {
  /* line 7, app/assets/stylesheets/theme/components/_print.scss */
  .print-content-only {
    padding: 0 !important;
    background: none !important;
  }
  /* line 11, app/assets/stylesheets/theme/components/_print.scss */
  .print-content-only .wrapper,
.print-content-only .page,
.print-content-only .page-title
.content,
.print-content-only .container,
.print-content-only .container-xxl,
.print-content-only .container-fluid,
.print-content-only .container-sm,
.print-content-only .container-md,
.print-content-only .container-lg,
.print-content-only .container-xl {
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  /* line 23, app/assets/stylesheets/theme/components/_print.scss */
  .print-content-only .aside,
.print-content-only .sidebar,
.print-content-only .scrolltop,
.print-content-only .header,
.print-content-only .footer,
.print-content-only .toolbar,
.print-content-only .drawer,
.print-content-only .btn {
    display: none !important;
  }
}

/* line 6, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-white {
  --bs-bg-rgb-color: var(--bs-white-bg-rgb);
  background-color: #fff !important;
}

/* line 12, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-black {
  --bs-bg-rgb-color: var(--bs-black-bg-rgb);
  background-color: #000 !important;
}

/* line 18, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-body {
  --bs-bg-rgb-color: var(--bs-body-bg-rgb);
  background-color: var(--bs-body-bg) !important;
}

/* line 23, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-body {
  cursor: pointer;
}

/* line 26, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-body:hover {
  background-color: var(--bs-body-bg) !important;
}

/* line 32, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-active-body.active {
  background-color: var(--bs-body-bg) !important;
}

/* line 37, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-body {
  cursor: pointer;
}

/* line 40, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-body.active, .bg-state-body:hover {
  background-color: var(--bs-body-bg) !important;
}

/* line 46, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-white {
  cursor: pointer;
}

/* line 49, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-white:hover {
  --bs-bg-rgb-color: var(--bs-white-bg-rgb);
  background-color: #fff !important;
}

/* line 56, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-active-white.active {
  --bs-bg-rgb-color: var(--bs-white-bg-rgb);
  background-color: #fff !important;
}

/* line 62, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-white {
  cursor: pointer;
}

/* line 65, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-white.active, .bg-state-white:hover {
  --bs-bg-rgb-color: var(--bs-white-bg-rgb);
  background-color: #fff !important;
}

/* line 75, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-light-primary {
  background-color: var(--bs-primary-light) !important;
}

/* line 80, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-primary {
  --bs-bg-rgb-color: var(--bs-primary-rgb);
  background-color: var(--bs-primary) !important;
}

/* line 85, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-primary-active {
  --bs-bg-rgb-color: var(--bs-primary-active-rgb);
  background-color: var(--bs-primary-active) !important;
}

/* line 91, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-light-primary {
  cursor: pointer;
}

/* line 94, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-light-primary:hover {
  background-color: var(--bs-primary-light) !important;
}

/* line 99, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-light-primary {
  cursor: pointer;
}

/* line 102, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-light-primary.active, .bg-state-light-primary:hover {
  background-color: var(--bs-primary-light) !important;
}

/* line 109, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-primary {
  cursor: pointer;
}

/* line 112, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-primary:hover {
  background-color: var(--bs-primary) !important;
}

/* line 118, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-active-primary.active {
  background-color: var(--bs-primary) !important;
}

/* line 123, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-primary {
  cursor: pointer;
}

/* line 126, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-primary.active, .bg-state-primary:hover {
  background-color: var(--bs-primary) !important;
}

/* line 75, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-light-secondary {
  background-color: var(--bs-secondary-light) !important;
}

/* line 80, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-secondary {
  --bs-bg-rgb-color: var(--bs-secondary-rgb);
  background-color: var(--bs-secondary) !important;
}

/* line 85, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-secondary-active {
  --bs-bg-rgb-color: var(--bs-secondary-active-rgb);
  background-color: var(--bs-secondary-active) !important;
}

/* line 91, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-light-secondary {
  cursor: pointer;
}

/* line 94, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-light-secondary:hover {
  background-color: var(--bs-secondary-light) !important;
}

/* line 99, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-light-secondary {
  cursor: pointer;
}

/* line 102, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-light-secondary.active, .bg-state-light-secondary:hover {
  background-color: var(--bs-secondary-light) !important;
}

/* line 109, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-secondary {
  cursor: pointer;
}

/* line 112, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-secondary:hover {
  background-color: var(--bs-secondary) !important;
}

/* line 118, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-active-secondary.active {
  background-color: var(--bs-secondary) !important;
}

/* line 123, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-secondary {
  cursor: pointer;
}

/* line 126, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-secondary.active, .bg-state-secondary:hover {
  background-color: var(--bs-secondary) !important;
}

/* line 75, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-light-success {
  background-color: var(--bs-success-light) !important;
}

/* line 80, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-success {
  --bs-bg-rgb-color: var(--bs-success-rgb);
  background-color: var(--bs-success) !important;
}

/* line 85, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-success-active {
  --bs-bg-rgb-color: var(--bs-success-active-rgb);
  background-color: var(--bs-success-active) !important;
}

/* line 91, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-light-success {
  cursor: pointer;
}

/* line 94, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-light-success:hover {
  background-color: var(--bs-success-light) !important;
}

/* line 99, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-light-success {
  cursor: pointer;
}

/* line 102, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-light-success.active, .bg-state-light-success:hover {
  background-color: var(--bs-success-light) !important;
}

/* line 109, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-success {
  cursor: pointer;
}

/* line 112, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-success:hover {
  background-color: var(--bs-success) !important;
}

/* line 118, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-active-success.active {
  background-color: var(--bs-success) !important;
}

/* line 123, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-success {
  cursor: pointer;
}

/* line 126, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-success.active, .bg-state-success:hover {
  background-color: var(--bs-success) !important;
}

/* line 75, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-light-info {
  background-color: var(--bs-info-light) !important;
}

/* line 80, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-info {
  --bs-bg-rgb-color: var(--bs-info-rgb);
  background-color: var(--bs-info) !important;
}

/* line 85, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-info-active {
  --bs-bg-rgb-color: var(--bs-info-active-rgb);
  background-color: var(--bs-info-active) !important;
}

/* line 91, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-light-info {
  cursor: pointer;
}

/* line 94, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-light-info:hover {
  background-color: var(--bs-info-light) !important;
}

/* line 99, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-light-info {
  cursor: pointer;
}

/* line 102, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-light-info.active, .bg-state-light-info:hover {
  background-color: var(--bs-info-light) !important;
}

/* line 109, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-info {
  cursor: pointer;
}

/* line 112, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-info:hover {
  background-color: var(--bs-info) !important;
}

/* line 118, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-active-info.active {
  background-color: var(--bs-info) !important;
}

/* line 123, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-info {
  cursor: pointer;
}

/* line 126, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-info.active, .bg-state-info:hover {
  background-color: var(--bs-info) !important;
}

/* line 75, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-light-warning {
  background-color: var(--bs-warning-light) !important;
}

/* line 80, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-warning {
  --bs-bg-rgb-color: var(--bs-warning-rgb);
  background-color: var(--bs-warning) !important;
}

/* line 85, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-warning-active {
  --bs-bg-rgb-color: var(--bs-warning-active-rgb);
  background-color: var(--bs-warning-active) !important;
}

/* line 91, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-light-warning {
  cursor: pointer;
}

/* line 94, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-light-warning:hover {
  background-color: var(--bs-warning-light) !important;
}

/* line 99, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-light-warning {
  cursor: pointer;
}

/* line 102, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-light-warning.active, .bg-state-light-warning:hover {
  background-color: var(--bs-warning-light) !important;
}

/* line 109, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-warning {
  cursor: pointer;
}

/* line 112, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-warning:hover {
  background-color: var(--bs-warning) !important;
}

/* line 118, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-active-warning.active {
  background-color: var(--bs-warning) !important;
}

/* line 123, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-warning {
  cursor: pointer;
}

/* line 126, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-warning.active, .bg-state-warning:hover {
  background-color: var(--bs-warning) !important;
}

/* line 75, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-light-danger {
  background-color: var(--bs-danger-light) !important;
}

/* line 80, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-danger {
  --bs-bg-rgb-color: var(--bs-danger-rgb);
  background-color: var(--bs-danger) !important;
}

/* line 85, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-danger-active {
  --bs-bg-rgb-color: var(--bs-danger-active-rgb);
  background-color: var(--bs-danger-active) !important;
}

/* line 91, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-light-danger {
  cursor: pointer;
}

/* line 94, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-light-danger:hover {
  background-color: var(--bs-danger-light) !important;
}

/* line 99, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-light-danger {
  cursor: pointer;
}

/* line 102, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-light-danger.active, .bg-state-light-danger:hover {
  background-color: var(--bs-danger-light) !important;
}

/* line 109, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-danger {
  cursor: pointer;
}

/* line 112, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-danger:hover {
  background-color: var(--bs-danger) !important;
}

/* line 118, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-active-danger.active {
  background-color: var(--bs-danger) !important;
}

/* line 123, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-danger {
  cursor: pointer;
}

/* line 126, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-danger.active, .bg-state-danger:hover {
  background-color: var(--bs-danger) !important;
}

/* line 75, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-light-light {
  background-color: var(--bs-light-light) !important;
}

/* line 80, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-light {
  --bs-bg-rgb-color: var(--bs-light-rgb);
  background-color: var(--bs-light) !important;
}

/* line 85, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-light-active {
  --bs-bg-rgb-color: var(--bs-light-active-rgb);
  background-color: var(--bs-light-active) !important;
}

/* line 91, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-light-light {
  cursor: pointer;
}

/* line 94, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-light-light:hover {
  background-color: var(--bs-light-light) !important;
}

/* line 99, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-light-light {
  cursor: pointer;
}

/* line 102, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-light-light.active, .bg-state-light-light:hover {
  background-color: var(--bs-light-light) !important;
}

/* line 109, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-light {
  cursor: pointer;
}

/* line 112, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-light:hover {
  background-color: var(--bs-light) !important;
}

/* line 118, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-active-light.active {
  background-color: var(--bs-light) !important;
}

/* line 123, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-light {
  cursor: pointer;
}

/* line 126, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-light.active, .bg-state-light:hover {
  background-color: var(--bs-light) !important;
}

/* line 75, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-light-dark {
  background-color: var(--bs-dark-light) !important;
}

/* line 80, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-dark {
  --bs-bg-rgb-color: var(--bs-dark-rgb);
  background-color: var(--bs-dark) !important;
}

/* line 85, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-dark-active {
  --bs-bg-rgb-color: var(--bs-dark-active-rgb);
  background-color: var(--bs-dark-active) !important;
}

/* line 91, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-light-dark {
  cursor: pointer;
}

/* line 94, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-light-dark:hover {
  background-color: var(--bs-dark-light) !important;
}

/* line 99, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-light-dark {
  cursor: pointer;
}

/* line 102, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-light-dark.active, .bg-state-light-dark:hover {
  background-color: var(--bs-dark-light) !important;
}

/* line 109, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-dark {
  cursor: pointer;
}

/* line 112, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-dark:hover {
  background-color: var(--bs-dark) !important;
}

/* line 118, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-active-dark.active {
  background-color: var(--bs-dark) !important;
}

/* line 123, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-dark {
  cursor: pointer;
}

/* line 126, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-dark.active, .bg-state-dark:hover {
  background-color: var(--bs-dark) !important;
}

/* line 135, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-gray-100 {
  --bs-bg-rgb-color: var(--bs-gray-100-rgb);
  background-color: var(--bs-gray-100);
}

/* line 141, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-gray-100:hover {
  --bs-bg-rgb-color: var(--bs-gray-100-rgb);
  background-color: var(--bs-gray-100);
}

/* line 147, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-gray-100i {
  --bs-bg-rgb-color: var(--bs-gray-100-rgb);
  background-color: var(--bs-gray-100) !important;
}

/* line 135, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-gray-200 {
  --bs-bg-rgb-color: var(--bs-gray-200-rgb);
  background-color: var(--bs-gray-200);
}

/* line 141, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-gray-200:hover {
  --bs-bg-rgb-color: var(--bs-gray-200-rgb);
  background-color: var(--bs-gray-200);
}

/* line 147, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-gray-200i {
  --bs-bg-rgb-color: var(--bs-gray-200-rgb);
  background-color: var(--bs-gray-200) !important;
}

/* line 135, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-gray-300 {
  --bs-bg-rgb-color: var(--bs-gray-300-rgb);
  background-color: var(--bs-gray-300);
}

/* line 141, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-gray-300:hover {
  --bs-bg-rgb-color: var(--bs-gray-300-rgb);
  background-color: var(--bs-gray-300);
}

/* line 147, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-gray-300i {
  --bs-bg-rgb-color: var(--bs-gray-300-rgb);
  background-color: var(--bs-gray-300) !important;
}

/* line 135, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-gray-400 {
  --bs-bg-rgb-color: var(--bs-gray-400-rgb);
  background-color: var(--bs-gray-400);
}

/* line 141, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-gray-400:hover {
  --bs-bg-rgb-color: var(--bs-gray-400-rgb);
  background-color: var(--bs-gray-400);
}

/* line 147, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-gray-400i {
  --bs-bg-rgb-color: var(--bs-gray-400-rgb);
  background-color: var(--bs-gray-400) !important;
}

/* line 135, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-gray-500 {
  --bs-bg-rgb-color: var(--bs-gray-500-rgb);
  background-color: var(--bs-gray-500);
}

/* line 141, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-gray-500:hover {
  --bs-bg-rgb-color: var(--bs-gray-500-rgb);
  background-color: var(--bs-gray-500);
}

/* line 147, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-gray-500i {
  --bs-bg-rgb-color: var(--bs-gray-500-rgb);
  background-color: var(--bs-gray-500) !important;
}

/* line 135, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-gray-600 {
  --bs-bg-rgb-color: var(--bs-gray-600-rgb);
  background-color: var(--bs-gray-600);
}

/* line 141, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-gray-600:hover {
  --bs-bg-rgb-color: var(--bs-gray-600-rgb);
  background-color: var(--bs-gray-600);
}

/* line 147, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-gray-600i {
  --bs-bg-rgb-color: var(--bs-gray-600-rgb);
  background-color: var(--bs-gray-600) !important;
}

/* line 135, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-gray-700 {
  --bs-bg-rgb-color: var(--bs-gray-700-rgb);
  background-color: var(--bs-gray-700);
}

/* line 141, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-gray-700:hover {
  --bs-bg-rgb-color: var(--bs-gray-700-rgb);
  background-color: var(--bs-gray-700);
}

/* line 147, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-gray-700i {
  --bs-bg-rgb-color: var(--bs-gray-700-rgb);
  background-color: var(--bs-gray-700) !important;
}

/* line 135, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-gray-800 {
  --bs-bg-rgb-color: var(--bs-gray-800-rgb);
  background-color: var(--bs-gray-800);
}

/* line 141, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-gray-800:hover {
  --bs-bg-rgb-color: var(--bs-gray-800-rgb);
  background-color: var(--bs-gray-800);
}

/* line 147, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-gray-800i {
  --bs-bg-rgb-color: var(--bs-gray-800-rgb);
  background-color: var(--bs-gray-800) !important;
}

/* line 135, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-gray-900 {
  --bs-bg-rgb-color: var(--bs-gray-900-rgb);
  background-color: var(--bs-gray-900);
}

/* line 141, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-gray-900:hover {
  --bs-bg-rgb-color: var(--bs-gray-900-rgb);
  background-color: var(--bs-gray-900);
}

/* line 147, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-gray-900i {
  --bs-bg-rgb-color: var(--bs-gray-900-rgb);
  background-color: var(--bs-gray-900) !important;
}

/* line 155, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-opacity-0 {
  background-color: rgba(var(--bs-bg-rgb-color), 0) !important;
}

/* line 159, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-opacity-0:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 0) !important;
}

/* line 163, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-active-opacity-0.active {
  background-color: rgba(var(--bs-bg-rgb-color), 0) !important;
}

/* line 168, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-opacity-0 .active, .bg-state-opacity-0:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 0) !important;
}

/* line 155, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-opacity-5 {
  background-color: rgba(var(--bs-bg-rgb-color), 0.05) !important;
}

/* line 159, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-opacity-5:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 0.05) !important;
}

/* line 163, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-active-opacity-5.active {
  background-color: rgba(var(--bs-bg-rgb-color), 0.05) !important;
}

/* line 168, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-opacity-5 .active, .bg-state-opacity-5:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 0.05) !important;
}

/* line 155, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-opacity-10 {
  background-color: rgba(var(--bs-bg-rgb-color), 0.1) !important;
}

/* line 159, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-opacity-10:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 0.1) !important;
}

/* line 163, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-active-opacity-10.active {
  background-color: rgba(var(--bs-bg-rgb-color), 0.1) !important;
}

/* line 168, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-opacity-10 .active, .bg-state-opacity-10:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 0.1) !important;
}

/* line 155, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-opacity-15 {
  background-color: rgba(var(--bs-bg-rgb-color), 0.15) !important;
}

/* line 159, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-opacity-15:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 0.15) !important;
}

/* line 163, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-active-opacity-15.active {
  background-color: rgba(var(--bs-bg-rgb-color), 0.15) !important;
}

/* line 168, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-opacity-15 .active, .bg-state-opacity-15:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 0.15) !important;
}

/* line 155, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-opacity-20 {
  background-color: rgba(var(--bs-bg-rgb-color), 0.2) !important;
}

/* line 159, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-opacity-20:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 0.2) !important;
}

/* line 163, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-active-opacity-20.active {
  background-color: rgba(var(--bs-bg-rgb-color), 0.2) !important;
}

/* line 168, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-opacity-20 .active, .bg-state-opacity-20:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 0.2) !important;
}

/* line 155, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-opacity-25 {
  background-color: rgba(var(--bs-bg-rgb-color), 0.25) !important;
}

/* line 159, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-opacity-25:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 0.25) !important;
}

/* line 163, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-active-opacity-25.active {
  background-color: rgba(var(--bs-bg-rgb-color), 0.25) !important;
}

/* line 168, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-opacity-25 .active, .bg-state-opacity-25:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 0.25) !important;
}

/* line 155, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-opacity-50 {
  background-color: rgba(var(--bs-bg-rgb-color), 0.5) !important;
}

/* line 159, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-opacity-50:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 0.5) !important;
}

/* line 163, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-active-opacity-50.active {
  background-color: rgba(var(--bs-bg-rgb-color), 0.5) !important;
}

/* line 168, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-opacity-50 .active, .bg-state-opacity-50:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 0.5) !important;
}

/* line 155, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-opacity-75 {
  background-color: rgba(var(--bs-bg-rgb-color), 0.75) !important;
}

/* line 159, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-opacity-75:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 0.75) !important;
}

/* line 163, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-active-opacity-75.active {
  background-color: rgba(var(--bs-bg-rgb-color), 0.75) !important;
}

/* line 168, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-opacity-75 .active, .bg-state-opacity-75:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 0.75) !important;
}

/* line 155, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-opacity-100 {
  background-color: rgba(var(--bs-bg-rgb-color), 1) !important;
}

/* line 159, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-hover-opacity-100:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 1) !important;
}

/* line 163, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-active-opacity-100.active {
  background-color: rgba(var(--bs-bg-rgb-color), 1) !important;
}

/* line 168, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bg-state-opacity-100 .active, .bg-state-opacity-100:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 1) !important;
}

/* line 177, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bgi-no-repeat {
  background-repeat: no-repeat;
}

/* line 182, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bgi-position-y-top {
  background-position-y: top;
}

/* line 186, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bgi-position-y-bottom {
  background-position-y: bottom;
}

/* line 190, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bgi-position-y-center {
  background-position-y: center;
}

/* line 194, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bgi-position-x-start {
  background-position-x: left;
}

/* line 198, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bgi-position-x-end {
  background-position-x: right;
}

/* line 202, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bgi-position-x-center {
  background-position-x: center;
}

/* line 206, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bgi-position-top {
  background-position: 0 top;
}

/* line 210, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bgi-position-bottom {
  background-position: 0 bottom;
}

/* line 214, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bgi-position-center {
  background-position: center;
}

/* line 224, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bgi-size-auto {
  background-size: auto;
}

/* line 228, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bgi-size-cover {
  background-size: cover;
}

/* line 232, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bgi-size-contain {
  background-size: contain;
}

/* line 237, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bgi-attachment-fixed {
  background-attachment: fixed;
}

/* line 241, app/assets/stylesheets/theme/components/helpers/_background.scss */
.bgi-attachment-scroll {
  background-attachment: scroll;
}

@media (min-width: 576px) {
  /* line 224, app/assets/stylesheets/theme/components/helpers/_background.scss */
  .bgi-size-sm-auto {
    background-size: auto;
  }
  /* line 228, app/assets/stylesheets/theme/components/helpers/_background.scss */
  .bgi-size-sm-cover {
    background-size: cover;
  }
  /* line 232, app/assets/stylesheets/theme/components/helpers/_background.scss */
  .bgi-size-sm-contain {
    background-size: contain;
  }
  /* line 237, app/assets/stylesheets/theme/components/helpers/_background.scss */
  .bgi-attachment-sm-fixed {
    background-attachment: fixed;
  }
  /* line 241, app/assets/stylesheets/theme/components/helpers/_background.scss */
  .bgi-attachment-sm-scroll {
    background-attachment: scroll;
  }
}

@media (min-width: 768px) {
  /* line 224, app/assets/stylesheets/theme/components/helpers/_background.scss */
  .bgi-size-md-auto {
    background-size: auto;
  }
  /* line 228, app/assets/stylesheets/theme/components/helpers/_background.scss */
  .bgi-size-md-cover {
    background-size: cover;
  }
  /* line 232, app/assets/stylesheets/theme/components/helpers/_background.scss */
  .bgi-size-md-contain {
    background-size: contain;
  }
  /* line 237, app/assets/stylesheets/theme/components/helpers/_background.scss */
  .bgi-attachment-md-fixed {
    background-attachment: fixed;
  }
  /* line 241, app/assets/stylesheets/theme/components/helpers/_background.scss */
  .bgi-attachment-md-scroll {
    background-attachment: scroll;
  }
}

@media (min-width: 992px) {
  /* line 224, app/assets/stylesheets/theme/components/helpers/_background.scss */
  .bgi-size-lg-auto {
    background-size: auto;
  }
  /* line 228, app/assets/stylesheets/theme/components/helpers/_background.scss */
  .bgi-size-lg-cover {
    background-size: cover;
  }
  /* line 232, app/assets/stylesheets/theme/components/helpers/_background.scss */
  .bgi-size-lg-contain {
    background-size: contain;
  }
  /* line 237, app/assets/stylesheets/theme/components/helpers/_background.scss */
  .bgi-attachment-lg-fixed {
    background-attachment: fixed;
  }
  /* line 241, app/assets/stylesheets/theme/components/helpers/_background.scss */
  .bgi-attachment-lg-scroll {
    background-attachment: scroll;
  }
}

@media (min-width: 1200px) {
  /* line 224, app/assets/stylesheets/theme/components/helpers/_background.scss */
  .bgi-size-xl-auto {
    background-size: auto;
  }
  /* line 228, app/assets/stylesheets/theme/components/helpers/_background.scss */
  .bgi-size-xl-cover {
    background-size: cover;
  }
  /* line 232, app/assets/stylesheets/theme/components/helpers/_background.scss */
  .bgi-size-xl-contain {
    background-size: contain;
  }
  /* line 237, app/assets/stylesheets/theme/components/helpers/_background.scss */
  .bgi-attachment-xl-fixed {
    background-attachment: fixed;
  }
  /* line 241, app/assets/stylesheets/theme/components/helpers/_background.scss */
  .bgi-attachment-xl-scroll {
    background-attachment: scroll;
  }
}

@media (min-width: 1400px) {
  /* line 224, app/assets/stylesheets/theme/components/helpers/_background.scss */
  .bgi-size-xxl-auto {
    background-size: auto;
  }
  /* line 228, app/assets/stylesheets/theme/components/helpers/_background.scss */
  .bgi-size-xxl-cover {
    background-size: cover;
  }
  /* line 232, app/assets/stylesheets/theme/components/helpers/_background.scss */
  .bgi-size-xxl-contain {
    background-size: contain;
  }
  /* line 237, app/assets/stylesheets/theme/components/helpers/_background.scss */
  .bgi-attachment-xxl-fixed {
    background-attachment: fixed;
  }
  /* line 241, app/assets/stylesheets/theme/components/helpers/_background.scss */
  .bgi-attachment-xxl-scroll {
    background-attachment: scroll;
  }
}

/* line 5, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-active:not(.active):not(:active):not(:hover):not(:focus) {
  border-color: transparent !important;
}

/* line 9, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-hover:not(:hover):not(:focus):not(.active):not(:active) {
  cursor: pointer;
  border-color: transparent !important;
}

/* line 17, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-gray-100 {
  border-color: var(--bs-gray-100) !important;
}

/* line 17, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-gray-200 {
  border-color: var(--bs-gray-200) !important;
}

/* line 17, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-gray-300 {
  border-color: var(--bs-gray-300) !important;
}

/* line 17, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-gray-400 {
  border-color: var(--bs-gray-400) !important;
}

/* line 17, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-gray-500 {
  border-color: var(--bs-gray-500) !important;
}

/* line 17, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-gray-600 {
  border-color: var(--bs-gray-600) !important;
}

/* line 17, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-gray-700 {
  border-color: var(--bs-gray-700) !important;
}

/* line 17, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-gray-800 {
  border-color: var(--bs-gray-800) !important;
}

/* line 17, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-gray-900 {
  border-color: var(--bs-gray-900) !important;
}

/* line 24, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-primary-clarity {
  border-color: var(--bs-primary-clarity) !important;
}

/* line 28, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-hover-primary:hover {
  border-color: var(--bs-primary) !important;
}

/* line 32, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-active-primary.active {
  border-color: var(--bs-primary) !important;
}

/* line 24, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-secondary-clarity {
  border-color: var(--bs-secondary-clarity) !important;
}

/* line 28, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-hover-secondary:hover {
  border-color: var(--bs-secondary) !important;
}

/* line 32, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-active-secondary.active {
  border-color: var(--bs-secondary) !important;
}

/* line 24, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-success-clarity {
  border-color: var(--bs-success-clarity) !important;
}

/* line 28, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-hover-success:hover {
  border-color: var(--bs-success) !important;
}

/* line 32, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-active-success.active {
  border-color: var(--bs-success) !important;
}

/* line 24, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-info-clarity {
  border-color: var(--bs-info-clarity) !important;
}

/* line 28, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-hover-info:hover {
  border-color: var(--bs-info) !important;
}

/* line 32, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-active-info.active {
  border-color: var(--bs-info) !important;
}

/* line 24, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-warning-clarity {
  border-color: var(--bs-warning-clarity) !important;
}

/* line 28, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-hover-warning:hover {
  border-color: var(--bs-warning) !important;
}

/* line 32, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-active-warning.active {
  border-color: var(--bs-warning) !important;
}

/* line 24, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-danger-clarity {
  border-color: var(--bs-danger-clarity) !important;
}

/* line 28, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-hover-danger:hover {
  border-color: var(--bs-danger) !important;
}

/* line 32, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-active-danger.active {
  border-color: var(--bs-danger) !important;
}

/* line 24, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-light-clarity {
  border-color: var(--bs-light-clarity) !important;
}

/* line 28, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-hover-light:hover {
  border-color: var(--bs-light) !important;
}

/* line 32, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-active-light.active {
  border-color: var(--bs-light) !important;
}

/* line 24, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-dark-clarity {
  border-color: var(--bs-dark-clarity) !important;
}

/* line 28, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-hover-dark:hover {
  border-color: var(--bs-dark) !important;
}

/* line 32, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-active-dark.active {
  border-color: var(--bs-dark) !important;
}

/* line 37, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-hover-primary-clarity:hover,
.border-active-primary-clarity.active {
  border-color: var(--bs-primary-clarity) !important;
}

/* line 43, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-hover-transparent:hover {
  border-color: transparent !important;
}

/* line 48, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-dashed {
  border-style: dashed !important;
  border-color: var(--bs-border-dashed-color);
}

/* line 53, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-top-dashed {
  border-top-style: dashed !important;
}

/* line 57, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-bottom-dashed {
  border-bottom-style: dashed !important;
}

/* line 61, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-start-dashed {
  border-left-style: dashed !important;
}

/* line 65, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-end-dashed {
  border-right-style: dashed !important;
}

/* line 70, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-dotted {
  border-style: dotted !important;
}

/* line 74, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-top-dotted {
  border-top-style: dotted !important;
}

/* line 78, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-bottom-dotted {
  border-bottom-style: dotted !important;
}

/* line 82, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-start-dotted {
  border-left-style: dotted !important;
}

/* line 86, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-end-dotted {
  border-right-style: dotted !important;
}

/* line 91, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-transparent {
  border-color: transparent !important;
}

/* line 96, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.border-body {
  border-color: var(--bs-body-bg) !important;
}

/* line 101, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 106, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.rounded-bottom-0 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 111, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.rounded-start-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 116, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 121, app/assets/stylesheets/theme/components/helpers/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 10, app/assets/stylesheets/theme/components/helpers/_flex.scss */
.flex-root {
  flex: 1;
}

/* line 14, app/assets/stylesheets/theme/components/helpers/_flex.scss */
.flex-column-auto {
  flex: none;
}

/* line 18, app/assets/stylesheets/theme/components/helpers/_flex.scss */
.flex-column-fluid {
  flex: 1 0 auto;
}

/* line 22, app/assets/stylesheets/theme/components/helpers/_flex.scss */
.flex-row-auto {
  flex: 0 0 auto;
}

/* line 26, app/assets/stylesheets/theme/components/helpers/_flex.scss */
.flex-row-fluid {
  flex: 1 auto;
  min-width: 0;
}

/* line 31, app/assets/stylesheets/theme/components/helpers/_flex.scss */
.flex-center {
  justify-content: center;
  align-items: center;
}

/* line 36, app/assets/stylesheets/theme/components/helpers/_flex.scss */
.flex-start {
  justify-content: start;
  align-items: start;
}

/* line 41, app/assets/stylesheets/theme/components/helpers/_flex.scss */
.flex-end {
  justify-content: flex-end;
  align-items: flex-end;
}

/* line 46, app/assets/stylesheets/theme/components/helpers/_flex.scss */
.flex-stack {
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 576px) {
  /* line 10, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-sm-root {
    flex: 1;
  }
  /* line 14, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-sm-column-auto {
    flex: none;
  }
  /* line 18, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-sm-column-fluid {
    flex: 1 0 auto;
  }
  /* line 22, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-sm-row-auto {
    flex: 0 0 auto;
  }
  /* line 26, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-sm-row-fluid {
    flex: 1 auto;
    min-width: 0;
  }
  /* line 31, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-sm-center {
    justify-content: center;
    align-items: center;
  }
  /* line 36, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-sm-start {
    justify-content: start;
    align-items: start;
  }
  /* line 41, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-sm-end {
    justify-content: flex-end;
    align-items: flex-end;
  }
  /* line 46, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-sm-stack {
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 768px) {
  /* line 10, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-md-root {
    flex: 1;
  }
  /* line 14, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-md-column-auto {
    flex: none;
  }
  /* line 18, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-md-column-fluid {
    flex: 1 0 auto;
  }
  /* line 22, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-md-row-auto {
    flex: 0 0 auto;
  }
  /* line 26, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-md-row-fluid {
    flex: 1 auto;
    min-width: 0;
  }
  /* line 31, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-md-center {
    justify-content: center;
    align-items: center;
  }
  /* line 36, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-md-start {
    justify-content: start;
    align-items: start;
  }
  /* line 41, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-md-end {
    justify-content: flex-end;
    align-items: flex-end;
  }
  /* line 46, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-md-stack {
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 992px) {
  /* line 10, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-lg-root {
    flex: 1;
  }
  /* line 14, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-lg-column-auto {
    flex: none;
  }
  /* line 18, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-lg-column-fluid {
    flex: 1 0 auto;
  }
  /* line 22, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-lg-row-auto {
    flex: 0 0 auto;
  }
  /* line 26, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-lg-row-fluid {
    flex: 1 auto;
    min-width: 0;
  }
  /* line 31, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-lg-center {
    justify-content: center;
    align-items: center;
  }
  /* line 36, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-lg-start {
    justify-content: start;
    align-items: start;
  }
  /* line 41, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-lg-end {
    justify-content: flex-end;
    align-items: flex-end;
  }
  /* line 46, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-lg-stack {
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  /* line 10, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-xl-root {
    flex: 1;
  }
  /* line 14, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-xl-column-auto {
    flex: none;
  }
  /* line 18, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-xl-column-fluid {
    flex: 1 0 auto;
  }
  /* line 22, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-xl-row-auto {
    flex: 0 0 auto;
  }
  /* line 26, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-xl-row-fluid {
    flex: 1 auto;
    min-width: 0;
  }
  /* line 31, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-xl-center {
    justify-content: center;
    align-items: center;
  }
  /* line 36, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-xl-start {
    justify-content: start;
    align-items: start;
  }
  /* line 41, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-xl-end {
    justify-content: flex-end;
    align-items: flex-end;
  }
  /* line 46, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-xl-stack {
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 1400px) {
  /* line 10, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-xxl-root {
    flex: 1;
  }
  /* line 14, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-xxl-column-auto {
    flex: none;
  }
  /* line 18, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-xxl-column-fluid {
    flex: 1 0 auto;
  }
  /* line 22, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-xxl-row-auto {
    flex: 0 0 auto;
  }
  /* line 26, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-xxl-row-fluid {
    flex: 1 auto;
    min-width: 0;
  }
  /* line 31, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-xxl-center {
    justify-content: center;
    align-items: center;
  }
  /* line 36, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-xxl-start {
    justify-content: start;
    align-items: start;
  }
  /* line 41, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-xxl-end {
    justify-content: flex-end;
    align-items: flex-end;
  }
  /* line 46, app/assets/stylesheets/theme/components/helpers/_flex.scss */
  .flex-xxl-stack {
    justify-content: space-between;
    align-items: center;
  }
}

/* line 53, app/assets/stylesheets/theme/components/helpers/_flex.scss */
.flex-equal {
  flex-grow: 1;
  flex-basis: 0;
  flex-shrink: 0;
}

/* line 5, app/assets/stylesheets/theme/components/helpers/_shadow.scss */
.shadow-xs {
  box-shadow: var(--bs-box-shadow-xs);
}

/* line 9, app/assets/stylesheets/theme/components/helpers/_shadow.scss */
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm);
}

/* line 13, app/assets/stylesheets/theme/components/helpers/_shadow.scss */
.shadow {
  box-shadow: var(--bs-box-shadow);
}

/* line 17, app/assets/stylesheets/theme/components/helpers/_shadow.scss */
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg);
}

/* line 8, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-white {
  color: var(--bs-text-white) !important;
}

/* line 27, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-white {
  transition: color 0.2s ease;
}

/* line 30, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-white i {
  transition: color 0.2s ease;
}

/* line 34, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-white:hover {
  transition: color 0.2s ease;
  color: var(--bs-text-white) !important;
}

/* line 38, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-white:hover i {
  transition: color 0.2s ease;
  color: var(--bs-text-white) !important;
}

/* line 43, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-white:hover .svg-icon {
  color: var(--bs-text-white) !important;
}

/* line 50, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-white {
  transition: color 0.2s ease;
}

/* line 53, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-white i {
  transition: color 0.2s ease;
}

/* line 57, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-white.active {
  transition: color 0.2s ease;
  color: var(--bs-text-white) !important;
}

/* line 61, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-white.active i {
  transition: color 0.2s ease;
  color: var(--bs-text-white) !important;
}

/* line 66, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-white.active .svg-icon {
  color: var(--bs-text-white) !important;
}

/* line 8, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-primary {
  color: var(--bs-text-primary) !important;
}

/* line 14, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-inverse-primary {
  color: var(--bs-primary-inverse) !important;
}

/* line 21, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-light-primary {
  color: var(--bs-primary-light) !important;
}

/* line 27, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-primary {
  transition: color 0.2s ease;
}

/* line 30, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-primary i {
  transition: color 0.2s ease;
}

/* line 34, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-primary:hover {
  transition: color 0.2s ease;
  color: var(--bs-text-primary) !important;
}

/* line 38, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-primary:hover i {
  transition: color 0.2s ease;
  color: var(--bs-text-primary) !important;
}

/* line 43, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-primary:hover .svg-icon {
  color: var(--bs-text-primary) !important;
}

/* line 50, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-primary {
  transition: color 0.2s ease;
}

/* line 53, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-primary i {
  transition: color 0.2s ease;
}

/* line 57, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-primary.active {
  transition: color 0.2s ease;
  color: var(--bs-text-primary) !important;
}

/* line 61, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-primary.active i {
  transition: color 0.2s ease;
  color: var(--bs-text-primary) !important;
}

/* line 66, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-primary.active .svg-icon {
  color: var(--bs-text-primary) !important;
}

/* line 8, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-secondary {
  color: var(--bs-text-secondary) !important;
}

/* line 14, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-inverse-secondary {
  color: var(--bs-secondary-inverse) !important;
}

/* line 21, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-light-secondary {
  color: var(--bs-secondary-light) !important;
}

/* line 27, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-secondary {
  transition: color 0.2s ease;
}

/* line 30, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-secondary i {
  transition: color 0.2s ease;
}

/* line 34, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-secondary:hover {
  transition: color 0.2s ease;
  color: var(--bs-text-secondary) !important;
}

/* line 38, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-secondary:hover i {
  transition: color 0.2s ease;
  color: var(--bs-text-secondary) !important;
}

/* line 43, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-secondary:hover .svg-icon {
  color: var(--bs-text-secondary) !important;
}

/* line 50, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-secondary {
  transition: color 0.2s ease;
}

/* line 53, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-secondary i {
  transition: color 0.2s ease;
}

/* line 57, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-secondary.active {
  transition: color 0.2s ease;
  color: var(--bs-text-secondary) !important;
}

/* line 61, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-secondary.active i {
  transition: color 0.2s ease;
  color: var(--bs-text-secondary) !important;
}

/* line 66, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-secondary.active .svg-icon {
  color: var(--bs-text-secondary) !important;
}

/* line 8, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-light {
  color: var(--bs-text-light) !important;
}

/* line 14, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-inverse-light {
  color: var(--bs-light-inverse) !important;
}

/* line 21, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-light-light {
  color: var(--bs-light-light) !important;
}

/* line 27, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-light {
  transition: color 0.2s ease;
}

/* line 30, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-light i {
  transition: color 0.2s ease;
}

/* line 34, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-light:hover {
  transition: color 0.2s ease;
  color: var(--bs-text-light) !important;
}

/* line 38, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-light:hover i {
  transition: color 0.2s ease;
  color: var(--bs-text-light) !important;
}

/* line 43, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-light:hover .svg-icon {
  color: var(--bs-text-light) !important;
}

/* line 50, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-light {
  transition: color 0.2s ease;
}

/* line 53, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-light i {
  transition: color 0.2s ease;
}

/* line 57, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-light.active {
  transition: color 0.2s ease;
  color: var(--bs-text-light) !important;
}

/* line 61, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-light.active i {
  transition: color 0.2s ease;
  color: var(--bs-text-light) !important;
}

/* line 66, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-light.active .svg-icon {
  color: var(--bs-text-light) !important;
}

/* line 8, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-success {
  color: var(--bs-text-success) !important;
}

/* line 14, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-inverse-success {
  color: var(--bs-success-inverse) !important;
}

/* line 21, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-light-success {
  color: var(--bs-success-light) !important;
}

/* line 27, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-success {
  transition: color 0.2s ease;
}

/* line 30, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-success i {
  transition: color 0.2s ease;
}

/* line 34, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-success:hover {
  transition: color 0.2s ease;
  color: var(--bs-text-success) !important;
}

/* line 38, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-success:hover i {
  transition: color 0.2s ease;
  color: var(--bs-text-success) !important;
}

/* line 43, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-success:hover .svg-icon {
  color: var(--bs-text-success) !important;
}

/* line 50, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-success {
  transition: color 0.2s ease;
}

/* line 53, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-success i {
  transition: color 0.2s ease;
}

/* line 57, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-success.active {
  transition: color 0.2s ease;
  color: var(--bs-text-success) !important;
}

/* line 61, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-success.active i {
  transition: color 0.2s ease;
  color: var(--bs-text-success) !important;
}

/* line 66, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-success.active .svg-icon {
  color: var(--bs-text-success) !important;
}

/* line 8, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-info {
  color: var(--bs-text-info) !important;
}

/* line 14, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-inverse-info {
  color: var(--bs-info-inverse) !important;
}

/* line 21, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-light-info {
  color: var(--bs-info-light) !important;
}

/* line 27, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-info {
  transition: color 0.2s ease;
}

/* line 30, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-info i {
  transition: color 0.2s ease;
}

/* line 34, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-info:hover {
  transition: color 0.2s ease;
  color: var(--bs-text-info) !important;
}

/* line 38, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-info:hover i {
  transition: color 0.2s ease;
  color: var(--bs-text-info) !important;
}

/* line 43, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-info:hover .svg-icon {
  color: var(--bs-text-info) !important;
}

/* line 50, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-info {
  transition: color 0.2s ease;
}

/* line 53, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-info i {
  transition: color 0.2s ease;
}

/* line 57, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-info.active {
  transition: color 0.2s ease;
  color: var(--bs-text-info) !important;
}

/* line 61, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-info.active i {
  transition: color 0.2s ease;
  color: var(--bs-text-info) !important;
}

/* line 66, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-info.active .svg-icon {
  color: var(--bs-text-info) !important;
}

/* line 8, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-warning {
  color: var(--bs-text-warning) !important;
}

/* line 14, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-inverse-warning {
  color: var(--bs-warning-inverse) !important;
}

/* line 21, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-light-warning {
  color: var(--bs-warning-light) !important;
}

/* line 27, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-warning {
  transition: color 0.2s ease;
}

/* line 30, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-warning i {
  transition: color 0.2s ease;
}

/* line 34, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-warning:hover {
  transition: color 0.2s ease;
  color: var(--bs-text-warning) !important;
}

/* line 38, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-warning:hover i {
  transition: color 0.2s ease;
  color: var(--bs-text-warning) !important;
}

/* line 43, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-warning:hover .svg-icon {
  color: var(--bs-text-warning) !important;
}

/* line 50, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-warning {
  transition: color 0.2s ease;
}

/* line 53, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-warning i {
  transition: color 0.2s ease;
}

/* line 57, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-warning.active {
  transition: color 0.2s ease;
  color: var(--bs-text-warning) !important;
}

/* line 61, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-warning.active i {
  transition: color 0.2s ease;
  color: var(--bs-text-warning) !important;
}

/* line 66, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-warning.active .svg-icon {
  color: var(--bs-text-warning) !important;
}

/* line 8, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-danger {
  color: var(--bs-text-danger) !important;
}

/* line 14, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-inverse-danger {
  color: var(--bs-danger-inverse) !important;
}

/* line 21, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-light-danger {
  color: var(--bs-danger-light) !important;
}

/* line 27, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-danger {
  transition: color 0.2s ease;
}

/* line 30, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-danger i {
  transition: color 0.2s ease;
}

/* line 34, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-danger:hover {
  transition: color 0.2s ease;
  color: var(--bs-text-danger) !important;
}

/* line 38, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-danger:hover i {
  transition: color 0.2s ease;
  color: var(--bs-text-danger) !important;
}

/* line 43, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-danger:hover .svg-icon {
  color: var(--bs-text-danger) !important;
}

/* line 50, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-danger {
  transition: color 0.2s ease;
}

/* line 53, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-danger i {
  transition: color 0.2s ease;
}

/* line 57, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-danger.active {
  transition: color 0.2s ease;
  color: var(--bs-text-danger) !important;
}

/* line 61, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-danger.active i {
  transition: color 0.2s ease;
  color: var(--bs-text-danger) !important;
}

/* line 66, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-danger.active .svg-icon {
  color: var(--bs-text-danger) !important;
}

/* line 8, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-dark {
  color: var(--bs-text-dark) !important;
}

/* line 14, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-inverse-dark {
  color: var(--bs-dark-inverse) !important;
}

/* line 21, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-light-dark {
  color: var(--bs-dark-light) !important;
}

/* line 27, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-dark {
  transition: color 0.2s ease;
}

/* line 30, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-dark i {
  transition: color 0.2s ease;
}

/* line 34, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-dark:hover {
  transition: color 0.2s ease;
  color: var(--bs-text-dark) !important;
}

/* line 38, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-dark:hover i {
  transition: color 0.2s ease;
  color: var(--bs-text-dark) !important;
}

/* line 43, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-dark:hover .svg-icon {
  color: var(--bs-text-dark) !important;
}

/* line 50, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-dark {
  transition: color 0.2s ease;
}

/* line 53, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-dark i {
  transition: color 0.2s ease;
}

/* line 57, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-dark.active {
  transition: color 0.2s ease;
  color: var(--bs-text-dark) !important;
}

/* line 61, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-dark.active i {
  transition: color 0.2s ease;
  color: var(--bs-text-dark) !important;
}

/* line 66, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-dark.active .svg-icon {
  color: var(--bs-text-dark) !important;
}

/* line 8, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-muted {
  color: var(--bs-text-muted) !important;
}

/* line 27, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-muted {
  transition: color 0.2s ease;
}

/* line 30, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-muted i {
  transition: color 0.2s ease;
}

/* line 34, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-muted:hover {
  transition: color 0.2s ease;
  color: var(--bs-text-muted) !important;
}

/* line 38, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-muted:hover i {
  transition: color 0.2s ease;
  color: var(--bs-text-muted) !important;
}

/* line 43, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-muted:hover .svg-icon {
  color: var(--bs-text-muted) !important;
}

/* line 50, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-muted {
  transition: color 0.2s ease;
}

/* line 53, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-muted i {
  transition: color 0.2s ease;
}

/* line 57, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-muted.active {
  transition: color 0.2s ease;
  color: var(--bs-text-muted) !important;
}

/* line 61, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-muted.active i {
  transition: color 0.2s ease;
  color: var(--bs-text-muted) !important;
}

/* line 66, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-muted.active .svg-icon {
  color: var(--bs-text-muted) !important;
}

/* line 8, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-gray-100 {
  color: var(--bs-text-gray-100) !important;
}

/* line 27, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-100 {
  transition: color 0.2s ease;
}

/* line 30, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-100 i {
  transition: color 0.2s ease;
}

/* line 34, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-100:hover {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-100) !important;
}

/* line 38, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-100:hover i {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-100) !important;
}

/* line 43, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-100:hover .svg-icon {
  color: var(--bs-text-gray-100) !important;
}

/* line 50, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-100 {
  transition: color 0.2s ease;
}

/* line 53, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-100 i {
  transition: color 0.2s ease;
}

/* line 57, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-100.active {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-100) !important;
}

/* line 61, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-100.active i {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-100) !important;
}

/* line 66, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-100.active .svg-icon {
  color: var(--bs-text-gray-100) !important;
}

/* line 8, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-gray-200 {
  color: var(--bs-text-gray-200) !important;
}

/* line 27, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-200 {
  transition: color 0.2s ease;
}

/* line 30, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-200 i {
  transition: color 0.2s ease;
}

/* line 34, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-200:hover {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-200) !important;
}

/* line 38, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-200:hover i {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-200) !important;
}

/* line 43, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-200:hover .svg-icon {
  color: var(--bs-text-gray-200) !important;
}

/* line 50, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-200 {
  transition: color 0.2s ease;
}

/* line 53, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-200 i {
  transition: color 0.2s ease;
}

/* line 57, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-200.active {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-200) !important;
}

/* line 61, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-200.active i {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-200) !important;
}

/* line 66, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-200.active .svg-icon {
  color: var(--bs-text-gray-200) !important;
}

/* line 8, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-gray-300 {
  color: var(--bs-text-gray-300) !important;
}

/* line 27, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-300 {
  transition: color 0.2s ease;
}

/* line 30, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-300 i {
  transition: color 0.2s ease;
}

/* line 34, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-300:hover {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-300) !important;
}

/* line 38, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-300:hover i {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-300) !important;
}

/* line 43, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-300:hover .svg-icon {
  color: var(--bs-text-gray-300) !important;
}

/* line 50, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-300 {
  transition: color 0.2s ease;
}

/* line 53, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-300 i {
  transition: color 0.2s ease;
}

/* line 57, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-300.active {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-300) !important;
}

/* line 61, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-300.active i {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-300) !important;
}

/* line 66, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-300.active .svg-icon {
  color: var(--bs-text-gray-300) !important;
}

/* line 8, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-gray-400 {
  color: var(--bs-text-gray-400) !important;
}

/* line 27, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-400 {
  transition: color 0.2s ease;
}

/* line 30, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-400 i {
  transition: color 0.2s ease;
}

/* line 34, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-400:hover {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-400) !important;
}

/* line 38, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-400:hover i {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-400) !important;
}

/* line 43, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-400:hover .svg-icon {
  color: var(--bs-text-gray-400) !important;
}

/* line 50, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-400 {
  transition: color 0.2s ease;
}

/* line 53, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-400 i {
  transition: color 0.2s ease;
}

/* line 57, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-400.active {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-400) !important;
}

/* line 61, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-400.active i {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-400) !important;
}

/* line 66, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-400.active .svg-icon {
  color: var(--bs-text-gray-400) !important;
}

/* line 8, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-gray-500 {
  color: var(--bs-text-gray-500) !important;
}

/* line 27, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-500 {
  transition: color 0.2s ease;
}

/* line 30, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-500 i {
  transition: color 0.2s ease;
}

/* line 34, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-500:hover {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-500) !important;
}

/* line 38, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-500:hover i {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-500) !important;
}

/* line 43, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-500:hover .svg-icon {
  color: var(--bs-text-gray-500) !important;
}

/* line 50, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-500 {
  transition: color 0.2s ease;
}

/* line 53, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-500 i {
  transition: color 0.2s ease;
}

/* line 57, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-500.active {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-500) !important;
}

/* line 61, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-500.active i {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-500) !important;
}

/* line 66, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-500.active .svg-icon {
  color: var(--bs-text-gray-500) !important;
}

/* line 8, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-gray-600 {
  color: var(--bs-text-gray-600) !important;
}

/* line 27, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-600 {
  transition: color 0.2s ease;
}

/* line 30, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-600 i {
  transition: color 0.2s ease;
}

/* line 34, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-600:hover {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-600) !important;
}

/* line 38, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-600:hover i {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-600) !important;
}

/* line 43, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-600:hover .svg-icon {
  color: var(--bs-text-gray-600) !important;
}

/* line 50, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-600 {
  transition: color 0.2s ease;
}

/* line 53, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-600 i {
  transition: color 0.2s ease;
}

/* line 57, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-600.active {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-600) !important;
}

/* line 61, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-600.active i {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-600) !important;
}

/* line 66, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-600.active .svg-icon {
  color: var(--bs-text-gray-600) !important;
}

/* line 8, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-gray-700 {
  color: var(--bs-text-gray-700) !important;
}

/* line 27, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-700 {
  transition: color 0.2s ease;
}

/* line 30, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-700 i {
  transition: color 0.2s ease;
}

/* line 34, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-700:hover {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-700) !important;
}

/* line 38, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-700:hover i {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-700) !important;
}

/* line 43, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-700:hover .svg-icon {
  color: var(--bs-text-gray-700) !important;
}

/* line 50, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-700 {
  transition: color 0.2s ease;
}

/* line 53, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-700 i {
  transition: color 0.2s ease;
}

/* line 57, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-700.active {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-700) !important;
}

/* line 61, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-700.active i {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-700) !important;
}

/* line 66, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-700.active .svg-icon {
  color: var(--bs-text-gray-700) !important;
}

/* line 8, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-gray-800 {
  color: var(--bs-text-gray-800) !important;
}

/* line 27, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-800 {
  transition: color 0.2s ease;
}

/* line 30, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-800 i {
  transition: color 0.2s ease;
}

/* line 34, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-800:hover {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-800) !important;
}

/* line 38, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-800:hover i {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-800) !important;
}

/* line 43, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-800:hover .svg-icon {
  color: var(--bs-text-gray-800) !important;
}

/* line 50, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-800 {
  transition: color 0.2s ease;
}

/* line 53, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-800 i {
  transition: color 0.2s ease;
}

/* line 57, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-800.active {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-800) !important;
}

/* line 61, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-800.active i {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-800) !important;
}

/* line 66, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-800.active .svg-icon {
  color: var(--bs-text-gray-800) !important;
}

/* line 8, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-gray-900 {
  color: var(--bs-text-gray-900) !important;
}

/* line 27, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-900 {
  transition: color 0.2s ease;
}

/* line 30, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-900 i {
  transition: color 0.2s ease;
}

/* line 34, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-900:hover {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-900) !important;
}

/* line 38, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-900:hover i {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-900) !important;
}

/* line 43, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-hover-gray-900:hover .svg-icon {
  color: var(--bs-text-gray-900) !important;
}

/* line 50, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-900 {
  transition: color 0.2s ease;
}

/* line 53, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-900 i {
  transition: color 0.2s ease;
}

/* line 57, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-900.active {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-900) !important;
}

/* line 61, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-900.active i {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-900) !important;
}

/* line 66, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-active-gray-900.active .svg-icon {
  color: var(--bs-text-gray-900) !important;
}

/* line 76, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover .parent-hover-white {
  transition: color 0.2s ease;
}

/* line 81, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover:hover .parent-hover-white {
  transition: color 0.2s ease;
  color: var(--bs-text-white) !important;
}

/* line 76, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover .parent-hover-primary {
  transition: color 0.2s ease;
}

/* line 81, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover:hover .parent-hover-primary {
  transition: color 0.2s ease;
  color: var(--bs-text-primary) !important;
}

/* line 76, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover .parent-hover-secondary {
  transition: color 0.2s ease;
}

/* line 81, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover:hover .parent-hover-secondary {
  transition: color 0.2s ease;
  color: var(--bs-text-secondary) !important;
}

/* line 76, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover .parent-hover-light {
  transition: color 0.2s ease;
}

/* line 81, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover:hover .parent-hover-light {
  transition: color 0.2s ease;
  color: var(--bs-text-light) !important;
}

/* line 76, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover .parent-hover-success {
  transition: color 0.2s ease;
}

/* line 81, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover:hover .parent-hover-success {
  transition: color 0.2s ease;
  color: var(--bs-text-success) !important;
}

/* line 76, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover .parent-hover-info {
  transition: color 0.2s ease;
}

/* line 81, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover:hover .parent-hover-info {
  transition: color 0.2s ease;
  color: var(--bs-text-info) !important;
}

/* line 76, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover .parent-hover-warning {
  transition: color 0.2s ease;
}

/* line 81, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover:hover .parent-hover-warning {
  transition: color 0.2s ease;
  color: var(--bs-text-warning) !important;
}

/* line 76, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover .parent-hover-danger {
  transition: color 0.2s ease;
}

/* line 81, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover:hover .parent-hover-danger {
  transition: color 0.2s ease;
  color: var(--bs-text-danger) !important;
}

/* line 76, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover .parent-hover-dark {
  transition: color 0.2s ease;
}

/* line 81, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover:hover .parent-hover-dark {
  transition: color 0.2s ease;
  color: var(--bs-text-dark) !important;
}

/* line 76, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover .parent-hover-muted {
  transition: color 0.2s ease;
}

/* line 81, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover:hover .parent-hover-muted {
  transition: color 0.2s ease;
  color: var(--bs-text-muted) !important;
}

/* line 76, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover .parent-hover-gray-100 {
  transition: color 0.2s ease;
}

/* line 81, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover:hover .parent-hover-gray-100 {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-100) !important;
}

/* line 76, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover .parent-hover-gray-200 {
  transition: color 0.2s ease;
}

/* line 81, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover:hover .parent-hover-gray-200 {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-200) !important;
}

/* line 76, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover .parent-hover-gray-300 {
  transition: color 0.2s ease;
}

/* line 81, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover:hover .parent-hover-gray-300 {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-300) !important;
}

/* line 76, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover .parent-hover-gray-400 {
  transition: color 0.2s ease;
}

/* line 81, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover:hover .parent-hover-gray-400 {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-400) !important;
}

/* line 76, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover .parent-hover-gray-500 {
  transition: color 0.2s ease;
}

/* line 81, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover:hover .parent-hover-gray-500 {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-500) !important;
}

/* line 76, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover .parent-hover-gray-600 {
  transition: color 0.2s ease;
}

/* line 81, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover:hover .parent-hover-gray-600 {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-600) !important;
}

/* line 76, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover .parent-hover-gray-700 {
  transition: color 0.2s ease;
}

/* line 81, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover:hover .parent-hover-gray-700 {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-700) !important;
}

/* line 76, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover .parent-hover-gray-800 {
  transition: color 0.2s ease;
}

/* line 81, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover:hover .parent-hover-gray-800 {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-800) !important;
}

/* line 76, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover .parent-hover-gray-900 {
  transition: color 0.2s ease;
}

/* line 81, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-hover:hover .parent-hover-gray-900 {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-900) !important;
}

/* line 92, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active .parent-active-white {
  transition: color 0.2s ease;
}

/* line 97, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active.active .parent-active-white {
  transition: color 0.2s ease;
  color: var(--bs-text-white) !important;
}

/* line 92, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active .parent-active-primary {
  transition: color 0.2s ease;
}

/* line 97, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active.active .parent-active-primary {
  transition: color 0.2s ease;
  color: var(--bs-text-primary) !important;
}

/* line 92, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active .parent-active-secondary {
  transition: color 0.2s ease;
}

/* line 97, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active.active .parent-active-secondary {
  transition: color 0.2s ease;
  color: var(--bs-text-secondary) !important;
}

/* line 92, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active .parent-active-light {
  transition: color 0.2s ease;
}

/* line 97, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active.active .parent-active-light {
  transition: color 0.2s ease;
  color: var(--bs-text-light) !important;
}

/* line 92, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active .parent-active-success {
  transition: color 0.2s ease;
}

/* line 97, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active.active .parent-active-success {
  transition: color 0.2s ease;
  color: var(--bs-text-success) !important;
}

/* line 92, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active .parent-active-info {
  transition: color 0.2s ease;
}

/* line 97, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active.active .parent-active-info {
  transition: color 0.2s ease;
  color: var(--bs-text-info) !important;
}

/* line 92, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active .parent-active-warning {
  transition: color 0.2s ease;
}

/* line 97, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active.active .parent-active-warning {
  transition: color 0.2s ease;
  color: var(--bs-text-warning) !important;
}

/* line 92, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active .parent-active-danger {
  transition: color 0.2s ease;
}

/* line 97, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active.active .parent-active-danger {
  transition: color 0.2s ease;
  color: var(--bs-text-danger) !important;
}

/* line 92, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active .parent-active-dark {
  transition: color 0.2s ease;
}

/* line 97, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active.active .parent-active-dark {
  transition: color 0.2s ease;
  color: var(--bs-text-dark) !important;
}

/* line 92, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active .parent-active-muted {
  transition: color 0.2s ease;
}

/* line 97, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active.active .parent-active-muted {
  transition: color 0.2s ease;
  color: var(--bs-text-muted) !important;
}

/* line 92, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active .parent-active-gray-100 {
  transition: color 0.2s ease;
}

/* line 97, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active.active .parent-active-gray-100 {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-100) !important;
}

/* line 92, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active .parent-active-gray-200 {
  transition: color 0.2s ease;
}

/* line 97, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active.active .parent-active-gray-200 {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-200) !important;
}

/* line 92, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active .parent-active-gray-300 {
  transition: color 0.2s ease;
}

/* line 97, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active.active .parent-active-gray-300 {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-300) !important;
}

/* line 92, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active .parent-active-gray-400 {
  transition: color 0.2s ease;
}

/* line 97, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active.active .parent-active-gray-400 {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-400) !important;
}

/* line 92, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active .parent-active-gray-500 {
  transition: color 0.2s ease;
}

/* line 97, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active.active .parent-active-gray-500 {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-500) !important;
}

/* line 92, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active .parent-active-gray-600 {
  transition: color 0.2s ease;
}

/* line 97, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active.active .parent-active-gray-600 {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-600) !important;
}

/* line 92, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active .parent-active-gray-700 {
  transition: color 0.2s ease;
}

/* line 97, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active.active .parent-active-gray-700 {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-700) !important;
}

/* line 92, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active .parent-active-gray-800 {
  transition: color 0.2s ease;
}

/* line 97, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active.active .parent-active-gray-800 {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-800) !important;
}

/* line 92, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active .parent-active-gray-900 {
  transition: color 0.2s ease;
}

/* line 97, app/assets/stylesheets/theme/components/helpers/_text.scss */
.parent-active.active .parent-active-gray-900 {
  transition: color 0.2s ease;
  color: var(--bs-text-gray-900) !important;
}

/* line 106, app/assets/stylesheets/theme/components/helpers/_text.scss */
.text-transparent {
  color: transparent;
}

/* line 111, app/assets/stylesheets/theme/components/helpers/_text.scss */
.cursor-pointer {
  cursor: pointer;
}

/* line 116, app/assets/stylesheets/theme/components/helpers/_text.scss */
.cursor-default {
  cursor: default;
}

/* line 120, app/assets/stylesheets/theme/components/helpers/_text.scss */
.cursor-move {
  cursor: move;
}

/* line 126, app/assets/stylesheets/theme/components/helpers/_text.scss */
i.bi, i[class^="fonticon-"], i[class*=" fonticon-"], i[class^="fa-"], i[class*=" fa-"], i[class^="la-"], i[class*=" la-"] {
  line-height: 1;
  font-size: 1rem;
  color: var(--bs-text-muted);
}

/* line 140, app/assets/stylesheets/theme/components/helpers/_text.scss */
a {
  transition: color 0.2s ease;
}

/* line 143, app/assets/stylesheets/theme/components/helpers/_text.scss */
a:hover {
  transition: color 0.2s ease;
}

/* line 7, app/assets/stylesheets/theme/components/helpers/_opacity.scss */
.opacity-active-0.active {
  opacity: 0 !important;
}

/* line 13, app/assets/stylesheets/theme/components/helpers/_opacity.scss */
.opacity-state-0:hover, .opacity-state-0.active {
  opacity: 0 !important;
}

/* line 7, app/assets/stylesheets/theme/components/helpers/_opacity.scss */
.opacity-active-5.active {
  opacity: 0.05 !important;
}

/* line 13, app/assets/stylesheets/theme/components/helpers/_opacity.scss */
.opacity-state-5:hover, .opacity-state-5.active {
  opacity: 0.05 !important;
}

/* line 7, app/assets/stylesheets/theme/components/helpers/_opacity.scss */
.opacity-active-10.active {
  opacity: 0.1 !important;
}

/* line 13, app/assets/stylesheets/theme/components/helpers/_opacity.scss */
.opacity-state-10:hover, .opacity-state-10.active {
  opacity: 0.1 !important;
}

/* line 7, app/assets/stylesheets/theme/components/helpers/_opacity.scss */
.opacity-active-15.active {
  opacity: 0.15 !important;
}

/* line 13, app/assets/stylesheets/theme/components/helpers/_opacity.scss */
.opacity-state-15:hover, .opacity-state-15.active {
  opacity: 0.15 !important;
}

/* line 7, app/assets/stylesheets/theme/components/helpers/_opacity.scss */
.opacity-active-20.active {
  opacity: 0.2 !important;
}

/* line 13, app/assets/stylesheets/theme/components/helpers/_opacity.scss */
.opacity-state-20:hover, .opacity-state-20.active {
  opacity: 0.2 !important;
}

/* line 7, app/assets/stylesheets/theme/components/helpers/_opacity.scss */
.opacity-active-25.active {
  opacity: 0.25 !important;
}

/* line 13, app/assets/stylesheets/theme/components/helpers/_opacity.scss */
.opacity-state-25:hover, .opacity-state-25.active {
  opacity: 0.25 !important;
}

/* line 7, app/assets/stylesheets/theme/components/helpers/_opacity.scss */
.opacity-active-50.active {
  opacity: 0.5 !important;
}

/* line 13, app/assets/stylesheets/theme/components/helpers/_opacity.scss */
.opacity-state-50:hover, .opacity-state-50.active {
  opacity: 0.5 !important;
}

/* line 7, app/assets/stylesheets/theme/components/helpers/_opacity.scss */
.opacity-active-75.active {
  opacity: 0.75 !important;
}

/* line 13, app/assets/stylesheets/theme/components/helpers/_opacity.scss */
.opacity-state-75:hover, .opacity-state-75.active {
  opacity: 0.75 !important;
}

/* line 7, app/assets/stylesheets/theme/components/helpers/_opacity.scss */
.opacity-active-100.active {
  opacity: 1 !important;
}

/* line 13, app/assets/stylesheets/theme/components/helpers/_opacity.scss */
.opacity-state-100:hover, .opacity-state-100.active {
  opacity: 1 !important;
}

/* line 5, app/assets/stylesheets/theme/components/helpers/_transform.scss */
.transform-90 {
  transform: rotate(90deg);
  transform-origin: right top;
}

/* line 5, app/assets/stylesheets/theme/components/_tree.scss */
.tree {
  --bs-tree-icon-size: 16px;
  --bs-tree-icon-gap: 14px;
  --bs-tree-icon-color-open: var(--bs-success);
  --bs-tree-icon-color-default: var(--bs-gray-500);
  --bs-tree-icon-color-close: var(--bs-gray-500);
  --bs-tree-line-color: var(--bs-gray-200);
}

/* line 14, app/assets/stylesheets/theme/components/_tree.scss */
.tree .tree-node {
  padding-left: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: start;
}

/* line 21, app/assets/stylesheets/theme/components/_tree.scss */
.tree .tree-sub {
  padding: 0.35rem 0;
}

/* line 25, app/assets/stylesheets/theme/components/_tree.scss */
.tree .tree-content {
  display: flex;
  align-items: center;
  padding: 0.35rem 0;
}

/* line 31, app/assets/stylesheets/theme/components/_tree.scss */
.tree .tree-wrapper {
  padding-left: calc(var(--bs-tree-icon-size) + var(--bs-tree-icon-size));
}

/* line 35, app/assets/stylesheets/theme/components/_tree.scss */
.tree .tree-section {
  display: flex;
  align-items: baseline;
  padding-left: var(--bs-tree-icon-gap);
}

/* line 41, app/assets/stylesheets/theme/components/_tree.scss */
.tree .tree-toggle {
  display: flex;
  align-items: center;
  width: var(--bs-tree-icon-size);
}

/* line 46, app/assets/stylesheets/theme/components/_tree.scss */
.tree .tree-toggle .tree-icon-default {
  font-size: 1.5rem;
  color: var(--bs-tree-icon-color-default);
}

/* line 51, app/assets/stylesheets/theme/components/_tree.scss */
.tree .tree-toggle .tree-icon-open {
  font-size: 1.5rem;
  color: var(--bs-tree-icon-color-open);
}

/* line 56, app/assets/stylesheets/theme/components/_tree.scss */
.tree .tree-toggle .tree-icon-close {
  font-size: 1.5rem;
  color: var(--bs-tree-icon-color-close);
}

/* line 62, app/assets/stylesheets/theme/components/_tree.scss */
.tree .tree-toggle.collapsed .tree-icon-close {
  display: flex;
}

/* line 66, app/assets/stylesheets/theme/components/_tree.scss */
.tree .tree-toggle.collapsed .tree-icon-open {
  display: none;
}

/* line 72, app/assets/stylesheets/theme/components/_tree.scss */
.tree .tree-toggle:not(.collapsed) .tree-icon-close {
  display: none;
}

/* line 76, app/assets/stylesheets/theme/components/_tree.scss */
.tree .tree-toggle:not(.collapsed) .tree-icon-open {
  display: flex;
}

/* line 82, app/assets/stylesheets/theme/components/_tree.scss */
.tree > .tree-node {
  padding-left: 0 !important;
}

/* line 87, app/assets/stylesheets/theme/components/_tree.scss */
.tree.tree-line .tree-sub {
  border-left: 1px solid var(--bs-tree-line-color);
  margin-left: calc(var(--bs-tree-icon-size) / 2);
}

@media (min-width: 992px) {
  /* line 7, app/assets/stylesheets/theme/components/_testimonials-slider.scss */
  .testimonials-slider-highlight {
    transition: all ease 0.3;
  }
  /* line 10, app/assets/stylesheets/theme/components/_testimonials-slider.scss */
  .testimonials-slider-highlight .testimonials-photo,
.testimonials-slider-highlight .testimonials-title,
.testimonials-slider-highlight .testimonials-body,
.testimonials-slider-highlight .testimonials-author,
.testimonials-slider-highlight .testimonials-positon {
    transition: all ease 0.3s;
  }
  /* line 19, app/assets/stylesheets/theme/components/_testimonials-slider.scss */
  .testimonials-slider-highlight .tns-item:not(.tns-slide-active) + .tns-item.tns-slide-active .testimonials-photo {
    height: 200px;
    width: 200px;
    transition: all ease 0.3s;
  }
  /* line 25, app/assets/stylesheets/theme/components/_testimonials-slider.scss */
  .testimonials-slider-highlight .tns-item:not(.tns-slide-active) + .tns-item.tns-slide-active .testimonials-title {
    color: var(--bs-gray-900) !important;
    font-size: 1.54rem !important;
    transition: all ease 0.3s;
    margin-bottom: 1.3rem !important;
  }
  /* line 32, app/assets/stylesheets/theme/components/_testimonials-slider.scss */
  .testimonials-slider-highlight .tns-item:not(.tns-slide-active) + .tns-item.tns-slide-active .testimonials-description {
    color: var(--bs-gray-700) !important;
    font-size: 1.38rem !important;
    transition: all ease 0.3s;
    margin-bottom: 1.7rem !important;
  }
  /* line 39, app/assets/stylesheets/theme/components/_testimonials-slider.scss */
  .testimonials-slider-highlight .tns-item:not(.tns-slide-active) + .tns-item.tns-slide-active .testimonials-author {
    color: var(--bs-primary) !important;
    font-size: 1.1rem !important;
    transition: all ease 0.3s;
  }
  /* line 45, app/assets/stylesheets/theme/components/_testimonials-slider.scss */
  .testimonials-slider-highlight .tns-item:not(.tns-slide-active) + .tns-item.tns-slide-active .testimonials-positon {
    color: var(--bs-gray-500) !important;
    font-size: 0.9rem !important;
    transition: all ease 0.3s;
  }
}

/* line 55, app/assets/stylesheets/theme/components/_testimonials-slider.scss */
.testimonials-slider-quote .testimonials-quote {
  opacity: 0.2;
}

/* line 60, app/assets/stylesheets/theme/components/_testimonials-slider.scss */
.testimonials-slider-quote .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active .testimonials-quote {
  opacity: 0.5;
  color: var(--bs-primary) !important;
}

/* line 7, app/assets/stylesheets/theme/components/_stepper-pills-dark.scss */
.stepper-pills.stepper-dark {
  --bs-stepper-pills-size: 46px;
  --bs-stepper-icon-border-radius: 9px;
  --bs-stepper-icon-check-size: 1.25rem;
  --bs-stepper-icon-bg-color: rgba(255, 255, 255, 0.03);
  --bs-stepper-icon-bg-color-current: var(--bs-primary);
  --bs-stepper-icon-bg-color-completed: rgba(255, 255, 255, 0.03);
  --bs-stepper-icon-border: 1px dashed rgba(255, 255, 255, 0.3);
  --bs-stepper-icon-border-current: 0;
  --bs-stepper-icon-border-completed: 1px dashed rgba(255, 255, 255, 0.3);
  --bs-stepper-icon-number-color: var(--bs-white);
  --bs-stepper-icon-number-color-current: var(--bs-white);
  --bs-stepper-icon-number-color-completed: var(--bs-white);
  --bs-stepper-icon-check-color-completed: var(--bs-primary);
  --bs-stepper-label-title-opacity: 0.7;
  --bs-stepper-label-title-opacity-current: 1;
  --bs-stepper-label-title-opacity-completed: 1;
  --bs-stepper-label-title-color: var(--bs-white);
  --bs-stepper-label-title-color-current: var(--bs-white);
  --bs-stepper-label-title-color-completed: var(--bs-white);
  --bs-stepper-label-desc-opacity: 0.5;
  --bs-stepper-label-desc-opacity-current: 0.5;
  --bs-stepper-label-desc-opacity-completed: 0.5;
  --bs-stepper-label-desc-color: var(--bs-white);
  --bs-stepper-label-desc-color-current: var(--bs-white);
  --bs-stepper-label-desc-color-completed: var(--bs-white);
  --bs-stepper-line-border: 1px dashed rgba(255, 255, 255, 0.3);
}

/* line 6, app/assets/stylesheets/theme/components/_item-hover-custom.scss */
.item-border-hover {
  border: 1px solid transparent;
  border-radius: 6px;
}

/* line 10, app/assets/stylesheets/theme/components/_item-hover-custom.scss */
.item-border-hover:hover {
  border: 1px solid var(--bs-gray-200);
  cursor: pointer;
  transition: color 0.2s ease;
}

/* line 15, app/assets/stylesheets/theme/components/_item-hover-custom.scss */
.item-border-hover:hover .label {
  background-color: var(--bs-primary) !important;
  transition: color 0.2s ease;
  color: #fff;
}

/* line 22, app/assets/stylesheets/theme/components/_item-hover-custom.scss */
.item-border-hover .label {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  color: var(--bs-gray-500);
}

/* line 5, app/assets/stylesheets/theme/components/_nav-tabs-light.scss */
.nav-tabs-light {
  border-bottom: 2px solid var(--bs-gray-rgb-200);
  margin-bottom: -2px;
}

/* line 9, app/assets/stylesheets/theme/components/_nav-tabs-light.scss */
.nav-tabs-light .nav-item .nav-link.active,
.nav-tabs-light .nav-item.show .nav-link,
.nav-tabs-light .nav-item .nav-link:hover:not(.disabled) {
  border-bottom: 2px solid var(--bs-success);
}

/* line 16, app/assets/stylesheets/theme/components/_nav-tabs-light.scss */
.nav-tabs-light .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

/* line 19, app/assets/stylesheets/theme/components/_nav-tabs-light.scss */
.nav-tabs-light .nav-item .nav-link:hover, .nav-tabs-light .nav-item .nav-link.active {
  color: #fff;
}

/* line 7, app/assets/stylesheets/theme/components/_notice.scss */
[data-bs-theme="light"] .notice.bg-light-warning {
  background-color: #FFF9F4 !important;
  border-color: #F89C47 !important;
}

/* line 11, app/assets/stylesheets/theme/components/_notice.scss */
[data-bs-theme="light"] .notice.bg-light-warning i.i-warning {
  color: #F89C47;
}

/* line 16, app/assets/stylesheets/bootstrap/mixins/_color-mode.scss */
[data-bs-theme="light"] {
  --bs-page-bg: #fff;
  --bs-content-bg-color: #f8f9fa;
  --bs-content-auth-bg-color: #fff;
  --bs-app-header-base-bg-color: ;
  --bs-app-header-base-box-shadow: ;
  --bs-app-header-base-border-bottom: ;
  --bs-app-header-minimize-bg-color: ;
  --bs-app-header-minimize-box-shadow: ;
  --bs-app-header-minimize-border-bottom: ;
  --bs-app-header-sticky-bg-color: ;
  --bs-app-header-sticky-box-shadow: ;
  --bs-app-header-sticky-border-bottom: ;
  --bs-app-header-primary-base-bg-color: ;
  --bs-app-header-primary-base-box-shadow: ;
  --bs-app-header-primary-base-border-bottom: ;
  --bs-app-header-primary-minimize-bg-color: ;
  --bs-app-header-primary-minimize-box-shadow: ;
  --bs-app-header-primary-minimize-border-top: ;
  --bs-app-header-primary-minimize-border-bottom: ;
}

/* line 16, app/assets/stylesheets/bootstrap/mixins/_color-mode.scss */
[data-bs-theme="dark"] {
  --bs-page-bg: #0F1014;
  --bs-content-bg-color: #0B0C10;
  --bs-content-auth-bg-color: #0B0C10;
  --bs-app-header-base-bg-color: ;
  --bs-app-header-base-box-shadow: ;
  --bs-app-header-base-border-bottom: ;
  --bs-app-header-minimize-bg-color: ;
  --bs-app-header-minimize-box-shadow: ;
  --bs-app-header-minimize-border-bottom: ;
  --bs-app-header-sticky-bg-color: ;
  --bs-app-header-sticky-box-shadow: ;
  --bs-app-header-sticky-border-bottom: ;
  --bs-app-header-primary-base-bg-color: ;
  --bs-app-header-primary-base-box-shadow: ;
  --bs-app-header-primary-base-border-bottom: ;
  --bs-app-header-primary-minimize-bg-color: ;
  --bs-app-header-primary-minimize-box-shadow: ;
  --bs-app-header-primary-minimize-border-top: ;
  --bs-app-header-primary-minimize-border-bottom: ;
}

/* line 5, app/assets/stylesheets/theme/layout/_base.scss */
html {
  font-family: sans-serif;
  text-size-adjust: 100%;
}

/* line 10, app/assets/stylesheets/theme/layout/_base.scss */
html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px !important;
  font-weight: 400;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (max-width: 991.98px) {
  /* line 10, app/assets/stylesheets/theme/layout/_base.scss */
  html,
body {
    font-size: 13px !important;
  }
}

@media (max-width: 767.98px) {
  /* line 10, app/assets/stylesheets/theme/layout/_base.scss */
  html,
body {
    font-size: 12px !important;
  }
}

/* line 32, app/assets/stylesheets/theme/layout/_base.scss */
body {
  display: flex;
  flex-direction: column;
}

/* line 36, app/assets/stylesheets/theme/layout/_base.scss */
body a:hover,
body a:active,
body a:focus {
  text-decoration: none !important;
}

/* line 43, app/assets/stylesheets/theme/layout/_base.scss */
canvas {
  user-select: none;
}

/* line 6, app/assets/stylesheets/theme/layout/_main.scss */
body {
  background-color: var(--bs-page-bg);
}

@media (min-width: 992px) {
  /* line 13, app/assets/stylesheets/theme/layout/_main.scss */
  .container,
.container-xxl,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    padding: 0 30px;
  }
  /* line 20, app/assets/stylesheets/theme/layout/_main.scss */
  .wrapper {
    padding-right: 40px;
    transition: padding-left 0.3s ease, margin-right 0.3s ease;
  }
  /* line 25, app/assets/stylesheets/theme/layout/_main.scss */
  .aside-default-enabled.aside-fixed .wrapper {
    transition: padding-left 0.3s ease;
    padding-left: 300px;
  }
  /* line 31, app/assets/stylesheets/theme/layout/_main.scss */
  .aside-default-enabled.aside-fixed[data-kt-aside-minimize="on"] .wrapper {
    transition: padding-left 0.3s ease;
    padding-left: 100px;
  }
  /* line 37, app/assets/stylesheets/theme/layout/_main.scss */
  .aside-extended-enabled.aside-secondary-enabled.aside-fixed .wrapper {
    transition: padding-left 0.3s ease;
    padding-left: 340px;
  }
  /* line 43, app/assets/stylesheets/theme/layout/_main.scss */
  .aside-extended-enabled.aside-secondary-enabled.aside-fixed[data-kt-aside-minimize="on"] .wrapper {
    transition: padding-left 0.3s ease;
    padding-left: 140px;
  }
  /* line 49, app/assets/stylesheets/theme/layout/_main.scss */
  .aside-extended-enabled.aside-secondary-disabled.aside-fixed .wrapper {
    transition: padding-left 0.3s ease;
    padding-left: 100px;
    padding-right: 25px;
  }
  /* line 56, app/assets/stylesheets/theme/layout/_main.scss */
  .header-fixed[data-kt-sticky-header="on"] .wrapper {
    padding-top: 90px;
  }
}

@media (max-width: 991.98px) {
  /* line 65, app/assets/stylesheets/theme/layout/_main.scss */
  .container,
.container-xxl,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    max-width: none;
    padding: 0 20px;
  }
  /* line 75, app/assets/stylesheets/theme/layout/_main.scss */
  .header-tablet-and-mobile-fixed[data-kt-sticky-header="on"] .wrapper {
    padding-top: 55px;
  }
}

@media (min-width: 992px) {
  /* line 7, app/assets/stylesheets/theme/layout/_header.scss */
  .header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    z-index: 2;
    height: 90px;
    transition: left 0.3s ease;
  }
  /* line 17, app/assets/stylesheets/theme/layout/_header.scss */
  .header-fixed[data-kt-sticky-header="on"] .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 97;
    background-color: var(--bs-header-desktop-fixed-bg-color);
    box-shadow: var(--bs-header-desktop-fixed-box-shadow);
    height: 65px;
    padding: 0;
  }
  /* line 30, app/assets/stylesheets/theme/layout/_header.scss */
  .aside-default-enabled.aside-fixed[data-kt-sticky-header="on"] .header {
    left: 300px;
    transition: left 0.3s ease;
  }
  /* line 36, app/assets/stylesheets/theme/layout/_header.scss */
  .aside-default-enabled.aside-fixed[data-kt-sticky-header="on"][data-kt-aside-minimize="on"] .header {
    left: 100px;
    transition: left 0.3s ease;
  }
  /* line 42, app/assets/stylesheets/theme/layout/_header.scss */
  .aside-extended-enabled.aside-fixed[data-kt-sticky-header="on"] .header {
    left: 340px;
    transition: left 0.3s ease;
  }
  /* line 48, app/assets/stylesheets/theme/layout/_header.scss */
  .aside-extended-enabled.aside-fixed.aside-secondary-enabled[data-kt-sticky-header="on"] .header {
    left: 340px;
    transition: left 0.3s ease;
  }
  /* line 54, app/assets/stylesheets/theme/layout/_header.scss */
  .aside-extended-enabled.aside-fixed.aside-secondary-disabled[data-kt-sticky-header="on"] .header {
    left: 100px;
    transition: left 0.3s ease;
  }
  /* line 60, app/assets/stylesheets/theme/layout/_header.scss */
  .aside-extended-enabled.aside-fixed.aside-secondary-enabled[data-kt-sticky-header="on"][data-kt-aside-minimize="on"] .header {
    left: 100px;
    transition: left 0.3s ease;
  }
}

@media (max-width: 991.98px) {
  /* line 69, app/assets/stylesheets/theme/layout/_header.scss */
  .header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 60px;
    position: relative;
    z-index: 3;
  }
  /* line 78, app/assets/stylesheets/theme/layout/_header.scss */
  .header-tablet-and-mobile-fixed[data-kt-sticky-header="on"] .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 97;
    height: 55px;
    min-height: 55px;
    background-color: var(--bs-header-tablet-and-mobile-fixed-bg-color);
    box-shadow: var(--bs-header-tablet-and-mobile-fixed-box-shadow);
  }
}

@media (max-width: 991.98px) {
  /* line 7, app/assets/stylesheets/theme/layout/_toolbar.scss */
  .toolbar {
    margin-bottom: 20px;
  }
}

/* line 6, app/assets/stylesheets/theme/layout/aside/_default.scss */
.aside.aside-default {
  display: flex;
  flex-direction: column;
  box-shadow: var(--bs-aside-default-box-shadow);
  background-color: var(--bs-aside-general-bg-color);
}

@media (min-width: 992px) {
  /* line 15, app/assets/stylesheets/theme/layout/aside/_default.scss */
  .aside.aside-default {
    width: 300px;
    transition: width 0.3s ease;
  }
  /* line 20, app/assets/stylesheets/theme/layout/aside/_default.scss */
  .aside.aside-default .aside-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* line 25, app/assets/stylesheets/theme/layout/aside/_default.scss */
  .aside.aside-default .aside-logo .logo-default {
    display: inline-block;
  }
  /* line 29, app/assets/stylesheets/theme/layout/aside/_default.scss */
  .aside.aside-default .aside-logo .logo-minimize {
    display: none;
  }
  /* line 35, app/assets/stylesheets/theme/layout/aside/_default.scss */
  .aside.aside-default .aside-menu {
    width: 300px;
  }
  /* line 40, app/assets/stylesheets/theme/layout/aside/_default.scss */
  .aside-fixed .aside.aside-default {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 98;
    overflow: hidden;
  }
  /* line 50, app/assets/stylesheets/theme/layout/aside/_default.scss */
  .aside-static .aside.aside-default {
    position: relative;
    z-index: 1;
  }
  /* line 56, app/assets/stylesheets/theme/layout/aside/_default.scss */
  [data-kt-aside-minimize="on"] .aside.aside-default {
    width: 100px;
    transition: width 0.3s ease;
  }
  /* line 62, app/assets/stylesheets/theme/layout/aside/_default.scss */
  [data-kt-aside-minimize="on"] .aside.aside-default .aside-logo .logo-default {
    display: inline-block;
  }
  /* line 66, app/assets/stylesheets/theme/layout/aside/_default.scss */
  [data-kt-aside-minimize="on"] .aside.aside-default .aside-logo .logo-minimize {
    display: none;
  }
  /* line 72, app/assets/stylesheets/theme/layout/aside/_default.scss */
  [data-kt-aside-minimize="on"] .aside.aside-default.aside-hoverable:hover {
    transition: width 0.3s ease;
    width: 300px;
    box-shadow: var(--bs-aside-default-minimized-hover-box-shadow);
  }
  /* line 83, app/assets/stylesheets/theme/layout/aside/_default.scss */
  [data-kt-aside-minimize="on"] .aside.aside-default:not(.aside-hoverable) .aside-logo .logo-default, [data-kt-aside-minimize="on"] .aside.aside-default:not(:hover) .aside-logo .logo-default {
    display: none;
  }
  /* line 87, app/assets/stylesheets/theme/layout/aside/_default.scss */
  [data-kt-aside-minimize="on"] .aside.aside-default:not(.aside-hoverable) .aside-logo .logo-minimize, [data-kt-aside-minimize="on"] .aside.aside-default:not(:hover) .aside-logo .logo-minimize {
    display: inline-block;
  }
  /* line 94, app/assets/stylesheets/theme/layout/aside/_default.scss */
  [data-kt-aside-minimize="on"] .aside.aside-default:not(.aside-hoverable) .aside-menu .menu-content,
[data-kt-aside-minimize="on"] .aside.aside-default:not(.aside-hoverable) .aside-menu .menu-title, [data-kt-aside-minimize="on"] .aside.aside-default:not(:hover) .aside-menu .menu-content,
[data-kt-aside-minimize="on"] .aside.aside-default:not(:hover) .aside-menu .menu-title {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  /* line 100, app/assets/stylesheets/theme/layout/aside/_default.scss */
  [data-kt-aside-minimize="on"] .aside.aside-default:not(.aside-hoverable) .aside-menu .menu-item.show > .menu-sub, [data-kt-aside-minimize="on"] .aside.aside-default:not(:hover) .aside-menu .menu-item.show > .menu-sub {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
  }
}

@media (max-width: 991.98px) {
  /* line 113, app/assets/stylesheets/theme/layout/aside/_default.scss */
  .aside.aside-default {
    display: none;
  }
  /* line 117, app/assets/stylesheets/theme/layout/aside/_default.scss */
  .aside.aside-default .aside-logo {
    display: none;
  }
}

/* line 6, app/assets/stylesheets/theme/layout/aside/_extended.scss */
.aside.aside-extended {
  display: flex;
  box-shadow: var(--bs-aside-general-box-shadow);
  background-color: var(--bs-aside-general-bg-color);
}

/* line 12, app/assets/stylesheets/theme/layout/aside/_extended.scss */
.aside.aside-extended .aside-primary {
  width: 100px;
  flex-shrink: 0;
}

/* line 17, app/assets/stylesheets/theme/layout/aside/_extended.scss */
.aside-secondary-enabled .aside.aside-extended .aside-primary {
  border-right: 1px solid var(--bs-border-color);
}

/* line 23, app/assets/stylesheets/theme/layout/aside/_extended.scss */
.aside.aside-extended .aside-secondary {
  overflow: hidden;
}

/* line 27, app/assets/stylesheets/theme/layout/aside/_extended.scss */
.aside.aside-extended .aside-secondary .aside-workspace {
  width: 240px;
  flex-shrink: 0;
}

@media (min-width: 992px) {
  /* line 36, app/assets/stylesheets/theme/layout/aside/_extended.scss */
  .aside.aside-extended {
    transition: width 0.3s ease;
  }
  /* line 40, app/assets/stylesheets/theme/layout/aside/_extended.scss */
  .aside-fixed .aside.aside-extended {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 98;
  }
  /* line 49, app/assets/stylesheets/theme/layout/aside/_extended.scss */
  .aside-static .aside.aside-extended {
    position: relative;
    z-index: 1;
  }
  /* line 55, app/assets/stylesheets/theme/layout/aside/_extended.scss */
  .aside-secondary-enabled .aside.aside-extended {
    width: 340px;
  }
  /* line 60, app/assets/stylesheets/theme/layout/aside/_extended.scss */
  .aside-secondary-disabled .aside.aside-extended {
    width: 100px;
  }
  /* line 63, app/assets/stylesheets/theme/layout/aside/_extended.scss */
  .aside-secondary-disabled .aside.aside-extended .aside-primary {
    border-right: 0;
  }
  /* line 69, app/assets/stylesheets/theme/layout/aside/_extended.scss */
  [data-kt-aside-minimize="on"] .aside.aside-extended {
    width: 100px;
    transition: width 0.3s ease;
  }
}

@media (max-width: 991.98px) {
  /* line 78, app/assets/stylesheets/theme/layout/aside/_extended.scss */
  .aside.aside-extended {
    display: none;
  }
  /* line 82, app/assets/stylesheets/theme/layout/aside/_extended.scss */
  .aside.aside-extended .aside-primary {
    width: 70px;
  }
  /* line 89, app/assets/stylesheets/theme/layout/aside/_extended.scss */
  .aside.aside-extended .aside-secondary .aside-workspace {
    width: 100%;
    flex-shrink: 1;
  }
}

@media (min-width: 992px) {
  /* line 5, app/assets/stylesheets/theme/layout/_content.scss */
  .content {
    padding: 30px 0;
    border-radius: 1.5rem;
  }
  /* line 11, app/assets/stylesheets/theme/layout/_content.scss */
  .toolbar-enabled .content .toolbar {
    padding-bottom: 30px;
  }
}

@media (max-width: 991.98px) {
  /* line 20, app/assets/stylesheets/theme/layout/_content.scss */
  .content {
    padding: 20px 0;
  }
}

/* line 1, app/assets/stylesheets/layouts/_shared_layout.scss */
.background {
  background-color: #F4F6F8 !important;
}

/* line 5, app/assets/stylesheets/layouts/_shared_layout.scss */
.collapse-btn {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #e4e6ef;
  background: white;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10;
}

/* line 13, app/assets/stylesheets/layouts/_shared_layout.scss */
.collapse-btn:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
  border-color: #d1d3e0;
}

/* line 19, app/assets/stylesheets/layouts/_shared_layout.scss */
.collapse-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* line 26, app/assets/stylesheets/layouts/_shared_layout.scss */
.collapse-line {
  transition: all 0.3s ease;
  z-index: 1;
}

/* line 33, app/assets/stylesheets/layouts/_shared_layout.scss */
body[data-kt-aside-minimize="on"] .collapse-line {
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
}

/* line 40, app/assets/stylesheets/layouts/_shared_layout.scss */
body[data-kt-aside-minimize="on"] .collapse-btn i {
  transform: rotate(180deg);
}

/* line 47, app/assets/stylesheets/layouts/_shared_layout.scss */
.collapse-section {
  overflow: visible;
}

/* line 52, app/assets/stylesheets/layouts/_shared_layout.scss */
.filter-sidebar {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100vh;
  z-index: 1050;
  transition: right 0.3s ease-in-out;
}

/* line 61, app/assets/stylesheets/layouts/_shared_layout.scss */
.filter-sidebar.show {
  right: 0;
}

/* line 65, app/assets/stylesheets/layouts/_shared_layout.scss */
.filter-sidebar .filter-sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

/* line 77, app/assets/stylesheets/layouts/_shared_layout.scss */
.filter-sidebar.show .filter-sidebar .filter-sidebar-overlay {
  opacity: 1;
  visibility: visible;
}

/* line 83, app/assets/stylesheets/layouts/_shared_layout.scss */
.filter-sidebar .filter-sidebar-content {
  background: white;
  height: 100%;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

/* line 91, app/assets/stylesheets/layouts/_shared_layout.scss */
.filter-sidebar .filter-sidebar-header {
  padding: 1.5rem;
  border-bottom: 1px solid #e4e6ef;
  position: relative;
}

/* line 96, app/assets/stylesheets/layouts/_shared_layout.scss */
.filter-sidebar .filter-sidebar-header h5, .filter-sidebar .filter-sidebar-header .h5 {
  color: #333C57;
  font-weight: 600;
  margin: 0;
}

/* line 102, app/assets/stylesheets/layouts/_shared_layout.scss */
.filter-sidebar .filter-sidebar-header .btn-close {
  background: none;
  border: none;
  font-size: 1.25rem;
  opacity: 0.7;
  cursor: pointer;
  padding: 0.25rem;
  color: #6c757d;
}

/* line 111, app/assets/stylesheets/layouts/_shared_layout.scss */
.filter-sidebar .filter-sidebar-header .btn-close:hover {
  opacity: 1;
  color: #333C57;
}

/* line 117, app/assets/stylesheets/layouts/_shared_layout.scss */
.filter-sidebar .filter-sidebar-header .btn-link {
  font-size: 0.875rem;
  color: #6c757d !important;
}

/* line 121, app/assets/stylesheets/layouts/_shared_layout.scss */
.filter-sidebar .filter-sidebar-header .btn-link:hover {
  color: #333C57 !important;
}

/* line 128, app/assets/stylesheets/layouts/_shared_layout.scss */
.filter-sidebar .filter-item-wrapper .d-flex.align-items-center {
  width: 100%;
}

/* line 132, app/assets/stylesheets/layouts/_shared_layout.scss */
.filter-sidebar .filter-item-wrapper .filter-line {
  height: 1px;
  border-bottom: 1px solid #c8c8c8;
  margin: 0 8px;
  flex: 1;
  min-width: 30px;
}

/* line 140, app/assets/stylesheets/layouts/_shared_layout.scss */
.filter-sidebar .filter-item-wrapper .form-label.fw-semibold {
  color: #333C57;
  font-size: 0.9rem;
  white-space: nowrap;
  flex-shrink: 0;
}

/* line 147, app/assets/stylesheets/layouts/_shared_layout.scss */
.filter-sidebar .filter-item-wrapper a[data-clear-filter] {
  font-size: 0.8rem;
  color: #6c757d;
  white-space: nowrap;
  flex-shrink: 0;
  transition: color 0.2s ease;
}

/* line 154, app/assets/stylesheets/layouts/_shared_layout.scss */
.filter-sidebar .filter-item-wrapper a[data-clear-filter]:hover {
  color: #dc3545;
  text-decoration: underline !important;
}

/* line 161, app/assets/stylesheets/layouts/_shared_layout.scss */
.filter-sidebar .filter-sidebar-body {
  flex: 1;
  padding: 1.5rem;
  overflow-y: auto;
}

/* line 166, app/assets/stylesheets/layouts/_shared_layout.scss */
.filter-sidebar .filter-sidebar-body .form-label {
  color: #333C57;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

/* line 172, app/assets/stylesheets/layouts/_shared_layout.scss */
.filter-sidebar .filter-sidebar-body .form-select,
.filter-sidebar .filter-sidebar-body .form-control {
  border: 1px solid #e4e6ef;
  border-radius: 0.475rem;
  padding: 0.75rem;
}

/* line 178, app/assets/stylesheets/layouts/_shared_layout.scss */
.filter-sidebar .filter-sidebar-body .form-select:focus,
.filter-sidebar .filter-sidebar-body .form-control:focus {
  border-color: #00397F;
  box-shadow: 0 0 0 0.2rem rgba(0, 57, 127, 0.25);
}

/* line 184, app/assets/stylesheets/layouts/_shared_layout.scss */
.filter-sidebar .filter-sidebar-body .row {
  margin-bottom: 1rem;
}

/* line 189, app/assets/stylesheets/layouts/_shared_layout.scss */
.filter-sidebar .filter-sidebar-footer {
  padding: 1.5rem;
  border-top: 1px solid #e4e6ef;
  background-color: white;
}

/* line 194, app/assets/stylesheets/layouts/_shared_layout.scss */
.filter-sidebar .filter-sidebar-footer .btn {
  min-width: 80px;
}

/* line 199, app/assets/stylesheets/layouts/_shared_layout.scss */
.filter-sidebar .filter-sidebar-body {
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  /* line 52, app/assets/stylesheets/layouts/_shared_layout.scss */
  .filter-sidebar {
    width: 100vw;
    right: -100vw;
  }
  /* line 208, app/assets/stylesheets/layouts/_shared_layout.scss */
  .filter-sidebar.show {
    right: 0;
  }
}

/* line 215, app/assets/stylesheets/layouts/_shared_layout.scss */
.student-main-tab {
  position: relative;
  padding: 1rem 2rem;
  margin-right: 0.25rem;
  background-color: #F6FAFD;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-bottom: none;
  transition: all 0.3s ease;
  margin-bottom: -1px;
  z-index: 1;
}

/* line 227, app/assets/stylesheets/layouts/_shared_layout.scss */
.student-main-tab.active {
  background-color: white;
  z-index: 2;
}

/* line 231, app/assets/stylesheets/layouts/_shared_layout.scss */
.student-main-tab.active .tab-link {
  font-weight: 600;
}

/* line 236, app/assets/stylesheets/layouts/_shared_layout.scss */
.student-main-tab:not(.active) {
  background-color: #E2EFF8;
}

/* line 240, app/assets/stylesheets/layouts/_shared_layout.scss */
.student-main-tab:not(.active) .tab-link:hover {
  text-decoration: none;
}

/* line 246, app/assets/stylesheets/layouts/_shared_layout.scss */
.student-main-tab .tab-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

/* line 253, app/assets/stylesheets/layouts/_shared_layout.scss */
.student-main-tab .tab-link .badge {
  font-size: 0.75rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  /* line 215, app/assets/stylesheets/layouts/_shared_layout.scss */
  .student-main-tab {
    padding: 0.75rem 1rem;
    margin-right: 0.125rem;
  }
  /* line 264, app/assets/stylesheets/layouts/_shared_layout.scss */
  .student-main-tab .tab-link {
    font-size: 0.9rem;
  }
}

/* line 270, app/assets/stylesheets/layouts/_shared_layout.scss */
.student-main-tab.nav-link {
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 12px 20px;
  border-radius: 8px 8px 0 0 !important;
  border: 1px solid #dee2e6 !important;
  border-bottom: none !important;
  background: #f8f9fa !important;
  color: #6c757d !important;
  font-weight: 500;
  text-decoration: none !important;
  position: relative;
  top: 1px;
  transition: all 0.2s ease;
  cursor: pointer;
}

/* line 286, app/assets/stylesheets/layouts/_shared_layout.scss */
.student-main-tab.nav-link:hover {
  color: #495057 !important;
  background: #e9ecef !important;
  border-color: #adb5bd !important;
  text-decoration: none !important;
}

/* line 293, app/assets/stylesheets/layouts/_shared_layout.scss */
.student-main-tab.nav-link.active {
  background: #fff !important;
  color: #009EF7 !important;
  font-weight: 600 !important;
  border-color: #dee2e6 !important;
  z-index: 1;
}

/* line 301, app/assets/stylesheets/layouts/_shared_layout.scss */
.student-main-tab.nav-link.disabled {
  opacity: 0.6 !important;
  pointer-events: none !important;
  color: #adb5bd !important;
  cursor: not-allowed !important;
  background: #f8f9fa !important;
}

/* line 308, app/assets/stylesheets/layouts/_shared_layout.scss */
.student-main-tab.nav-link.disabled:hover {
  background: #f8f9fa !important;
  color: #adb5bd !important;
  border-color: #dee2e6 !important;
}

/* line 318, app/assets/stylesheets/layouts/_shared_layout.scss */
.post.border-top {
  border-color: #e4e6ef !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 325, app/assets/stylesheets/layouts/_shared_layout.scss */
.nav-tabs.d-flex {
  border-bottom: none;
}

/* line 330, app/assets/stylesheets/layouts/_shared_layout.scss */
.container-fluid.mt-5, .mt-5.container-sm, .mt-5.container-md, .mt-5.container-lg, .mt-5.container-xl, .mt-5.container-xxl {
  margin-top: 0 !important;
  padding: 0;
}

/* line 336, app/assets/stylesheets/layouts/_shared_layout.scss */
.card-body.bg-light {
  border-top: 1px solid #dee2e6;
}

/* line 344, app/assets/stylesheets/layouts/_shared_layout.scss */
.menu-active-bg .menu-item .menu-link.active,
.menu-active-bg .menu-item .menu-link:hover,
.menu-active-bg .menu-item .menu-link:focus,
.menu-active-bg .menu-item .menu-link:active {
  background-color: #E2EFF8 !important;
  color: #0D559E !important;
  border-radius: 8px;
}

/* line 352, app/assets/stylesheets/layouts/_shared_layout.scss */
.menu-active-bg .menu-item .menu-link.active .menu-icon i,
.menu-active-bg .menu-item .menu-link:hover .menu-icon i,
.menu-active-bg .menu-item .menu-link:focus .menu-icon i,
.menu-active-bg .menu-item .menu-link:active .menu-icon i {
  color: #0D559E !important;
}

/* line 356, app/assets/stylesheets/layouts/_shared_layout.scss */
.menu-active-bg .menu-item .menu-link.active .menu-title,
.menu-active-bg .menu-item .menu-link:hover .menu-title,
.menu-active-bg .menu-item .menu-link:focus .menu-title,
.menu-active-bg .menu-item .menu-link:active .menu-title {
  color: #0D559E !important;
}

/* line 360, app/assets/stylesheets/layouts/_shared_layout.scss */
.menu-active-bg .menu-item .menu-link.active .menu-arrow,
.menu-active-bg .menu-item .menu-link:hover .menu-arrow,
.menu-active-bg .menu-item .menu-link:focus .menu-arrow,
.menu-active-bg .menu-item .menu-link:active .menu-arrow {
  color: #0D559E !important;
}

/* line 368, app/assets/stylesheets/layouts/_shared_layout.scss */
.menu .menu-item .menu-link.active {
  background-color: #E2EFF8 !important;
  color: #0D559E !important;
  border-radius: 8px;
}

/* line 373, app/assets/stylesheets/layouts/_shared_layout.scss */
.menu .menu-item .menu-link.active .menu-icon i {
  color: #0D559E !important;
}

/* line 377, app/assets/stylesheets/layouts/_shared_layout.scss */
.menu .menu-item .menu-link.active .menu-title {
  color: #0D559E !important;
}

/* line 381, app/assets/stylesheets/layouts/_shared_layout.scss */
.menu .menu-item .menu-link.active .menu-arrow {
  color: #0D559E !important;
}

/* line 386, app/assets/stylesheets/layouts/_shared_layout.scss */
.collapse-btn i {
  transition: transform 0.3s ease;
}

/* line 390, app/assets/stylesheets/layouts/_shared_layout.scss */
.text-blue {
  color: #00397F !important;
}

/* line 394, app/assets/stylesheets/layouts/_shared_layout.scss */
.bg-blue {
  background-color: #00397F !important;
}

/* line 398, app/assets/stylesheets/layouts/_shared_layout.scss */
.border-blue {
  border-color: #00397F !important;
}

/* line 402, app/assets/stylesheets/layouts/_shared_layout.scss */
.text-blue-light {
  color: #F6FAFD !important;
}

/* line 406, app/assets/stylesheets/layouts/_shared_layout.scss */
.bg-blue-light {
  background-color: #F6FAFD !important;
}

/* line 409, app/assets/stylesheets/layouts/_shared_layout.scss */
.bg-blue-light .card-body {
  background-color: #F6FAFD !important;
}

/* line 414, app/assets/stylesheets/layouts/_shared_layout.scss */
.border-blue-light {
  border-color: #F6FAFD !important;
}

/* line 418, app/assets/stylesheets/layouts/_shared_layout.scss */
.text-blue-medium {
  color: #4294D5 !important;
}

/* line 422, app/assets/stylesheets/layouts/_shared_layout.scss */
.bg-blue-medium {
  background-color: #4294D5 !important;
}

/* line 426, app/assets/stylesheets/layouts/_shared_layout.scss */
.bg-blue-medium .card-body {
  background-color: #4294D5 !important;
}

/* line 431, app/assets/stylesheets/layouts/_shared_layout.scss */
.border-blue-medium {
  border-color: #4294D5 !important;
}

/* line 436, app/assets/stylesheets/layouts/_shared_layout.scss */
.border-blue {
  border-color: #00397F !important;
}

/* line 440, app/assets/stylesheets/layouts/_shared_layout.scss */
.border-blue-light {
  border-color: #E2EFF8 !important;
}

/* line 444, app/assets/stylesheets/layouts/_shared_layout.scss */
.border-blue-medium {
  border-color: #4294D5 !important;
}

/* line 449, app/assets/stylesheets/layouts/_shared_layout.scss */
.border-top-blue {
  border-top-color: #00397F !important;
}

/* line 453, app/assets/stylesheets/layouts/_shared_layout.scss */
.border-top-blue-light {
  border-top-color: #E2EFF8 !important;
}

/* line 457, app/assets/stylesheets/layouts/_shared_layout.scss */
.border-top-blue-medium {
  border-top-color: #4294D5 !important;
}

/* line 461, app/assets/stylesheets/layouts/_shared_layout.scss */
.border-bottom-blue {
  border-bottom-color: #00397F !important;
}

/* line 465, app/assets/stylesheets/layouts/_shared_layout.scss */
.border-bottom-blue-light {
  border-bottom-color: #E2EFF8 !important;
}

/* line 469, app/assets/stylesheets/layouts/_shared_layout.scss */
.border-bottom-blue-medium {
  border-bottom-color: #4294D5 !important;
}

/* line 473, app/assets/stylesheets/layouts/_shared_layout.scss */
.border-left-blue {
  border-left-color: #00397F !important;
}

/* line 477, app/assets/stylesheets/layouts/_shared_layout.scss */
.border-left-blue-light {
  border-left-color: #E2EFF8 !important;
}

/* line 481, app/assets/stylesheets/layouts/_shared_layout.scss */
.border-left-blue-medium {
  border-left-color: #4294D5 !important;
}

/* line 485, app/assets/stylesheets/layouts/_shared_layout.scss */
.border-right-blue {
  border-right-color: #00397F !important;
}

/* line 489, app/assets/stylesheets/layouts/_shared_layout.scss */
.border-right-blue-light {
  border-right-color: #E2EFF8 !important;
}

/* line 493, app/assets/stylesheets/layouts/_shared_layout.scss */
.border-right-blue-medium {
  border-right-color: #4294D5 !important;
}

/* line 498, app/assets/stylesheets/layouts/_shared_layout.scss */
.badge-blue {
  background-color: #00397F !important;
  color: white !important;
}

/* line 503, app/assets/stylesheets/layouts/_shared_layout.scss */
.badge-blue-light {
  background-color: #F1FAFF !important;
  color: #00A3FF !important;
}

/* line 508, app/assets/stylesheets/layouts/_shared_layout.scss */
.badge-blue-medium {
  background-color: #4294D5 !important;
  color: white !important;
}

/* line 514, app/assets/stylesheets/layouts/_shared_layout.scss */
.btn-blue {
  background-color: #00397F !important;
  border-color: #00397F !important;
  color: white !important;
}

/* line 519, app/assets/stylesheets/layouts/_shared_layout.scss */
.btn-blue:hover {
  background-color: #00224c !important;
  border-color: #00224c !important;
  color: white !important;
}

/* line 525, app/assets/stylesheets/layouts/_shared_layout.scss */
.btn-blue:focus, .btn-blue.focus {
  background-color: #00224c !important;
  border-color: #00224c !important;
  color: white !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 57, 127, 0.25) !important;
}

/* line 533, app/assets/stylesheets/layouts/_shared_layout.scss */
.btn-blue:active, .btn-blue.active {
  background-color: #001733 !important;
  border-color: #001733 !important;
  color: white !important;
}

/* line 540, app/assets/stylesheets/layouts/_shared_layout.scss */
.btn-blue:disabled, .btn-blue.disabled {
  background-color: #00397F !important;
  border-color: #00397F !important;
  opacity: 0.65 !important;
}

/* line 548, app/assets/stylesheets/layouts/_shared_layout.scss */
.btn-blue-light {
  background-color: #E2EFF8 !important;
  border-color: #E2EFF8 !important;
  color: #00397F !important;
}

/* line 553, app/assets/stylesheets/layouts/_shared_layout.scss */
.btn-blue-light:hover {
  background-color: #E2EFF8 !important;
  border-color: #4294D5 !important;
  color: #00397F !important;
}

/* line 559, app/assets/stylesheets/layouts/_shared_layout.scss */
.btn-blue-light:focus, .btn-blue-light.focus {
  background-color: #E2EFF8 !important;
  border-color: #4294D5 !important;
  color: #00397F !important;
  box-shadow: 0 0 0 0.2rem rgba(66, 148, 213, 0.25) !important;
}

/* line 567, app/assets/stylesheets/layouts/_shared_layout.scss */
.btn-blue-light:active, .btn-blue-light.active {
  background-color: #E2EFF8 !important;
  border-color: #00397F !important;
  color: #00397F !important;
}

/* line 574, app/assets/stylesheets/layouts/_shared_layout.scss */
.btn-blue-light:disabled, .btn-blue-light.disabled {
  background-color: #F6FAFD !important;
  border-color: #E2EFF8 !important;
  opacity: 0.65 !important;
}

/* line 582, app/assets/stylesheets/layouts/_shared_layout.scss */
.btn-blue-medium {
  background-color: #4294D5 !important;
  border-color: #4294D5 !important;
  color: white !important;
}

/* line 587, app/assets/stylesheets/layouts/_shared_layout.scss */
.btn-blue-medium:hover {
  background-color: #297abb !important;
  border-color: #297abb !important;
  color: white !important;
}

/* line 593, app/assets/stylesheets/layouts/_shared_layout.scss */
.btn-blue-medium:focus, .btn-blue-medium.focus {
  background-color: #297abb !important;
  border-color: #297abb !important;
  color: white !important;
  box-shadow: 0 0 0 0.2rem rgba(66, 148, 213, 0.25) !important;
}

/* line 601, app/assets/stylesheets/layouts/_shared_layout.scss */
.btn-blue-medium:active, .btn-blue-medium.active {
  background-color: #256da6 !important;
  border-color: #256da6 !important;
  color: white !important;
}

/* line 608, app/assets/stylesheets/layouts/_shared_layout.scss */
.btn-blue-medium:disabled, .btn-blue-medium.disabled {
  background-color: #4294D5 !important;
  border-color: #4294D5 !important;
  opacity: 0.65 !important;
}

/* line 616, app/assets/stylesheets/layouts/_shared_layout.scss */
.btn-orange {
  background-color: #FF8E00 !important;
  border-color: #FF8E00 !important;
  color: white !important;
}

/* line 621, app/assets/stylesheets/layouts/_shared_layout.scss */
.btn-orange:hover {
  background-color: #cc7200 !important;
  border-color: #cc7200 !important;
  color: white !important;
}

/* line 627, app/assets/stylesheets/layouts/_shared_layout.scss */
.btn-orange:focus, .btn-orange.focus {
  background-color: #cc7200 !important;
  border-color: #cc7200 !important;
  color: white !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 142, 0, 0.25) !important;
}

/* line 635, app/assets/stylesheets/layouts/_shared_layout.scss */
.btn-orange:active, .btn-orange.active {
  background-color: #b36300 !important;
  border-color: #b36300 !important;
  color: white !important;
}

/* line 642, app/assets/stylesheets/layouts/_shared_layout.scss */
.btn-orange:disabled, .btn-orange.disabled {
  background-color: #FF8E00 !important;
  border-color: #FF8E00 !important;
  opacity: 0.65 !important;
}

/* line 651, app/assets/stylesheets/layouts/_shared_layout.scss */
.table-header-custom {
  background-color: #F6F6F5;
  border-radius: 0.75rem;
}

/* line 655, app/assets/stylesheets/layouts/_shared_layout.scss */
.table-header-custom tr {
  background-color: transparent;
}

/* line 658, app/assets/stylesheets/layouts/_shared_layout.scss */
.table-header-custom tr th {
  background-color: #F6F6F5;
  border: none;
  padding: 0;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
  color: #898887;
  font-weight: 500;
  font-size: 0.875rem;
}

/* line 670, app/assets/stylesheets/layouts/_shared_layout.scss */
.table-header-custom tr th:first-child {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

/* line 675, app/assets/stylesheets/layouts/_shared_layout.scss */
.table-header-custom tr th:last-child {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

/* line 680, app/assets/stylesheets/layouts/_shared_layout.scss */
.table-header-custom tr th.sortable {
  padding-right: 0;
}

/* line 683, app/assets/stylesheets/layouts/_shared_layout.scss */
.table-header-custom tr th.sortable:hover {
  background-color: #eeeee8;
}

/* line 686, app/assets/stylesheets/layouts/_shared_layout.scss */
.table-header-custom tr th.sortable:hover .sort-icons i {
  opacity: 0.7;
}

/* line 691, app/assets/stylesheets/layouts/_shared_layout.scss */
.table-header-custom tr th.sortable span {
  font-weight: 500;
  color: #898887;
}

/* line 696, app/assets/stylesheets/layouts/_shared_layout.scss */
.table-header-custom tr th.sortable .sort-icons {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 705, app/assets/stylesheets/layouts/_shared_layout.scss */
.table-header-custom tr th.sortable .sort-icons i {
  font-size: 0.75rem;
  color: #6c757d;
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 2px;
  line-height: 1;
}

/* line 714, app/assets/stylesheets/layouts/_shared_layout.scss */
.table-header-custom tr th.sortable .sort-icons i:hover {
  opacity: 1;
  color: #333C57;
  transform: scale(1.1);
}

/* line 720, app/assets/stylesheets/layouts/_shared_layout.scss */
.table-header-custom tr th.sortable .sort-icons i.active {
  opacity: 1;
  color: #00397F;
  font-weight: bold;
}

/* line 734, app/assets/stylesheets/layouts/_shared_layout.scss */
.table-header-custom .test-status-row th {
  background-color: white !important;
  border: none !important;
  padding: 0.75rem 1rem !important;
  cursor: default !important;
  border-radius: 0 !important;
}

/* line 742, app/assets/stylesheets/layouts/_shared_layout.scss */
.table-header-custom .test-status-row th.test-status-cell {
  background-color: #F6F6F5 !important;
  border-radius: 0.5rem !important;
}

/* line 750, app/assets/stylesheets/layouts/_shared_layout.scss */
.table-header-custom th.sorting-asc .sort-asc {
  opacity: 1;
  color: #00397F;
}

/* line 755, app/assets/stylesheets/layouts/_shared_layout.scss */
.table-header-custom th.sorting-desc .sort-desc {
  opacity: 1;
  color: #00397F;
}

/* line 761, app/assets/stylesheets/layouts/_shared_layout.scss */
.table-header-custom th.checkbox-column {
  width: 50px;
  padding: 0.75rem 0.5rem;
  text-align: center;
}

/* line 766, app/assets/stylesheets/layouts/_shared_layout.scss */
.table-header-custom th.checkbox-column .form-check {
  display: flex;
  justify-content: center;
  margin: 0;
}

/* line 772, app/assets/stylesheets/layouts/_shared_layout.scss */
.table-header-custom th.checkbox-column .form-check-input {
  border: 2px solid #d1d5db;
  border-radius: 0.25rem;
}

/* line 776, app/assets/stylesheets/layouts/_shared_layout.scss */
.table-header-custom th.checkbox-column .form-check-input:checked {
  background-color: #00397F;
  border-color: #00397F;
}

/* line 781, app/assets/stylesheets/layouts/_shared_layout.scss */
.table-header-custom th.checkbox-column .form-check-input:focus {
  border-color: #00397F;
  box-shadow: 0 0 0 0.2rem rgba(0, 57, 127, 0.25);
}

/* line 789, app/assets/stylesheets/layouts/_shared_layout.scss */
.table-header-custom th.actions-column {
  width: 200px;
  padding: 0.75rem 0.5rem;
  text-align: center;
  cursor: default;
}

/* line 795, app/assets/stylesheets/layouts/_shared_layout.scss */
.table-header-custom th.actions-column span {
  color: #898887;
  font-weight: 500;
}

/* line 802, app/assets/stylesheets/layouts/_shared_layout.scss */
td.text-center .d-flex {
  white-space: nowrap;
}

/* line 805, app/assets/stylesheets/layouts/_shared_layout.scss */
td.text-center .d-flex .btn-sm, td.text-center .d-flex .btn-group-sm > .btn {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  white-space: nowrap;
}

/* line 813, app/assets/stylesheets/layouts/_shared_layout.scss */
.progress-custom {
  background-color: #EDF2FA !important;
}

/* line 816, app/assets/stylesheets/layouts/_shared_layout.scss */
.progress-custom .progress-bar {
  background-color: #00397F !important;
  color: white !important;
}

/* line 823, app/assets/stylesheets/layouts/_shared_layout.scss */
.actions-dropdown {
  position: relative;
}

/* line 826, app/assets/stylesheets/layouts/_shared_layout.scss */
.actions-dropdown .actions-trigger {
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  color: #6c757d;
  border-radius: 0.25rem;
  transition: all 0.2s ease;
}

/* line 835, app/assets/stylesheets/layouts/_shared_layout.scss */
.actions-dropdown .actions-trigger:hover {
  background-color: #f8f9fa;
  color: #333C57;
}

/* line 840, app/assets/stylesheets/layouts/_shared_layout.scss */
.actions-dropdown .actions-trigger i {
  font-size: 1rem;
}

/* line 845, app/assets/stylesheets/layouts/_shared_layout.scss */
.actions-dropdown .dropdown-menu {
  min-width: 150px;
  border: 1px solid #e4e6ef;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* line 850, app/assets/stylesheets/layouts/_shared_layout.scss */
.actions-dropdown .dropdown-menu .dropdown-item {
  color: #333C57;
  padding: 0.5rem 1rem;
}

/* line 854, app/assets/stylesheets/layouts/_shared_layout.scss */
.actions-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #f8f9fa;
  color: #00397F;
}

/* line 863, app/assets/stylesheets/layouts/_shared_layout.scss */
tr.selected {
  background-color: rgba(0, 57, 127, 0.1) !important;
}

/* line 868, app/assets/stylesheets/layouts/_shared_layout.scss */
.table tbody tr:hover {
  background-color: rgba(246, 250, 253, 0.8);
  cursor: pointer;
}

/* line 874, app/assets/stylesheets/layouts/_shared_layout.scss */
.table tbody td {
  padding: 0.75rem 1rem;
}

/* line 877, app/assets/stylesheets/layouts/_shared_layout.scss */
.table tbody td .form-check-input {
  border: 2px solid #d1d5db;
  border-radius: 0.25rem;
}

/* line 881, app/assets/stylesheets/layouts/_shared_layout.scss */
.table tbody td .form-check-input:checked {
  background-color: #00397F;
  border-color: #00397F;
}

/* line 886, app/assets/stylesheets/layouts/_shared_layout.scss */
.table tbody td .form-check-input:focus {
  border-color: #00397F;
  box-shadow: 0 0 0 0.2rem rgba(0, 57, 127, 0.25);
}

/* line 896, app/assets/stylesheets/layouts/_shared_layout.scss */
.table-responsive .table.table-row-bordered.gy-5 th,
.table-responsive .table.table-row-bordered.gy-5 td {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

/* line 905, app/assets/stylesheets/layouts/_shared_layout.scss */
.table-responsive .table.table-row-bordered.gy-5 th.checkbox-column,
.table-responsive .table.table-row-bordered.gy-5 td:first-child {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

/* line 911, app/assets/stylesheets/layouts/_shared_layout.scss */
.table-responsive .table.table-row-bordered.gy-5 th.actions-column,
.table-responsive .table.table-row-bordered.gy-5 td:last-child {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

/* line 63, app/assets/stylesheets/application.scss */
.color-display-big {
  margin: 2px;
  margin-right: 40px;
  height: 48px;
  max-width: 48px;
  border-radius: 8px;
  border: none;
  display: inline-block;
}

/* line 73, app/assets/stylesheets/application.scss */
.color-display-small {
  margin: 2px;
  height: 20px;
  max-width: 20px;
  border-radius: 4px;
  border: none;
}

/* line 84, app/assets/stylesheets/application.scss */
.color-display-big.alert-primary,
.color-display-small.alert-primary,
.alert-primary {
  background-color: #F8FCFF !important;
  border: 2px dashed #00A3FF  !important;
  color: #3F4254 !important;
  position: relative !important;
}

/* line 93, app/assets/stylesheets/application.scss */
.color-display-big.alert-secondary,
.color-display-small.alert-secondary,
.alert-secondary {
  background-color: #F2F3F4 !important;
  border: 2px dashed #E0E2E4 !important;
  color: #3F4254 !important;
  position: relative !important;
}

/* line 102, app/assets/stylesheets/application.scss */
.color-display-big.alert-success,
.color-display-small.alert-success,
.alert-success {
  background-color: #F6FBE9 !important;
  border: 2px dashed #A1D719 !important;
  color: #3F4254 !important;
  position: relative !important;
}

/* line 111, app/assets/stylesheets/application.scss */
.color-display-big.alert-danger,
.color-display-small.alert-danger,
.alert-danger {
  background-color: #FFECEC !important;
  border: 2px dashed #FF4045 !important;
  color: #3F4254 !important;
  position: relative !important;
}

/* line 120, app/assets/stylesheets/application.scss */
.color-display-big.alert-warning,
.color-display-small.alert-warning,
.alert-warning {
  background-color: #FFFCEB !important;
  border: 2px dashed #FDD835 !important;
  color: #3F4254 !important;
  position: relative !important;
}

/* line 129, app/assets/stylesheets/application.scss */
.color-display-big.alert-orange,
.color-display-small.alert-orange,
.alert-orange {
  background-color: #FFF4E6 !important;
  border: 2px dashed #FF8E00 !important;
  color: #3F4254 !important;
  position: relative !important;
}

/* line 139, app/assets/stylesheets/application.scss */
.alert-dismissible .btn[data-bs-dismiss="alert"] {
  position: absolute !important;
  top: 6px !important;
  right: 6px !important;
  z-index: 2 !important;
  width: 24px !important;
  height: 24px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* line 153, app/assets/stylesheets/application.scss */
.student-main-tab {
  position: relative;
  margin-right: 3px;
  background-color: #F6FAFD !important;
  border-radius: 6px 6px 0 0;
  opacity: 0.5;
  transition: all 0.2s ease;
  display: inline-block;
  font-size: 14px;
}

/* line 163, app/assets/stylesheets/application.scss */
.student-main-tab.active {
  opacity: 1;
}

/* line 166, app/assets/stylesheets/application.scss */
.student-main-tab.active .tab-link {
  color: #0d6efd !important;
  font-weight: 600;
}

/* line 172, app/assets/stylesheets/application.scss */
.student-main-tab .tab-link {
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  padding: 4px 8px !important;
  transition: all 0.2s ease;
  background-color: #F6FAFD;
  border-radius: 6px 6px 0 0;
  font-size: 13px !important;
  line-height: 1.2;
  white-space: nowrap;
  border: none;
}

/* line 185, app/assets/stylesheets/application.scss */
.student-main-tab .tab-link:hover {
  color: #0d6efd !important;
  text-decoration: none !important;
}

/* line 190, app/assets/stylesheets/application.scss */
.student-main-tab .tab-link .badge {
  font-size: 10px !important;
  padding: 2px 6px !important;
  margin-left: 4px !important;
}

/* line 198, app/assets/stylesheets/application.scss */
.badge-blue-light {
  background-color: #e3f2fd !important;
  color: #1976d2 !important;
}

/* line 204, app/assets/stylesheets/application.scss */
.left-nav .active {
  color: #edf2f9 !important;
}

/* line 209, app/assets/stylesheets/application.scss */
.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 215, app/assets/stylesheets/application.scss */
.header-search-list {
  position: absolute;
  top: 70%;
  left: 20px;
  display: none;
  width: 45%;
  margin-top: 0.5rem;
  padding-left: 0;
  border-radius: 0.5rem;
  background: #fff;
  max-height: 400px;
  overflow: scroll;
}

/* line 229, app/assets/stylesheets/application.scss */
.header-search-list li a {
  padding: 0.9rem 1rem;
  color: #626262;
}

/* line 234, app/assets/stylesheets/application.scss */
.header-search-list li a span[class*="feather icon-"] {
  font-size: 1.25rem;
}

/* line 238, app/assets/stylesheets/application.scss */
.header-search-list li:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

/* line 243, app/assets/stylesheets/application.scss */
.header-search-list li:last-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 248, app/assets/stylesheets/application.scss */
.header-search-list li:hover,
.header-search-list li.current_item {
  background-color: #f1f1f1;
}

/* line 253, app/assets/stylesheets/application.scss */
.custom-tab-nav {
  padding: 15px;
  border-bottom: none;
}

/* line 258, app/assets/stylesheets/application.scss */
.custom-tab-nav li a {
  padding-left: 20px;
  padding-right: 20px;
  border: none !important;
}

/* line 259, app/assets/stylesheets/application.scss */
.custom-tab-nav li a i {
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}

/* line 273, app/assets/stylesheets/application.scss */
meter {
  margin: 0 auto 1rem;
  width: 100%;
  height: 0.5rem;
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 281, app/assets/stylesheets/application.scss */
meter::-webkit-meter-bar {
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

/* Webkit based browsers */
/* line 287, app/assets/stylesheets/application.scss */
meter[value="1"]::-webkit-meter-optimum-value {
  background: red;
}

/* line 291, app/assets/stylesheets/application.scss */
meter[value="2"]::-webkit-meter-optimum-value {
  background: yellow;
}

/* line 295, app/assets/stylesheets/application.scss */
meter[value="3"]::-webkit-meter-optimum-value {
  background: orange;
}

/* line 299, app/assets/stylesheets/application.scss */
meter[value="4"]::-webkit-meter-optimum-value {
  background: green;
}

/* line 303, app/assets/stylesheets/application.scss */
meter[value="5"]::-webkit-meter-optimum-value {
  background: green;
}

/* Gecko based browsers */
/* line 308, app/assets/stylesheets/application.scss */
meter[value="1"]::-moz-meter-bar {
  background: red;
}

/* line 312, app/assets/stylesheets/application.scss */
meter[value="2"]::-moz-meter-bar {
  background: yellow;
}

/* line 316, app/assets/stylesheets/application.scss */
meter[value="3"]::-moz-meter-bar {
  background: orange;
}

/* line 320, app/assets/stylesheets/application.scss */
meter[value="4"]::-moz-meter-bar {
  background: green;
}

/* line 324, app/assets/stylesheets/application.scss */
meter[value="5"]::-moz-meter-bar {
  background: green;
}

/* line 328, app/assets/stylesheets/application.scss */
#error-message {
  color: red;
  margin-bottom: 10px;
}

/* line 333, app/assets/stylesheets/application.scss */
.disabled {
  cursor: not-allowed !important;
}

/* line 337, app/assets/stylesheets/application.scss */
.green_check {
  color: green;
}

/* line 341, app/assets/stylesheets/application.scss */
.red_lock {
  color: red;
}

/* line 345, app/assets/stylesheets/application.scss */
.title {
  font-size: 0.8rem;
}

/* line 349, app/assets/stylesheets/application.scss */
.select2-dropdown {
  z-index: 999999;
}

/* line 353, app/assets/stylesheets/application.scss */
.select2-container--open {
  z-index: 9999999;
}

/* Estilos para ordenamiento de columnas */
/* line 358, app/assets/stylesheets/application.scss */
.active-sort {
  font-weight: bold !important;
  color: #2c7be5 !important;
}

/* line 363, app/assets/stylesheets/application.scss */
.inactive-sort {
  color: #545658 !important;
  opacity: 0.8;
}

/* line 369, app/assets/stylesheets/application.scss */
.upload-area {
  border: 2px dashed #dee2e6;
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
  background-color: #f8f9fa;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* line 378, app/assets/stylesheets/application.scss */
.upload-area:hover {
  border-color: #2c7be5;
  background-color: #f0f7ff;
}

/* line 383, app/assets/stylesheets/application.scss */
.upload-area.dragover {
  border-color: #2c7be5;
  background-color: #e7f3ff;
  transform: scale(1.02);
}

/* line 389, app/assets/stylesheets/application.scss */
.upload-area .upload-icon {
  font-size: 3rem;
  color: #6c757d;
  margin-bottom: 1rem;
}

/* line 395, app/assets/stylesheets/application.scss */
.upload-area .upload-text {
  color: #495057;
  margin-bottom: 0.5rem;
}

/* line 400, app/assets/stylesheets/application.scss */
.upload-area .selected-file {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background-color: #e8f5e8;
  border: 1px solid #28a745;
  border-radius: 4px;
  color: #155724;
  display: inline-flex;
  align-items: center;
}

/* line 412, app/assets/stylesheets/application.scss */
.domain-assignment-label {
  font-size: 14px;
}

/* line 416, app/assets/stylesheets/application.scss */
.contract-details {
  margin-left: 20px;
  font-size: 14px;
}

/* line 2, app/assets/stylesheets/admin/_reports.scss */
.accordion-button::after {
  /* Oculta el icono por defecto */
  display: none;
}

/* line 7, app/assets/stylesheets/admin/_reports.scss */
.accordion-icon-circle {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #E2EFF8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
  z-index: 10;
}

/* line 23, app/assets/stylesheets/admin/_reports.scss */
.accordion-button[aria-expanded="true"] .accordion-icon-circle {
  transform: translateY(-50%) rotate(180deg);
}

/* line 27, app/assets/stylesheets/admin/_reports.scss */
.accordion-chevron {
  display: block;
  width: 18px;
  height: 18px;
  fill: #00397F;
}

/* line 35, app/assets/stylesheets/admin/_reports.scss */
.progress-line-container {
  position: relative;
  height: 2px;
  background-color: #e0e0e0;
  width: 100%;
  margin: 20px 0;
}

/* line 43, app/assets/stylesheets/admin/_reports.scss */
.progress-line-container .progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #00397F;
  transition: width 0.3s ease;
  z-index: 1;
}

/* line 53, app/assets/stylesheets/admin/_reports.scss */
.progress-line-container .progress-fill.low-progress {
  background-color: #00397F;
}

/* line 57, app/assets/stylesheets/admin/_reports.scss */
.progress-line-container .progress-fill.medium-progress {
  background-color: #00397F;
}

/* line 61, app/assets/stylesheets/admin/_reports.scss */
.progress-line-container .progress-fill.high-progress {
  background-color: #00397F;
}

/* line 66, app/assets/stylesheets/admin/_reports.scss */
.progress-line-container .progress-badge {
  position: absolute;
  top: -10px;
  transform: translateX(-50%);
  background: #00397F;
  color: white;
  padding: 4px 8px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  border: 2px solid #00397F;
  z-index: 20;
}

/* line 81, app/assets/stylesheets/admin/_reports.scss */
.progress-line-container .progress-badge.low-score {
  background-color: #FFD9DA;
  color: #333;
}

/* line 86, app/assets/stylesheets/admin/_reports.scss */
.progress-line-container .progress-badge.medium-score {
  background-color: #FFF7D7;
  color: #333;
}

/* line 91, app/assets/stylesheets/admin/_reports.scss */
.progress-line-container .progress-badge.high-score {
  background-color: #D9ECDA;
  color: #333;
}

/* line 98, app/assets/stylesheets/admin/_reports.scss */
.accordion-flush .accordion-item {
  border-bottom: 1px solid #e0e0e0;
}

/* line 102, app/assets/stylesheets/admin/_reports.scss */
.accordion-button {
  position: relative;
  min-height: 56px;
  font-size: 1.08rem;
  background: #fff !important;
  color: #222 !important;
  transition: background 0.2s, color 0.2s;
}

/* line 111, app/assets/stylesheets/admin/_reports.scss */
.accordion-button:not(.collapsed) {
  background: #fff !important;
  color: #222 !important;
  box-shadow: none;
}

/* line 117, app/assets/stylesheets/admin/_reports.scss */
.accordion-button:focus {
  box-shadow: 0 0 0 0.15rem rgba(0, 57, 127, 0.15);
  border-color: #00397F;
}

/* line 122, app/assets/stylesheets/admin/_reports.scss */
.accordion-body {
  background: #f1f1f4 !important;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

/* line 131, app/assets/stylesheets/admin/_reports.scss */
.nav-tabs.nav-pills .nav-item {
  max-width: 120px;
}

/* line 133, app/assets/stylesheets/admin/_reports.scss */
.nav-tabs.nav-pills .nav-item .nav-link {
  background-color: #E2EFF8;
  color: #479AE2;
  border: none;
  border-radius: 8px;
  margin: 2px;
  transition: all 0.3s ease;
}

/* line 142, app/assets/stylesheets/admin/_reports.scss */
.nav-tabs.nav-pills .nav-item .nav-link:hover {
  background-color: #d1e7f0;
  color: #479AE2;
}

/* line 148, app/assets/stylesheets/admin/_reports.scss */
.nav-tabs.nav-pills .nav-item .nav-link.active {
  background-color: white;
  color: #479AE2;
  font-weight: 600;
  box-shadow: 0 2px 4px rgba(71, 154, 226, 0.2);
}

/* line 158, app/assets/stylesheets/admin/_reports.scss */
.personalized-resources {
  background-color: #F6FAFD;
}

/* line 162, app/assets/stylesheets/admin/_reports.scss */
.personalized-subtitle {
  color: #5BA8E6;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-1 {
  margin-left: 0.25rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-1 {
  margin-right: 0.25rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-1 {
  padding-left: 0.25rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-1 {
  padding-right: 0.25rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-2 {
  margin-left: 0.5rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-2 {
  margin-right: 0.5rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-2 {
  padding-left: 0.5rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-2 {
  padding-right: 0.5rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-3 {
  margin-left: 0.75rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-3 {
  margin-right: 0.75rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-3 {
  margin-top: 0.75rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-3 {
  margin-bottom: 0.75rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-3 {
  padding-bottom: 0.75rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-3 {
  padding-left: 0.75rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-3 {
  padding-right: 0.75rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-3 {
  padding-top: 0.75rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-4 {
  margin-left: 1rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-4 {
  margin-right: 1rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-4 {
  margin-top: 1rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-4 {
  margin-bottom: 1rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-4 {
  padding-bottom: 1rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-4 {
  padding-left: 1rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-4 {
  padding-right: 1rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-4 {
  padding-top: 1rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-5 {
  margin-left: 1.25rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-5 {
  margin-right: 1.25rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-5 {
  margin-top: 1.25rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-5 {
  margin-bottom: 1.25rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-5 {
  padding-bottom: 1.25rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-5 {
  padding-left: 1.25rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-5 {
  padding-right: 1.25rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-5 {
  padding-top: 1.25rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-6 {
  margin-left: 1.5rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-6 {
  margin-right: 1.5rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-6 {
  margin-top: 1.5rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-6 {
  margin-bottom: 1.5rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-6 {
  padding-bottom: 1.5rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-6 {
  padding-left: 1.5rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-6 {
  padding-right: 1.5rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-6 {
  padding-top: 1.5rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-7 {
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-7 {
  margin-left: 1.75rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-7 {
  margin-right: 1.75rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-7 {
  margin-top: 1.75rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-7 {
  margin-bottom: 1.75rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-7 {
  padding-bottom: 1.75rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-7 {
  padding-left: 1.75rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-7 {
  padding-right: 1.75rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-7 {
  padding-top: 1.75rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-8 {
  margin-left: 2rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-8 {
  margin-right: 2rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-8 {
  margin-top: 2rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-8 {
  margin-bottom: 2rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-8 {
  padding-bottom: 2rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-8 {
  padding-left: 2rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-8 {
  padding-right: 2rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-8 {
  padding-top: 2rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-9 {
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-9 {
  margin-left: 2.25rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-9 {
  margin-right: 2.25rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-9 {
  margin-top: 2.25rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-9 {
  margin-bottom: 2.25rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-9 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-9 {
  padding-bottom: 2.25rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-9 {
  padding-left: 2.25rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-9 {
  padding-right: 2.25rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-9 {
  padding-top: 2.25rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-10 {
  margin-left: 2.5rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-10 {
  margin-right: 2.5rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-10 {
  margin-top: 2.5rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-10 {
  margin-bottom: 2.5rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-10 {
  padding-bottom: 2.5rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-10 {
  padding-left: 2.5rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-10 {
  padding-right: 2.5rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-10 {
  padding-top: 2.5rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-11 {
  margin-left: 2.75rem !important;
  margin-right: 2.75rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-11 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-11 {
  margin-left: 2.75rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-11 {
  margin-right: 2.75rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-11 {
  margin-top: 2.75rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-11 {
  margin-bottom: 2.75rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-11 {
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-11 {
  padding-bottom: 2.75rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-11 {
  padding-left: 2.75rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-11 {
  padding-right: 2.75rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-11 {
  padding-top: 2.75rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-12 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-12 {
  margin-left: 3rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-12 {
  margin-right: 3rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-12 {
  margin-top: 3rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-12 {
  margin-bottom: 3rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-12 {
  padding-bottom: 3rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-12 {
  padding-left: 3rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-12 {
  padding-right: 3rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-12 {
  padding-top: 3rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-13 {
  margin-left: 3.25rem !important;
  margin-right: 3.25rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-13 {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-13 {
  margin-left: 3.25rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-13 {
  margin-right: 3.25rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-13 {
  margin-top: 3.25rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-13 {
  margin-bottom: 3.25rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-13 {
  padding-left: 3.25rem !important;
  padding-right: 3.25rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-13 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-13 {
  padding-bottom: 3.25rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-13 {
  padding-left: 3.25rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-13 {
  padding-right: 3.25rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-13 {
  padding-top: 3.25rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-14 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-14 {
  margin-left: 3.5rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-14 {
  margin-right: 3.5rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-14 {
  margin-top: 3.5rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-14 {
  margin-bottom: 3.5rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-14 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-14 {
  padding-bottom: 3.5rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-14 {
  padding-left: 3.5rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-14 {
  padding-right: 3.5rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-14 {
  padding-top: 3.5rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-15 {
  margin-left: 3.75rem !important;
  margin-right: 3.75rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-15 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-15 {
  margin-left: 3.75rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-15 {
  margin-right: 3.75rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-15 {
  margin-top: 3.75rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-15 {
  margin-bottom: 3.75rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-15 {
  padding-left: 3.75rem !important;
  padding-right: 3.75rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-15 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-15 {
  padding-bottom: 3.75rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-15 {
  padding-left: 3.75rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-15 {
  padding-right: 3.75rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-15 {
  padding-top: 3.75rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-16 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-16 {
  margin-left: 4rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-16 {
  margin-right: 4rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-16 {
  margin-top: 4rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-16 {
  margin-bottom: 4rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-16 {
  padding-bottom: 4rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-16 {
  padding-left: 4rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-16 {
  padding-right: 4rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-16 {
  padding-top: 4rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-17 {
  margin-left: 4.25rem !important;
  margin-right: 4.25rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-17 {
  margin-top: 4.25rem !important;
  margin-bottom: 4.25rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-17 {
  margin-left: 4.25rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-17 {
  margin-right: 4.25rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-17 {
  margin-top: 4.25rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-17 {
  margin-bottom: 4.25rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-17 {
  padding-left: 4.25rem !important;
  padding-right: 4.25rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-17 {
  padding-top: 4.25rem !important;
  padding-bottom: 4.25rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-17 {
  padding-bottom: 4.25rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-17 {
  padding-left: 4.25rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-17 {
  padding-right: 4.25rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-17 {
  padding-top: 4.25rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-18 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-18 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-18 {
  margin-left: 4.5rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-18 {
  margin-right: 4.5rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-18 {
  margin-top: 4.5rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-18 {
  margin-bottom: 4.5rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-18 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-18 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-18 {
  padding-bottom: 4.5rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-18 {
  padding-left: 4.5rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-18 {
  padding-right: 4.5rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-18 {
  padding-top: 4.5rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-19 {
  margin-left: 4.75rem !important;
  margin-right: 4.75rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-19 {
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-19 {
  margin-left: 4.75rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-19 {
  margin-right: 4.75rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-19 {
  margin-top: 4.75rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-19 {
  margin-bottom: 4.75rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-19 {
  padding-left: 4.75rem !important;
  padding-right: 4.75rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-19 {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-19 {
  padding-bottom: 4.75rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-19 {
  padding-left: 4.75rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-19 {
  padding-right: 4.75rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-19 {
  padding-top: 4.75rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-20 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-20 {
  margin-left: 5rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-20 {
  margin-right: 5rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-20 {
  margin-top: 5rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-20 {
  margin-bottom: 5rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-20 {
  padding-bottom: 5rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-20 {
  padding-left: 5rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-20 {
  padding-right: 5rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-20 {
  padding-top: 5rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-21 {
  margin-left: 5.25rem !important;
  margin-right: 5.25rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-21 {
  margin-top: 5.25rem !important;
  margin-bottom: 5.25rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-21 {
  margin-left: 5.25rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-21 {
  margin-right: 5.25rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-21 {
  margin-top: 5.25rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-21 {
  margin-bottom: 5.25rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-21 {
  padding-left: 5.25rem !important;
  padding-right: 5.25rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-21 {
  padding-top: 5.25rem !important;
  padding-bottom: 5.25rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-21 {
  padding-bottom: 5.25rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-21 {
  padding-left: 5.25rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-21 {
  padding-right: 5.25rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-21 {
  padding-top: 5.25rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-22 {
  margin-left: 5.5rem !important;
  margin-right: 5.5rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-22 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-22 {
  margin-left: 5.5rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-22 {
  margin-right: 5.5rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-22 {
  margin-top: 5.5rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-22 {
  margin-bottom: 5.5rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-22 {
  padding-left: 5.5rem !important;
  padding-right: 5.5rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-22 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-22 {
  padding-bottom: 5.5rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-22 {
  padding-left: 5.5rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-22 {
  padding-right: 5.5rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-22 {
  padding-top: 5.5rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-23 {
  margin-left: 5.75rem !important;
  margin-right: 5.75rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-23 {
  margin-top: 5.75rem !important;
  margin-bottom: 5.75rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-23 {
  margin-left: 5.75rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-23 {
  margin-right: 5.75rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-23 {
  margin-top: 5.75rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-23 {
  margin-bottom: 5.75rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-23 {
  padding-left: 5.75rem !important;
  padding-right: 5.75rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-23 {
  padding-top: 5.75rem !important;
  padding-bottom: 5.75rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-23 {
  padding-bottom: 5.75rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-23 {
  padding-left: 5.75rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-23 {
  padding-right: 5.75rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-23 {
  padding-top: 5.75rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-24 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-24 {
  margin-left: 6rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-24 {
  margin-right: 6rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-24 {
  margin-top: 6rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-24 {
  margin-bottom: 6rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-24 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-24 {
  padding-bottom: 6rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-24 {
  padding-left: 6rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-24 {
  padding-right: 6rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-24 {
  padding-top: 6rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-25 {
  margin-left: 6.25rem !important;
  margin-right: 6.25rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-25 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-25 {
  margin-left: 6.25rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-25 {
  margin-right: 6.25rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-25 {
  margin-top: 6.25rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-25 {
  margin-bottom: 6.25rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-25 {
  padding-left: 6.25rem !important;
  padding-right: 6.25rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-25 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-25 {
  padding-bottom: 6.25rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-25 {
  padding-left: 6.25rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-25 {
  padding-right: 6.25rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-25 {
  padding-top: 6.25rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-26 {
  margin-left: 6.5rem !important;
  margin-right: 6.5rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-26 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-26 {
  margin-left: 6.5rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-26 {
  margin-right: 6.5rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-26 {
  margin-top: 6.5rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-26 {
  margin-bottom: 6.5rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-26 {
  padding-left: 6.5rem !important;
  padding-right: 6.5rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-26 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-26 {
  padding-bottom: 6.5rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-26 {
  padding-left: 6.5rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-26 {
  padding-right: 6.5rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-26 {
  padding-top: 6.5rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-27 {
  margin-left: 6.75rem !important;
  margin-right: 6.75rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-27 {
  margin-top: 6.75rem !important;
  margin-bottom: 6.75rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-27 {
  margin-left: 6.75rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-27 {
  margin-right: 6.75rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-27 {
  margin-top: 6.75rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-27 {
  margin-bottom: 6.75rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-27 {
  padding-left: 6.75rem !important;
  padding-right: 6.75rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-27 {
  padding-top: 6.75rem !important;
  padding-bottom: 6.75rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-27 {
  padding-bottom: 6.75rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-27 {
  padding-left: 6.75rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-27 {
  padding-right: 6.75rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-27 {
  padding-top: 6.75rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-28 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-28 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-28 {
  margin-left: 7rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-28 {
  margin-right: 7rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-28 {
  margin-top: 7rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-28 {
  margin-bottom: 7rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-28 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-28 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-28 {
  padding-bottom: 7rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-28 {
  padding-left: 7rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-28 {
  padding-right: 7rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-28 {
  padding-top: 7rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-29 {
  margin-left: 7.25rem !important;
  margin-right: 7.25rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-29 {
  margin-top: 7.25rem !important;
  margin-bottom: 7.25rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-29 {
  margin-left: 7.25rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-29 {
  margin-right: 7.25rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-29 {
  margin-top: 7.25rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-29 {
  margin-bottom: 7.25rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-29 {
  padding-left: 7.25rem !important;
  padding-right: 7.25rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-29 {
  padding-top: 7.25rem !important;
  padding-bottom: 7.25rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-29 {
  padding-bottom: 7.25rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-29 {
  padding-left: 7.25rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-29 {
  padding-right: 7.25rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-29 {
  padding-top: 7.25rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-30 {
  margin-left: 7.5rem !important;
  margin-right: 7.5rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-30 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-30 {
  margin-left: 7.5rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-30 {
  margin-right: 7.5rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-30 {
  margin-top: 7.5rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-30 {
  margin-bottom: 7.5rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-30 {
  padding-left: 7.5rem !important;
  padding-right: 7.5rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-30 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-30 {
  padding-bottom: 7.5rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-30 {
  padding-left: 7.5rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-30 {
  padding-right: 7.5rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-30 {
  padding-top: 7.5rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-31 {
  margin-left: 7.75rem !important;
  margin-right: 7.75rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-31 {
  margin-top: 7.75rem !important;
  margin-bottom: 7.75rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-31 {
  margin-left: 7.75rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-31 {
  margin-right: 7.75rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-31 {
  margin-top: 7.75rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-31 {
  margin-bottom: 7.75rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-31 {
  padding-left: 7.75rem !important;
  padding-right: 7.75rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-31 {
  padding-top: 7.75rem !important;
  padding-bottom: 7.75rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-31 {
  padding-bottom: 7.75rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-31 {
  padding-left: 7.75rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-31 {
  padding-right: 7.75rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-31 {
  padding-top: 7.75rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-32 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-32 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-32 {
  margin-left: 8rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-32 {
  margin-right: 8rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-32 {
  margin-top: 8rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-32 {
  margin-bottom: 8rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-32 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-32 {
  padding-bottom: 8rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-32 {
  padding-left: 8rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-32 {
  padding-right: 8rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-32 {
  padding-top: 8rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-33 {
  margin-left: 8.25rem !important;
  margin-right: 8.25rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-33 {
  margin-top: 8.25rem !important;
  margin-bottom: 8.25rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-33 {
  margin-left: 8.25rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-33 {
  margin-right: 8.25rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-33 {
  margin-top: 8.25rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-33 {
  margin-bottom: 8.25rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-33 {
  padding-left: 8.25rem !important;
  padding-right: 8.25rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-33 {
  padding-top: 8.25rem !important;
  padding-bottom: 8.25rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-33 {
  padding-bottom: 8.25rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-33 {
  padding-left: 8.25rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-33 {
  padding-right: 8.25rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-33 {
  padding-top: 8.25rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-34 {
  margin-left: 8.5rem !important;
  margin-right: 8.5rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-34 {
  margin-top: 8.5rem !important;
  margin-bottom: 8.5rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-34 {
  margin-left: 8.5rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-34 {
  margin-right: 8.5rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-34 {
  margin-top: 8.5rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-34 {
  margin-bottom: 8.5rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-34 {
  padding-left: 8.5rem !important;
  padding-right: 8.5rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-34 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-34 {
  padding-bottom: 8.5rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-34 {
  padding-left: 8.5rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-34 {
  padding-right: 8.5rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-34 {
  padding-top: 8.5rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-35 {
  margin-left: 8.75rem !important;
  margin-right: 8.75rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-35 {
  margin-top: 8.75rem !important;
  margin-bottom: 8.75rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-35 {
  margin-left: 8.75rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-35 {
  margin-right: 8.75rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-35 {
  margin-top: 8.75rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-35 {
  margin-bottom: 8.75rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-35 {
  padding-left: 8.75rem !important;
  padding-right: 8.75rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-35 {
  padding-top: 8.75rem !important;
  padding-bottom: 8.75rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-35 {
  padding-bottom: 8.75rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-35 {
  padding-left: 8.75rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-35 {
  padding-right: 8.75rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-35 {
  padding-top: 8.75rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-36 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-36 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-36 {
  margin-left: 9rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-36 {
  margin-right: 9rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-36 {
  margin-top: 9rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-36 {
  margin-bottom: 9rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-36 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-36 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-36 {
  padding-bottom: 9rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-36 {
  padding-left: 9rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-36 {
  padding-right: 9rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-36 {
  padding-top: 9rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-37 {
  margin-left: 9.25rem !important;
  margin-right: 9.25rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-37 {
  margin-top: 9.25rem !important;
  margin-bottom: 9.25rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-37 {
  margin-left: 9.25rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-37 {
  margin-right: 9.25rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-37 {
  margin-top: 9.25rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-37 {
  margin-bottom: 9.25rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-37 {
  padding-left: 9.25rem !important;
  padding-right: 9.25rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-37 {
  padding-top: 9.25rem !important;
  padding-bottom: 9.25rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-37 {
  padding-bottom: 9.25rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-37 {
  padding-left: 9.25rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-37 {
  padding-right: 9.25rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-37 {
  padding-top: 9.25rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-38 {
  margin-left: 9.5rem !important;
  margin-right: 9.5rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-38 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-38 {
  margin-left: 9.5rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-38 {
  margin-right: 9.5rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-38 {
  margin-top: 9.5rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-38 {
  margin-bottom: 9.5rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-38 {
  padding-left: 9.5rem !important;
  padding-right: 9.5rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-38 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-38 {
  padding-bottom: 9.5rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-38 {
  padding-left: 9.5rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-38 {
  padding-right: 9.5rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-38 {
  padding-top: 9.5rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-39 {
  margin-left: 9.75rem !important;
  margin-right: 9.75rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-39 {
  margin-top: 9.75rem !important;
  margin-bottom: 9.75rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-39 {
  margin-left: 9.75rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-39 {
  margin-right: 9.75rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-39 {
  margin-top: 9.75rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-39 {
  margin-bottom: 9.75rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-39 {
  padding-left: 9.75rem !important;
  padding-right: 9.75rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-39 {
  padding-top: 9.75rem !important;
  padding-bottom: 9.75rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-39 {
  padding-bottom: 9.75rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-39 {
  padding-left: 9.75rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-39 {
  padding-right: 9.75rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-39 {
  padding-top: 9.75rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-40 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-40 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-40 {
  margin-left: 10rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-40 {
  margin-right: 10rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-40 {
  margin-top: 10rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-40 {
  margin-bottom: 10rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-40 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-40 {
  padding-bottom: 10rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-40 {
  padding-left: 10rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-40 {
  padding-right: 10rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-40 {
  padding-top: 10rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-41 {
  margin-left: 10.25rem !important;
  margin-right: 10.25rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-41 {
  margin-top: 10.25rem !important;
  margin-bottom: 10.25rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-41 {
  margin-left: 10.25rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-41 {
  margin-right: 10.25rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-41 {
  margin-top: 10.25rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-41 {
  margin-bottom: 10.25rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-41 {
  padding-left: 10.25rem !important;
  padding-right: 10.25rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-41 {
  padding-top: 10.25rem !important;
  padding-bottom: 10.25rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-41 {
  padding-bottom: 10.25rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-41 {
  padding-left: 10.25rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-41 {
  padding-right: 10.25rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-41 {
  padding-top: 10.25rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-42 {
  margin-left: 10.5rem !important;
  margin-right: 10.5rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-42 {
  margin-top: 10.5rem !important;
  margin-bottom: 10.5rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-42 {
  margin-left: 10.5rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-42 {
  margin-right: 10.5rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-42 {
  margin-top: 10.5rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-42 {
  margin-bottom: 10.5rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-42 {
  padding-left: 10.5rem !important;
  padding-right: 10.5rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-42 {
  padding-top: 10.5rem !important;
  padding-bottom: 10.5rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-42 {
  padding-bottom: 10.5rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-42 {
  padding-left: 10.5rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-42 {
  padding-right: 10.5rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-42 {
  padding-top: 10.5rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-43 {
  margin-left: 10.75rem !important;
  margin-right: 10.75rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-43 {
  margin-top: 10.75rem !important;
  margin-bottom: 10.75rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-43 {
  margin-left: 10.75rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-43 {
  margin-right: 10.75rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-43 {
  margin-top: 10.75rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-43 {
  margin-bottom: 10.75rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-43 {
  padding-left: 10.75rem !important;
  padding-right: 10.75rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-43 {
  padding-top: 10.75rem !important;
  padding-bottom: 10.75rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-43 {
  padding-bottom: 10.75rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-43 {
  padding-left: 10.75rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-43 {
  padding-right: 10.75rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-43 {
  padding-top: 10.75rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-44 {
  margin-left: 11rem !important;
  margin-right: 11rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-44 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-44 {
  margin-left: 11rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-44 {
  margin-right: 11rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-44 {
  margin-top: 11rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-44 {
  margin-bottom: 11rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-44 {
  padding-left: 11rem !important;
  padding-right: 11rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-44 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-44 {
  padding-bottom: 11rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-44 {
  padding-left: 11rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-44 {
  padding-right: 11rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-44 {
  padding-top: 11rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-45 {
  margin-left: 11.25rem !important;
  margin-right: 11.25rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-45 {
  margin-top: 11.25rem !important;
  margin-bottom: 11.25rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-45 {
  margin-left: 11.25rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-45 {
  margin-right: 11.25rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-45 {
  margin-top: 11.25rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-45 {
  margin-bottom: 11.25rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-45 {
  padding-left: 11.25rem !important;
  padding-right: 11.25rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-45 {
  padding-top: 11.25rem !important;
  padding-bottom: 11.25rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-45 {
  padding-bottom: 11.25rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-45 {
  padding-left: 11.25rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-45 {
  padding-right: 11.25rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-45 {
  padding-top: 11.25rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-46 {
  margin-left: 11.5rem !important;
  margin-right: 11.5rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-46 {
  margin-top: 11.5rem !important;
  margin-bottom: 11.5rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-46 {
  margin-left: 11.5rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-46 {
  margin-right: 11.5rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-46 {
  margin-top: 11.5rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-46 {
  margin-bottom: 11.5rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-46 {
  padding-left: 11.5rem !important;
  padding-right: 11.5rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-46 {
  padding-top: 11.5rem !important;
  padding-bottom: 11.5rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-46 {
  padding-bottom: 11.5rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-46 {
  padding-left: 11.5rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-46 {
  padding-right: 11.5rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-46 {
  padding-top: 11.5rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-47 {
  margin-left: 11.75rem !important;
  margin-right: 11.75rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-47 {
  margin-top: 11.75rem !important;
  margin-bottom: 11.75rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-47 {
  margin-left: 11.75rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-47 {
  margin-right: 11.75rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-47 {
  margin-top: 11.75rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-47 {
  margin-bottom: 11.75rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-47 {
  padding-left: 11.75rem !important;
  padding-right: 11.75rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-47 {
  padding-top: 11.75rem !important;
  padding-bottom: 11.75rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-47 {
  padding-bottom: 11.75rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-47 {
  padding-left: 11.75rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-47 {
  padding-right: 11.75rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-47 {
  padding-top: 11.75rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-48 {
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-48 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-48 {
  margin-left: 12rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-48 {
  margin-right: 12rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-48 {
  margin-top: 12rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-48 {
  margin-bottom: 12rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-48 {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-48 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-48 {
  padding-bottom: 12rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-48 {
  padding-left: 12rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-48 {
  padding-right: 12rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-48 {
  padding-top: 12rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-49 {
  margin-left: 12.25rem !important;
  margin-right: 12.25rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-49 {
  margin-top: 12.25rem !important;
  margin-bottom: 12.25rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-49 {
  margin-left: 12.25rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-49 {
  margin-right: 12.25rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-49 {
  margin-top: 12.25rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-49 {
  margin-bottom: 12.25rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-49 {
  padding-left: 12.25rem !important;
  padding-right: 12.25rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-49 {
  padding-top: 12.25rem !important;
  padding-bottom: 12.25rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-49 {
  padding-bottom: 12.25rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-49 {
  padding-left: 12.25rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-49 {
  padding-right: 12.25rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-49 {
  padding-top: 12.25rem !important;
}

/* line 169, app/assets/stylesheets/admin/_reports.scss */
.mx-50 {
  margin-left: 12.5rem !important;
  margin-right: 12.5rem !important;
}

/* line 170, app/assets/stylesheets/admin/_reports.scss */
.my-50 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important;
}

/* line 171, app/assets/stylesheets/admin/_reports.scss */
.ml-50 {
  margin-left: 12.5rem !important;
}

/* line 172, app/assets/stylesheets/admin/_reports.scss */
.mr-50 {
  margin-right: 12.5rem !important;
}

/* line 173, app/assets/stylesheets/admin/_reports.scss */
.mt-50 {
  margin-top: 12.5rem !important;
}

/* line 174, app/assets/stylesheets/admin/_reports.scss */
.mb-50 {
  margin-bottom: 12.5rem !important;
}

/* line 175, app/assets/stylesheets/admin/_reports.scss */
.px-50 {
  padding-left: 12.5rem !important;
  padding-right: 12.5rem !important;
}

/* line 176, app/assets/stylesheets/admin/_reports.scss */
.py-50 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important;
}

/* line 177, app/assets/stylesheets/admin/_reports.scss */
.pb-50 {
  padding-bottom: 12.5rem !important;
}

/* line 178, app/assets/stylesheets/admin/_reports.scss */
.pl-50 {
  padding-left: 12.5rem !important;
}

/* line 179, app/assets/stylesheets/admin/_reports.scss */
.pr-50 {
  padding-right: 12.5rem !important;
}

/* line 180, app/assets/stylesheets/admin/_reports.scss */
.pt-50 {
  padding-top: 12.5rem !important;
}

/* line 184, app/assets/stylesheets/admin/_reports.scss */
.v-divider {
  border-left: 1.5px solid #e0e0e0;
  height: 100%;
  min-height: 24px;
  margin-left: 1rem;
  margin-right: 1rem;
  display: inline-block;
}

/* line 193, app/assets/stylesheets/admin/_reports.scss */
.divider-line {
  border-bottom: 2px solid #DCEEF7;
  width: 100%;
  height: 0;
  margin-top: 0.2em;
}

/* line 201, app/assets/stylesheets/admin/_reports.scss */
.performance-pills-container {
  position: relative;
}

/* line 205, app/assets/stylesheets/admin/_reports.scss */
.performance-pills-container::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 20%;
  right: 0;
  height: 2px;
  background-color: #F0F0F0;
  z-index: 1;
}

/* line 216, app/assets/stylesheets/admin/_reports.scss */
.performance-pills-container .performance-pill {
  background-color: #E2EFF8;
  color: #479AE2;
  border-radius: 20px;
  padding: 8px 16px;
  font-weight: 500;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
  display: inline-block;
}

/* line 227, app/assets/stylesheets/admin/_reports.scss */
.performance-pills-container .performance-pill.active {
  background-color: #4294D5;
  color: white;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(66, 148, 213, 0.3);
}

/* line 237, app/assets/stylesheets/admin/_reports.scss */
.academic-range-container .lexile-range-chart {
  position: relative;
  min-height: 140px;
  overflow: visible;
}

/* line 242, app/assets/stylesheets/admin/_reports.scss */
.academic-range-container .lexile-range-chart .percentile-line {
  position: relative;
  height: 3px;
  background-color: #e3e3e3;
  border-radius: 1.5px;
  margin: 40px 0;
  width: 100%;
}

/* line 250, app/assets/stylesheets/admin/_reports.scss */
.academic-range-container .lexile-range-chart .percentile-line .percentile-vertical-line {
  position: absolute;
  top: -25px;
  width: 2px;
  height: 53px;
  background-color: #e3e3e3;
  transform: translateX(-50%);
}

/* line 258, app/assets/stylesheets/admin/_reports.scss */
.academic-range-container .lexile-range-chart .percentile-line .percentile-vertical-line .line-label {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 600;
  color: #626262;
  white-space: nowrap;
  text-align: center;
}

/* line 270, app/assets/stylesheets/admin/_reports.scss */
.academic-range-container .lexile-range-chart .percentile-line .percentile-vertical-line .line-percentile {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  color: #e3e3e3;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
}

/* line 283, app/assets/stylesheets/admin/_reports.scss */
.academic-range-container .lexile-range-chart .percentile-line .category-range-pill {
  position: absolute;
  top: -15px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 700;
  z-index: 15;
  white-space: nowrap;
}

/* line 297, app/assets/stylesheets/admin/_reports.scss */
.academic-range-container .lexile-range-chart .percentile-line .category-range-pill.independent {
  background-color: #D9ECDA;
  color: #00397F;
}

/* line 302, app/assets/stylesheets/admin/_reports.scss */
.academic-range-container .lexile-range-chart .percentile-line .category-range-pill.instructional {
  background-color: #ECF7D1;
  color: #00397F;
}

/* line 307, app/assets/stylesheets/admin/_reports.scss */
.academic-range-container .lexile-range-chart .percentile-line .category-range-pill.advanced {
  background-color: #FFE8CC;
  color: #00397F;
}

/* line 313, app/assets/stylesheets/admin/_reports.scss */
.academic-range-container .lexile-range-chart .percentile-line .category-label-pill {
  position: absolute;
  top: -45px;
  transform: translateX(-50%);
  background: white;
  color: #626262;
  padding: 2px 8px;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #E5E5E5;
  z-index: 10;
  white-space: nowrap;
}

/* line 329, app/assets/stylesheets/admin/_reports.scss */
.academic-range-container .lexile-range-chart .percentile-line .student-marker {
  position: absolute;
  top: 20px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 20;
}

/* line 338, app/assets/stylesheets/admin/_reports.scss */
.academic-range-container .lexile-range-chart .percentile-line .student-marker .marker-dot {
  width: 18px;
  height: 18px;
  background-color: #479AE2;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 0 4px 12px rgba(71, 154, 226, 0.4);
  margin-bottom: 8px;
  position: relative;
  z-index: 21;
  animation: pulse 2s infinite;
}

/* line 351, app/assets/stylesheets/admin/_reports.scss */
.academic-range-container .lexile-range-chart .percentile-line .student-marker .marker-label {
  font-size: 14px;
  font-weight: 700;
  color: white;
  background-color: #479AE2;
  padding: 4px 8px;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(71, 154, 226, 0.3);
  white-space: nowrap;
  text-align: center;
  margin-bottom: 4px;
}

/* line 364, app/assets/stylesheets/admin/_reports.scss */
.academic-range-container .lexile-range-chart .percentile-line .student-marker .marker-percentile {
  color: #479AE2;
  font-weight: 700;
  font-size: 11px;
  text-align: center;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  /* line 388, app/assets/stylesheets/admin/_reports.scss */
  .academic-range-container .lexile-range-chart {
    padding: 40px 15px 45px;
  }
  /* line 392, app/assets/stylesheets/admin/_reports.scss */
  .academic-range-container .lexile-range-chart .percentile-line .percentile-vertical-line {
    height: 43px;
  }
  /* line 395, app/assets/stylesheets/admin/_reports.scss */
  .academic-range-container .lexile-range-chart .percentile-line .percentile-vertical-line .line-label {
    font-size: 10px;
    bottom: -35px;
  }
  /* line 400, app/assets/stylesheets/admin/_reports.scss */
  .academic-range-container .lexile-range-chart .percentile-line .percentile-vertical-line .line-percentile {
    font-size: 9px;
    bottom: -50px;
  }
  /* line 406, app/assets/stylesheets/admin/_reports.scss */
  .academic-range-container .lexile-range-chart .percentile-line .category-range-pill {
    padding: 3px 6px;
    font-size: 8px;
  }
  /* line 411, app/assets/stylesheets/admin/_reports.scss */
  .academic-range-container .lexile-range-chart .percentile-line .category-label-pill {
    font-size: 8px;
    padding: 1px 6px;
    top: -35px;
  }
  /* line 418, app/assets/stylesheets/admin/_reports.scss */
  .academic-range-container .lexile-range-chart .percentile-line .student-marker .marker-label {
    font-size: 12px;
    padding: 3px 6px;
  }
  /* line 423, app/assets/stylesheets/admin/_reports.scss */
  .academic-range-container .lexile-range-chart .percentile-line .student-marker .marker-percentile {
    font-size: 10px;
  }
}

/* line 433, app/assets/stylesheets/admin/_reports.scss */
.recommendation-card {
  transition: all 0.3s ease;
  border: 1px solid #e9ecef !important;
}

/* line 437, app/assets/stylesheets/admin/_reports.scss */
.recommendation-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
}

/* line 442, app/assets/stylesheets/admin/_reports.scss */
.recommendation-card .level-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 12px;
  border-radius: 20px;
  z-index: 10;
  letter-spacing: 0.5px;
  background-color: #FFFFFF;
  color: #0645AD;
}

/* line 454, app/assets/stylesheets/admin/_reports.scss */
.recommendation-card .recommendation-image {
  overflow: hidden;
  height: 200px;
}

/* line 458, app/assets/stylesheets/admin/_reports.scss */
.recommendation-card .recommendation-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* line 465, app/assets/stylesheets/admin/_reports.scss */
.recommendation-card .recommendation-image:hover img {
  transform: scale(1.05);
}

/* line 470, app/assets/stylesheets/admin/_reports.scss */
.recommendation-card .recommendation-title {
  color: #2c3e50;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 8px;
}

/* line 477, app/assets/stylesheets/admin/_reports.scss */
.recommendation-card .recommendation-description {
  color: #6c757d;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 8px;
}

/* line 484, app/assets/stylesheets/admin/_reports.scss */
.recommendation-card .assessment-basis {
  color: #8e9aaf;
  font-size: 11px;
  line-height: 1.3;
  margin-bottom: 16px;
}

/* line 491, app/assets/stylesheets/admin/_reports.scss */
.recommendation-card .recommendation-content {
  display: flex;
  flex-direction: column;
  min-height: 180px;
}

/* line 497, app/assets/stylesheets/admin/_reports.scss */
.recommendation-card .recommendation-text-content {
  flex-grow: 1;
  margin-bottom: 12px;
}

/* line 502, app/assets/stylesheets/admin/_reports.scss */
.recommendation-card .recommendation-actions {
  justify-self: flex-end;
  align-self: flex-end;
  margin-top: auto;
}

/* line 507, app/assets/stylesheets/admin/_reports.scss */
.recommendation-card .recommendation-actions .btn {
  font-size: 11px;
  padding: 6px 12px;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.2s ease;
  min-width: 60px;
  border: none;
}

/* line 516, app/assets/stylesheets/admin/_reports.scss */
.recommendation-card .recommendation-actions .btn i {
  font-size: 10px;
  margin-right: 4px;
}

/* line 521, app/assets/stylesheets/admin/_reports.scss */
.recommendation-card .recommendation-actions .btn.btn-primary {
  background-color: #E2EFF8;
  color: #0D559E;
  border: 1px solid #0D559E;
}

/* line 526, app/assets/stylesheets/admin/_reports.scss */
.recommendation-card .recommendation-actions .btn.btn-primary:hover {
  background-color: #0D559E;
  color: white;
}

/* line 532, app/assets/stylesheets/admin/_reports.scss */
.recommendation-card .recommendation-actions .btn.btn-danger {
  background-color: #FFF5F5;
  color: #666;
  border: 1px solid #E2E8F0;
}

/* line 537, app/assets/stylesheets/admin/_reports.scss */
.recommendation-card .recommendation-actions .btn.btn-danger i {
  color: #DC2626 !important;
}

/* line 541, app/assets/stylesheets/admin/_reports.scss */
.recommendation-card .recommendation-actions .btn.btn-danger:hover {
  background-color: #FEE2E2;
  color: #DC2626;
}

@media (max-width: 768px) {
  /* line 552, app/assets/stylesheets/admin/_reports.scss */
  .recommendation-card {
    margin-bottom: 20px;
  }
  /* line 555, app/assets/stylesheets/admin/_reports.scss */
  .recommendation-card .recommendation-image {
    height: 150px !important;
  }
  /* line 559, app/assets/stylesheets/admin/_reports.scss */
  .recommendation-card .recommendation-title {
    font-size: 14px;
  }
  /* line 563, app/assets/stylesheets/admin/_reports.scss */
  .recommendation-card .recommendation-description {
    font-size: 12px;
  }
  /* line 567, app/assets/stylesheets/admin/_reports.scss */
  .recommendation-card .recommendation-actions {
    justify-content: center !important;
    margin-top: 16px !important;
  }
  /* line 571, app/assets/stylesheets/admin/_reports.scss */
  .recommendation-card .recommendation-actions .btn {
    min-width: 50px;
    padding: 5px 8px;
    font-size: 10px;
  }
}

@media (min-width: 1200px) {
  /* line 583, app/assets/stylesheets/admin/_reports.scss */
  .recommendation-card .recommendation-image {
    height: 250px;
  }
}

@media (min-width: 1400px) {
  /* line 591, app/assets/stylesheets/admin/_reports.scss */
  .recommendation-card .recommendation-image {
    height: 280px;
  }
}

/* line 598, app/assets/stylesheets/admin/_reports.scss */
.report-summary {
  text-align: center;
}

/* line 601, app/assets/stylesheets/admin/_reports.scss */
.report-summary h5, .report-summary .h5 {
  color: #fff;
}

/* line 605, app/assets/stylesheets/admin/_reports.scss */
.report-summary .strong-in {
  border-left: 4px solid #B4D9B5;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
}

/* line 613, app/assets/stylesheets/admin/_reports.scss */
.report-summary .focus-on {
  border-left: 4px solid #FFB3B5;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
}

@media (max-width: 768px) {
  /* line 624, app/assets/stylesheets/admin/_reports.scss */
  .css-gauge-container {
    max-width: 180px;
  }
  /* line 627, app/assets/stylesheets/admin/_reports.scss */
  .css-gauge-container .gauge-score {
    font-size: 2.5rem;
  }
  /* line 632, app/assets/stylesheets/admin/_reports.scss */
  .css-gauge-container .gauge-circle::before, .css-gauge-container .gauge-circle::after {
    border-width: 12px;
  }
}

@media (min-width: 1200px) {
  /* line 641, app/assets/stylesheets/admin/_reports.scss */
  .css-gauge-container {
    max-width: 280px;
  }
  /* line 644, app/assets/stylesheets/admin/_reports.scss */
  .css-gauge-container .gauge-score {
    font-size: 4rem;
  }
  /* line 649, app/assets/stylesheets/admin/_reports.scss */
  .css-gauge-container .gauge-circle::before, .css-gauge-container .gauge-circle::after {
    border-width: 18px;
  }
}

/* line 1, app/assets/stylesheets/_fonts.scss */
:root {
  --font-montserrat: 'Montserrat', sans-serif;
  --font-redhat: 'Red Hat Display', sans-serif;
  --font-jakarta: 'Plus Jakarta Sans', sans-serif;
  --font-opensans: 'Open Sans', sans-serif;
  --primary-light: #479AE2;
  --primary-dark: #00397F;
}

/* line 13, app/assets/stylesheets/_fonts.scss */
.font-montserrat {
  font-family: var(--font-montserrat);
}

/* line 17, app/assets/stylesheets/_fonts.scss */
.font-redhat {
  font-family: var(--font-redhat);
}

/* line 21, app/assets/stylesheets/_fonts.scss */
.font-jakarta {
  font-family: var(--font-jakarta);
}

/* line 25, app/assets/stylesheets/_fonts.scss */
.font-opensans {
  font-family: var(--font-opensans) !important;
}

/* line 29, app/assets/stylesheets/_fonts.scss */
.fss-1 {
  font-size: 0.75rem !important;
}

/* line 30, app/assets/stylesheets/_fonts.scss */
.fss-2 {
  font-size: 0.8125rem !important;
}

/* line 31, app/assets/stylesheets/_fonts.scss */
.fss-3 {
  font-size: 0.875rem !important;
}

/* line 32, app/assets/stylesheets/_fonts.scss */
.fss-4 {
  font-size: 0.9375rem !important;
}

/* line 33, app/assets/stylesheets/_fonts.scss */
.fss-5 {
  font-size: 1rem !important;
}

/* line 34, app/assets/stylesheets/_fonts.scss */
.fss-6 {
  font-size: 1.0625rem !important;
}

/* line 35, app/assets/stylesheets/_fonts.scss */
.fss-7 {
  font-size: 1.125rem !important;
}

/* line 36, app/assets/stylesheets/_fonts.scss */
.fss-8 {
  font-size: 1.1875rem !important;
}

/* line 37, app/assets/stylesheets/_fonts.scss */
.fss-9 {
  font-size: 1.25rem !important;
}

/* line 38, app/assets/stylesheets/_fonts.scss */
.fss-10 {
  font-size: 1.375rem !important;
}

/* line 39, app/assets/stylesheets/_fonts.scss */
.fs-11 {
  font-size: 1.625rem !important;
}

/* line 40, app/assets/stylesheets/_fonts.scss */
.fs-12 {
  font-size: 1.75rem !important;
}

/* line 41, app/assets/stylesheets/_fonts.scss */
.fs-13 {
  font-size: 1.875rem !important;
}

/* line 42, app/assets/stylesheets/_fonts.scss */
.fs-14 {
  font-size: 2rem !important;
}

/* line 43, app/assets/stylesheets/_fonts.scss */
.fs-15 {
  font-size: 2.25rem !important;
}

/* line 44, app/assets/stylesheets/_fonts.scss */
.fs-16 {
  font-size: 2.5rem !important;
}

/* line 45, app/assets/stylesheets/_fonts.scss */
.fs-17 {
  font-size: 2.75rem !important;
}

/* line 46, app/assets/stylesheets/_fonts.scss */
.fs-18 {
  font-size: 3rem !important;
}

/* line 47, app/assets/stylesheets/_fonts.scss */
.fs-19 {
  font-size: 3.25rem !important;
}

/* line 48, app/assets/stylesheets/_fonts.scss */
.fs-20 {
  font-size: 3.5rem !important;
}

/* line 49, app/assets/stylesheets/_fonts.scss */
.fs-21 {
  font-size: 3.75rem !important;
}

/* line 50, app/assets/stylesheets/_fonts.scss */
.fs-22 {
  font-size: 4rem !important;
}

/* line 51, app/assets/stylesheets/_fonts.scss */
.fs-23 {
  font-size: 4.25rem !important;
}

/* line 52, app/assets/stylesheets/_fonts.scss */
.fs-24 {
  font-size: 4.5rem !important;
}

/* line 53, app/assets/stylesheets/_fonts.scss */
.fs-25 {
  font-size: 4.75rem !important;
}

/* line 54, app/assets/stylesheets/_fonts.scss */
.fs-26 {
  font-size: 5rem !important;
}

/* line 55, app/assets/stylesheets/_fonts.scss */
.fs-27 {
  font-size: 5.25rem !important;
}

/* line 56, app/assets/stylesheets/_fonts.scss */
.fs-28 {
  font-size: 5.5rem !important;
}

/* line 57, app/assets/stylesheets/_fonts.scss */
.fs-29 {
  font-size: 5.75rem !important;
}

/* line 58, app/assets/stylesheets/_fonts.scss */
.fs-30 {
  font-size: 6rem !important;
}

/* line 61, app/assets/stylesheets/_fonts.scss */
.opensans-light {
  font-family: var(--font-opensans) !important;
  font-weight: 300 !important;
}

/* line 62, app/assets/stylesheets/_fonts.scss */
.opensans-regular {
  font-family: var(--font-opensans) !important;
  font-weight: 400 !important;
}

/* line 63, app/assets/stylesheets/_fonts.scss */
.opensans-semibold {
  font-family: var(--font-opensans) !important;
  font-weight: 600 !important;
}

/* line 64, app/assets/stylesheets/_fonts.scss */
.opensans-bold {
  font-family: var(--font-opensans) !important;
  font-weight: 700 !important;
}

/* line 65, app/assets/stylesheets/_fonts.scss */
.opensans-extrabold {
  font-family: var(--font-opensans) !important;
  font-weight: 800 !important;
}

/* line 69, app/assets/stylesheets/_fonts.scss */
.montserrat-light {
  font-family: var(--font-montserrat) !important;
  font-weight: 300 !important;
}

/* line 70, app/assets/stylesheets/_fonts.scss */
.montserrat-regular {
  font-family: var(--font-montserrat) !important;
  font-weight: 400 !important;
}

/* line 71, app/assets/stylesheets/_fonts.scss */
.montserrat-medium {
  font-family: var(--font-montserrat) !important;
  font-weight: 500 !important;
}

/* line 72, app/assets/stylesheets/_fonts.scss */
.montserrat-semibold {
  font-family: var(--font-montserrat) !important;
  font-weight: 600 !important;
}

/* line 73, app/assets/stylesheets/_fonts.scss */
.montserrat-bold {
  font-family: var(--font-montserrat) !important;
  font-weight: 700 !important;
}

/* line 76, app/assets/stylesheets/_fonts.scss */
.redhat-light {
  font-family: var(--font-redhat) !important;
  font-weight: 300 !important;
}

/* line 77, app/assets/stylesheets/_fonts.scss */
.redhat-regular {
  font-family: var(--font-redhat) !important;
  font-weight: 400 !important;
}

/* line 78, app/assets/stylesheets/_fonts.scss */
.redhat-medium {
  font-family: var(--font-redhat) !important;
  font-weight: 500 !important;
}

/* line 79, app/assets/stylesheets/_fonts.scss */
.redhat-semibold {
  font-family: var(--font-redhat) !important;
  font-weight: 600 !important;
}

/* line 80, app/assets/stylesheets/_fonts.scss */
.redhat-bold {
  font-family: var(--font-redhat) !important;
  font-weight: 700 !important;
}

/* line 83, app/assets/stylesheets/_fonts.scss */
.jakarta-light {
  font-family: var(--font-jakarta) !important;
  font-weight: 300 !important;
}

/* line 84, app/assets/stylesheets/_fonts.scss */
.jakarta-regular {
  font-family: var(--font-jakarta) !important;
  font-weight: 400 !important;
}

/* line 85, app/assets/stylesheets/_fonts.scss */
.jakarta-medium {
  font-family: var(--font-jakarta) !important;
  font-weight: 500 !important;
}

/* line 86, app/assets/stylesheets/_fonts.scss */
.jakarta-semibold {
  font-family: var(--font-jakarta) !important;
  font-weight: 600 !important;
}

/* line 87, app/assets/stylesheets/_fonts.scss */
.jakarta-bold {
  font-family: var(--font-jakarta) !important;
  font-weight: 700 !important;
}

/* line 89, app/assets/stylesheets/_fonts.scss */
body {
  font-family: var(--font-redhat);
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/students/student_view.scss */
.fixed-width-btn {
  min-width: 180px;
  max-width: 100%;
  width: 180px;
  text-align: center;
  white-space: normal;
}

/* line 9, app/assets/stylesheets/students/student_view.scss */
.background-circles {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  transform-origin: bottom left !important;
}

/* line 17, app/assets/stylesheets/students/student_view.scss */
.background-circles svg {
  display: block !important;
}

@media screen and (min-width: 481px) {
  /* line 9, app/assets/stylesheets/students/student_view.scss */
  .background-circles {
    transform: scale(0.5) !important;
  }
}

@media screen and (min-width: 769px) {
  /* line 9, app/assets/stylesheets/students/student_view.scss */
  .background-circles {
    transform: scale(0.6) !important;
  }
}

@media screen and (min-width: 1025px) {
  /* line 9, app/assets/stylesheets/students/student_view.scss */
  .background-circles {
    transform: scale(0.8) !important;
  }
}

@media screen and (min-width: 1441px) {
  /* line 9, app/assets/stylesheets/students/student_view.scss */
  .background-circles {
    transform: scale(1.32) !important;
  }
}

/* line 39, app/assets/stylesheets/students/student_view.scss */
.btn-completed {
  background-color: #F4F4F4 !important;
  border-color: #F4F4F4 !important;
  color: #6a6a6a !important;
}

/* line 44, app/assets/stylesheets/students/student_view.scss */
.btn-completed:hover {
  background-color: #e7e7e7;
  border-color: #e7e7e7;
}

/* line 50, app/assets/stylesheets/students/student_view.scss */
.student-dashboard-container {
  position: relative;
}

/* line 53, app/assets/stylesheets/students/student_view.scss */
.student-dashboard-container .content-wrapper {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 230px);
  display: flex;
  align-items: center;
}

/* line 62, app/assets/stylesheets/students/student_view.scss */
.student-dashboard-container .logo-section .logo-small {
  max-height: 40px;
  width: auto;
}

/* line 69, app/assets/stylesheets/students/student_view.scss */
.header {
  min-height: 60px !important;
}

/* line 72, app/assets/stylesheets/students/student_view.scss */
.header .take-test {
  min-height: inherit;
}

/* line 75, app/assets/stylesheets/students/student_view.scss */
.header .take-test .logo-small {
  max-height: 70px;
  width: auto;
}

/* line 80, app/assets/stylesheets/students/student_view.scss */
.header .take-test .container-fluid, .header .take-test .container-sm, .header .take-test .container-md, .header .take-test .container-lg, .header .take-test .container-xl, .header .take-test .container-xxl {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 86, app/assets/stylesheets/students/student_view.scss */
.header .take-test .user-icon .path1 {
  color: #00397F;
  fill: #00397F;
}

/* line 91, app/assets/stylesheets/students/student_view.scss */
.header .take-test .user-icon .path2 {
  color: #F4F6F8;
  fill: #F4F6F8;
}

/* line 96, app/assets/stylesheets/students/student_view.scss */
.header .take-test .user-icon .path3 {
  color: #F4F6F8;
  fill: #F4F6F8;
}

/* line 105, app/assets/stylesheets/students/student_view.scss */
.card .student-info {
  background-color: #F1FAFF;
}

/* line 109, app/assets/stylesheets/students/student_view.scss */
.card .student-info .icons .path1 {
  color: #479AE2;
  fill: #479AE2;
}

/* line 114, app/assets/stylesheets/students/student_view.scss */
.card .student-info .icons .path2 {
  color: #479AE2;
  fill: #479AE2;
}

/* line 119, app/assets/stylesheets/students/student_view.scss */
.card .student-info .icons .path3 {
  color: #479AE2;
  fill: #479AE2;
}

/* line 124, app/assets/stylesheets/students/student_view.scss */
.card .student-info .icons .path4 {
  color: #479AE2;
  fill: #479AE2;
}

/* line 129, app/assets/stylesheets/students/student_view.scss */
.card .student-info .icons .path5 {
  color: #479AE2;
  fill: #479AE2;
}

/* line 134, app/assets/stylesheets/students/student_view.scss */
.card .student-info .icons .path6 {
  color: #479AE2;
  fill: #479AE2;
}

/* line 139, app/assets/stylesheets/students/student_view.scss */
.card .student-info .icons .path7 {
  color: #479AE2;
  fill: #479AE2;
}

/* line 144, app/assets/stylesheets/students/student_view.scss */
.card .student-info .icons .path8 {
  color: #479AE2;
  fill: #479AE2;
}

/* line 149, app/assets/stylesheets/students/student_view.scss */
.card .student-info .icons .path9 {
  color: #479AE2;
  fill: #479AE2;
}

/* line 154, app/assets/stylesheets/students/student_view.scss */
.card .student-info .icons .path10 {
  color: #479AE2;
  fill: #479AE2;
}

/* line 161, app/assets/stylesheets/students/student_view.scss */
.card .student-warning {
  background-color: #FFF9F4;
}

/* line 164, app/assets/stylesheets/students/student_view.scss */
.card .student-warning .warning-icon {
  color: #EE8F3F !important;
}

/* line 167, app/assets/stylesheets/students/student_view.scss */
.card .student-warning .warning-icon .path1 {
  color: #FFD1AB !important;
  fill: #FFD1AB !important;
}

/* line 172, app/assets/stylesheets/students/student_view.scss */
.card .student-warning .warning-icon .path2,
.card .student-warning .warning-icon .path3 {
  color: #EE8F3F !important;
  fill: #EE8F3F !important;
}

/* line 182, app/assets/stylesheets/students/student_view.scss */
.test-container {
  display: flex;
  flex-direction: column;
  min-height: auto;
}

/* line 187, app/assets/stylesheets/students/student_view.scss */
.test-container .question-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

/* line 194, app/assets/stylesheets/students/student_view.scss */
.test-container, .test-container *, .test-container body, .test-container p, .test-container h1, .test-container .h1, .test-container h2, .test-container .h2, .test-container h3, .test-container .h3, .test-container h4, .test-container .h4, .test-container h5, .test-container .h5, .test-container h6, .test-container .h6, .test-container span:not([class*="path"]):not([class*="ki-"]), .test-container div:not([class*="ki-"]), .test-container td, .test-container th, .test-container li, .test-container button, .test-container a, .test-container .fw-bold, .test-container .fw-medium, .test-container .answer-text, .test-container .question-content, .test-container .answer-content {
  font-family: var(--font-opensans) !important;
}

/* line 219, app/assets/stylesheets/students/student_view.scss */
.test-container .row {
  flex: none;
}

/* line 223, app/assets/stylesheets/students/student_view.scss */
.test-container .question-panel {
  border-radius: 12px;
  height: auto;
}

/* line 227, app/assets/stylesheets/students/student_view.scss */
.test-container .question-panel .question-header,
.test-container .question-panel .answer-header {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}

/* line 234, app/assets/stylesheets/students/student_view.scss */
.test-container .answers-panel {
  border-radius: 12px;
  padding: 1.5rem;
  height: auto;
}

/* line 239, app/assets/stylesheets/students/student_view.scss */
.test-container .answers-panel .question-header,
.test-container .answers-panel .answer-header {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}

/* line 246, app/assets/stylesheets/students/student_view.scss */
.test-container .question-box {
  background-color: #E0EAF3;
  color: white;
  margin-bottom: 1rem;
}

/* line 252, app/assets/stylesheets/students/student_view.scss */
.test-container .answer-option {
  border: 2px solid #F4F4F4;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 0.75rem;
  background-color: #F4F4F4;
}

/* line 260, app/assets/stylesheets/students/student_view.scss */
.test-container .answer-option:hover {
  border-color: #FFE46D;
  background-color: #FFFAE2;
}

/* line 265, app/assets/stylesheets/students/student_view.scss */
.test-container .answer-option.selected {
  border-color: #FFE46D;
  background-color: #FFFAE2;
}

/* line 272, app/assets/stylesheets/students/student_view.scss */
.test-container .answer-option .answer-image img {
  background: transparent !important;
  mix-blend-mode: multiply;
  filter: contrast(1.1) brightness(1.05);
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: unset;
  object-position: unset;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

/* line 289, app/assets/stylesheets/students/student_view.scss */
.test-container .answer-option .answer-image img[src*=".png"] {
  background: transparent !important;
  mix-blend-mode: darken;
}

/* line 294, app/assets/stylesheets/students/student_view.scss */
.test-container .answer-option .answer-image img[src*=".jpg"], .test-container .answer-option .answer-image img[src*=".jpeg"] {
  mix-blend-mode: multiply;
}

/* line 303, app/assets/stylesheets/students/student_view.scss */
.bottom-controls-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f8f9fa;
  border-top: 1px solid #dee2e6;
  padding: 15px 0;
  z-index: 1000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

/* line 314, app/assets/stylesheets/students/student_view.scss */
.bottom-controls-footer .progress {
  background-color: #e9ecef;
}

/* line 317, app/assets/stylesheets/students/student_view.scss */
.bottom-controls-footer .progress .progress-bar {
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
}

/* line 322, app/assets/stylesheets/students/student_view.scss */
.bottom-controls-footer .progress-text {
  margin-top: 5px;
}

/* line 328, app/assets/stylesheets/students/student_view.scss */
.test-container .answers-list button,
.answers-panel .answers-list button {
  color: white !important;
}

/* line 334, app/assets/stylesheets/students/student_view.scss */
.test-container .btn-primary-light,
.test-container .btn-primary-light span,
.test-container .btn-primary-light i {
  color: white !important;
}

/* line 348, app/assets/stylesheets/students/student_view.scss */
.bottom-controls-footer:not(:has(.calculator)) *, .bottom-controls-footer:not(:has(.calculator)) *::before, .bottom-controls-footer:not(:has(.calculator)) *::after {
  color: #479AE2 !important;
}

/* line 355, app/assets/stylesheets/students/student_view.scss */
.bottom-controls-footer .control-buttons, .bottom-controls-footer .font-picker-container, .bottom-controls-footer .btn:not(.calculator *), .bottom-controls-footer button:not(.calculator *), .bottom-controls-footer span:not(.calculator *), .bottom-controls-footer i:not(.calculator *), .bottom-controls-footer .dropdown-toggle, .bottom-controls-footer .dropdown-item {
  color: #479AE2 !important;
}

/* line 367, app/assets/stylesheets/students/student_view.scss */
.bottom-controls-footer span:not([class*="path"]):not([class*="ki-"]):not(.calculator *), .bottom-controls-footer button:not(.answers-list button):not([class*="btn-"]):not(.calculator *) {
  color: #479AE2 !important;
}

/* line 373, app/assets/stylesheets/students/student_view.scss */
.bottom-controls-footer .row {
  align-items: center;
}

/* line 378, app/assets/stylesheets/students/student_view.scss */
.bottom-controls-footer .control-buttons {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

/* line 384, app/assets/stylesheets/students/student_view.scss */
.bottom-controls-footer .control-buttons > span {
  font-size: 0.875rem;
  margin-right: 0.25rem;
}

/* line 391, app/assets/stylesheets/students/student_view.scss */
.bottom-controls-footer .form-check.form-switch {
  margin-bottom: 0;
}

/* line 394, app/assets/stylesheets/students/student_view.scss */
.bottom-controls-footer .form-check.form-switch .form-check-input {
  width: 3rem;
  height: 2rem;
  background-color: rgba(71, 154, 226, 0.3);
  border: 1px solid rgba(71, 154, 226, 0.5);
  transition: all 0.15s ease-in-out;
}

/* line 401, app/assets/stylesheets/students/student_view.scss */
.bottom-controls-footer .form-check.form-switch .form-check-input::before {
  background-color: #8BBEE6 !important;
}

/* line 405, app/assets/stylesheets/students/student_view.scss */
.bottom-controls-footer .form-check.form-switch .form-check-input:checked {
  background-color: #479AE2;
  border-color: #479AE2;
}

/* line 409, app/assets/stylesheets/students/student_view.scss */
.bottom-controls-footer .form-check.form-switch .form-check-input:checked::before {
  background-color: white !important;
}

/* line 414, app/assets/stylesheets/students/student_view.scss */
.bottom-controls-footer .form-check.form-switch .form-check-input:focus {
  border-color: #479AE2;
  box-shadow: 0 0 0 0.25rem rgba(71, 154, 226, 0.25);
}

/* line 420, app/assets/stylesheets/students/student_view.scss */
.bottom-controls-footer .form-check.form-switch .form-check-input:disabled {
  background-color: #e9ecef !important;
  border-color: #dee2e6 !important;
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 426, app/assets/stylesheets/students/student_view.scss */
.bottom-controls-footer .form-check.form-switch .form-check-input:disabled::before {
  background-color: #6c757d !important;
}

/* line 430, app/assets/stylesheets/students/student_view.scss */
.bottom-controls-footer .form-check.form-switch .form-check-input:disabled:checked {
  background-color: #e9ecef !important;
  border-color: #dee2e6 !important;
}

/* line 434, app/assets/stylesheets/students/student_view.scss */
.bottom-controls-footer .form-check.form-switch .form-check-input:disabled:checked::before {
  background-color: #6c757d !important;
}

/* line 441, app/assets/stylesheets/students/student_view.scss */
.bottom-controls-footer .form-check.form-switch .form-check-label {
  color: #479AE2 !important;
  font-size: inherit;
}

/* line 446, app/assets/stylesheets/students/student_view.scss */
.bottom-controls-footer .form-check.form-switch .form-check-label.disabled {
  color: #6c757d !important;
  opacity: 0.5;
}

/* line 453, app/assets/stylesheets/students/student_view.scss */
.bottom-controls-footer .progress-container {
  position: relative;
}

/* line 456, app/assets/stylesheets/students/student_view.scss */
.bottom-controls-footer .progress-container .progress {
  height: 15px !important;
  background-color: #e9ecef !important;
  border-radius: 50px !important;
  overflow: hidden !important;
}

/* line 462, app/assets/stylesheets/students/student_view.scss */
.bottom-controls-footer .progress-container .progress .progress-bar {
  background: linear-gradient(90deg, #28a745 0%, #20c997 100%) !important;
  border-radius: 50px 0 0 50px !important;
  transition: width 0.6s ease !important;
  min-width: 0;
}

/* line 470, app/assets/stylesheets/students/student_view.scss */
.bottom-controls-footer .progress-container .progress-marker {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: #28a745;
  border: 2px solid white;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 2;
  transition: left 0.6s ease;
  left: -10px;
}

/* line 487, app/assets/stylesheets/students/student_view.scss */
.bottom-controls-footer .progress-container .progress-marker[data-progress="0"] {
  background: #6c757d;
  left: -10px;
}

/* line 500, app/assets/stylesheets/students/student_view.scss */
.font-picker-dropdown .dropdown-item[data-size="small"] {
  font-size: 0.9rem;
}

/* line 504, app/assets/stylesheets/students/student_view.scss */
.font-picker-dropdown .dropdown-item[data-size="normal"] {
  font-size: 1.2rem;
}

/* line 508, app/assets/stylesheets/students/student_view.scss */
.font-picker-dropdown .dropdown-item[data-size="medium"] {
  font-size: 1.5rem;
}

/* line 512, app/assets/stylesheets/students/student_view.scss */
.font-picker-dropdown .dropdown-item[data-size="large"] {
  font-size: 1.8rem;
}

/* line 516, app/assets/stylesheets/students/student_view.scss */
.font-picker-dropdown .dropdown-item.active {
  background-color: #E0EAF3;
  color: white;
}

/* line 521, app/assets/stylesheets/students/student_view.scss */
.font-picker-dropdown .dropdown-item:hover {
  background-color: #f8f9fa;
}

/* line 525, app/assets/stylesheets/students/student_view.scss */
.font-picker-dropdown .dropdown-item.active:hover {
  background-color: #E0EAF3;
}

/* line 535, app/assets/stylesheets/students/student_view.scss */
.font-picker-container .dropdown-toggle::after {
  display: none !important;
}

/* line 539, app/assets/stylesheets/students/student_view.scss */
.font-picker-container .dropdown-arrow {
  transition: transform 0.3s ease;
  transform-origin: center;
}

/* line 544, app/assets/stylesheets/students/student_view.scss */
.font-picker-container .dropdown.show .dropdown-arrow {
  transform: rotate(180deg);
}

/* line 550, app/assets/stylesheets/students/student_view.scss */
.font-small {
  font-size: 0.9rem !important;
}

/* line 553, app/assets/stylesheets/students/student_view.scss */
.font-small h5, .font-small .h5,
.font-small .fw-bold,
.font-small span.fw-bold {
  font-size: 1rem !important;
}

/* line 559, app/assets/stylesheets/students/student_view.scss */
.font-small .answer-text,
.font-small .answer-content {
  font-size: 0.9rem !important;
}

/* line 564, app/assets/stylesheets/students/student_view.scss */
.font-small .question-body,
.font-small .question-content {
  font-size: 0.9rem !important;
}

/* line 569, app/assets/stylesheets/students/student_view.scss */
.font-small .fs-6 {
  font-size: 0.8rem !important;
}

/* line 574, app/assets/stylesheets/students/student_view.scss */
.font-small .question-header span.fw-bold,
.font-small .answer-header span.fw-bold {
  font-size: 1rem !important;
}

/* line 580, app/assets/stylesheets/students/student_view.scss */
.font-small .btn span,
.font-small button span,
.font-small .btn-primary-light span,
.font-small .text-center button span,
.font-small .answers-panel .btn span {
  font-size: 0.9rem !important;
}

/* line 591, app/assets/stylesheets/students/student_view.scss */
.font-small .bottom-controls-footer span,
.font-small .bottom-controls-footer .form-check-label,
.font-small .bottom-controls-footer .dropdown-toggle span {
  font-size: 0.9rem !important;
}

/* line 599, app/assets/stylesheets/students/student_view.scss */
.font-normal {
  font-size: 1.2rem !important;
}

/* line 602, app/assets/stylesheets/students/student_view.scss */
.font-normal h5, .font-normal .h5,
.font-normal .fw-bold,
.font-normal span.fw-bold {
  font-size: 1.5rem !important;
}

/* line 608, app/assets/stylesheets/students/student_view.scss */
.font-normal .answer-text,
.font-normal .answer-content {
  font-size: 1.2rem !important;
}

/* line 613, app/assets/stylesheets/students/student_view.scss */
.font-normal .question-body,
.font-normal .question-content {
  font-size: 1.2rem !important;
}

/* line 618, app/assets/stylesheets/students/student_view.scss */
.font-normal .fs-6 {
  font-size: 1.1rem !important;
}

/* line 623, app/assets/stylesheets/students/student_view.scss */
.font-normal .question-header span.fw-bold,
.font-normal .answer-header span.fw-bold {
  font-size: 1.5rem !important;
}

/* line 629, app/assets/stylesheets/students/student_view.scss */
.font-normal .btn span,
.font-normal button span,
.font-normal .btn-primary-light span,
.font-normal .text-center button span,
.font-normal .answers-panel .btn span {
  font-size: 1.2rem !important;
}

/* line 640, app/assets/stylesheets/students/student_view.scss */
.font-normal .bottom-controls-footer span,
.font-normal .bottom-controls-footer .form-check-label,
.font-normal .bottom-controls-footer .dropdown-toggle span {
  font-size: 1.2rem !important;
}

/* line 648, app/assets/stylesheets/students/student_view.scss */
.font-medium {
  font-size: 1.5rem !important;
}

/* line 651, app/assets/stylesheets/students/student_view.scss */
.font-medium h5, .font-medium .h5,
.font-medium .fw-bold,
.font-medium span.fw-bold {
  font-size: 1.8rem !important;
}

/* line 657, app/assets/stylesheets/students/student_view.scss */
.font-medium .answer-text,
.font-medium .answer-content {
  font-size: 1.5rem !important;
}

/* line 662, app/assets/stylesheets/students/student_view.scss */
.font-medium .question-body,
.font-medium .question-content {
  font-size: 1.5rem !important;
}

/* line 667, app/assets/stylesheets/students/student_view.scss */
.font-medium .fs-6 {
  font-size: 1.4rem !important;
}

/* line 672, app/assets/stylesheets/students/student_view.scss */
.font-medium .question-header span.fw-bold,
.font-medium .answer-header span.fw-bold {
  font-size: 1.8rem !important;
}

/* line 678, app/assets/stylesheets/students/student_view.scss */
.font-medium .btn span,
.font-medium button span,
.font-medium .btn-primary-light span,
.font-medium .text-center button span,
.font-medium .answers-panel .btn span {
  font-size: 1.5rem !important;
}

/* line 689, app/assets/stylesheets/students/student_view.scss */
.font-medium .bottom-controls-footer span,
.font-medium .bottom-controls-footer .form-check-label,
.font-medium .bottom-controls-footer .dropdown-toggle span {
  font-size: 1.5rem !important;
}

/* line 697, app/assets/stylesheets/students/student_view.scss */
.font-large {
  font-size: 1.8rem !important;
}

/* line 700, app/assets/stylesheets/students/student_view.scss */
.font-large h5, .font-large .h5,
.font-large .fw-bold,
.font-large span.fw-bold {
  font-size: 2.2rem !important;
}

/* line 706, app/assets/stylesheets/students/student_view.scss */
.font-large .answer-text,
.font-large .answer-content {
  font-size: 1.8rem !important;
}

/* line 711, app/assets/stylesheets/students/student_view.scss */
.font-large .question-body,
.font-large .question-content {
  font-size: 1.8rem !important;
}

/* line 716, app/assets/stylesheets/students/student_view.scss */
.font-large .fs-6 {
  font-size: 1.7rem !important;
}

/* line 721, app/assets/stylesheets/students/student_view.scss */
.font-large .question-header span.fw-bold,
.font-large .answer-header span.fw-bold {
  font-size: 2.2rem !important;
}

/* line 727, app/assets/stylesheets/students/student_view.scss */
.font-large .btn span,
.font-large button span,
.font-large .btn-primary-light span,
.font-large .text-center button span,
.font-large .answers-panel .btn span {
  font-size: 1.8rem !important;
}

/* line 738, app/assets/stylesheets/students/student_view.scss */
.font-large .bottom-controls-footer span,
.font-large .bottom-controls-footer .form-check-label,
.font-large .bottom-controls-footer .dropdown-toggle span {
  font-size: 1.8rem !important;
}

/* line 4, app/assets/stylesheets/components/_custom_pagination.scss */
.custom-pagination .pagination-container .pagination-nav-btn {
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: all 0.2s ease;
  border: none !important;
}

/* line 11, app/assets/stylesheets/components/_custom_pagination.scss */
.custom-pagination .pagination-container .pagination-nav-btn:hover:not(.disabled) {
  background-color: #f5f5f5 !important;
}

/* line 15, app/assets/stylesheets/components/_custom_pagination.scss */
.custom-pagination .pagination-container .pagination-nav-btn.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}

/* line 21, app/assets/stylesheets/components/_custom_pagination.scss */
.custom-pagination .pagination-container .pagination-nav-btn i {
  font-size: 16px;
  color: #6c757d;
}

/* line 27, app/assets/stylesheets/components/_custom_pagination.scss */
.custom-pagination .pagination-container .pagination-info {
  font-size: 14px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  /* line 42, app/assets/stylesheets/components/_custom_pagination.scss */
  .custom-pagination .pagination-container .pagination-nav-btn {
    width: 36px;
    height: 36px;
  }
  /* line 46, app/assets/stylesheets/components/_custom_pagination.scss */
  .custom-pagination .pagination-container .pagination-nav-btn i {
    font-size: 14px;
  }
  /* line 51, app/assets/stylesheets/components/_custom_pagination.scss */
  .custom-pagination .pagination-container .pagination-info {
    font-size: 12px;
    min-width: 36px;
    height: 36px;
  }
}

@media (max-width: 768px) {
  /* line 63, app/assets/stylesheets/components/_custom_pagination.scss */
  .custom-pagination .pagination-container {
    min-width: 120px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  /* line 69, app/assets/stylesheets/components/_custom_pagination.scss */
  .custom-pagination .pagination-info {
    font-size: 12px;
  }
  /* line 73, app/assets/stylesheets/components/_custom_pagination.scss */
  .custom-pagination .pagination-nav-btn {
    width: 28px;
    height: 28px;
  }
  /* line 77, app/assets/stylesheets/components/_custom_pagination.scss */
  .custom-pagination .pagination-nav-btn i {
    font-size: 12px;
  }
}

/*# sourceMappingURL=application.css-d5327094d07da7ea80c6ed6ba28d76d7f567e492a1019226709d3c071fdb7964.map */
