@charset "UTF-8";
/* line 1, app/assets/stylesheets/_custom.scss */
.timeline {
  border-left: 3px solid #727cf5;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  margin: 0 auto;
  letter-spacing: 0.2px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 50px;
  list-style: none;
  text-align: left;
  max-width: 40%;
}

@media (max-width: 767px) {
  /* line 17, app/assets/stylesheets/_custom.scss */
  .timeline {
    max-width: 98%;
    padding: 25px;
  }
}

/* line 23, app/assets/stylesheets/_custom.scss */
.timeline h1 {
  font-weight: 300;
  font-size: 1.4em;
}

/* line 28, app/assets/stylesheets/_custom.scss */
.timeline h2,
.timeline h3 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 10px;
}

/* line 35, app/assets/stylesheets/_custom.scss */
.timeline .event {
  border-bottom: 1px dashed #e8ebf1;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}

@media (max-width: 767px) {
  /* line 43, app/assets/stylesheets/_custom.scss */
  .timeline .event {
    padding-top: 30px;
  }
}

/* line 48, app/assets/stylesheets/_custom.scss */
.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

/* line 54, app/assets/stylesheets/_custom.scss */
.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}

/* line 61, app/assets/stylesheets/_custom.scss */
.timeline .event:before {
  left: -207px;
  content: attr(data-date);
  text-align: right;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px;
}

@media (max-width: 767px) {
  /* line 71, app/assets/stylesheets/_custom.scss */
  .timeline .event:before {
    left: 0px;
    text-align: left;
  }
}

/* line 77, app/assets/stylesheets/_custom.scss */
.timeline .event:after {
  -webkit-box-shadow: 0 0 0 3px #727cf5;
  box-shadow: 0 0 0 3px #727cf5;
  left: -55.8px;
  background: #fff;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  content: "";
  top: 5px;
}

@media (max-width: 767px) {
  /* line 90, app/assets/stylesheets/_custom.scss */
  .timeline .event:after {
    left: -31.8px;
  }
}

/* line 95, app/assets/stylesheets/_custom.scss */
.rtl .timeline {
  border-left: 0;
  text-align: right;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-right: 3px solid #727cf5;
}

/* line 105, app/assets/stylesheets/_custom.scss */
.rtl .timeline .event::before {
  left: 0;
  right: -170px;
}

/* line 110, app/assets/stylesheets/_custom.scss */
.rtl .timeline .event::after {
  left: 0;
  right: -55.8px;
}

/* line 115, app/assets/stylesheets/_custom.scss */
.tracking {
  background-color: #FFF !important;
  width: 100% !important;
}

/* line 120, app/assets/stylesheets/_custom.scss */
.text-a-center {
  text-align: center;
}

/* line 124, app/assets/stylesheets/_custom.scss */
.padding-2 {
  padding: 20px;
}

/* line 128, app/assets/stylesheets/_custom.scss */
.fixed-footer {
  position: fixed !important;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3000000;
}

/* line 136, app/assets/stylesheets/_custom.scss */
.pt-8-force {
  padding-top: 8em !important;
}

/* line 140, app/assets/stylesheets/_custom.scss */
.filter-invert-white {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

/* line 145, app/assets/stylesheets/_custom.scss */
.filter-invert-dark {
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
}

/* line 150, app/assets/stylesheets/_custom.scss */
.bg-gray-400 {
  background-color: #C4CDD5;
}

/* line 154, app/assets/stylesheets/_custom.scss */
.smooth-shadow-sm {
  box-shadow: 0px 2px 4px rgba(0, 0, 20, 0.08), 0px 1px 2px rgba(0, 0, 20, 0.08) !important;
}

/* line 158, app/assets/stylesheets/_custom.scss */
.smooth-shadow-md {
  box-shadow: 0 1px 2px rgba(21, 30, 40, 0.07), 0 2px 4px rgba(21, 30, 40, 0.07), 0 4px 8px rgba(21, 30, 40, 0.07), 0 8px 16px rgba(21, 30, 40, 0.07), 0 16px 32px rgba(21, 30, 40, 0.07), 0 32px 64px rgba(21, 30, 40, 0.07) !important;
}

/* line 162, app/assets/stylesheets/_custom.scss */
.smooth-shadow-lg {
  box-shadow: 0 1px 1px rgba(21, 30, 40, 0.11), 0 2px 2px rgba(21, 30, 40, 0.11), 0 4px 4px rgba(21, 30, 40, 0.11), 0 8px 8px rgba(21, 30, 40, 0.11), 0 16px 16px rgba(21, 30, 40, 0.11), 0 32px 32px rgba(21, 30, 40, 0.11) !important;
}

/* line 166, app/assets/stylesheets/_custom.scss */
.top-0 {
  top: 0;
}

/* line 170, app/assets/stylesheets/_custom.scss */
.right-0 {
  right: 0;
}

/* line 174, app/assets/stylesheets/_custom.scss */
.bottom-0 {
  bottom: 0;
}

/* line 178, app/assets/stylesheets/_custom.scss */
.left-0 {
  left: 0;
}

/* line 182, app/assets/stylesheets/_custom.scss */
.top-1 {
  top: 1;
}

/* line 186, app/assets/stylesheets/_custom.scss */
.right-1 {
  right: 1;
}

/* line 190, app/assets/stylesheets/_custom.scss */
.bottom-1 {
  bottom: 1;
}

/* line 194, app/assets/stylesheets/_custom.scss */
.left-1 {
  left: 1;
}

/* line 198, app/assets/stylesheets/_custom.scss */
.top-2 {
  top: 2;
}

/* line 202, app/assets/stylesheets/_custom.scss */
.right-2 {
  right: 2;
}

/* line 206, app/assets/stylesheets/_custom.scss */
.bottom-2 {
  bottom: 2;
}

/* line 210, app/assets/stylesheets/_custom.scss */
.left-2 {
  left: 2;
}

/* line 214, app/assets/stylesheets/_custom.scss */
.top-50 {
  top: 50%;
}

/* line 218, app/assets/stylesheets/_custom.scss */
.right-50 {
  right: 50%;
}

/* line 222, app/assets/stylesheets/_custom.scss */
.bottom-50 {
  bottom: 50%;
}

/* line 226, app/assets/stylesheets/_custom.scss */
.left-50 {
  left: 50%;
}

/* line 230, app/assets/stylesheets/_custom.scss */
.top-100 {
  top: 100%;
}

/* line 234, app/assets/stylesheets/_custom.scss */
.right-100 {
  right: 100%;
}

/* line 238, app/assets/stylesheets/_custom.scss */
.bottom-100 {
  bottom: 100%;
}

/* line 242, app/assets/stylesheets/_custom.scss */
.left-100 {
  left: 100%;
}

/* line 246, app/assets/stylesheets/_custom.scss */
.z-index-1030 {
  z-index: 1030;
}

/* line 250, app/assets/stylesheets/_custom.scss */
.border-white-color-40 {
  border-color: rgba(233, 236, 239, 0.4) !important;
}

/* line 254, app/assets/stylesheets/_custom.scss */
.border-dashed {
  border: 1px dashed #DFE3E8 !important;
}

/* line 258, app/assets/stylesheets/_custom.scss */
.divider {
  display: flex;
  align-items: center;
}

/* line 263, app/assets/stylesheets/_custom.scss */
.divider::after,
.divider::before {
  flex: 1 1 0%;
  border-top: 0.0625rem solid #C4CDD5;
  content: "";
  margin-top: 0.0625rem;
}

/* line 271, app/assets/stylesheets/_custom.scss */
.divider::before {
  margin-right: 1.5rem;
}

/* line 275, app/assets/stylesheets/_custom.scss */
.divider::after {
  margin-left: 1.5rem;
}

/* line 279, app/assets/stylesheets/_custom.scss */
.icon-xxs {
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

/* line 285, app/assets/stylesheets/_custom.scss */
.icon-xs {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
}

/* line 291, app/assets/stylesheets/_custom.scss */
.icon-sm {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}

/* line 297, app/assets/stylesheets/_custom.scss */
.icon-md {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}

/* line 303, app/assets/stylesheets/_custom.scss */
.icon-lg {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}

/* line 309, app/assets/stylesheets/_custom.scss */
.icon-xl {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
}

/* line 315, app/assets/stylesheets/_custom.scss */
.icon-xxl {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
}

/* line 321, app/assets/stylesheets/_custom.scss */
.icon-shape {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}

/* line 329, app/assets/stylesheets/_custom.scss */
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  letter-spacing: -0.02rem;
}

/* line 340, app/assets/stylesheets/_custom.scss */
.text-inherit {
  color: #161C24;
}

/* line 344, app/assets/stylesheets/_custom.scss */
.text-primary-hover:hover {
  color: #624BFF !important;
}

/* line 348, app/assets/stylesheets/_custom.scss */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #637381;
  --bs-gray-dark: #212B36;
  --bs-gray-100: #F9FAFB;
  --bs-gray-200: #F4F6F8;
  --bs-gray-300: #DFE3E8;
  --bs-gray-400: #C4CDD5;
  --bs-gray-500: #919EAB;
  --bs-gray-600: #637381;
  --bs-gray-700: #454F5B;
  --bs-gray-800: #212B36;
  --bs-gray-900: #161C24;
  --bs-primary: #624BFF;
  --bs-secondary: #637381;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #F9FAFB;
  --bs-dark: #212B36;
  --bs-white: #fff;
  --bs-light-primary: #E0DCFE;
  --bs-light-danger: #FBEBEC;
  --bs-light-info: #E7FAFE;
  --bs-light-warning: #FFF3CD;
  --bs-light-secondary: #e9ecef;
  --bs-light-success: #EAF6EC;
  --bs-light-dark: #d1cfd8;
  --bs-dark-primary: #593cc1;
  --bs-dark-warning: #c28135;
  --bs-dark-info: #51a0c2;
  --bs-dark-danger: #ae302e;
  --bs-dark-success: #139a74;
  --bs-dark-secondary: #5c596d;
  --bs-primary-rgb: 98, 75, 255;
  --bs-secondary-rgb: 99, 115, 129;
  --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: 249, 250, 251;
  --bs-dark-rgb: 33, 43, 54;
  --bs-white-rgb: 255, 255, 255;
  --bs-light-primary-rgb: 224, 220, 254;
  --bs-light-danger-rgb: 251, 235, 236;
  --bs-light-info-rgb: 231, 250, 254;
  --bs-light-warning-rgb: 255, 243, 205;
  --bs-light-secondary-rgb: 233, 236, 239;
  --bs-light-success-rgb: 234, 246, 236;
  --bs-light-dark-rgb: 209, 207, 216;
  --bs-dark-primary-rgb: 89, 60, 193;
  --bs-dark-warning-rgb: 194, 129, 53;
  --bs-dark-info-rgb: 81, 160, 194;
  --bs-dark-danger-rgb: 174, 48, 46;
  --bs-dark-success-rgb: 19, 154, 116;
  --bs-dark-secondary-rgb: 92, 89, 109;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 99, 115, 129;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Inter", "sans-serif";
  --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: Inter, sans-serif;
  --bs-body-font-size: 0.9375rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #637381;
  --bs-body-bg: #fff;
}

/* line 430, app/assets/stylesheets/_custom.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  /* line 437, app/assets/stylesheets/_custom.scss */
  :root {
    scroll-behavior: smooth;
  }
}

/* line 442, app/assets/stylesheets/_custom.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 455, app/assets/stylesheets/_custom.scss */
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

/* line 463, app/assets/stylesheets/_custom.scss */
hr:not([size]) {
  height: 1px;
}

/* line 467, app/assets/stylesheets/_custom.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: #212B36;
}

/* line 486, app/assets/stylesheets/_custom.scss */
h1,
.h1 {
  font-size: calc(1.35rem + 1.2vw);
}

@media (min-width: 1200px) {
  /* line 493, app/assets/stylesheets/_custom.scss */
  h1,
.h1 {
    font-size: 2.25rem;
  }
}

/* line 499, app/assets/stylesheets/_custom.scss */
h2,
.h2 {
  font-size: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
  /* line 506, app/assets/stylesheets/_custom.scss */
  h2,
.h2 {
    font-size: 1.875rem;
  }
}

/* line 512, app/assets/stylesheets/_custom.scss */
h3,
.h3 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  /* line 519, app/assets/stylesheets/_custom.scss */
  h3,
.h3 {
    font-size: 1.5rem;
  }
}

/* line 525, app/assets/stylesheets/_custom.scss */
h4,
.h4 {
  font-size: 1.125rem;
}

/* line 530, app/assets/stylesheets/_custom.scss */
h5,
.h5 {
  font-size: 0.938rem;
}

/* line 535, app/assets/stylesheets/_custom.scss */
h6,
.h6 {
  font-size: 0.75rem;
}

/* line 540, app/assets/stylesheets/_custom.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 545, app/assets/stylesheets/_custom.scss */
abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

/* line 554, app/assets/stylesheets/_custom.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 560, app/assets/stylesheets/_custom.scss */
ol,
ul {
  padding-left: 2rem;
}

/* line 565, app/assets/stylesheets/_custom.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 572, app/assets/stylesheets/_custom.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 579, app/assets/stylesheets/_custom.scss */
dt {
  font-weight: 700;
}

/* line 583, app/assets/stylesheets/_custom.scss */
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

/* line 588, app/assets/stylesheets/_custom.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 592, app/assets/stylesheets/_custom.scss */
b,
strong {
  font-weight: bolder;
}

/* line 597, app/assets/stylesheets/_custom.scss */
small,
.small {
  font-size: 0.875em;
}

/* line 602, app/assets/stylesheets/_custom.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 608, app/assets/stylesheets/_custom.scss */
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 616, app/assets/stylesheets/_custom.scss */
sub {
  bottom: -0.25em;
}

/* line 620, app/assets/stylesheets/_custom.scss */
sup {
  top: -0.5em;
}

/* line 624, app/assets/stylesheets/_custom.scss */
a {
  color: #624BFF;
  text-decoration: none;
}

/* line 629, app/assets/stylesheets/_custom.scss */
a:hover {
  color: #4e3ccc;
  text-decoration: none;
}

/* line 634, app/assets/stylesheets/_custom.scss */
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 640, app/assets/stylesheets/_custom.scss */
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

/* line 652, app/assets/stylesheets/_custom.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

/* line 660, app/assets/stylesheets/_custom.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 666, app/assets/stylesheets/_custom.scss */
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

/* line 672, app/assets/stylesheets/_custom.scss */
a > code {
  color: inherit;
}

/* line 676, app/assets/stylesheets/_custom.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #161C24;
  border-radius: 0.2rem;
}

/* line 684, app/assets/stylesheets/_custom.scss */
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

/* line 690, app/assets/stylesheets/_custom.scss */
figure {
  margin: 0 0 1rem;
}

/* line 694, app/assets/stylesheets/_custom.scss */
img,
svg {
  vertical-align: middle;
}

/* line 699, app/assets/stylesheets/_custom.scss */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 704, app/assets/stylesheets/_custom.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #637381;
  text-align: left;
}

/* line 711, app/assets/stylesheets/_custom.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 716, app/assets/stylesheets/_custom.scss */
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 727, app/assets/stylesheets/_custom.scss */
label {
  display: inline-block;
}

/* line 731, app/assets/stylesheets/_custom.scss */
button {
  border-radius: 0;
}

/* line 735, app/assets/stylesheets/_custom.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 739, app/assets/stylesheets/_custom.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 750, app/assets/stylesheets/_custom.scss */
button,
select {
  text-transform: none;
}

/* line 755, app/assets/stylesheets/_custom.scss */
[role=button] {
  cursor: pointer;
}

/* line 759, app/assets/stylesheets/_custom.scss */
select {
  word-wrap: normal;
}

/* line 763, app/assets/stylesheets/_custom.scss */
select:disabled {
  opacity: 1;
}

/* line 767, app/assets/stylesheets/_custom.scss */
[list]::-webkit-calendar-picker-indicator {
  display: none;
}

/* line 771, app/assets/stylesheets/_custom.scss */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/* line 778, app/assets/stylesheets/_custom.scss */
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

/* line 785, app/assets/stylesheets/_custom.scss */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 790, app/assets/stylesheets/_custom.scss */
textarea {
  resize: vertical;
}

/* line 794, app/assets/stylesheets/_custom.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 801, app/assets/stylesheets/_custom.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 811, app/assets/stylesheets/_custom.scss */
  legend {
    font-size: 1.5rem;
  }
}

/* line 816, app/assets/stylesheets/_custom.scss */
legend + * {
  clear: left;
}

/* line 820, app/assets/stylesheets/_custom.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 830, app/assets/stylesheets/_custom.scss */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 834, app/assets/stylesheets/_custom.scss */
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
/* line 847, app/assets/stylesheets/_custom.scss */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 851, app/assets/stylesheets/_custom.scss */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 855, app/assets/stylesheets/_custom.scss */
::-webkit-file-upload-button {
  font: inherit;
}

/* line 859, app/assets/stylesheets/_custom.scss */
::file-selector-button {
  font: inherit;
}

/* line 863, app/assets/stylesheets/_custom.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 868, app/assets/stylesheets/_custom.scss */
output {
  display: inline-block;
}

/* line 872, app/assets/stylesheets/_custom.scss */
iframe {
  border: 0;
}

/* line 876, app/assets/stylesheets/_custom.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 881, app/assets/stylesheets/_custom.scss */
progress {
  vertical-align: baseline;
}

/* line 885, app/assets/stylesheets/_custom.scss */
[hidden] {
  display: none !important;
}

/* line 889, app/assets/stylesheets/_custom.scss */
.lead {
  font-size: 1.171875rem;
  font-weight: 300;
}

/* line 894, app/assets/stylesheets/_custom.scss */
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 901, app/assets/stylesheets/_custom.scss */
  .display-1 {
    font-size: 5rem;
  }
}

/* line 906, app/assets/stylesheets/_custom.scss */
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 913, app/assets/stylesheets/_custom.scss */
  .display-2 {
    font-size: 4.5rem;
  }
}

/* line 918, app/assets/stylesheets/_custom.scss */
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 925, app/assets/stylesheets/_custom.scss */
  .display-3 {
    font-size: 4rem;
  }
}

/* line 930, app/assets/stylesheets/_custom.scss */
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 937, app/assets/stylesheets/_custom.scss */
  .display-4 {
    font-size: 3.5rem;
  }
}

/* line 942, app/assets/stylesheets/_custom.scss */
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 949, app/assets/stylesheets/_custom.scss */
  .display-5 {
    font-size: 3rem;
  }
}

/* line 954, app/assets/stylesheets/_custom.scss */
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 961, app/assets/stylesheets/_custom.scss */
  .display-6 {
    font-size: 2.5rem;
  }
}

/* line 966, app/assets/stylesheets/_custom.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 971, app/assets/stylesheets/_custom.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 976, app/assets/stylesheets/_custom.scss */
.list-inline-item {
  display: inline-block;
}

/* line 980, app/assets/stylesheets/_custom.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 984, app/assets/stylesheets/_custom.scss */
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

/* line 989, app/assets/stylesheets/_custom.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.171875rem;
}

/* line 994, app/assets/stylesheets/_custom.scss */
.blockquote > :last-child {
  margin-bottom: 0;
}

/* line 998, app/assets/stylesheets/_custom.scss */
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #637381;
}

/* line 1005, app/assets/stylesheets/_custom.scss */
.blockquote-footer::before {
  content: "— ";
}

/* line 1009, app/assets/stylesheets/_custom.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 1014, app/assets/stylesheets/_custom.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #DFE3E8;
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}

/* line 1023, app/assets/stylesheets/_custom.scss */
.figure {
  display: inline-block;
}

/* line 1027, app/assets/stylesheets/_custom.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 1032, app/assets/stylesheets/_custom.scss */
.figure-caption {
  font-size: 0.875em;
  color: #637381;
}

/* line 1037, app/assets/stylesheets/_custom.scss */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 16px);
  padding-left: var(--bs-gutter-x, 16px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 1053, app/assets/stylesheets/_custom.scss */
  .container-sm,
.container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 1061, app/assets/stylesheets/_custom.scss */
  .container-md,
.container-sm,
.container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 1070, app/assets/stylesheets/_custom.scss */
  .container-lg,
.container-md,
.container-sm,
.container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 1080, app/assets/stylesheets/_custom.scss */
  .container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  /* line 1091, app/assets/stylesheets/_custom.scss */
  .container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
    max-width: 1320px;
  }
}

/* line 1101, app/assets/stylesheets/_custom.scss */
.row {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

/* line 1111, app/assets/stylesheets/_custom.scss */
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* line 1120, app/assets/stylesheets/_custom.scss */
.col {
  flex: 1 0 0%;
}

/* line 1124, app/assets/stylesheets/_custom.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 1129, app/assets/stylesheets/_custom.scss */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 1134, app/assets/stylesheets/_custom.scss */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 1139, app/assets/stylesheets/_custom.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

/* line 1144, app/assets/stylesheets/_custom.scss */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 1149, app/assets/stylesheets/_custom.scss */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 1154, app/assets/stylesheets/_custom.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

/* line 1159, app/assets/stylesheets/_custom.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 1164, app/assets/stylesheets/_custom.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 1169, app/assets/stylesheets/_custom.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 1174, app/assets/stylesheets/_custom.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 1179, app/assets/stylesheets/_custom.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 1184, app/assets/stylesheets/_custom.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 1189, app/assets/stylesheets/_custom.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 1194, app/assets/stylesheets/_custom.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 1199, app/assets/stylesheets/_custom.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 1204, app/assets/stylesheets/_custom.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 1209, app/assets/stylesheets/_custom.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 1214, app/assets/stylesheets/_custom.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 1219, app/assets/stylesheets/_custom.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 1224, app/assets/stylesheets/_custom.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 1228, app/assets/stylesheets/_custom.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 1232, app/assets/stylesheets/_custom.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 1236, app/assets/stylesheets/_custom.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 1240, app/assets/stylesheets/_custom.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 1244, app/assets/stylesheets/_custom.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 1248, app/assets/stylesheets/_custom.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 1252, app/assets/stylesheets/_custom.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 1256, app/assets/stylesheets/_custom.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 1260, app/assets/stylesheets/_custom.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 1264, app/assets/stylesheets/_custom.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 1268, app/assets/stylesheets/_custom.scss */
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

/* line 1273, app/assets/stylesheets/_custom.scss */
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

/* line 1278, app/assets/stylesheets/_custom.scss */
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

/* line 1283, app/assets/stylesheets/_custom.scss */
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

/* line 1288, app/assets/stylesheets/_custom.scss */
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

/* line 1293, app/assets/stylesheets/_custom.scss */
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

/* line 1298, app/assets/stylesheets/_custom.scss */
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

/* line 1303, app/assets/stylesheets/_custom.scss */
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

/* line 1308, app/assets/stylesheets/_custom.scss */
.g-4,
.gx-4 {
  --bs-gutter-x: 1.25rem;
}

/* line 1313, app/assets/stylesheets/_custom.scss */
.g-4,
.gy-4 {
  --bs-gutter-y: 1.25rem;
}

/* line 1318, app/assets/stylesheets/_custom.scss */
.g-5,
.gx-5 {
  --bs-gutter-x: 1.5rem;
}

/* line 1323, app/assets/stylesheets/_custom.scss */
.g-5,
.gy-5 {
  --bs-gutter-y: 1.5rem;
}

/* line 1328, app/assets/stylesheets/_custom.scss */
.g-6,
.gx-6 {
  --bs-gutter-x: 2rem;
}

/* line 1333, app/assets/stylesheets/_custom.scss */
.g-6,
.gy-6 {
  --bs-gutter-y: 2rem;
}

/* line 1338, app/assets/stylesheets/_custom.scss */
.g-7,
.gx-7 {
  --bs-gutter-x: 2.5rem;
}

/* line 1343, app/assets/stylesheets/_custom.scss */
.g-7,
.gy-7 {
  --bs-gutter-y: 2.5rem;
}

/* line 1348, app/assets/stylesheets/_custom.scss */
.g-8,
.gx-8 {
  --bs-gutter-x: 3rem;
}

/* line 1353, app/assets/stylesheets/_custom.scss */
.g-8,
.gy-8 {
  --bs-gutter-y: 3rem;
}

/* line 1358, app/assets/stylesheets/_custom.scss */
.g-9,
.gx-9 {
  --bs-gutter-x: 3.5rem;
}

/* line 1363, app/assets/stylesheets/_custom.scss */
.g-9,
.gy-9 {
  --bs-gutter-y: 3.5rem;
}

/* line 1368, app/assets/stylesheets/_custom.scss */
.g-10,
.gx-10 {
  --bs-gutter-x: 4rem;
}

/* line 1373, app/assets/stylesheets/_custom.scss */
.g-10,
.gy-10 {
  --bs-gutter-y: 4rem;
}

/* line 1378, app/assets/stylesheets/_custom.scss */
.g-11,
.gx-11 {
  --bs-gutter-x: 4.5rem;
}

/* line 1383, app/assets/stylesheets/_custom.scss */
.g-11,
.gy-11 {
  --bs-gutter-y: 4.5rem;
}

/* line 1388, app/assets/stylesheets/_custom.scss */
.g-12,
.gx-12 {
  --bs-gutter-x: 5rem;
}

/* line 1393, app/assets/stylesheets/_custom.scss */
.g-12,
.gy-12 {
  --bs-gutter-y: 5rem;
}

/* line 1398, app/assets/stylesheets/_custom.scss */
.g-13,
.gx-13 {
  --bs-gutter-x: 5.5rem;
}

/* line 1403, app/assets/stylesheets/_custom.scss */
.g-13,
.gy-13 {
  --bs-gutter-y: 5.5rem;
}

/* line 1408, app/assets/stylesheets/_custom.scss */
.g-14,
.gx-14 {
  --bs-gutter-x: 6rem;
}

/* line 1413, app/assets/stylesheets/_custom.scss */
.g-14,
.gy-14 {
  --bs-gutter-y: 6rem;
}

/* line 1418, app/assets/stylesheets/_custom.scss */
.g-15,
.gx-15 {
  --bs-gutter-x: 6.5rem;
}

/* line 1423, app/assets/stylesheets/_custom.scss */
.g-15,
.gy-15 {
  --bs-gutter-y: 6.5rem;
}

/* line 1428, app/assets/stylesheets/_custom.scss */
.g-16,
.gx-16 {
  --bs-gutter-x: 7rem;
}

/* line 1433, app/assets/stylesheets/_custom.scss */
.g-16,
.gy-16 {
  --bs-gutter-y: 7rem;
}

/* line 1438, app/assets/stylesheets/_custom.scss */
.g-17,
.gx-17 {
  --bs-gutter-x: 7.5rem;
}

/* line 1443, app/assets/stylesheets/_custom.scss */
.g-17,
.gy-17 {
  --bs-gutter-y: 7.5rem;
}

/* line 1448, app/assets/stylesheets/_custom.scss */
.g-18,
.gx-18 {
  --bs-gutter-x: 8rem;
}

/* line 1453, app/assets/stylesheets/_custom.scss */
.g-18,
.gy-18 {
  --bs-gutter-y: 8rem;
}

/* line 1458, app/assets/stylesheets/_custom.scss */
.g-19,
.gx-19 {
  --bs-gutter-x: 8.5rem;
}

/* line 1463, app/assets/stylesheets/_custom.scss */
.g-19,
.gy-19 {
  --bs-gutter-y: 8.5rem;
}

/* line 1468, app/assets/stylesheets/_custom.scss */
.g-20,
.gx-20 {
  --bs-gutter-x: 9rem;
}

/* line 1473, app/assets/stylesheets/_custom.scss */
.g-20,
.gy-20 {
  --bs-gutter-y: 9rem;
}

/* line 1478, app/assets/stylesheets/_custom.scss */
.g-21,
.gx-21 {
  --bs-gutter-x: 9.5rem;
}

/* line 1483, app/assets/stylesheets/_custom.scss */
.g-21,
.gy-21 {
  --bs-gutter-y: 9.5rem;
}

/* line 1488, app/assets/stylesheets/_custom.scss */
.g-22,
.gx-22 {
  --bs-gutter-x: 10rem;
}

/* line 1493, app/assets/stylesheets/_custom.scss */
.g-22,
.gy-22 {
  --bs-gutter-y: 10rem;
}

/* line 1498, app/assets/stylesheets/_custom.scss */
.g-23,
.gx-23 {
  --bs-gutter-x: 12rem;
}

/* line 1503, app/assets/stylesheets/_custom.scss */
.g-23,
.gy-23 {
  --bs-gutter-y: 12rem;
}

@media (min-width: 576px) {
  /* line 1509, app/assets/stylesheets/_custom.scss */
  .col-sm {
    flex: 1 0 0%;
  }
  /* line 1513, app/assets/stylesheets/_custom.scss */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1518, app/assets/stylesheets/_custom.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1523, app/assets/stylesheets/_custom.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1528, app/assets/stylesheets/_custom.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 1533, app/assets/stylesheets/_custom.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1538, app/assets/stylesheets/_custom.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 1543, app/assets/stylesheets/_custom.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 1548, app/assets/stylesheets/_custom.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1553, app/assets/stylesheets/_custom.scss */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 1558, app/assets/stylesheets/_custom.scss */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1563, app/assets/stylesheets/_custom.scss */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1568, app/assets/stylesheets/_custom.scss */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1573, app/assets/stylesheets/_custom.scss */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 1578, app/assets/stylesheets/_custom.scss */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1583, app/assets/stylesheets/_custom.scss */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 1588, app/assets/stylesheets/_custom.scss */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 1593, app/assets/stylesheets/_custom.scss */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 1598, app/assets/stylesheets/_custom.scss */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 1603, app/assets/stylesheets/_custom.scss */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 1608, app/assets/stylesheets/_custom.scss */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1613, app/assets/stylesheets/_custom.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 1617, app/assets/stylesheets/_custom.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 1621, app/assets/stylesheets/_custom.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 1625, app/assets/stylesheets/_custom.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 1629, app/assets/stylesheets/_custom.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 1633, app/assets/stylesheets/_custom.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 1637, app/assets/stylesheets/_custom.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 1641, app/assets/stylesheets/_custom.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 1645, app/assets/stylesheets/_custom.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 1649, app/assets/stylesheets/_custom.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 1653, app/assets/stylesheets/_custom.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 1657, app/assets/stylesheets/_custom.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  /* line 1661, app/assets/stylesheets/_custom.scss */
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  /* line 1666, app/assets/stylesheets/_custom.scss */
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  /* line 1671, app/assets/stylesheets/_custom.scss */
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 1676, app/assets/stylesheets/_custom.scss */
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 1681, app/assets/stylesheets/_custom.scss */
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 1686, app/assets/stylesheets/_custom.scss */
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 1691, app/assets/stylesheets/_custom.scss */
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 1696, app/assets/stylesheets/_custom.scss */
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 1701, app/assets/stylesheets/_custom.scss */
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.25rem;
  }
  /* line 1706, app/assets/stylesheets/_custom.scss */
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.25rem;
  }
  /* line 1711, app/assets/stylesheets/_custom.scss */
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 1716, app/assets/stylesheets/_custom.scss */
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 1721, app/assets/stylesheets/_custom.scss */
  .g-sm-6,
.gx-sm-6 {
    --bs-gutter-x: 2rem;
  }
  /* line 1726, app/assets/stylesheets/_custom.scss */
  .g-sm-6,
.gy-sm-6 {
    --bs-gutter-y: 2rem;
  }
  /* line 1731, app/assets/stylesheets/_custom.scss */
  .g-sm-7,
.gx-sm-7 {
    --bs-gutter-x: 2.5rem;
  }
  /* line 1736, app/assets/stylesheets/_custom.scss */
  .g-sm-7,
.gy-sm-7 {
    --bs-gutter-y: 2.5rem;
  }
  /* line 1741, app/assets/stylesheets/_custom.scss */
  .g-sm-8,
.gx-sm-8 {
    --bs-gutter-x: 3rem;
  }
  /* line 1746, app/assets/stylesheets/_custom.scss */
  .g-sm-8,
.gy-sm-8 {
    --bs-gutter-y: 3rem;
  }
  /* line 1751, app/assets/stylesheets/_custom.scss */
  .g-sm-9,
.gx-sm-9 {
    --bs-gutter-x: 3.5rem;
  }
  /* line 1756, app/assets/stylesheets/_custom.scss */
  .g-sm-9,
.gy-sm-9 {
    --bs-gutter-y: 3.5rem;
  }
  /* line 1761, app/assets/stylesheets/_custom.scss */
  .g-sm-10,
.gx-sm-10 {
    --bs-gutter-x: 4rem;
  }
  /* line 1766, app/assets/stylesheets/_custom.scss */
  .g-sm-10,
.gy-sm-10 {
    --bs-gutter-y: 4rem;
  }
  /* line 1771, app/assets/stylesheets/_custom.scss */
  .g-sm-11,
.gx-sm-11 {
    --bs-gutter-x: 4.5rem;
  }
  /* line 1776, app/assets/stylesheets/_custom.scss */
  .g-sm-11,
.gy-sm-11 {
    --bs-gutter-y: 4.5rem;
  }
  /* line 1781, app/assets/stylesheets/_custom.scss */
  .g-sm-12,
.gx-sm-12 {
    --bs-gutter-x: 5rem;
  }
  /* line 1786, app/assets/stylesheets/_custom.scss */
  .g-sm-12,
.gy-sm-12 {
    --bs-gutter-y: 5rem;
  }
  /* line 1791, app/assets/stylesheets/_custom.scss */
  .g-sm-13,
.gx-sm-13 {
    --bs-gutter-x: 5.5rem;
  }
  /* line 1796, app/assets/stylesheets/_custom.scss */
  .g-sm-13,
.gy-sm-13 {
    --bs-gutter-y: 5.5rem;
  }
  /* line 1801, app/assets/stylesheets/_custom.scss */
  .g-sm-14,
.gx-sm-14 {
    --bs-gutter-x: 6rem;
  }
  /* line 1806, app/assets/stylesheets/_custom.scss */
  .g-sm-14,
.gy-sm-14 {
    --bs-gutter-y: 6rem;
  }
  /* line 1811, app/assets/stylesheets/_custom.scss */
  .g-sm-15,
.gx-sm-15 {
    --bs-gutter-x: 6.5rem;
  }
  /* line 1816, app/assets/stylesheets/_custom.scss */
  .g-sm-15,
.gy-sm-15 {
    --bs-gutter-y: 6.5rem;
  }
  /* line 1821, app/assets/stylesheets/_custom.scss */
  .g-sm-16,
.gx-sm-16 {
    --bs-gutter-x: 7rem;
  }
  /* line 1826, app/assets/stylesheets/_custom.scss */
  .g-sm-16,
.gy-sm-16 {
    --bs-gutter-y: 7rem;
  }
  /* line 1831, app/assets/stylesheets/_custom.scss */
  .g-sm-17,
.gx-sm-17 {
    --bs-gutter-x: 7.5rem;
  }
  /* line 1836, app/assets/stylesheets/_custom.scss */
  .g-sm-17,
.gy-sm-17 {
    --bs-gutter-y: 7.5rem;
  }
  /* line 1841, app/assets/stylesheets/_custom.scss */
  .g-sm-18,
.gx-sm-18 {
    --bs-gutter-x: 8rem;
  }
  /* line 1846, app/assets/stylesheets/_custom.scss */
  .g-sm-18,
.gy-sm-18 {
    --bs-gutter-y: 8rem;
  }
  /* line 1851, app/assets/stylesheets/_custom.scss */
  .g-sm-19,
.gx-sm-19 {
    --bs-gutter-x: 8.5rem;
  }
  /* line 1856, app/assets/stylesheets/_custom.scss */
  .g-sm-19,
.gy-sm-19 {
    --bs-gutter-y: 8.5rem;
  }
  /* line 1861, app/assets/stylesheets/_custom.scss */
  .g-sm-20,
.gx-sm-20 {
    --bs-gutter-x: 9rem;
  }
  /* line 1866, app/assets/stylesheets/_custom.scss */
  .g-sm-20,
.gy-sm-20 {
    --bs-gutter-y: 9rem;
  }
  /* line 1871, app/assets/stylesheets/_custom.scss */
  .g-sm-21,
.gx-sm-21 {
    --bs-gutter-x: 9.5rem;
  }
  /* line 1876, app/assets/stylesheets/_custom.scss */
  .g-sm-21,
.gy-sm-21 {
    --bs-gutter-y: 9.5rem;
  }
  /* line 1881, app/assets/stylesheets/_custom.scss */
  .g-sm-22,
.gx-sm-22 {
    --bs-gutter-x: 10rem;
  }
  /* line 1886, app/assets/stylesheets/_custom.scss */
  .g-sm-22,
.gy-sm-22 {
    --bs-gutter-y: 10rem;
  }
  /* line 1891, app/assets/stylesheets/_custom.scss */
  .g-sm-23,
.gx-sm-23 {
    --bs-gutter-x: 12rem;
  }
  /* line 1896, app/assets/stylesheets/_custom.scss */
  .g-sm-23,
.gy-sm-23 {
    --bs-gutter-y: 12rem;
  }
}

@media (min-width: 768px) {
  /* line 1903, app/assets/stylesheets/_custom.scss */
  .col-md {
    flex: 1 0 0%;
  }
  /* line 1907, app/assets/stylesheets/_custom.scss */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1912, app/assets/stylesheets/_custom.scss */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1917, app/assets/stylesheets/_custom.scss */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1922, app/assets/stylesheets/_custom.scss */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 1927, app/assets/stylesheets/_custom.scss */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1932, app/assets/stylesheets/_custom.scss */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 1937, app/assets/stylesheets/_custom.scss */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 1942, app/assets/stylesheets/_custom.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1947, app/assets/stylesheets/_custom.scss */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 1952, app/assets/stylesheets/_custom.scss */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1957, app/assets/stylesheets/_custom.scss */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1962, app/assets/stylesheets/_custom.scss */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1967, app/assets/stylesheets/_custom.scss */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 1972, app/assets/stylesheets/_custom.scss */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1977, app/assets/stylesheets/_custom.scss */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 1982, app/assets/stylesheets/_custom.scss */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 1987, app/assets/stylesheets/_custom.scss */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 1992, app/assets/stylesheets/_custom.scss */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 1997, app/assets/stylesheets/_custom.scss */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 2002, app/assets/stylesheets/_custom.scss */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 2007, app/assets/stylesheets/_custom.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 2011, app/assets/stylesheets/_custom.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 2015, app/assets/stylesheets/_custom.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 2019, app/assets/stylesheets/_custom.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 2023, app/assets/stylesheets/_custom.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 2027, app/assets/stylesheets/_custom.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 2031, app/assets/stylesheets/_custom.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 2035, app/assets/stylesheets/_custom.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 2039, app/assets/stylesheets/_custom.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 2043, app/assets/stylesheets/_custom.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 2047, app/assets/stylesheets/_custom.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 2051, app/assets/stylesheets/_custom.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  /* line 2055, app/assets/stylesheets/_custom.scss */
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  /* line 2060, app/assets/stylesheets/_custom.scss */
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  /* line 2065, app/assets/stylesheets/_custom.scss */
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 2070, app/assets/stylesheets/_custom.scss */
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 2075, app/assets/stylesheets/_custom.scss */
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 2080, app/assets/stylesheets/_custom.scss */
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 2085, app/assets/stylesheets/_custom.scss */
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 2090, app/assets/stylesheets/_custom.scss */
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 2095, app/assets/stylesheets/_custom.scss */
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.25rem;
  }
  /* line 2100, app/assets/stylesheets/_custom.scss */
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.25rem;
  }
  /* line 2105, app/assets/stylesheets/_custom.scss */
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 2110, app/assets/stylesheets/_custom.scss */
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 2115, app/assets/stylesheets/_custom.scss */
  .g-md-6,
.gx-md-6 {
    --bs-gutter-x: 2rem;
  }
  /* line 2120, app/assets/stylesheets/_custom.scss */
  .g-md-6,
.gy-md-6 {
    --bs-gutter-y: 2rem;
  }
  /* line 2125, app/assets/stylesheets/_custom.scss */
  .g-md-7,
.gx-md-7 {
    --bs-gutter-x: 2.5rem;
  }
  /* line 2130, app/assets/stylesheets/_custom.scss */
  .g-md-7,
.gy-md-7 {
    --bs-gutter-y: 2.5rem;
  }
  /* line 2135, app/assets/stylesheets/_custom.scss */
  .g-md-8,
.gx-md-8 {
    --bs-gutter-x: 3rem;
  }
  /* line 2140, app/assets/stylesheets/_custom.scss */
  .g-md-8,
.gy-md-8 {
    --bs-gutter-y: 3rem;
  }
  /* line 2145, app/assets/stylesheets/_custom.scss */
  .g-md-9,
.gx-md-9 {
    --bs-gutter-x: 3.5rem;
  }
  /* line 2150, app/assets/stylesheets/_custom.scss */
  .g-md-9,
.gy-md-9 {
    --bs-gutter-y: 3.5rem;
  }
  /* line 2155, app/assets/stylesheets/_custom.scss */
  .g-md-10,
.gx-md-10 {
    --bs-gutter-x: 4rem;
  }
  /* line 2160, app/assets/stylesheets/_custom.scss */
  .g-md-10,
.gy-md-10 {
    --bs-gutter-y: 4rem;
  }
  /* line 2165, app/assets/stylesheets/_custom.scss */
  .g-md-11,
.gx-md-11 {
    --bs-gutter-x: 4.5rem;
  }
  /* line 2170, app/assets/stylesheets/_custom.scss */
  .g-md-11,
.gy-md-11 {
    --bs-gutter-y: 4.5rem;
  }
  /* line 2175, app/assets/stylesheets/_custom.scss */
  .g-md-12,
.gx-md-12 {
    --bs-gutter-x: 5rem;
  }
  /* line 2180, app/assets/stylesheets/_custom.scss */
  .g-md-12,
.gy-md-12 {
    --bs-gutter-y: 5rem;
  }
  /* line 2185, app/assets/stylesheets/_custom.scss */
  .g-md-13,
.gx-md-13 {
    --bs-gutter-x: 5.5rem;
  }
  /* line 2190, app/assets/stylesheets/_custom.scss */
  .g-md-13,
.gy-md-13 {
    --bs-gutter-y: 5.5rem;
  }
  /* line 2195, app/assets/stylesheets/_custom.scss */
  .g-md-14,
.gx-md-14 {
    --bs-gutter-x: 6rem;
  }
  /* line 2200, app/assets/stylesheets/_custom.scss */
  .g-md-14,
.gy-md-14 {
    --bs-gutter-y: 6rem;
  }
  /* line 2205, app/assets/stylesheets/_custom.scss */
  .g-md-15,
.gx-md-15 {
    --bs-gutter-x: 6.5rem;
  }
  /* line 2210, app/assets/stylesheets/_custom.scss */
  .g-md-15,
.gy-md-15 {
    --bs-gutter-y: 6.5rem;
  }
  /* line 2215, app/assets/stylesheets/_custom.scss */
  .g-md-16,
.gx-md-16 {
    --bs-gutter-x: 7rem;
  }
  /* line 2220, app/assets/stylesheets/_custom.scss */
  .g-md-16,
.gy-md-16 {
    --bs-gutter-y: 7rem;
  }
  /* line 2225, app/assets/stylesheets/_custom.scss */
  .g-md-17,
.gx-md-17 {
    --bs-gutter-x: 7.5rem;
  }
  /* line 2230, app/assets/stylesheets/_custom.scss */
  .g-md-17,
.gy-md-17 {
    --bs-gutter-y: 7.5rem;
  }
  /* line 2235, app/assets/stylesheets/_custom.scss */
  .g-md-18,
.gx-md-18 {
    --bs-gutter-x: 8rem;
  }
  /* line 2240, app/assets/stylesheets/_custom.scss */
  .g-md-18,
.gy-md-18 {
    --bs-gutter-y: 8rem;
  }
  /* line 2245, app/assets/stylesheets/_custom.scss */
  .g-md-19,
.gx-md-19 {
    --bs-gutter-x: 8.5rem;
  }
  /* line 2250, app/assets/stylesheets/_custom.scss */
  .g-md-19,
.gy-md-19 {
    --bs-gutter-y: 8.5rem;
  }
  /* line 2255, app/assets/stylesheets/_custom.scss */
  .g-md-20,
.gx-md-20 {
    --bs-gutter-x: 9rem;
  }
  /* line 2260, app/assets/stylesheets/_custom.scss */
  .g-md-20,
.gy-md-20 {
    --bs-gutter-y: 9rem;
  }
  /* line 2265, app/assets/stylesheets/_custom.scss */
  .g-md-21,
.gx-md-21 {
    --bs-gutter-x: 9.5rem;
  }
  /* line 2270, app/assets/stylesheets/_custom.scss */
  .g-md-21,
.gy-md-21 {
    --bs-gutter-y: 9.5rem;
  }
  /* line 2275, app/assets/stylesheets/_custom.scss */
  .g-md-22,
.gx-md-22 {
    --bs-gutter-x: 10rem;
  }
  /* line 2280, app/assets/stylesheets/_custom.scss */
  .g-md-22,
.gy-md-22 {
    --bs-gutter-y: 10rem;
  }
  /* line 2285, app/assets/stylesheets/_custom.scss */
  .g-md-23,
.gx-md-23 {
    --bs-gutter-x: 12rem;
  }
  /* line 2290, app/assets/stylesheets/_custom.scss */
  .g-md-23,
.gy-md-23 {
    --bs-gutter-y: 12rem;
  }
}

@media (min-width: 992px) {
  /* line 2297, app/assets/stylesheets/_custom.scss */
  .col-lg {
    flex: 1 0 0%;
  }
  /* line 2301, app/assets/stylesheets/_custom.scss */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 2306, app/assets/stylesheets/_custom.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 2311, app/assets/stylesheets/_custom.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 2316, app/assets/stylesheets/_custom.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 2321, app/assets/stylesheets/_custom.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 2326, app/assets/stylesheets/_custom.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 2331, app/assets/stylesheets/_custom.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 2336, app/assets/stylesheets/_custom.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 2341, app/assets/stylesheets/_custom.scss */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 2346, app/assets/stylesheets/_custom.scss */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 2351, app/assets/stylesheets/_custom.scss */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 2356, app/assets/stylesheets/_custom.scss */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 2361, app/assets/stylesheets/_custom.scss */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 2366, app/assets/stylesheets/_custom.scss */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 2371, app/assets/stylesheets/_custom.scss */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 2376, app/assets/stylesheets/_custom.scss */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 2381, app/assets/stylesheets/_custom.scss */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 2386, app/assets/stylesheets/_custom.scss */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 2391, app/assets/stylesheets/_custom.scss */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 2396, app/assets/stylesheets/_custom.scss */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 2401, app/assets/stylesheets/_custom.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 2405, app/assets/stylesheets/_custom.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 2409, app/assets/stylesheets/_custom.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 2413, app/assets/stylesheets/_custom.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 2417, app/assets/stylesheets/_custom.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 2421, app/assets/stylesheets/_custom.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 2425, app/assets/stylesheets/_custom.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 2429, app/assets/stylesheets/_custom.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 2433, app/assets/stylesheets/_custom.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 2437, app/assets/stylesheets/_custom.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 2441, app/assets/stylesheets/_custom.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 2445, app/assets/stylesheets/_custom.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  /* line 2449, app/assets/stylesheets/_custom.scss */
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  /* line 2454, app/assets/stylesheets/_custom.scss */
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  /* line 2459, app/assets/stylesheets/_custom.scss */
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 2464, app/assets/stylesheets/_custom.scss */
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 2469, app/assets/stylesheets/_custom.scss */
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 2474, app/assets/stylesheets/_custom.scss */
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 2479, app/assets/stylesheets/_custom.scss */
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 2484, app/assets/stylesheets/_custom.scss */
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 2489, app/assets/stylesheets/_custom.scss */
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.25rem;
  }
  /* line 2494, app/assets/stylesheets/_custom.scss */
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.25rem;
  }
  /* line 2499, app/assets/stylesheets/_custom.scss */
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 2504, app/assets/stylesheets/_custom.scss */
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 2509, app/assets/stylesheets/_custom.scss */
  .g-lg-6,
.gx-lg-6 {
    --bs-gutter-x: 2rem;
  }
  /* line 2514, app/assets/stylesheets/_custom.scss */
  .g-lg-6,
.gy-lg-6 {
    --bs-gutter-y: 2rem;
  }
  /* line 2519, app/assets/stylesheets/_custom.scss */
  .g-lg-7,
.gx-lg-7 {
    --bs-gutter-x: 2.5rem;
  }
  /* line 2524, app/assets/stylesheets/_custom.scss */
  .g-lg-7,
.gy-lg-7 {
    --bs-gutter-y: 2.5rem;
  }
  /* line 2529, app/assets/stylesheets/_custom.scss */
  .g-lg-8,
.gx-lg-8 {
    --bs-gutter-x: 3rem;
  }
  /* line 2534, app/assets/stylesheets/_custom.scss */
  .g-lg-8,
.gy-lg-8 {
    --bs-gutter-y: 3rem;
  }
  /* line 2539, app/assets/stylesheets/_custom.scss */
  .g-lg-9,
.gx-lg-9 {
    --bs-gutter-x: 3.5rem;
  }
  /* line 2544, app/assets/stylesheets/_custom.scss */
  .g-lg-9,
.gy-lg-9 {
    --bs-gutter-y: 3.5rem;
  }
  /* line 2549, app/assets/stylesheets/_custom.scss */
  .g-lg-10,
.gx-lg-10 {
    --bs-gutter-x: 4rem;
  }
  /* line 2554, app/assets/stylesheets/_custom.scss */
  .g-lg-10,
.gy-lg-10 {
    --bs-gutter-y: 4rem;
  }
  /* line 2559, app/assets/stylesheets/_custom.scss */
  .g-lg-11,
.gx-lg-11 {
    --bs-gutter-x: 4.5rem;
  }
  /* line 2564, app/assets/stylesheets/_custom.scss */
  .g-lg-11,
.gy-lg-11 {
    --bs-gutter-y: 4.5rem;
  }
  /* line 2569, app/assets/stylesheets/_custom.scss */
  .g-lg-12,
.gx-lg-12 {
    --bs-gutter-x: 5rem;
  }
  /* line 2574, app/assets/stylesheets/_custom.scss */
  .g-lg-12,
.gy-lg-12 {
    --bs-gutter-y: 5rem;
  }
  /* line 2579, app/assets/stylesheets/_custom.scss */
  .g-lg-13,
.gx-lg-13 {
    --bs-gutter-x: 5.5rem;
  }
  /* line 2584, app/assets/stylesheets/_custom.scss */
  .g-lg-13,
.gy-lg-13 {
    --bs-gutter-y: 5.5rem;
  }
  /* line 2589, app/assets/stylesheets/_custom.scss */
  .g-lg-14,
.gx-lg-14 {
    --bs-gutter-x: 6rem;
  }
  /* line 2594, app/assets/stylesheets/_custom.scss */
  .g-lg-14,
.gy-lg-14 {
    --bs-gutter-y: 6rem;
  }
  /* line 2599, app/assets/stylesheets/_custom.scss */
  .g-lg-15,
.gx-lg-15 {
    --bs-gutter-x: 6.5rem;
  }
  /* line 2604, app/assets/stylesheets/_custom.scss */
  .g-lg-15,
.gy-lg-15 {
    --bs-gutter-y: 6.5rem;
  }
  /* line 2609, app/assets/stylesheets/_custom.scss */
  .g-lg-16,
.gx-lg-16 {
    --bs-gutter-x: 7rem;
  }
  /* line 2614, app/assets/stylesheets/_custom.scss */
  .g-lg-16,
.gy-lg-16 {
    --bs-gutter-y: 7rem;
  }
  /* line 2619, app/assets/stylesheets/_custom.scss */
  .g-lg-17,
.gx-lg-17 {
    --bs-gutter-x: 7.5rem;
  }
  /* line 2624, app/assets/stylesheets/_custom.scss */
  .g-lg-17,
.gy-lg-17 {
    --bs-gutter-y: 7.5rem;
  }
  /* line 2629, app/assets/stylesheets/_custom.scss */
  .g-lg-18,
.gx-lg-18 {
    --bs-gutter-x: 8rem;
  }
  /* line 2634, app/assets/stylesheets/_custom.scss */
  .g-lg-18,
.gy-lg-18 {
    --bs-gutter-y: 8rem;
  }
  /* line 2639, app/assets/stylesheets/_custom.scss */
  .g-lg-19,
.gx-lg-19 {
    --bs-gutter-x: 8.5rem;
  }
  /* line 2644, app/assets/stylesheets/_custom.scss */
  .g-lg-19,
.gy-lg-19 {
    --bs-gutter-y: 8.5rem;
  }
  /* line 2649, app/assets/stylesheets/_custom.scss */
  .g-lg-20,
.gx-lg-20 {
    --bs-gutter-x: 9rem;
  }
  /* line 2654, app/assets/stylesheets/_custom.scss */
  .g-lg-20,
.gy-lg-20 {
    --bs-gutter-y: 9rem;
  }
  /* line 2659, app/assets/stylesheets/_custom.scss */
  .g-lg-21,
.gx-lg-21 {
    --bs-gutter-x: 9.5rem;
  }
  /* line 2664, app/assets/stylesheets/_custom.scss */
  .g-lg-21,
.gy-lg-21 {
    --bs-gutter-y: 9.5rem;
  }
  /* line 2669, app/assets/stylesheets/_custom.scss */
  .g-lg-22,
.gx-lg-22 {
    --bs-gutter-x: 10rem;
  }
  /* line 2674, app/assets/stylesheets/_custom.scss */
  .g-lg-22,
.gy-lg-22 {
    --bs-gutter-y: 10rem;
  }
  /* line 2679, app/assets/stylesheets/_custom.scss */
  .g-lg-23,
.gx-lg-23 {
    --bs-gutter-x: 12rem;
  }
  /* line 2684, app/assets/stylesheets/_custom.scss */
  .g-lg-23,
.gy-lg-23 {
    --bs-gutter-y: 12rem;
  }
}

@media (min-width: 1200px) {
  /* line 2691, app/assets/stylesheets/_custom.scss */
  .col-xl {
    flex: 1 0 0%;
  }
  /* line 2695, app/assets/stylesheets/_custom.scss */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 2700, app/assets/stylesheets/_custom.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 2705, app/assets/stylesheets/_custom.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 2710, app/assets/stylesheets/_custom.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 2715, app/assets/stylesheets/_custom.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 2720, app/assets/stylesheets/_custom.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 2725, app/assets/stylesheets/_custom.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 2730, app/assets/stylesheets/_custom.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 2735, app/assets/stylesheets/_custom.scss */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 2740, app/assets/stylesheets/_custom.scss */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 2745, app/assets/stylesheets/_custom.scss */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 2750, app/assets/stylesheets/_custom.scss */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 2755, app/assets/stylesheets/_custom.scss */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 2760, app/assets/stylesheets/_custom.scss */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 2765, app/assets/stylesheets/_custom.scss */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 2770, app/assets/stylesheets/_custom.scss */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 2775, app/assets/stylesheets/_custom.scss */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 2780, app/assets/stylesheets/_custom.scss */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 2785, app/assets/stylesheets/_custom.scss */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 2790, app/assets/stylesheets/_custom.scss */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 2795, app/assets/stylesheets/_custom.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 2799, app/assets/stylesheets/_custom.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 2803, app/assets/stylesheets/_custom.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 2807, app/assets/stylesheets/_custom.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 2811, app/assets/stylesheets/_custom.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 2815, app/assets/stylesheets/_custom.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 2819, app/assets/stylesheets/_custom.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 2823, app/assets/stylesheets/_custom.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 2827, app/assets/stylesheets/_custom.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 2831, app/assets/stylesheets/_custom.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 2835, app/assets/stylesheets/_custom.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 2839, app/assets/stylesheets/_custom.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  /* line 2843, app/assets/stylesheets/_custom.scss */
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  /* line 2848, app/assets/stylesheets/_custom.scss */
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  /* line 2853, app/assets/stylesheets/_custom.scss */
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 2858, app/assets/stylesheets/_custom.scss */
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 2863, app/assets/stylesheets/_custom.scss */
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 2868, app/assets/stylesheets/_custom.scss */
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 2873, app/assets/stylesheets/_custom.scss */
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 2878, app/assets/stylesheets/_custom.scss */
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 2883, app/assets/stylesheets/_custom.scss */
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.25rem;
  }
  /* line 2888, app/assets/stylesheets/_custom.scss */
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.25rem;
  }
  /* line 2893, app/assets/stylesheets/_custom.scss */
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 2898, app/assets/stylesheets/_custom.scss */
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 2903, app/assets/stylesheets/_custom.scss */
  .g-xl-6,
.gx-xl-6 {
    --bs-gutter-x: 2rem;
  }
  /* line 2908, app/assets/stylesheets/_custom.scss */
  .g-xl-6,
.gy-xl-6 {
    --bs-gutter-y: 2rem;
  }
  /* line 2913, app/assets/stylesheets/_custom.scss */
  .g-xl-7,
.gx-xl-7 {
    --bs-gutter-x: 2.5rem;
  }
  /* line 2918, app/assets/stylesheets/_custom.scss */
  .g-xl-7,
.gy-xl-7 {
    --bs-gutter-y: 2.5rem;
  }
  /* line 2923, app/assets/stylesheets/_custom.scss */
  .g-xl-8,
.gx-xl-8 {
    --bs-gutter-x: 3rem;
  }
  /* line 2928, app/assets/stylesheets/_custom.scss */
  .g-xl-8,
.gy-xl-8 {
    --bs-gutter-y: 3rem;
  }
  /* line 2933, app/assets/stylesheets/_custom.scss */
  .g-xl-9,
.gx-xl-9 {
    --bs-gutter-x: 3.5rem;
  }
  /* line 2938, app/assets/stylesheets/_custom.scss */
  .g-xl-9,
.gy-xl-9 {
    --bs-gutter-y: 3.5rem;
  }
  /* line 2943, app/assets/stylesheets/_custom.scss */
  .g-xl-10,
.gx-xl-10 {
    --bs-gutter-x: 4rem;
  }
  /* line 2948, app/assets/stylesheets/_custom.scss */
  .g-xl-10,
.gy-xl-10 {
    --bs-gutter-y: 4rem;
  }
  /* line 2953, app/assets/stylesheets/_custom.scss */
  .g-xl-11,
.gx-xl-11 {
    --bs-gutter-x: 4.5rem;
  }
  /* line 2958, app/assets/stylesheets/_custom.scss */
  .g-xl-11,
.gy-xl-11 {
    --bs-gutter-y: 4.5rem;
  }
  /* line 2963, app/assets/stylesheets/_custom.scss */
  .g-xl-12,
.gx-xl-12 {
    --bs-gutter-x: 5rem;
  }
  /* line 2968, app/assets/stylesheets/_custom.scss */
  .g-xl-12,
.gy-xl-12 {
    --bs-gutter-y: 5rem;
  }
  /* line 2973, app/assets/stylesheets/_custom.scss */
  .g-xl-13,
.gx-xl-13 {
    --bs-gutter-x: 5.5rem;
  }
  /* line 2978, app/assets/stylesheets/_custom.scss */
  .g-xl-13,
.gy-xl-13 {
    --bs-gutter-y: 5.5rem;
  }
  /* line 2983, app/assets/stylesheets/_custom.scss */
  .g-xl-14,
.gx-xl-14 {
    --bs-gutter-x: 6rem;
  }
  /* line 2988, app/assets/stylesheets/_custom.scss */
  .g-xl-14,
.gy-xl-14 {
    --bs-gutter-y: 6rem;
  }
  /* line 2993, app/assets/stylesheets/_custom.scss */
  .g-xl-15,
.gx-xl-15 {
    --bs-gutter-x: 6.5rem;
  }
  /* line 2998, app/assets/stylesheets/_custom.scss */
  .g-xl-15,
.gy-xl-15 {
    --bs-gutter-y: 6.5rem;
  }
  /* line 3003, app/assets/stylesheets/_custom.scss */
  .g-xl-16,
.gx-xl-16 {
    --bs-gutter-x: 7rem;
  }
  /* line 3008, app/assets/stylesheets/_custom.scss */
  .g-xl-16,
.gy-xl-16 {
    --bs-gutter-y: 7rem;
  }
  /* line 3013, app/assets/stylesheets/_custom.scss */
  .g-xl-17,
.gx-xl-17 {
    --bs-gutter-x: 7.5rem;
  }
  /* line 3018, app/assets/stylesheets/_custom.scss */
  .g-xl-17,
.gy-xl-17 {
    --bs-gutter-y: 7.5rem;
  }
  /* line 3023, app/assets/stylesheets/_custom.scss */
  .g-xl-18,
.gx-xl-18 {
    --bs-gutter-x: 8rem;
  }
  /* line 3028, app/assets/stylesheets/_custom.scss */
  .g-xl-18,
.gy-xl-18 {
    --bs-gutter-y: 8rem;
  }
  /* line 3033, app/assets/stylesheets/_custom.scss */
  .g-xl-19,
.gx-xl-19 {
    --bs-gutter-x: 8.5rem;
  }
  /* line 3038, app/assets/stylesheets/_custom.scss */
  .g-xl-19,
.gy-xl-19 {
    --bs-gutter-y: 8.5rem;
  }
  /* line 3043, app/assets/stylesheets/_custom.scss */
  .g-xl-20,
.gx-xl-20 {
    --bs-gutter-x: 9rem;
  }
  /* line 3048, app/assets/stylesheets/_custom.scss */
  .g-xl-20,
.gy-xl-20 {
    --bs-gutter-y: 9rem;
  }
  /* line 3053, app/assets/stylesheets/_custom.scss */
  .g-xl-21,
.gx-xl-21 {
    --bs-gutter-x: 9.5rem;
  }
  /* line 3058, app/assets/stylesheets/_custom.scss */
  .g-xl-21,
.gy-xl-21 {
    --bs-gutter-y: 9.5rem;
  }
  /* line 3063, app/assets/stylesheets/_custom.scss */
  .g-xl-22,
.gx-xl-22 {
    --bs-gutter-x: 10rem;
  }
  /* line 3068, app/assets/stylesheets/_custom.scss */
  .g-xl-22,
.gy-xl-22 {
    --bs-gutter-y: 10rem;
  }
  /* line 3073, app/assets/stylesheets/_custom.scss */
  .g-xl-23,
.gx-xl-23 {
    --bs-gutter-x: 12rem;
  }
  /* line 3078, app/assets/stylesheets/_custom.scss */
  .g-xl-23,
.gy-xl-23 {
    --bs-gutter-y: 12rem;
  }
}

@media (min-width: 1400px) {
  /* line 3085, app/assets/stylesheets/_custom.scss */
  .col-xxl {
    flex: 1 0 0%;
  }
  /* line 3089, app/assets/stylesheets/_custom.scss */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 3094, app/assets/stylesheets/_custom.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 3099, app/assets/stylesheets/_custom.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 3104, app/assets/stylesheets/_custom.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 3109, app/assets/stylesheets/_custom.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 3114, app/assets/stylesheets/_custom.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 3119, app/assets/stylesheets/_custom.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 3124, app/assets/stylesheets/_custom.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 3129, app/assets/stylesheets/_custom.scss */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 3134, app/assets/stylesheets/_custom.scss */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 3139, app/assets/stylesheets/_custom.scss */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 3144, app/assets/stylesheets/_custom.scss */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 3149, app/assets/stylesheets/_custom.scss */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 3154, app/assets/stylesheets/_custom.scss */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 3159, app/assets/stylesheets/_custom.scss */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 3164, app/assets/stylesheets/_custom.scss */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 3169, app/assets/stylesheets/_custom.scss */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 3174, app/assets/stylesheets/_custom.scss */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 3179, app/assets/stylesheets/_custom.scss */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 3184, app/assets/stylesheets/_custom.scss */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 3189, app/assets/stylesheets/_custom.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 3193, app/assets/stylesheets/_custom.scss */
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 3197, app/assets/stylesheets/_custom.scss */
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 3201, app/assets/stylesheets/_custom.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 3205, app/assets/stylesheets/_custom.scss */
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 3209, app/assets/stylesheets/_custom.scss */
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 3213, app/assets/stylesheets/_custom.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 3217, app/assets/stylesheets/_custom.scss */
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 3221, app/assets/stylesheets/_custom.scss */
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 3225, app/assets/stylesheets/_custom.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 3229, app/assets/stylesheets/_custom.scss */
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 3233, app/assets/stylesheets/_custom.scss */
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  /* line 3237, app/assets/stylesheets/_custom.scss */
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  /* line 3242, app/assets/stylesheets/_custom.scss */
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  /* line 3247, app/assets/stylesheets/_custom.scss */
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 3252, app/assets/stylesheets/_custom.scss */
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 3257, app/assets/stylesheets/_custom.scss */
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 3262, app/assets/stylesheets/_custom.scss */
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 3267, app/assets/stylesheets/_custom.scss */
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 3272, app/assets/stylesheets/_custom.scss */
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 3277, app/assets/stylesheets/_custom.scss */
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.25rem;
  }
  /* line 3282, app/assets/stylesheets/_custom.scss */
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.25rem;
  }
  /* line 3287, app/assets/stylesheets/_custom.scss */
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 3292, app/assets/stylesheets/_custom.scss */
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 3297, app/assets/stylesheets/_custom.scss */
  .g-xxl-6,
.gx-xxl-6 {
    --bs-gutter-x: 2rem;
  }
  /* line 3302, app/assets/stylesheets/_custom.scss */
  .g-xxl-6,
.gy-xxl-6 {
    --bs-gutter-y: 2rem;
  }
  /* line 3307, app/assets/stylesheets/_custom.scss */
  .g-xxl-7,
.gx-xxl-7 {
    --bs-gutter-x: 2.5rem;
  }
  /* line 3312, app/assets/stylesheets/_custom.scss */
  .g-xxl-7,
.gy-xxl-7 {
    --bs-gutter-y: 2.5rem;
  }
  /* line 3317, app/assets/stylesheets/_custom.scss */
  .g-xxl-8,
.gx-xxl-8 {
    --bs-gutter-x: 3rem;
  }
  /* line 3322, app/assets/stylesheets/_custom.scss */
  .g-xxl-8,
.gy-xxl-8 {
    --bs-gutter-y: 3rem;
  }
  /* line 3327, app/assets/stylesheets/_custom.scss */
  .g-xxl-9,
.gx-xxl-9 {
    --bs-gutter-x: 3.5rem;
  }
  /* line 3332, app/assets/stylesheets/_custom.scss */
  .g-xxl-9,
.gy-xxl-9 {
    --bs-gutter-y: 3.5rem;
  }
  /* line 3337, app/assets/stylesheets/_custom.scss */
  .g-xxl-10,
.gx-xxl-10 {
    --bs-gutter-x: 4rem;
  }
  /* line 3342, app/assets/stylesheets/_custom.scss */
  .g-xxl-10,
.gy-xxl-10 {
    --bs-gutter-y: 4rem;
  }
  /* line 3347, app/assets/stylesheets/_custom.scss */
  .g-xxl-11,
.gx-xxl-11 {
    --bs-gutter-x: 4.5rem;
  }
  /* line 3352, app/assets/stylesheets/_custom.scss */
  .g-xxl-11,
.gy-xxl-11 {
    --bs-gutter-y: 4.5rem;
  }
  /* line 3357, app/assets/stylesheets/_custom.scss */
  .g-xxl-12,
.gx-xxl-12 {
    --bs-gutter-x: 5rem;
  }
  /* line 3362, app/assets/stylesheets/_custom.scss */
  .g-xxl-12,
.gy-xxl-12 {
    --bs-gutter-y: 5rem;
  }
  /* line 3367, app/assets/stylesheets/_custom.scss */
  .g-xxl-13,
.gx-xxl-13 {
    --bs-gutter-x: 5.5rem;
  }
  /* line 3372, app/assets/stylesheets/_custom.scss */
  .g-xxl-13,
.gy-xxl-13 {
    --bs-gutter-y: 5.5rem;
  }
  /* line 3377, app/assets/stylesheets/_custom.scss */
  .g-xxl-14,
.gx-xxl-14 {
    --bs-gutter-x: 6rem;
  }
  /* line 3382, app/assets/stylesheets/_custom.scss */
  .g-xxl-14,
.gy-xxl-14 {
    --bs-gutter-y: 6rem;
  }
  /* line 3387, app/assets/stylesheets/_custom.scss */
  .g-xxl-15,
.gx-xxl-15 {
    --bs-gutter-x: 6.5rem;
  }
  /* line 3392, app/assets/stylesheets/_custom.scss */
  .g-xxl-15,
.gy-xxl-15 {
    --bs-gutter-y: 6.5rem;
  }
  /* line 3397, app/assets/stylesheets/_custom.scss */
  .g-xxl-16,
.gx-xxl-16 {
    --bs-gutter-x: 7rem;
  }
  /* line 3402, app/assets/stylesheets/_custom.scss */
  .g-xxl-16,
.gy-xxl-16 {
    --bs-gutter-y: 7rem;
  }
  /* line 3407, app/assets/stylesheets/_custom.scss */
  .g-xxl-17,
.gx-xxl-17 {
    --bs-gutter-x: 7.5rem;
  }
  /* line 3412, app/assets/stylesheets/_custom.scss */
  .g-xxl-17,
.gy-xxl-17 {
    --bs-gutter-y: 7.5rem;
  }
  /* line 3417, app/assets/stylesheets/_custom.scss */
  .g-xxl-18,
.gx-xxl-18 {
    --bs-gutter-x: 8rem;
  }
  /* line 3422, app/assets/stylesheets/_custom.scss */
  .g-xxl-18,
.gy-xxl-18 {
    --bs-gutter-y: 8rem;
  }
  /* line 3427, app/assets/stylesheets/_custom.scss */
  .g-xxl-19,
.gx-xxl-19 {
    --bs-gutter-x: 8.5rem;
  }
  /* line 3432, app/assets/stylesheets/_custom.scss */
  .g-xxl-19,
.gy-xxl-19 {
    --bs-gutter-y: 8.5rem;
  }
  /* line 3437, app/assets/stylesheets/_custom.scss */
  .g-xxl-20,
.gx-xxl-20 {
    --bs-gutter-x: 9rem;
  }
  /* line 3442, app/assets/stylesheets/_custom.scss */
  .g-xxl-20,
.gy-xxl-20 {
    --bs-gutter-y: 9rem;
  }
  /* line 3447, app/assets/stylesheets/_custom.scss */
  .g-xxl-21,
.gx-xxl-21 {
    --bs-gutter-x: 9.5rem;
  }
  /* line 3452, app/assets/stylesheets/_custom.scss */
  .g-xxl-21,
.gy-xxl-21 {
    --bs-gutter-y: 9.5rem;
  }
  /* line 3457, app/assets/stylesheets/_custom.scss */
  .g-xxl-22,
.gx-xxl-22 {
    --bs-gutter-x: 10rem;
  }
  /* line 3462, app/assets/stylesheets/_custom.scss */
  .g-xxl-22,
.gy-xxl-22 {
    --bs-gutter-y: 10rem;
  }
  /* line 3467, app/assets/stylesheets/_custom.scss */
  .g-xxl-23,
.gx-xxl-23 {
    --bs-gutter-x: 12rem;
  }
  /* line 3472, app/assets/stylesheets/_custom.scss */
  .g-xxl-23,
.gy-xxl-23 {
    --bs-gutter-y: 12rem;
  }
}

/* line 3478, app/assets/stylesheets/_custom.scss */
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #637381;
  --bs-table-striped-bg: #f9fafb;
  --bs-table-active-color: #637381;
  --bs-table-active-bg: #f9fafb;
  --bs-table-hover-color: #637381;
  --bs-table-hover-bg: rgba(249, 250, 251, 0.7);
  width: 100%;
  margin-bottom: 1rem;
  color: #637381;
  vertical-align: top;
  border-color: #DFE3E8;
}

/* line 3494, app/assets/stylesheets/_custom.scss */
.table > :not(caption) > * > * {
  padding: 0.75rem 1.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

/* line 3501, app/assets/stylesheets/_custom.scss */
.table > tbody {
  vertical-align: inherit;
}

/* line 3505, app/assets/stylesheets/_custom.scss */
.table > thead {
  vertical-align: bottom;
}

/* line 3509, app/assets/stylesheets/_custom.scss */
.table > :not(:first-child) {
  border-top: 2px solid #F4F6F8;
}

/* line 3513, app/assets/stylesheets/_custom.scss */
.caption-top {
  caption-side: top;
}

/* line 3517, app/assets/stylesheets/_custom.scss */
.table-sm > :not(caption) > * > * {
  padding: 0.3rem 0.6rem;
}

/* line 3521, app/assets/stylesheets/_custom.scss */
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

/* line 3525, app/assets/stylesheets/_custom.scss */
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

/* line 3529, app/assets/stylesheets/_custom.scss */
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 3533, app/assets/stylesheets/_custom.scss */
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

/* line 3537, app/assets/stylesheets/_custom.scss */
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

/* line 3542, app/assets/stylesheets/_custom.scss */
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

/* line 3547, app/assets/stylesheets/_custom.scss */
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

/* line 3552, app/assets/stylesheets/_custom.scss */
.table-primary {
  --bs-table-bg: #e0dbff;
  --bs-table-striped-bg: black;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: black;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #cfcbec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cac5e6;
}

/* line 3564, app/assets/stylesheets/_custom.scss */
.table-secondary {
  --bs-table-bg: #e0e3e6;
  --bs-table-striped-bg: black;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: black;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #cfd2d5;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cacccf;
}

/* line 3576, app/assets/stylesheets/_custom.scss */
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: black;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: black;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

/* line 3588, app/assets/stylesheets/_custom.scss */
.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: black;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: black;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

/* line 3600, app/assets/stylesheets/_custom.scss */
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: black;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: black;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

/* line 3612, app/assets/stylesheets/_custom.scss */
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: black;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: black;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

/* line 3624, app/assets/stylesheets/_custom.scss */
.table-light {
  --bs-table-bg: #F9FAFB;
  --bs-table-striped-bg: black;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: black;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #e6e7e8;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e0e1e2;
}

/* line 3636, app/assets/stylesheets/_custom.scss */
.table-dark {
  --bs-table-bg: #212B36;
  --bs-table-striped-bg: white;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: white;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #323b45;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #37404a;
}

/* line 3648, app/assets/stylesheets/_custom.scss */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 3654, app/assets/stylesheets/_custom.scss */
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 3661, app/assets/stylesheets/_custom.scss */
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 3668, app/assets/stylesheets/_custom.scss */
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 3675, app/assets/stylesheets/_custom.scss */
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  /* line 3682, app/assets/stylesheets/_custom.scss */
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 3688, app/assets/stylesheets/_custom.scss */
.form-label {
  margin-bottom: 0.5rem;
  color: #161C24;
}

/* line 3693, app/assets/stylesheets/_custom.scss */
.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
  color: #161C24;
}

/* line 3702, app/assets/stylesheets/_custom.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.171875rem;
}

/* line 3708, app/assets/stylesheets/_custom.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.8203125rem;
}

/* line 3714, app/assets/stylesheets/_custom.scss */
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #637381;
}

/* line 3720, app/assets/stylesheets/_custom.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #637381;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #C4CDD5;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3738, app/assets/stylesheets/_custom.scss */
  .form-control {
    transition: none;
  }
}

/* line 3743, app/assets/stylesheets/_custom.scss */
.form-control[type=file] {
  overflow: hidden;
}

/* line 3747, app/assets/stylesheets/_custom.scss */
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 3751, app/assets/stylesheets/_custom.scss */
.form-control:focus {
  color: #637381;
  background-color: #fff;
  border-color: #b1a5ff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(98, 75, 255, 0.25);
}

/* line 3759, app/assets/stylesheets/_custom.scss */
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

/* line 3763, app/assets/stylesheets/_custom.scss */
.form-control::-webkit-input-placeholder {
  color: #637381;
  opacity: 1;
}

/* line 3768, app/assets/stylesheets/_custom.scss */
.form-control:-ms-input-placeholder {
  color: #637381;
  opacity: 1;
}

/* line 3773, app/assets/stylesheets/_custom.scss */
.form-control::placeholder {
  color: #637381;
  opacity: 1;
}

/* line 3778, app/assets/stylesheets/_custom.scss */
.form-control:disabled,
.form-control[readonly] {
  background-color: #F4F6F8;
  opacity: 1;
}

/* line 3784, app/assets/stylesheets/_custom.scss */
.form-control::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
  color: #637381;
  background-color: #F4F6F8;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  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;
}

/* line 3801, app/assets/stylesheets/_custom.scss */
.form-control::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
  color: #637381;
  background-color: #F4F6F8;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3818, app/assets/stylesheets/_custom.scss */
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  /* line 3823, app/assets/stylesheets/_custom.scss */
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 3828, app/assets/stylesheets/_custom.scss */
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #e8eaec;
}

/* line 3832, app/assets/stylesheets/_custom.scss */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #e8eaec;
}

/* line 3836, app/assets/stylesheets/_custom.scss */
.form-control::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
  color: #637381;
  background-color: #F4F6F8;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  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 3854, app/assets/stylesheets/_custom.scss */
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 3860, app/assets/stylesheets/_custom.scss */
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #e8eaec;
}

/* line 3864, app/assets/stylesheets/_custom.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #637381;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 3876, app/assets/stylesheets/_custom.scss */
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 3882, app/assets/stylesheets/_custom.scss */
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.8203125rem;
  border-radius: 0.2rem;
}

/* line 3889, app/assets/stylesheets/_custom.scss */
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

/* line 3896, app/assets/stylesheets/_custom.scss */
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

/* line 3903, app/assets/stylesheets/_custom.scss */
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

/* line 3910, app/assets/stylesheets/_custom.scss */
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.171875rem;
  border-radius: 0.5rem;
}

/* line 3917, app/assets/stylesheets/_custom.scss */
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

/* line 3924, app/assets/stylesheets/_custom.scss */
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

/* line 3931, app/assets/stylesheets/_custom.scss */
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

/* line 3938, app/assets/stylesheets/_custom.scss */
textarea.form-control {
  min-height: calc(1.5em + 1rem + 2px);
}

/* line 3942, app/assets/stylesheets/_custom.scss */
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

/* line 3946, app/assets/stylesheets/_custom.scss */
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

/* line 3950, app/assets/stylesheets/_custom.scss */
.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.5rem;
}

/* line 3956, app/assets/stylesheets/_custom.scss */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 3960, app/assets/stylesheets/_custom.scss */
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.375rem;
}

/* line 3965, app/assets/stylesheets/_custom.scss */
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.375rem;
}

/* line 3970, app/assets/stylesheets/_custom.scss */
.form-select {
  display: block;
  width: 100%;
  padding: 0.5rem 3rem 0.5rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #637381;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23212B36' 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 1rem center;
  background-size: 16px 12px;
  border: 1px solid #C4CDD5;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3992, app/assets/stylesheets/_custom.scss */
  .form-select {
    transition: none;
  }
}

/* line 3997, app/assets/stylesheets/_custom.scss */
.form-select:focus {
  border-color: #b1a5ff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(98, 75, 255, 0.25);
}

/* line 4003, app/assets/stylesheets/_custom.scss */
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}

/* line 4009, app/assets/stylesheets/_custom.scss */
.form-select:disabled {
  background-color: #F4F6F8;
}

/* line 4013, app/assets/stylesheets/_custom.scss */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #637381;
}

/* line 4018, app/assets/stylesheets/_custom.scss */
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.8203125rem;
  border-radius: 0.2rem;
}

/* line 4026, app/assets/stylesheets/_custom.scss */
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.171875rem;
  border-radius: 0.5rem;
}

/* line 4034, app/assets/stylesheets/_custom.scss */
.form-check {
  display: block;
  min-height: 1.40625rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

/* line 4041, app/assets/stylesheets/_custom.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 4046, app/assets/stylesheets/_custom.scss */
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

/* line 4062, app/assets/stylesheets/_custom.scss */
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

/* line 4066, app/assets/stylesheets/_custom.scss */
.form-check-input[type=radio] {
  border-radius: 50%;
}

/* line 4070, app/assets/stylesheets/_custom.scss */
.form-check-input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

/* line 4075, app/assets/stylesheets/_custom.scss */
.form-check-input:focus {
  border-color: #b1a5ff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(98, 75, 255, 0.25);
}

/* line 4081, app/assets/stylesheets/_custom.scss */
.form-check-input:checked {
  background-color: #624BFF;
  border-color: #624BFF;
}

/* line 4086, app/assets/stylesheets/_custom.scss */
.form-check-input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

/* line 4090, app/assets/stylesheets/_custom.scss */
.form-check-input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 4094, app/assets/stylesheets/_custom.scss */
.form-check-input[type=checkbox]:indeterminate {
  background-color: #624BFF;
  border-color: #624BFF;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

/* line 4100, app/assets/stylesheets/_custom.scss */
.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.5;
}

/* line 4107, app/assets/stylesheets/_custom.scss */
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

/* line 4112, app/assets/stylesheets/_custom.scss */
.form-switch {
  padding-left: 2.5em;
}

/* line 4116, app/assets/stylesheets/_custom.scss */
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4126, app/assets/stylesheets/_custom.scss */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 4131, app/assets/stylesheets/_custom.scss */
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23b1a5ff'/%3e%3c/svg%3e");
}

/* line 4135, app/assets/stylesheets/_custom.scss */
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 4141, app/assets/stylesheets/_custom.scss */
.ios-switch .form-check {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 28px;
}

/* line 4148, app/assets/stylesheets/_custom.scss */
.ios-switch .form-check .form-check-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 46px;
  height: 26px;
  margin-left: 0;
  float: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left 2px center;
  background-color: #e9ecef;
  border: 2px solid #e9ecef;
  border-radius: 26px;
  cursor: pointer;
  transition: background-color 0.2s, background-position 0.2s, border-color 0.2s;
  order: 2;
}

/* line 4166, app/assets/stylesheets/_custom.scss */
.ios-switch .form-check .form-check-input:checked {
  background-color: #34c759;
  border-color: #34c759;
  background-position: right 2px center;
}

/* line 4172, app/assets/stylesheets/_custom.scss */
.ios-switch .form-check .form-check-input:focus {
  box-shadow: none;
  outline: none;
}

/* line 4178, app/assets/stylesheets/_custom.scss */
.ios-switch .form-check .form-check-label {
  margin-bottom: 0;
  cursor: pointer;
  line-height: normal;
  order: 1;
  padding-right: 10px;
  display: flex;
  align-items: center;
}

/* line 4190, app/assets/stylesheets/_custom.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 4195, app/assets/stylesheets/_custom.scss */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 4201, app/assets/stylesheets/_custom.scss */
.btn-check[disabled] + .btn,
.btn-check:disabled + .btn {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.65;
}

/* line 4209, app/assets/stylesheets/_custom.scss */
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
}

/* line 4218, app/assets/stylesheets/_custom.scss */
.form-range:focus {
  outline: 0;
}

/* line 4222, app/assets/stylesheets/_custom.scss */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(98, 75, 255, 0.25);
}

/* line 4226, app/assets/stylesheets/_custom.scss */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(98, 75, 255, 0.25);
}

/* line 4230, app/assets/stylesheets/_custom.scss */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 4234, app/assets/stylesheets/_custom.scss */
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #624BFF;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4248, app/assets/stylesheets/_custom.scss */
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 4254, app/assets/stylesheets/_custom.scss */
.form-range::-webkit-slider-thumb:active {
  background-color: #d0c9ff;
}

/* line 4258, app/assets/stylesheets/_custom.scss */
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #DFE3E8;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 4268, app/assets/stylesheets/_custom.scss */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #624BFF;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4280, app/assets/stylesheets/_custom.scss */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 4286, app/assets/stylesheets/_custom.scss */
.form-range::-moz-range-thumb:active {
  background-color: #d0c9ff;
}

/* line 4290, app/assets/stylesheets/_custom.scss */
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #DFE3E8;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 4300, app/assets/stylesheets/_custom.scss */
.form-range:disabled {
  pointer-events: none;
}

/* line 4304, app/assets/stylesheets/_custom.scss */
.form-range:disabled::-webkit-slider-thumb {
  background-color: #919EAB;
}

/* line 4308, app/assets/stylesheets/_custom.scss */
.form-range:disabled::-moz-range-thumb {
  background-color: #919EAB;
}

/* line 4312, app/assets/stylesheets/_custom.scss */
.form-floating {
  position: relative;
}

/* line 4316, app/assets/stylesheets/_custom.scss */
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

/* line 4322, app/assets/stylesheets/_custom.scss */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 1rem;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4338, app/assets/stylesheets/_custom.scss */
  .form-floating > label {
    transition: none;
  }
}

/* line 4343, app/assets/stylesheets/_custom.scss */
.form-floating > .form-control {
  padding: 1rem 1rem;
}

/* line 4347, app/assets/stylesheets/_custom.scss */
.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}

/* line 4351, app/assets/stylesheets/_custom.scss */
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}

/* line 4355, app/assets/stylesheets/_custom.scss */
.form-floating > .form-control::placeholder {
  color: transparent;
}

/* line 4359, app/assets/stylesheets/_custom.scss */
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 4364, app/assets/stylesheets/_custom.scss */
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 4370, app/assets/stylesheets/_custom.scss */
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 4375, app/assets/stylesheets/_custom.scss */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 4380, app/assets/stylesheets/_custom.scss */
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 4385, app/assets/stylesheets/_custom.scss */
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 4393, app/assets/stylesheets/_custom.scss */
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 4399, app/assets/stylesheets/_custom.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 4407, app/assets/stylesheets/_custom.scss */
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 4415, app/assets/stylesheets/_custom.scss */
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}

/* line 4420, app/assets/stylesheets/_custom.scss */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 4425, app/assets/stylesheets/_custom.scss */
.input-group .btn:focus {
  z-index: 3;
}

/* line 4429, app/assets/stylesheets/_custom.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #637381;
  text-align: center;
  white-space: nowrap;
  background-color: #F4F6F8;
  border: 1px solid #C4CDD5;
  border-radius: 0.375rem;
}

/* line 4444, app/assets/stylesheets/_custom.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.171875rem;
  border-radius: 0.5rem;
}

/* line 4453, app/assets/stylesheets/_custom.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.8203125rem;
  border-radius: 0.2rem;
}

/* line 4462, app/assets/stylesheets/_custom.scss */
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 4rem;
}

/* line 4467, app/assets/stylesheets/_custom.scss */
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 4473, app/assets/stylesheets/_custom.scss */
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 4479, app/assets/stylesheets/_custom.scss */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4485, app/assets/stylesheets/_custom.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

/* line 4493, app/assets/stylesheets/_custom.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.8203125rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.375rem;
}

/* line 4507, app/assets/stylesheets/_custom.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 4514, app/assets/stylesheets/_custom.scss */
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 1rem);
  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.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

/* line 4524, app/assets/stylesheets/_custom.scss */
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 4530, app/assets/stylesheets/_custom.scss */
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}

/* line 4536, app/assets/stylesheets/_custom.scss */
.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: #198754;
}

/* line 4541, app/assets/stylesheets/_custom.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]) {
  padding-right: 5.5rem;
  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='%23212B36' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 1rem center, center right 3rem;
  background-size: 16px 12px, calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

/* line 4551, app/assets/stylesheets/_custom.scss */
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 4557, app/assets/stylesheets/_custom.scss */
.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: #198754;
}

/* line 4562, app/assets/stylesheets/_custom.scss */
.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: #198754;
}

/* line 4567, app/assets/stylesheets/_custom.scss */
.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 4572, app/assets/stylesheets/_custom.scss */
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

/* line 4577, app/assets/stylesheets/_custom.scss */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

/* line 4581, app/assets/stylesheets/_custom.scss */
.was-validated .input-group .form-control:valid,
.input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}

/* line 4588, app/assets/stylesheets/_custom.scss */
.was-validated .input-group .form-control:valid:focus,
.input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

/* line 4595, app/assets/stylesheets/_custom.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

/* line 4603, app/assets/stylesheets/_custom.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.8203125rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.375rem;
}

/* line 4617, app/assets/stylesheets/_custom.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 4624, app/assets/stylesheets/_custom.scss */
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 1rem);
  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.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

/* line 4634, app/assets/stylesheets/_custom.scss */
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 4640, app/assets/stylesheets/_custom.scss */
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}

/* line 4646, app/assets/stylesheets/_custom.scss */
.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: #dc3545;
}

/* line 4651, app/assets/stylesheets/_custom.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]) {
  padding-right: 5.5rem;
  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='%23212B36' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 1rem center, center right 3rem;
  background-size: 16px 12px, calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

/* line 4661, app/assets/stylesheets/_custom.scss */
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 4667, app/assets/stylesheets/_custom.scss */
.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: #dc3545;
}

/* line 4672, app/assets/stylesheets/_custom.scss */
.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

/* line 4677, app/assets/stylesheets/_custom.scss */
.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 4682, app/assets/stylesheets/_custom.scss */
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 4687, app/assets/stylesheets/_custom.scss */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

/* line 4691, app/assets/stylesheets/_custom.scss */
.was-validated .input-group .form-control:invalid,
.input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}

/* line 4698, app/assets/stylesheets/_custom.scss */
.was-validated .input-group .form-control:invalid:focus,
.input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

/* line 4705, app/assets/stylesheets/_custom.scss */
.btn {
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  color: #637381;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  border-radius: 0.375rem;
  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 4725, app/assets/stylesheets/_custom.scss */
  .btn {
    transition: none;
  }
}

/* line 4730, app/assets/stylesheets/_custom.scss */
.btn:hover {
  color: #637381;
}

/* line 4734, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(98, 75, 255, 0.25);
}

/* line 4740, app/assets/stylesheets/_custom.scss */
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

/* line 4747, app/assets/stylesheets/_custom.scss */
.btn-primary {
  color: #fff;
  background-color: #624BFF;
  border-color: #624BFF;
}

/* line 4753, app/assets/stylesheets/_custom.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #5340d9;
  border-color: #4e3ccc;
}

/* line 4759, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #5340d9;
  border-color: #4e3ccc;
  box-shadow: 0 0 0 0.25rem rgba(122, 102, 255, 0.5);
}

/* line 4767, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #4e3ccc;
  border-color: #4a38bf;
}

/* line 4777, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(122, 102, 255, 0.5);
}

/* line 4785, app/assets/stylesheets/_custom.scss */
.btn-primary:disabled,
.btn-primary.disabled {
  color: #fff;
  background-color: #624BFF;
  border-color: #624BFF;
}

/* line 4792, app/assets/stylesheets/_custom.scss */
.btn-secondary {
  color: #fff;
  background-color: #637381;
  border-color: #637381;
}

/* line 4798, app/assets/stylesheets/_custom.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #54626e;
  border-color: #4f5c67;
}

/* line 4804, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: #54626e;
  border-color: #4f5c67;
  box-shadow: 0 0 0 0.25rem rgba(122, 136, 148, 0.5);
}

/* line 4812, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #4f5c67;
  border-color: #4a5661;
}

/* line 4822, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(122, 136, 148, 0.5);
}

/* line 4830, app/assets/stylesheets/_custom.scss */
.btn-secondary:disabled,
.btn-secondary.disabled {
  color: #fff;
  background-color: #637381;
  border-color: #637381;
}

/* line 4837, app/assets/stylesheets/_custom.scss */
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 4843, app/assets/stylesheets/_custom.scss */
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

/* line 4849, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-success,
.btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

/* line 4857, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-success,
.btn-check:active + .btn-success,
.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

/* line 4867, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-success:focus,
.btn-check:active + .btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

/* line 4875, app/assets/stylesheets/_custom.scss */
.btn-success:disabled,
.btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 4882, app/assets/stylesheets/_custom.scss */
.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 4888, app/assets/stylesheets/_custom.scss */
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}

/* line 4894, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-info,
.btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

/* line 4902, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-info,
.btn-check:active + .btn-info,
.btn-info:active,
.btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}

/* line 4912, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-info:focus,
.btn-check:active + .btn-info:focus,
.btn-info:active:focus,
.btn-info.active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

/* line 4920, app/assets/stylesheets/_custom.scss */
.btn-info:disabled,
.btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 4927, app/assets/stylesheets/_custom.scss */
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 4933, app/assets/stylesheets/_custom.scss */
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

/* line 4939, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-warning,
.btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

/* line 4947, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-warning,
.btn-check:active + .btn-warning,
.btn-warning:active,
.btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}

/* line 4957, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-warning:focus,
.btn-check:active + .btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

/* line 4965, app/assets/stylesheets/_custom.scss */
.btn-warning:disabled,
.btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 4972, app/assets/stylesheets/_custom.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 4978, app/assets/stylesheets/_custom.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

/* line 4984, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-danger,
.btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

/* line 4992, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-danger,
.btn-check:active + .btn-danger,
.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

/* line 5002, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-danger:focus,
.btn-check:active + .btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

/* line 5010, app/assets/stylesheets/_custom.scss */
.btn-danger:disabled,
.btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 5017, app/assets/stylesheets/_custom.scss */
.btn-light {
  color: #000;
  background-color: #F9FAFB;
  border-color: #F9FAFB;
}

/* line 5023, app/assets/stylesheets/_custom.scss */
.btn-light:hover {
  color: #000;
  background-color: #fafbfc;
  border-color: #fafbfb;
}

/* line 5029, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-light,
.btn-light:focus {
  color: #000;
  background-color: #fafbfc;
  border-color: #fafbfb;
  box-shadow: 0 0 0 0.25rem rgba(212, 213, 213, 0.5);
}

/* line 5037, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-light,
.btn-check:active + .btn-light,
.btn-light:active,
.btn-light.active,
.show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #fafbfc;
  border-color: #fafbfb;
}

/* line 5047, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-light:focus,
.btn-check:active + .btn-light:focus,
.btn-light:active:focus,
.btn-light.active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(212, 213, 213, 0.5);
}

/* line 5055, app/assets/stylesheets/_custom.scss */
.btn-light:disabled,
.btn-light.disabled {
  color: #000;
  background-color: #F9FAFB;
  border-color: #F9FAFB;
}

/* line 5062, app/assets/stylesheets/_custom.scss */
.btn-dark {
  color: #fff;
  background-color: #212B36;
  border-color: #212B36;
}

/* line 5068, app/assets/stylesheets/_custom.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #1c252e;
  border-color: #1a222b;
}

/* line 5074, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-dark,
.btn-dark:focus {
  color: #fff;
  background-color: #1c252e;
  border-color: #1a222b;
  box-shadow: 0 0 0 0.25rem rgba(66, 75, 84, 0.5);
}

/* line 5082, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-dark,
.btn-check:active + .btn-dark,
.btn-dark:active,
.btn-dark.active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a222b;
  border-color: #192029;
}

/* line 5092, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-dark:focus,
.btn-check:active + .btn-dark:focus,
.btn-dark:active:focus,
.btn-dark.active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 75, 84, 0.5);
}

/* line 5100, app/assets/stylesheets/_custom.scss */
.btn-dark:disabled,
.btn-dark.disabled {
  color: #fff;
  background-color: #212B36;
  border-color: #212B36;
}

/* line 5107, app/assets/stylesheets/_custom.scss */
.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

/* line 5113, app/assets/stylesheets/_custom.scss */
.btn-white:hover {
  color: #000;
  background-color: white;
  border-color: white;
}

/* line 5119, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-white,
.btn-white:focus {
  color: #000;
  background-color: white;
  border-color: white;
  box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}

/* line 5127, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-white,
.btn-check:active + .btn-white,
.btn-white:active,
.btn-white.active,
.show > .btn-white.dropdown-toggle {
  color: #000;
  background-color: white;
  border-color: white;
}

/* line 5137, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-white:focus,
.btn-check:active + .btn-white:focus,
.btn-white:active:focus,
.btn-white.active:focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}

/* line 5145, app/assets/stylesheets/_custom.scss */
.btn-white:disabled,
.btn-white.disabled {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

/* line 5152, app/assets/stylesheets/_custom.scss */
.btn-light-primary {
  color: #000;
  background-color: #E0DCFE;
  border-color: #E0DCFE;
}

/* line 5158, app/assets/stylesheets/_custom.scss */
.btn-light-primary:hover {
  color: #000;
  background-color: #e5e1fe;
  border-color: #e3e0fe;
}

/* line 5164, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-light-primary,
.btn-light-primary:focus {
  color: #000;
  background-color: #e5e1fe;
  border-color: #e3e0fe;
  box-shadow: 0 0 0 0.25rem rgba(190, 187, 216, 0.5);
}

/* line 5172, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-light-primary,
.btn-check:active + .btn-light-primary,
.btn-light-primary:active,
.btn-light-primary.active,
.show > .btn-light-primary.dropdown-toggle {
  color: #000;
  background-color: #e6e3fe;
  border-color: #e3e0fe;
}

/* line 5182, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-light-primary:focus,
.btn-check:active + .btn-light-primary:focus,
.btn-light-primary:active:focus,
.btn-light-primary.active:focus,
.show > .btn-light-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(190, 187, 216, 0.5);
}

/* line 5190, app/assets/stylesheets/_custom.scss */
.btn-light-primary:disabled,
.btn-light-primary.disabled {
  color: #000;
  background-color: #E0DCFE;
  border-color: #E0DCFE;
}

/* line 5197, app/assets/stylesheets/_custom.scss */
.btn-light-danger {
  color: #000;
  background-color: #FBEBEC;
  border-color: #FBEBEC;
}

/* line 5203, app/assets/stylesheets/_custom.scss */
.btn-light-danger:hover {
  color: #000;
  background-color: #fceeef;
  border-color: #fbedee;
}

/* line 5209, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-light-danger,
.btn-light-danger:focus {
  color: #000;
  background-color: #fceeef;
  border-color: #fbedee;
  box-shadow: 0 0 0 0.25rem rgba(213, 200, 201, 0.5);
}

/* line 5217, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-light-danger,
.btn-check:active + .btn-light-danger,
.btn-light-danger:active,
.btn-light-danger.active,
.show > .btn-light-danger.dropdown-toggle {
  color: #000;
  background-color: #fceff0;
  border-color: #fbedee;
}

/* line 5227, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-light-danger:focus,
.btn-check:active + .btn-light-danger:focus,
.btn-light-danger:active:focus,
.btn-light-danger.active:focus,
.show > .btn-light-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(213, 200, 201, 0.5);
}

/* line 5235, app/assets/stylesheets/_custom.scss */
.btn-light-danger:disabled,
.btn-light-danger.disabled {
  color: #000;
  background-color: #FBEBEC;
  border-color: #FBEBEC;
}

/* line 5242, app/assets/stylesheets/_custom.scss */
.btn-light-info {
  color: #000;
  background-color: #E7FAFE;
  border-color: #E7FAFE;
}

/* line 5248, app/assets/stylesheets/_custom.scss */
.btn-light-info:hover {
  color: #000;
  background-color: #ebfbfe;
  border-color: #e9fbfe;
}

/* line 5254, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-light-info,
.btn-light-info:focus {
  color: #000;
  background-color: #ebfbfe;
  border-color: #e9fbfe;
  box-shadow: 0 0 0 0.25rem rgba(196, 213, 216, 0.5);
}

/* line 5262, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-light-info,
.btn-check:active + .btn-light-info,
.btn-light-info:active,
.btn-light-info.active,
.show > .btn-light-info.dropdown-toggle {
  color: #000;
  background-color: #ecfbfe;
  border-color: #e9fbfe;
}

/* line 5272, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-light-info:focus,
.btn-check:active + .btn-light-info:focus,
.btn-light-info:active:focus,
.btn-light-info.active:focus,
.show > .btn-light-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(196, 213, 216, 0.5);
}

/* line 5280, app/assets/stylesheets/_custom.scss */
.btn-light-info:disabled,
.btn-light-info.disabled {
  color: #000;
  background-color: #E7FAFE;
  border-color: #E7FAFE;
}

/* line 5287, app/assets/stylesheets/_custom.scss */
.btn-light-warning {
  color: #000;
  background-color: #FFF3CD;
  border-color: #FFF3CD;
}

/* line 5293, app/assets/stylesheets/_custom.scss */
.btn-light-warning:hover {
  color: #000;
  background-color: #fff5d5;
  border-color: #fff4d2;
}

/* line 5299, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-light-warning,
.btn-light-warning:focus {
  color: #000;
  background-color: #fff5d5;
  border-color: #fff4d2;
  box-shadow: 0 0 0 0.25rem rgba(217, 207, 174, 0.5);
}

/* line 5307, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-light-warning,
.btn-check:active + .btn-light-warning,
.btn-light-warning:active,
.btn-light-warning.active,
.show > .btn-light-warning.dropdown-toggle {
  color: #000;
  background-color: #fff5d7;
  border-color: #fff4d2;
}

/* line 5317, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-light-warning:focus,
.btn-check:active + .btn-light-warning:focus,
.btn-light-warning:active:focus,
.btn-light-warning.active:focus,
.show > .btn-light-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 207, 174, 0.5);
}

/* line 5325, app/assets/stylesheets/_custom.scss */
.btn-light-warning:disabled,
.btn-light-warning.disabled {
  color: #000;
  background-color: #FFF3CD;
  border-color: #FFF3CD;
}

/* line 5332, app/assets/stylesheets/_custom.scss */
.btn-light-secondary {
  color: #000;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

/* line 5338, app/assets/stylesheets/_custom.scss */
.btn-light-secondary:hover {
  color: #000;
  background-color: #eceff1;
  border-color: #ebeef1;
}

/* line 5344, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-light-secondary,
.btn-light-secondary:focus {
  color: #000;
  background-color: #eceff1;
  border-color: #ebeef1;
  box-shadow: 0 0 0 0.25rem rgba(198, 201, 203, 0.5);
}

/* line 5352, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-light-secondary,
.btn-check:active + .btn-light-secondary,
.btn-light-secondary:active,
.btn-light-secondary.active,
.show > .btn-light-secondary.dropdown-toggle {
  color: #000;
  background-color: #edf0f2;
  border-color: #ebeef1;
}

/* line 5362, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-light-secondary:focus,
.btn-check:active + .btn-light-secondary:focus,
.btn-light-secondary:active:focus,
.btn-light-secondary.active:focus,
.show > .btn-light-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(198, 201, 203, 0.5);
}

/* line 5370, app/assets/stylesheets/_custom.scss */
.btn-light-secondary:disabled,
.btn-light-secondary.disabled {
  color: #000;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

/* line 5377, app/assets/stylesheets/_custom.scss */
.btn-light-success {
  color: #000;
  background-color: #EAF6EC;
  border-color: #EAF6EC;
}

/* line 5383, app/assets/stylesheets/_custom.scss */
.btn-light-success:hover {
  color: #000;
  background-color: #edf7ef;
  border-color: #ecf7ee;
}

/* line 5389, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-light-success,
.btn-light-success:focus {
  color: #000;
  background-color: #edf7ef;
  border-color: #ecf7ee;
  box-shadow: 0 0 0 0.25rem rgba(199, 209, 201, 0.5);
}

/* line 5397, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-light-success,
.btn-check:active + .btn-light-success,
.btn-light-success:active,
.btn-light-success.active,
.show > .btn-light-success.dropdown-toggle {
  color: #000;
  background-color: #eef8f0;
  border-color: #ecf7ee;
}

/* line 5407, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-light-success:focus,
.btn-check:active + .btn-light-success:focus,
.btn-light-success:active:focus,
.btn-light-success.active:focus,
.show > .btn-light-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(199, 209, 201, 0.5);
}

/* line 5415, app/assets/stylesheets/_custom.scss */
.btn-light-success:disabled,
.btn-light-success.disabled {
  color: #000;
  background-color: #EAF6EC;
  border-color: #EAF6EC;
}

/* line 5422, app/assets/stylesheets/_custom.scss */
.btn-light-dark {
  color: #000;
  background-color: #d1cfd8;
  border-color: #d1cfd8;
}

/* line 5428, app/assets/stylesheets/_custom.scss */
.btn-light-dark:hover {
  color: #000;
  background-color: #d8d6de;
  border-color: #d6d4dc;
}

/* line 5434, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-light-dark,
.btn-light-dark:focus {
  color: #000;
  background-color: #d8d6de;
  border-color: #d6d4dc;
  box-shadow: 0 0 0 0.25rem rgba(178, 176, 184, 0.5);
}

/* line 5442, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-light-dark,
.btn-check:active + .btn-light-dark,
.btn-light-dark:active,
.btn-light-dark.active,
.show > .btn-light-dark.dropdown-toggle {
  color: #000;
  background-color: #dad9e0;
  border-color: #d6d4dc;
}

/* line 5452, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-light-dark:focus,
.btn-check:active + .btn-light-dark:focus,
.btn-light-dark:active:focus,
.btn-light-dark.active:focus,
.show > .btn-light-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(178, 176, 184, 0.5);
}

/* line 5460, app/assets/stylesheets/_custom.scss */
.btn-light-dark:disabled,
.btn-light-dark.disabled {
  color: #000;
  background-color: #d1cfd8;
  border-color: #d1cfd8;
}

/* line 5467, app/assets/stylesheets/_custom.scss */
.btn-dark-primary {
  color: #fff;
  background-color: #593cc1;
  border-color: #593cc1;
}

/* line 5473, app/assets/stylesheets/_custom.scss */
.btn-dark-primary:hover {
  color: #fff;
  background-color: #4c33a4;
  border-color: #47309a;
}

/* line 5479, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-dark-primary,
.btn-dark-primary:focus {
  color: #fff;
  background-color: #4c33a4;
  border-color: #47309a;
  box-shadow: 0 0 0 0.25rem rgba(114, 89, 202, 0.5);
}

/* line 5487, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-dark-primary,
.btn-check:active + .btn-dark-primary,
.btn-dark-primary:active,
.btn-dark-primary.active,
.show > .btn-dark-primary.dropdown-toggle {
  color: #fff;
  background-color: #47309a;
  border-color: #432d91;
}

/* line 5497, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-dark-primary:focus,
.btn-check:active + .btn-dark-primary:focus,
.btn-dark-primary:active:focus,
.btn-dark-primary.active:focus,
.show > .btn-dark-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(114, 89, 202, 0.5);
}

/* line 5505, app/assets/stylesheets/_custom.scss */
.btn-dark-primary:disabled,
.btn-dark-primary.disabled {
  color: #fff;
  background-color: #593cc1;
  border-color: #593cc1;
}

/* line 5512, app/assets/stylesheets/_custom.scss */
.btn-dark-warning {
  color: #000;
  background-color: #c28135;
  border-color: #c28135;
}

/* line 5518, app/assets/stylesheets/_custom.scss */
.btn-dark-warning:hover {
  color: #000;
  background-color: #cb9453;
  border-color: #c88e49;
}

/* line 5524, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-dark-warning,
.btn-dark-warning:focus {
  color: #000;
  background-color: #cb9453;
  border-color: #c88e49;
  box-shadow: 0 0 0 0.25rem rgba(165, 110, 45, 0.5);
}

/* line 5532, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-dark-warning,
.btn-check:active + .btn-dark-warning,
.btn-dark-warning:active,
.btn-dark-warning.active,
.show > .btn-dark-warning.dropdown-toggle {
  color: #000;
  background-color: #ce9a5d;
  border-color: #c88e49;
}

/* line 5542, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-dark-warning:focus,
.btn-check:active + .btn-dark-warning:focus,
.btn-dark-warning:active:focus,
.btn-dark-warning.active:focus,
.show > .btn-dark-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(165, 110, 45, 0.5);
}

/* line 5550, app/assets/stylesheets/_custom.scss */
.btn-dark-warning:disabled,
.btn-dark-warning.disabled {
  color: #000;
  background-color: #c28135;
  border-color: #c28135;
}

/* line 5557, app/assets/stylesheets/_custom.scss */
.btn-dark-info {
  color: #000;
  background-color: #51a0c2;
  border-color: #51a0c2;
}

/* line 5563, app/assets/stylesheets/_custom.scss */
.btn-dark-info:hover {
  color: #000;
  background-color: #6baecb;
  border-color: #62aac8;
}

/* line 5569, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-dark-info,
.btn-dark-info:focus {
  color: #000;
  background-color: #6baecb;
  border-color: #62aac8;
  box-shadow: 0 0 0 0.25rem rgba(69, 136, 165, 0.5);
}

/* line 5577, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-dark-info,
.btn-check:active + .btn-dark-info,
.btn-dark-info:active,
.btn-dark-info.active,
.show > .btn-dark-info.dropdown-toggle {
  color: #000;
  background-color: #74b3ce;
  border-color: #62aac8;
}

/* line 5587, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-dark-info:focus,
.btn-check:active + .btn-dark-info:focus,
.btn-dark-info:active:focus,
.btn-dark-info.active:focus,
.show > .btn-dark-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(69, 136, 165, 0.5);
}

/* line 5595, app/assets/stylesheets/_custom.scss */
.btn-dark-info:disabled,
.btn-dark-info.disabled {
  color: #000;
  background-color: #51a0c2;
  border-color: #51a0c2;
}

/* line 5602, app/assets/stylesheets/_custom.scss */
.btn-dark-danger {
  color: #fff;
  background-color: #ae302e;
  border-color: #ae302e;
}

/* line 5608, app/assets/stylesheets/_custom.scss */
.btn-dark-danger:hover {
  color: #fff;
  background-color: #942927;
  border-color: #8b2625;
}

/* line 5614, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-dark-danger,
.btn-dark-danger:focus {
  color: #fff;
  background-color: #942927;
  border-color: #8b2625;
  box-shadow: 0 0 0 0.25rem rgba(186, 79, 77, 0.5);
}

/* line 5622, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-dark-danger,
.btn-check:active + .btn-dark-danger,
.btn-dark-danger:active,
.btn-dark-danger.active,
.show > .btn-dark-danger.dropdown-toggle {
  color: #fff;
  background-color: #8b2625;
  border-color: #832423;
}

/* line 5632, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-dark-danger:focus,
.btn-check:active + .btn-dark-danger:focus,
.btn-dark-danger:active:focus,
.btn-dark-danger.active:focus,
.show > .btn-dark-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(186, 79, 77, 0.5);
}

/* line 5640, app/assets/stylesheets/_custom.scss */
.btn-dark-danger:disabled,
.btn-dark-danger.disabled {
  color: #fff;
  background-color: #ae302e;
  border-color: #ae302e;
}

/* line 5647, app/assets/stylesheets/_custom.scss */
.btn-dark-success {
  color: #000;
  background-color: #139a74;
  border-color: #139a74;
}

/* line 5653, app/assets/stylesheets/_custom.scss */
.btn-dark-success:hover {
  color: #000;
  background-color: #36a989;
  border-color: #2ba482;
}

/* line 5659, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-dark-success,
.btn-dark-success:focus {
  color: #000;
  background-color: #36a989;
  border-color: #2ba482;
  box-shadow: 0 0 0 0.25rem rgba(16, 131, 99, 0.5);
}

/* line 5667, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-dark-success,
.btn-check:active + .btn-dark-success,
.btn-dark-success:active,
.btn-dark-success.active,
.show > .btn-dark-success.dropdown-toggle {
  color: #000;
  background-color: #42ae90;
  border-color: #2ba482;
}

/* line 5677, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-dark-success:focus,
.btn-check:active + .btn-dark-success:focus,
.btn-dark-success:active:focus,
.btn-dark-success.active:focus,
.show > .btn-dark-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(16, 131, 99, 0.5);
}

/* line 5685, app/assets/stylesheets/_custom.scss */
.btn-dark-success:disabled,
.btn-dark-success.disabled {
  color: #000;
  background-color: #139a74;
  border-color: #139a74;
}

/* line 5692, app/assets/stylesheets/_custom.scss */
.btn-dark-secondary {
  color: #fff;
  background-color: #5c596d;
  border-color: #5c596d;
}

/* line 5698, app/assets/stylesheets/_custom.scss */
.btn-dark-secondary:hover {
  color: #fff;
  background-color: #4e4c5d;
  border-color: #4a4757;
}

/* line 5704, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-dark-secondary,
.btn-dark-secondary:focus {
  color: #fff;
  background-color: #4e4c5d;
  border-color: #4a4757;
  box-shadow: 0 0 0 0.25rem rgba(116, 114, 131, 0.5);
}

/* line 5712, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-dark-secondary,
.btn-check:active + .btn-dark-secondary,
.btn-dark-secondary:active,
.btn-dark-secondary.active,
.show > .btn-dark-secondary.dropdown-toggle {
  color: #fff;
  background-color: #4a4757;
  border-color: #454352;
}

/* line 5722, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-dark-secondary:focus,
.btn-check:active + .btn-dark-secondary:focus,
.btn-dark-secondary:active:focus,
.btn-dark-secondary.active:focus,
.show > .btn-dark-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(116, 114, 131, 0.5);
}

/* line 5730, app/assets/stylesheets/_custom.scss */
.btn-dark-secondary:disabled,
.btn-dark-secondary.disabled {
  color: #fff;
  background-color: #5c596d;
  border-color: #5c596d;
}

/* line 5737, app/assets/stylesheets/_custom.scss */
.btn-outline-primary {
  color: #624BFF;
  border-color: #624BFF;
}

/* line 5742, app/assets/stylesheets/_custom.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #624BFF;
  border-color: #624BFF;
}

/* line 5748, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(98, 75, 255, 0.5);
}

/* line 5753, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #624BFF;
  border-color: #624BFF;
}

/* line 5763, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(98, 75, 255, 0.5);
}

/* line 5771, app/assets/stylesheets/_custom.scss */
.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
  color: #624BFF;
  background-color: transparent;
}

/* line 5777, app/assets/stylesheets/_custom.scss */
.btn-outline-secondary {
  color: #637381;
  border-color: #637381;
}

/* line 5782, app/assets/stylesheets/_custom.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #637381;
  border-color: #637381;
}

/* line 5788, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(99, 115, 129, 0.5);
}

/* line 5793, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-secondary,
.btn-check:active + .btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #637381;
  border-color: #637381;
}

/* line 5803, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:active + .btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(99, 115, 129, 0.5);
}

/* line 5811, app/assets/stylesheets/_custom.scss */
.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
  color: #637381;
  background-color: transparent;
}

/* line 5817, app/assets/stylesheets/_custom.scss */
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}

/* line 5822, app/assets/stylesheets/_custom.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 5828, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

/* line 5833, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-success,
.btn-check:active + .btn-outline-success,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 5843, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-success:focus,
.btn-check:active + .btn-outline-success:focus,
.btn-outline-success:active:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

/* line 5851, app/assets/stylesheets/_custom.scss */
.btn-outline-success:disabled,
.btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

/* line 5857, app/assets/stylesheets/_custom.scss */
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 5862, app/assets/stylesheets/_custom.scss */
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 5868, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

/* line 5873, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-info,
.btn-check:active + .btn-outline-info,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 5883, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-info:focus,
.btn-check:active + .btn-outline-info:focus,
.btn-outline-info:active:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

/* line 5891, app/assets/stylesheets/_custom.scss */
.btn-outline-info:disabled,
.btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

/* line 5897, app/assets/stylesheets/_custom.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 5902, app/assets/stylesheets/_custom.scss */
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 5908, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

/* line 5913, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-warning,
.btn-check:active + .btn-outline-warning,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 5923, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-warning:focus,
.btn-check:active + .btn-outline-warning:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

/* line 5931, app/assets/stylesheets/_custom.scss */
.btn-outline-warning:disabled,
.btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 5937, app/assets/stylesheets/_custom.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 5942, app/assets/stylesheets/_custom.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 5948, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

/* line 5953, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-danger,
.btn-check:active + .btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 5963, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-danger:focus,
.btn-check:active + .btn-outline-danger:focus,
.btn-outline-danger:active:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

/* line 5971, app/assets/stylesheets/_custom.scss */
.btn-outline-danger:disabled,
.btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 5977, app/assets/stylesheets/_custom.scss */
.btn-outline-light {
  color: #F9FAFB;
  border-color: #F9FAFB;
}

/* line 5982, app/assets/stylesheets/_custom.scss */
.btn-outline-light:hover {
  color: #000;
  background-color: #F9FAFB;
  border-color: #F9FAFB;
}

/* line 5988, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(249, 250, 251, 0.5);
}

/* line 5993, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-light,
.btn-check:active + .btn-outline-light,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #F9FAFB;
  border-color: #F9FAFB;
}

/* line 6003, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-light:focus,
.btn-check:active + .btn-outline-light:focus,
.btn-outline-light:active:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(249, 250, 251, 0.5);
}

/* line 6011, app/assets/stylesheets/_custom.scss */
.btn-outline-light:disabled,
.btn-outline-light.disabled {
  color: #F9FAFB;
  background-color: transparent;
}

/* line 6017, app/assets/stylesheets/_custom.scss */
.btn-outline-dark {
  color: #212B36;
  border-color: #212B36;
}

/* line 6022, app/assets/stylesheets/_custom.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212B36;
  border-color: #212B36;
}

/* line 6028, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 43, 54, 0.5);
}

/* line 6033, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-dark,
.btn-check:active + .btn-outline-dark,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212B36;
  border-color: #212B36;
}

/* line 6043, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-dark:focus,
.btn-check:active + .btn-outline-dark:focus,
.btn-outline-dark:active:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 43, 54, 0.5);
}

/* line 6051, app/assets/stylesheets/_custom.scss */
.btn-outline-dark:disabled,
.btn-outline-dark.disabled {
  color: #212B36;
  background-color: transparent;
}

/* line 6057, app/assets/stylesheets/_custom.scss */
.btn-outline-white {
  color: #fff;
  border-color: #fff;
}

/* line 6062, app/assets/stylesheets/_custom.scss */
.btn-outline-white:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

/* line 6068, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-white,
.btn-outline-white:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

/* line 6073, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-white,
.btn-check:active + .btn-outline-white,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.dropdown-toggle.show {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

/* line 6083, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-white:focus,
.btn-check:active + .btn-outline-white:focus,
.btn-outline-white:active:focus,
.btn-outline-white.active:focus,
.btn-outline-white.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

/* line 6091, app/assets/stylesheets/_custom.scss */
.btn-outline-white:disabled,
.btn-outline-white.disabled {
  color: #fff;
  background-color: transparent;
}

/* line 6097, app/assets/stylesheets/_custom.scss */
.btn-outline-light-primary {
  color: #E0DCFE;
  border-color: #E0DCFE;
}

/* line 6102, app/assets/stylesheets/_custom.scss */
.btn-outline-light-primary:hover {
  color: #000;
  background-color: #E0DCFE;
  border-color: #E0DCFE;
}

/* line 6108, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-light-primary,
.btn-outline-light-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(224, 220, 254, 0.5);
}

/* line 6113, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-light-primary,
.btn-check:active + .btn-outline-light-primary,
.btn-outline-light-primary:active,
.btn-outline-light-primary.active,
.btn-outline-light-primary.dropdown-toggle.show {
  color: #000;
  background-color: #E0DCFE;
  border-color: #E0DCFE;
}

/* line 6123, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-light-primary:focus,
.btn-check:active + .btn-outline-light-primary:focus,
.btn-outline-light-primary:active:focus,
.btn-outline-light-primary.active:focus,
.btn-outline-light-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(224, 220, 254, 0.5);
}

/* line 6131, app/assets/stylesheets/_custom.scss */
.btn-outline-light-primary:disabled,
.btn-outline-light-primary.disabled {
  color: #E0DCFE;
  background-color: transparent;
}

/* line 6137, app/assets/stylesheets/_custom.scss */
.btn-outline-light-danger {
  color: #FBEBEC;
  border-color: #FBEBEC;
}

/* line 6142, app/assets/stylesheets/_custom.scss */
.btn-outline-light-danger:hover {
  color: #000;
  background-color: #FBEBEC;
  border-color: #FBEBEC;
}

/* line 6148, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-light-danger,
.btn-outline-light-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(251, 235, 236, 0.5);
}

/* line 6153, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-light-danger,
.btn-check:active + .btn-outline-light-danger,
.btn-outline-light-danger:active,
.btn-outline-light-danger.active,
.btn-outline-light-danger.dropdown-toggle.show {
  color: #000;
  background-color: #FBEBEC;
  border-color: #FBEBEC;
}

/* line 6163, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-light-danger:focus,
.btn-check:active + .btn-outline-light-danger:focus,
.btn-outline-light-danger:active:focus,
.btn-outline-light-danger.active:focus,
.btn-outline-light-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(251, 235, 236, 0.5);
}

/* line 6171, app/assets/stylesheets/_custom.scss */
.btn-outline-light-danger:disabled,
.btn-outline-light-danger.disabled {
  color: #FBEBEC;
  background-color: transparent;
}

/* line 6177, app/assets/stylesheets/_custom.scss */
.btn-outline-light-info {
  color: #E7FAFE;
  border-color: #E7FAFE;
}

/* line 6182, app/assets/stylesheets/_custom.scss */
.btn-outline-light-info:hover {
  color: #000;
  background-color: #E7FAFE;
  border-color: #E7FAFE;
}

/* line 6188, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-light-info,
.btn-outline-light-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(231, 250, 254, 0.5);
}

/* line 6193, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-light-info,
.btn-check:active + .btn-outline-light-info,
.btn-outline-light-info:active,
.btn-outline-light-info.active,
.btn-outline-light-info.dropdown-toggle.show {
  color: #000;
  background-color: #E7FAFE;
  border-color: #E7FAFE;
}

/* line 6203, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-light-info:focus,
.btn-check:active + .btn-outline-light-info:focus,
.btn-outline-light-info:active:focus,
.btn-outline-light-info.active:focus,
.btn-outline-light-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(231, 250, 254, 0.5);
}

/* line 6211, app/assets/stylesheets/_custom.scss */
.btn-outline-light-info:disabled,
.btn-outline-light-info.disabled {
  color: #E7FAFE;
  background-color: transparent;
}

/* line 6217, app/assets/stylesheets/_custom.scss */
.btn-outline-light-warning {
  color: #FFF3CD;
  border-color: #FFF3CD;
}

/* line 6222, app/assets/stylesheets/_custom.scss */
.btn-outline-light-warning:hover {
  color: #000;
  background-color: #FFF3CD;
  border-color: #FFF3CD;
}

/* line 6228, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-light-warning,
.btn-outline-light-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 243, 205, 0.5);
}

/* line 6233, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-light-warning,
.btn-check:active + .btn-outline-light-warning,
.btn-outline-light-warning:active,
.btn-outline-light-warning.active,
.btn-outline-light-warning.dropdown-toggle.show {
  color: #000;
  background-color: #FFF3CD;
  border-color: #FFF3CD;
}

/* line 6243, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-light-warning:focus,
.btn-check:active + .btn-outline-light-warning:focus,
.btn-outline-light-warning:active:focus,
.btn-outline-light-warning.active:focus,
.btn-outline-light-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 243, 205, 0.5);
}

/* line 6251, app/assets/stylesheets/_custom.scss */
.btn-outline-light-warning:disabled,
.btn-outline-light-warning.disabled {
  color: #FFF3CD;
  background-color: transparent;
}

/* line 6257, app/assets/stylesheets/_custom.scss */
.btn-outline-light-secondary {
  color: #e9ecef;
  border-color: #e9ecef;
}

/* line 6262, app/assets/stylesheets/_custom.scss */
.btn-outline-light-secondary:hover {
  color: #000;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

/* line 6268, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-light-secondary,
.btn-outline-light-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(233, 236, 239, 0.5);
}

/* line 6273, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-light-secondary,
.btn-check:active + .btn-outline-light-secondary,
.btn-outline-light-secondary:active,
.btn-outline-light-secondary.active,
.btn-outline-light-secondary.dropdown-toggle.show {
  color: #000;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

/* line 6283, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-light-secondary:focus,
.btn-check:active + .btn-outline-light-secondary:focus,
.btn-outline-light-secondary:active:focus,
.btn-outline-light-secondary.active:focus,
.btn-outline-light-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(233, 236, 239, 0.5);
}

/* line 6291, app/assets/stylesheets/_custom.scss */
.btn-outline-light-secondary:disabled,
.btn-outline-light-secondary.disabled {
  color: #e9ecef;
  background-color: transparent;
}

/* line 6297, app/assets/stylesheets/_custom.scss */
.btn-outline-light-success {
  color: #EAF6EC;
  border-color: #EAF6EC;
}

/* line 6302, app/assets/stylesheets/_custom.scss */
.btn-outline-light-success:hover {
  color: #000;
  background-color: #EAF6EC;
  border-color: #EAF6EC;
}

/* line 6308, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-light-success,
.btn-outline-light-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(234, 246, 236, 0.5);
}

/* line 6313, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-light-success,
.btn-check:active + .btn-outline-light-success,
.btn-outline-light-success:active,
.btn-outline-light-success.active,
.btn-outline-light-success.dropdown-toggle.show {
  color: #000;
  background-color: #EAF6EC;
  border-color: #EAF6EC;
}

/* line 6323, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-light-success:focus,
.btn-check:active + .btn-outline-light-success:focus,
.btn-outline-light-success:active:focus,
.btn-outline-light-success.active:focus,
.btn-outline-light-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(234, 246, 236, 0.5);
}

/* line 6331, app/assets/stylesheets/_custom.scss */
.btn-outline-light-success:disabled,
.btn-outline-light-success.disabled {
  color: #EAF6EC;
  background-color: transparent;
}

/* line 6337, app/assets/stylesheets/_custom.scss */
.btn-outline-light-dark {
  color: #d1cfd8;
  border-color: #d1cfd8;
}

/* line 6342, app/assets/stylesheets/_custom.scss */
.btn-outline-light-dark:hover {
  color: #000;
  background-color: #d1cfd8;
  border-color: #d1cfd8;
}

/* line 6348, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-light-dark,
.btn-outline-light-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(209, 207, 216, 0.5);
}

/* line 6353, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-light-dark,
.btn-check:active + .btn-outline-light-dark,
.btn-outline-light-dark:active,
.btn-outline-light-dark.active,
.btn-outline-light-dark.dropdown-toggle.show {
  color: #000;
  background-color: #d1cfd8;
  border-color: #d1cfd8;
}

/* line 6363, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-light-dark:focus,
.btn-check:active + .btn-outline-light-dark:focus,
.btn-outline-light-dark:active:focus,
.btn-outline-light-dark.active:focus,
.btn-outline-light-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(209, 207, 216, 0.5);
}

/* line 6371, app/assets/stylesheets/_custom.scss */
.btn-outline-light-dark:disabled,
.btn-outline-light-dark.disabled {
  color: #d1cfd8;
  background-color: transparent;
}

/* line 6377, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-primary {
  color: #593cc1;
  border-color: #593cc1;
}

/* line 6382, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-primary:hover {
  color: #fff;
  background-color: #593cc1;
  border-color: #593cc1;
}

/* line 6388, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-dark-primary,
.btn-outline-dark-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(89, 60, 193, 0.5);
}

/* line 6393, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-dark-primary,
.btn-check:active + .btn-outline-dark-primary,
.btn-outline-dark-primary:active,
.btn-outline-dark-primary.active,
.btn-outline-dark-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #593cc1;
  border-color: #593cc1;
}

/* line 6403, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-dark-primary:focus,
.btn-check:active + .btn-outline-dark-primary:focus,
.btn-outline-dark-primary:active:focus,
.btn-outline-dark-primary.active:focus,
.btn-outline-dark-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(89, 60, 193, 0.5);
}

/* line 6411, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-primary:disabled,
.btn-outline-dark-primary.disabled {
  color: #593cc1;
  background-color: transparent;
}

/* line 6417, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-warning {
  color: #c28135;
  border-color: #c28135;
}

/* line 6422, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-warning:hover {
  color: #000;
  background-color: #c28135;
  border-color: #c28135;
}

/* line 6428, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-dark-warning,
.btn-outline-dark-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(194, 129, 53, 0.5);
}

/* line 6433, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-dark-warning,
.btn-check:active + .btn-outline-dark-warning,
.btn-outline-dark-warning:active,
.btn-outline-dark-warning.active,
.btn-outline-dark-warning.dropdown-toggle.show {
  color: #000;
  background-color: #c28135;
  border-color: #c28135;
}

/* line 6443, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-dark-warning:focus,
.btn-check:active + .btn-outline-dark-warning:focus,
.btn-outline-dark-warning:active:focus,
.btn-outline-dark-warning.active:focus,
.btn-outline-dark-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(194, 129, 53, 0.5);
}

/* line 6451, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-warning:disabled,
.btn-outline-dark-warning.disabled {
  color: #c28135;
  background-color: transparent;
}

/* line 6457, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-info {
  color: #51a0c2;
  border-color: #51a0c2;
}

/* line 6462, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-info:hover {
  color: #000;
  background-color: #51a0c2;
  border-color: #51a0c2;
}

/* line 6468, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-dark-info,
.btn-outline-dark-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(81, 160, 194, 0.5);
}

/* line 6473, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-dark-info,
.btn-check:active + .btn-outline-dark-info,
.btn-outline-dark-info:active,
.btn-outline-dark-info.active,
.btn-outline-dark-info.dropdown-toggle.show {
  color: #000;
  background-color: #51a0c2;
  border-color: #51a0c2;
}

/* line 6483, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-dark-info:focus,
.btn-check:active + .btn-outline-dark-info:focus,
.btn-outline-dark-info:active:focus,
.btn-outline-dark-info.active:focus,
.btn-outline-dark-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(81, 160, 194, 0.5);
}

/* line 6491, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-info:disabled,
.btn-outline-dark-info.disabled {
  color: #51a0c2;
  background-color: transparent;
}

/* line 6497, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-danger {
  color: #ae302e;
  border-color: #ae302e;
}

/* line 6502, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-danger:hover {
  color: #fff;
  background-color: #ae302e;
  border-color: #ae302e;
}

/* line 6508, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-dark-danger,
.btn-outline-dark-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(174, 48, 46, 0.5);
}

/* line 6513, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-dark-danger,
.btn-check:active + .btn-outline-dark-danger,
.btn-outline-dark-danger:active,
.btn-outline-dark-danger.active,
.btn-outline-dark-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #ae302e;
  border-color: #ae302e;
}

/* line 6523, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-dark-danger:focus,
.btn-check:active + .btn-outline-dark-danger:focus,
.btn-outline-dark-danger:active:focus,
.btn-outline-dark-danger.active:focus,
.btn-outline-dark-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(174, 48, 46, 0.5);
}

/* line 6531, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-danger:disabled,
.btn-outline-dark-danger.disabled {
  color: #ae302e;
  background-color: transparent;
}

/* line 6537, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-success {
  color: #139a74;
  border-color: #139a74;
}

/* line 6542, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-success:hover {
  color: #000;
  background-color: #139a74;
  border-color: #139a74;
}

/* line 6548, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-dark-success,
.btn-outline-dark-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(19, 154, 116, 0.5);
}

/* line 6553, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-dark-success,
.btn-check:active + .btn-outline-dark-success,
.btn-outline-dark-success:active,
.btn-outline-dark-success.active,
.btn-outline-dark-success.dropdown-toggle.show {
  color: #000;
  background-color: #139a74;
  border-color: #139a74;
}

/* line 6563, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-dark-success:focus,
.btn-check:active + .btn-outline-dark-success:focus,
.btn-outline-dark-success:active:focus,
.btn-outline-dark-success.active:focus,
.btn-outline-dark-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(19, 154, 116, 0.5);
}

/* line 6571, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-success:disabled,
.btn-outline-dark-success.disabled {
  color: #139a74;
  background-color: transparent;
}

/* line 6577, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-secondary {
  color: #5c596d;
  border-color: #5c596d;
}

/* line 6582, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-secondary:hover {
  color: #fff;
  background-color: #5c596d;
  border-color: #5c596d;
}

/* line 6588, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-dark-secondary,
.btn-outline-dark-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(92, 89, 109, 0.5);
}

/* line 6593, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-dark-secondary,
.btn-check:active + .btn-outline-dark-secondary,
.btn-outline-dark-secondary:active,
.btn-outline-dark-secondary.active,
.btn-outline-dark-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #5c596d;
  border-color: #5c596d;
}

/* line 6603, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-dark-secondary:focus,
.btn-check:active + .btn-outline-dark-secondary:focus,
.btn-outline-dark-secondary:active:focus,
.btn-outline-dark-secondary.active:focus,
.btn-outline-dark-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(92, 89, 109, 0.5);
}

/* line 6611, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-secondary:disabled,
.btn-outline-dark-secondary.disabled {
  color: #5c596d;
  background-color: transparent;
}

/* line 6617, app/assets/stylesheets/_custom.scss */
.btn-link {
  font-weight: 400;
  color: #624BFF;
  text-decoration: none;
}

/* line 6623, app/assets/stylesheets/_custom.scss */
.btn-link:hover {
  color: #4e3ccc;
  text-decoration: none;
}

/* line 6628, app/assets/stylesheets/_custom.scss */
.btn-link:focus {
  text-decoration: none;
}

/* line 6632, app/assets/stylesheets/_custom.scss */
.btn-link:disabled,
.btn-link.disabled {
  color: #637381;
}

/* line 6637, app/assets/stylesheets/_custom.scss */
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.171875rem;
  border-radius: 0.5rem;
}

/* line 6644, app/assets/stylesheets/_custom.scss */
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.8203125rem;
  border-radius: 0.2rem;
}

/* line 6651, app/assets/stylesheets/_custom.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6656, app/assets/stylesheets/_custom.scss */
  .fade {
    transition: none;
  }
}

/* line 6661, app/assets/stylesheets/_custom.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 6665, app/assets/stylesheets/_custom.scss */
.collapse:not(.show) {
  display: none;
}

/* line 6669, app/assets/stylesheets/_custom.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6676, app/assets/stylesheets/_custom.scss */
  .collapsing {
    transition: none;
  }
}

/* line 6681, app/assets/stylesheets/_custom.scss */
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6688, app/assets/stylesheets/_custom.scss */
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/* line 6693, app/assets/stylesheets/_custom.scss */
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

/* line 6700, app/assets/stylesheets/_custom.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 6704, app/assets/stylesheets/_custom.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 6715, app/assets/stylesheets/_custom.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 6719, app/assets/stylesheets/_custom.scss */
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 0.9375rem;
  color: #637381;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem;
}

/* line 6736, app/assets/stylesheets/_custom.scss */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

/* line 6742, app/assets/stylesheets/_custom.scss */
.dropdown-menu-start {
  --bs-position: start;
}

/* line 6746, app/assets/stylesheets/_custom.scss */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 6751, app/assets/stylesheets/_custom.scss */
.dropdown-menu-end {
  --bs-position: end;
}

/* line 6755, app/assets/stylesheets/_custom.scss */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 6761, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  /* line 6765, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 6770, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  /* line 6774, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 6781, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  /* line 6785, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 6790, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  /* line 6794, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 6801, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  /* line 6805, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 6810, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  /* line 6814, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 6821, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  /* line 6825, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 6830, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  /* line 6834, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 6841, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  /* line 6845, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 6850, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  /* line 6854, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 6860, app/assets/stylesheets/_custom.scss */
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 6867, app/assets/stylesheets/_custom.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 6878, app/assets/stylesheets/_custom.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 6882, app/assets/stylesheets/_custom.scss */
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 6890, app/assets/stylesheets/_custom.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 6901, app/assets/stylesheets/_custom.scss */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 6905, app/assets/stylesheets/_custom.scss */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 6909, app/assets/stylesheets/_custom.scss */
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 6917, app/assets/stylesheets/_custom.scss */
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 6924, app/assets/stylesheets/_custom.scss */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 6928, app/assets/stylesheets/_custom.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 6938, app/assets/stylesheets/_custom.scss */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 6942, app/assets/stylesheets/_custom.scss */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 6946, app/assets/stylesheets/_custom.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 6953, app/assets/stylesheets/_custom.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #161C24;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 6966, app/assets/stylesheets/_custom.scss */
.dropdown-item:hover,
.dropdown-item:focus {
  color: #141920;
  background-color: #F4F6F8;
}

/* line 6972, app/assets/stylesheets/_custom.scss */
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #624BFF;
}

/* line 6979, app/assets/stylesheets/_custom.scss */
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #919EAB;
  pointer-events: none;
  background-color: transparent;
}

/* line 6986, app/assets/stylesheets/_custom.scss */
.dropdown-menu.show {
  display: block;
}

/* line 6990, app/assets/stylesheets/_custom.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.8203125rem;
  color: #637381;
  white-space: nowrap;
}

/* line 6999, app/assets/stylesheets/_custom.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #161C24;
}

/* line 7005, app/assets/stylesheets/_custom.scss */
.dropdown-menu-dark {
  color: #DFE3E8;
  background-color: #212B36;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 7011, app/assets/stylesheets/_custom.scss */
.dropdown-menu-dark .dropdown-item {
  color: #DFE3E8;
}

/* line 7015, app/assets/stylesheets/_custom.scss */
.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 7021, app/assets/stylesheets/_custom.scss */
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #624BFF;
}

/* line 7027, app/assets/stylesheets/_custom.scss */
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #919EAB;
}

/* line 7032, app/assets/stylesheets/_custom.scss */
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 7036, app/assets/stylesheets/_custom.scss */
.dropdown-menu-dark .dropdown-item-text {
  color: #DFE3E8;
}

/* line 7040, app/assets/stylesheets/_custom.scss */
.dropdown-menu-dark .dropdown-header {
  color: #919EAB;
}

/* line 7044, app/assets/stylesheets/_custom.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 7051, app/assets/stylesheets/_custom.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 7057, app/assets/stylesheets/_custom.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 7072, app/assets/stylesheets/_custom.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 7078, app/assets/stylesheets/_custom.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 7082, app/assets/stylesheets/_custom.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 7087, app/assets/stylesheets/_custom.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 7093, app/assets/stylesheets/_custom.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 7100, app/assets/stylesheets/_custom.scss */
.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 7105, app/assets/stylesheets/_custom.scss */
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 7111, app/assets/stylesheets/_custom.scss */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 7115, app/assets/stylesheets/_custom.scss */
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 7121, app/assets/stylesheets/_custom.scss */
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 7127, app/assets/stylesheets/_custom.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 7133, app/assets/stylesheets/_custom.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 7138, app/assets/stylesheets/_custom.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 7143, app/assets/stylesheets/_custom.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 7149, app/assets/stylesheets/_custom.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 7155, app/assets/stylesheets/_custom.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 7163, app/assets/stylesheets/_custom.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #624BFF;
  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 7171, app/assets/stylesheets/_custom.scss */
  .nav-link {
    transition: none;
  }
}

/* line 7176, app/assets/stylesheets/_custom.scss */
.nav-link:hover,
.nav-link:focus {
  color: #4e3ccc;
}

/* line 7181, app/assets/stylesheets/_custom.scss */
.nav-link.disabled {
  color: #637381;
  pointer-events: none;
  cursor: default;
}

/* line 7187, app/assets/stylesheets/_custom.scss */
.nav-tabs {
  border-bottom: 1px solid #DFE3E8;
}

/* line 7191, app/assets/stylesheets/_custom.scss */
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

/* line 7199, app/assets/stylesheets/_custom.scss */
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #F4F6F8 #F4F6F8 #DFE3E8;
  isolation: isolate;
}

/* line 7205, app/assets/stylesheets/_custom.scss */
.nav-tabs .nav-link.disabled {
  color: #637381;
  background-color: transparent;
  border-color: transparent;
}

/* line 7211, app/assets/stylesheets/_custom.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #454F5B;
  background-color: #fff;
  border-color: #DFE3E8 #DFE3E8 #fff;
}

/* line 7218, app/assets/stylesheets/_custom.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 7224, app/assets/stylesheets/_custom.scss */
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.375rem;
}

/* line 7230, app/assets/stylesheets/_custom.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #624BFF;
}

/* line 7236, app/assets/stylesheets/_custom.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 7242, app/assets/stylesheets/_custom.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 7249, app/assets/stylesheets/_custom.scss */
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 7254, app/assets/stylesheets/_custom.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 7258, app/assets/stylesheets/_custom.scss */
.tab-content > .active {
  display: block;
}

/* line 7262, app/assets/stylesheets/_custom.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 7272, app/assets/stylesheets/_custom.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 7285, app/assets/stylesheets/_custom.scss */
.navbar-brand {
  padding-top: 0.32421875rem;
  padding-bottom: 0.32421875rem;
  margin-right: 1rem;
  font-size: 1.171875rem;
  white-space: nowrap;
}

/* line 7293, app/assets/stylesheets/_custom.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 7301, app/assets/stylesheets/_custom.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 7306, app/assets/stylesheets/_custom.scss */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 7310, app/assets/stylesheets/_custom.scss */
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 7315, app/assets/stylesheets/_custom.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 7321, app/assets/stylesheets/_custom.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.171875rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7332, app/assets/stylesheets/_custom.scss */
  .navbar-toggler {
    transition: none;
  }
}

/* line 7337, app/assets/stylesheets/_custom.scss */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 7341, app/assets/stylesheets/_custom.scss */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

/* line 7347, app/assets/stylesheets/_custom.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* line 7357, app/assets/stylesheets/_custom.scss */
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 7363, app/assets/stylesheets/_custom.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 7368, app/assets/stylesheets/_custom.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 7372, app/assets/stylesheets/_custom.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 7376, app/assets/stylesheets/_custom.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 7381, app/assets/stylesheets/_custom.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 7385, app/assets/stylesheets/_custom.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 7390, app/assets/stylesheets/_custom.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 7394, app/assets/stylesheets/_custom.scss */
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  /* line 7398, app/assets/stylesheets/_custom.scss */
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  /* line 7412, app/assets/stylesheets/_custom.scss */
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 7419, app/assets/stylesheets/_custom.scss */
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 7428, app/assets/stylesheets/_custom.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 7433, app/assets/stylesheets/_custom.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 7437, app/assets/stylesheets/_custom.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 7441, app/assets/stylesheets/_custom.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 7446, app/assets/stylesheets/_custom.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 7450, app/assets/stylesheets/_custom.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 7455, app/assets/stylesheets/_custom.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 7459, app/assets/stylesheets/_custom.scss */
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  /* line 7463, app/assets/stylesheets/_custom.scss */
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  /* line 7477, app/assets/stylesheets/_custom.scss */
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 7484, app/assets/stylesheets/_custom.scss */
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 7493, app/assets/stylesheets/_custom.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 7498, app/assets/stylesheets/_custom.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 7502, app/assets/stylesheets/_custom.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 7506, app/assets/stylesheets/_custom.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 7511, app/assets/stylesheets/_custom.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 7515, app/assets/stylesheets/_custom.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 7520, app/assets/stylesheets/_custom.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 7524, app/assets/stylesheets/_custom.scss */
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  /* line 7528, app/assets/stylesheets/_custom.scss */
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  /* line 7542, app/assets/stylesheets/_custom.scss */
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 7549, app/assets/stylesheets/_custom.scss */
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  /* line 7558, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 7563, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 7567, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 7571, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 7576, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 7580, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 7585, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 7589, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  /* line 7593, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  /* line 7607, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 7614, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  /* line 7623, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 7628, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 7632, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 7636, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 7641, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 7645, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 7650, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 7654, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  /* line 7658, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  /* line 7672, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 7679, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 7687, app/assets/stylesheets/_custom.scss */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 7692, app/assets/stylesheets/_custom.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 7696, app/assets/stylesheets/_custom.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 7700, app/assets/stylesheets/_custom.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 7705, app/assets/stylesheets/_custom.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 7709, app/assets/stylesheets/_custom.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 7714, app/assets/stylesheets/_custom.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 7718, app/assets/stylesheets/_custom.scss */
.navbar-expand .offcanvas-header {
  display: none;
}

/* line 7722, app/assets/stylesheets/_custom.scss */
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  -webkit-transform: none;
  transform: none;
}

/* line 7736, app/assets/stylesheets/_custom.scss */
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}

/* line 7743, app/assets/stylesheets/_custom.scss */
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

/* line 7750, app/assets/stylesheets/_custom.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 7754, app/assets/stylesheets/_custom.scss */
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 7759, app/assets/stylesheets/_custom.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

/* line 7763, app/assets/stylesheets/_custom.scss */
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 7768, app/assets/stylesheets/_custom.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 7772, app/assets/stylesheets/_custom.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 7777, app/assets/stylesheets/_custom.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

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

/* line 7786, app/assets/stylesheets/_custom.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

/* line 7790, app/assets/stylesheets/_custom.scss */
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 7796, app/assets/stylesheets/_custom.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 7800, app/assets/stylesheets/_custom.scss */
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 7805, app/assets/stylesheets/_custom.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

/* line 7809, app/assets/stylesheets/_custom.scss */
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 7814, app/assets/stylesheets/_custom.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 7818, app/assets/stylesheets/_custom.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 7823, app/assets/stylesheets/_custom.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 7828, app/assets/stylesheets/_custom.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: 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 7832, app/assets/stylesheets/_custom.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

/* line 7836, app/assets/stylesheets/_custom.scss */
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 7842, app/assets/stylesheets/_custom.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.375rem;
}

/* line 7854, app/assets/stylesheets/_custom.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 7859, app/assets/stylesheets/_custom.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 7864, app/assets/stylesheets/_custom.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

/* line 7870, app/assets/stylesheets/_custom.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 7876, app/assets/stylesheets/_custom.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 7881, app/assets/stylesheets/_custom.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1.5rem 1.5rem;
}

/* line 7886, app/assets/stylesheets/_custom.scss */
.card-title {
  margin-bottom: 1.5rem;
}

/* line 7890, app/assets/stylesheets/_custom.scss */
.card-subtitle {
  margin-top: -0.75rem;
  margin-bottom: 0;
}

/* line 7895, app/assets/stylesheets/_custom.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 7899, app/assets/stylesheets/_custom.scss */
.card-link + .card-link {
  margin-left: 1.5rem;
}

/* line 7903, app/assets/stylesheets/_custom.scss */
.card-header {
  padding: 0.75rem 1.5rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 7910, app/assets/stylesheets/_custom.scss */
.card-header:first-child {
  border-radius: 0.5rem 0.5rem 0 0;
}

/* line 7914, app/assets/stylesheets/_custom.scss */
.card-footer {
  padding: 0.75rem 1.5rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 7920, app/assets/stylesheets/_custom.scss */
.card-footer:last-child {
  border-radius: 0 0 0.5rem 0.5rem;
}

/* line 7924, app/assets/stylesheets/_custom.scss */
.card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -0.75rem;
  margin-left: -0.75rem;
  border-bottom: 0;
}

/* line 7931, app/assets/stylesheets/_custom.scss */
.card-header-pills {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

/* line 7936, app/assets/stylesheets/_custom.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: 0.5rem;
}

/* line 7946, app/assets/stylesheets/_custom.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

/* line 7952, app/assets/stylesheets/_custom.scss */
.card-img,
.card-img-top {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

/* line 7958, app/assets/stylesheets/_custom.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 7964, app/assets/stylesheets/_custom.scss */
.card-group > .card {
  margin-bottom: 16px;
}

@media (min-width: 576px) {
  /* line 7969, app/assets/stylesheets/_custom.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 7974, app/assets/stylesheets/_custom.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 7979, app/assets/stylesheets/_custom.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 7984, app/assets/stylesheets/_custom.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 7989, app/assets/stylesheets/_custom.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 7994, app/assets/stylesheets/_custom.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 7999, app/assets/stylesheets/_custom.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 8004, app/assets/stylesheets/_custom.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 8009, app/assets/stylesheets/_custom.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 8015, app/assets/stylesheets/_custom.scss */
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 0.9375rem;
  color: #637381;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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;
}

@media (prefers-reduced-motion: reduce) {
  /* line 8032, app/assets/stylesheets/_custom.scss */
  .accordion-button {
    transition: none;
  }
}

/* line 8037, app/assets/stylesheets/_custom.scss */
.accordion-button:not(.collapsed) {
  color: #5844e6;
  background-color: #efedff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

/* line 8043, app/assets/stylesheets/_custom.scss */
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235844e6'%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");
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* line 8049, app/assets/stylesheets/_custom.scss */
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23637381'%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");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 8064, app/assets/stylesheets/_custom.scss */
  .accordion-button::after {
    transition: none;
  }
}

/* line 8069, app/assets/stylesheets/_custom.scss */
.accordion-button:hover {
  z-index: 2;
}

/* line 8073, app/assets/stylesheets/_custom.scss */
.accordion-button:focus {
  z-index: 3;
  border-color: #b1a5ff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(98, 75, 255, 0.25);
}

/* line 8080, app/assets/stylesheets/_custom.scss */
.accordion-header {
  margin-bottom: 0;
}

/* line 8084, app/assets/stylesheets/_custom.scss */
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 8089, app/assets/stylesheets/_custom.scss */
.accordion-item:first-of-type {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

/* line 8094, app/assets/stylesheets/_custom.scss */
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}

/* line 8099, app/assets/stylesheets/_custom.scss */
.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 8103, app/assets/stylesheets/_custom.scss */
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

/* line 8108, app/assets/stylesheets/_custom.scss */
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.375rem - 1px);
  border-bottom-left-radius: calc(0.375rem - 1px);
}

/* line 8113, app/assets/stylesheets/_custom.scss */
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

/* line 8118, app/assets/stylesheets/_custom.scss */
.accordion-body {
  padding: 1rem 1.25rem;
}

/* line 8122, app/assets/stylesheets/_custom.scss */
.accordion-flush .accordion-collapse {
  border-width: 0;
}

/* line 8126, app/assets/stylesheets/_custom.scss */
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 8132, app/assets/stylesheets/_custom.scss */
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

/* line 8136, app/assets/stylesheets/_custom.scss */
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

/* line 8140, app/assets/stylesheets/_custom.scss */
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

/* line 8144, app/assets/stylesheets/_custom.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

/* line 8152, app/assets/stylesheets/_custom.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 8156, app/assets/stylesheets/_custom.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #637381;
  content: var(--bs-breadcrumb-divider, "/");
}

/* line 8165, app/assets/stylesheets/_custom.scss */
.breadcrumb-item.active {
  color: #637381;
}

/* line 8169, app/assets/stylesheets/_custom.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 8175, app/assets/stylesheets/_custom.scss */
.page-link {
  position: relative;
  display: block;
  color: #624BFF;
  background-color: #fff;
  border: 1px solid #DFE3E8;
  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 8185, app/assets/stylesheets/_custom.scss */
  .page-link {
    transition: none;
  }
}

/* line 8190, app/assets/stylesheets/_custom.scss */
.page-link:hover {
  z-index: 2;
  color: #4e3ccc;
  background-color: #F4F6F8;
  border-color: #DFE3E8;
}

/* line 8197, app/assets/stylesheets/_custom.scss */
.page-link:focus {
  z-index: 3;
  color: #4e3ccc;
  background-color: #F4F6F8;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(98, 75, 255, 0.25);
}

/* line 8205, app/assets/stylesheets/_custom.scss */
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

/* line 8209, app/assets/stylesheets/_custom.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #624BFF;
  border-color: #624BFF;
}

/* line 8216, app/assets/stylesheets/_custom.scss */
.page-item.disabled .page-link {
  color: #637381;
  pointer-events: none;
  background-color: #fff;
  border-color: #DFE3E8;
}

/* line 8223, app/assets/stylesheets/_custom.scss */
.page-link {
  padding: 0.375rem 0.75rem;
}

/* line 8227, app/assets/stylesheets/_custom.scss */
.page-item:first-child .page-link {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

/* line 8232, app/assets/stylesheets/_custom.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

/* line 8237, app/assets/stylesheets/_custom.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.171875rem;
}

/* line 8242, app/assets/stylesheets/_custom.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 8247, app/assets/stylesheets/_custom.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

/* line 8252, app/assets/stylesheets/_custom.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.8203125rem;
}

/* line 8257, app/assets/stylesheets/_custom.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 8262, app/assets/stylesheets/_custom.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 8267, app/assets/stylesheets/_custom.scss */
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem;
}

/* line 8280, app/assets/stylesheets/_custom.scss */
.badge:empty {
  display: none;
}

/* line 8284, app/assets/stylesheets/_custom.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 8289, app/assets/stylesheets/_custom.scss */
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}

/* line 8297, app/assets/stylesheets/_custom.scss */
.alert-heading {
  color: inherit;
}

/* line 8301, app/assets/stylesheets/_custom.scss */
.alert-link {
  font-weight: 700;
}

/* line 8305, app/assets/stylesheets/_custom.scss */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 8309, app/assets/stylesheets/_custom.scss */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* line 8317, app/assets/stylesheets/_custom.scss */
.alert-primary {
  color: #3b2d99;
  background-color: #e0dbff;
  border-color: #d0c9ff;
}

/* line 8323, app/assets/stylesheets/_custom.scss */
.alert-primary .alert-link {
  color: #2f247a;
}

/* line 8327, app/assets/stylesheets/_custom.scss */
.alert-secondary {
  color: #3b454d;
  background-color: #e0e3e6;
  border-color: #d0d5d9;
}

/* line 8333, app/assets/stylesheets/_custom.scss */
.alert-secondary .alert-link {
  color: #2f373e;
}

/* line 8337, app/assets/stylesheets/_custom.scss */
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

/* line 8343, app/assets/stylesheets/_custom.scss */
.alert-success .alert-link {
  color: #0c4128;
}

/* line 8347, app/assets/stylesheets/_custom.scss */
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

/* line 8353, app/assets/stylesheets/_custom.scss */
.alert-info .alert-link {
  color: #04414d;
}

/* line 8357, app/assets/stylesheets/_custom.scss */
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

/* line 8363, app/assets/stylesheets/_custom.scss */
.alert-warning .alert-link {
  color: #523e02;
}

/* line 8367, app/assets/stylesheets/_custom.scss */
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

/* line 8373, app/assets/stylesheets/_custom.scss */
.alert-danger .alert-link {
  color: #6a1a21;
}

/* line 8377, app/assets/stylesheets/_custom.scss */
.alert-light {
  color: #646464;
  background-color: #fefefe;
  border-color: #fdfefe;
}

/* line 8383, app/assets/stylesheets/_custom.scss */
.alert-light .alert-link {
  color: #505050;
}

/* line 8387, app/assets/stylesheets/_custom.scss */
.alert-dark {
  color: #141a20;
  background-color: #d3d5d7;
  border-color: #bcbfc3;
}

/* line 8393, app/assets/stylesheets/_custom.scss */
.alert-dark .alert-link {
  color: #10151a;
}

/* line 8397, app/assets/stylesheets/_custom.scss */
.alert-white {
  color: #666666;
  background-color: white;
  border-color: white;
}

/* line 8403, app/assets/stylesheets/_custom.scss */
.alert-white .alert-link {
  color: #525252;
}

/* line 8407, app/assets/stylesheets/_custom.scss */
.alert-light-primary {
  color: #5a5866;
  background-color: #f9f8ff;
  border-color: #f6f5ff;
}

/* line 8413, app/assets/stylesheets/_custom.scss */
.alert-light-primary .alert-link {
  color: #484652;
}

/* line 8417, app/assets/stylesheets/_custom.scss */
.alert-light-danger {
  color: #645e5e;
  background-color: #fefbfb;
  border-color: #fef9f9;
}

/* line 8423, app/assets/stylesheets/_custom.scss */
.alert-light-danger .alert-link {
  color: #504b4b;
}

/* line 8427, app/assets/stylesheets/_custom.scss */
.alert-light-info {
  color: #5c6466;
  background-color: #fafeff;
  border-color: #f8feff;
}

/* line 8433, app/assets/stylesheets/_custom.scss */
.alert-light-info .alert-link {
  color: #4a5052;
}

/* line 8437, app/assets/stylesheets/_custom.scss */
.alert-light-warning {
  color: #666152;
  background-color: #fffdf5;
  border-color: #fffbf0;
}

/* line 8443, app/assets/stylesheets/_custom.scss */
.alert-light-warning .alert-link {
  color: #524e42;
}

/* line 8447, app/assets/stylesheets/_custom.scss */
.alert-light-secondary {
  color: #5d5e60;
  background-color: #fbfbfc;
  border-color: #f8f9fa;
}

/* line 8453, app/assets/stylesheets/_custom.scss */
.alert-light-secondary .alert-link {
  color: #4a4b4d;
}

/* line 8457, app/assets/stylesheets/_custom.scss */
.alert-light-success {
  color: #5e625e;
  background-color: #fbfdfb;
  border-color: #f9fcf9;
}

/* line 8463, app/assets/stylesheets/_custom.scss */
.alert-light-success .alert-link {
  color: #4b4e4b;
}

/* line 8467, app/assets/stylesheets/_custom.scss */
.alert-light-dark {
  color: #545356;
  background-color: #f6f5f7;
  border-color: #f1f1f3;
}

/* line 8473, app/assets/stylesheets/_custom.scss */
.alert-light-dark .alert-link {
  color: #434245;
}

/* line 8477, app/assets/stylesheets/_custom.scss */
.alert-dark-primary {
  color: #352474;
  background-color: #ded8f3;
  border-color: #cdc5ec;
}

/* line 8483, app/assets/stylesheets/_custom.scss */
.alert-dark-primary .alert-link {
  color: #2a1d5d;
}

/* line 8487, app/assets/stylesheets/_custom.scss */
.alert-dark-warning {
  color: #744d20;
  background-color: #f3e6d7;
  border-color: #edd9c2;
}

/* line 8493, app/assets/stylesheets/_custom.scss */
.alert-dark-warning .alert-link {
  color: #5d3e1a;
}

/* line 8497, app/assets/stylesheets/_custom.scss */
.alert-dark-info {
  color: #316074;
  background-color: #dcecf3;
  border-color: #cbe3ed;
}

/* line 8503, app/assets/stylesheets/_custom.scss */
.alert-dark-info .alert-link {
  color: #274d5d;
}

/* line 8507, app/assets/stylesheets/_custom.scss */
.alert-dark-danger {
  color: #681d1c;
  background-color: #efd6d5;
  border-color: #e7c1c0;
}

/* line 8513, app/assets/stylesheets/_custom.scss */
.alert-dark-danger .alert-link {
  color: #531716;
}

/* line 8517, app/assets/stylesheets/_custom.scss */
.alert-dark-success {
  color: #0b5c46;
  background-color: #d0ebe3;
  border-color: #b8e1d5;
}

/* line 8523, app/assets/stylesheets/_custom.scss */
.alert-dark-success .alert-link {
  color: #094a38;
}

/* line 8527, app/assets/stylesheets/_custom.scss */
.alert-dark-secondary {
  color: #373541;
  background-color: #dedee2;
  border-color: #cecdd3;
}

/* line 8533, app/assets/stylesheets/_custom.scss */
.alert-dark-secondary .alert-link {
  color: #2c2a34;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

/* line 8549, app/assets/stylesheets/_custom.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.703125rem;
  background-color: #F4F6F8;
  border-radius: 0.375rem;
}

/* line 8558, app/assets/stylesheets/_custom.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #624BFF;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 8571, app/assets/stylesheets/_custom.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 8576, app/assets/stylesheets/_custom.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 8581, app/assets/stylesheets/_custom.scss */
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 8587, app/assets/stylesheets/_custom.scss */
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

/* line 8593, app/assets/stylesheets/_custom.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.375rem;
}

/* line 8601, app/assets/stylesheets/_custom.scss */
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

/* line 8606, app/assets/stylesheets/_custom.scss */
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

/* line 8611, app/assets/stylesheets/_custom.scss */
.list-group-item-action {
  width: 100%;
  color: #454F5B;
  text-align: inherit;
}

/* line 8617, app/assets/stylesheets/_custom.scss */
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #454F5B;
  text-decoration: none;
  background-color: #F9FAFB;
}

/* line 8625, app/assets/stylesheets/_custom.scss */
.list-group-item-action:active {
  color: #637381;
  background-color: #F4F6F8;
}

/* line 8630, app/assets/stylesheets/_custom.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #161C24;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 8639, app/assets/stylesheets/_custom.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 8644, app/assets/stylesheets/_custom.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 8649, app/assets/stylesheets/_custom.scss */
.list-group-item.disabled,
.list-group-item:disabled {
  color: #637381;
  pointer-events: none;
  background-color: #fff;
}

/* line 8656, app/assets/stylesheets/_custom.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #624BFF;
  border-color: #624BFF;
}

/* line 8663, app/assets/stylesheets/_custom.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 8667, app/assets/stylesheets/_custom.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 8672, app/assets/stylesheets/_custom.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 8676, app/assets/stylesheets/_custom.scss */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.375rem;
  border-top-right-radius: 0;
}

/* line 8681, app/assets/stylesheets/_custom.scss */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-left-radius: 0;
}

/* line 8686, app/assets/stylesheets/_custom.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 8690, app/assets/stylesheets/_custom.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 8695, app/assets/stylesheets/_custom.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 8701, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 8705, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  /* line 8710, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  /* line 8715, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 8719, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 8724, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 8731, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 8735, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  /* line 8740, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  /* line 8745, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 8749, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 8754, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 8761, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 8765, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  /* line 8770, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  /* line 8775, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 8779, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 8784, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 8791, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 8795, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  /* line 8800, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  /* line 8805, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 8809, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 8814, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1400px) {
  /* line 8821, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 8825, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  /* line 8830, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  /* line 8835, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 8839, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 8844, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 8850, app/assets/stylesheets/_custom.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 8854, app/assets/stylesheets/_custom.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 8858, app/assets/stylesheets/_custom.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 8862, app/assets/stylesheets/_custom.scss */
.list-group-item-primary {
  color: #3b2d99;
  background-color: #e0dbff;
}

/* line 8867, app/assets/stylesheets/_custom.scss */
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #3b2d99;
  background-color: #cac5e6;
}

/* line 8873, app/assets/stylesheets/_custom.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #3b2d99;
  border-color: #3b2d99;
}

/* line 8879, app/assets/stylesheets/_custom.scss */
.list-group-item-secondary {
  color: #3b454d;
  background-color: #e0e3e6;
}

/* line 8884, app/assets/stylesheets/_custom.scss */
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #3b454d;
  background-color: #cacccf;
}

/* line 8890, app/assets/stylesheets/_custom.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #3b454d;
  border-color: #3b454d;
}

/* line 8896, app/assets/stylesheets/_custom.scss */
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

/* line 8901, app/assets/stylesheets/_custom.scss */
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}

/* line 8907, app/assets/stylesheets/_custom.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

/* line 8913, app/assets/stylesheets/_custom.scss */
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

/* line 8918, app/assets/stylesheets/_custom.scss */
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}

/* line 8924, app/assets/stylesheets/_custom.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

/* line 8930, app/assets/stylesheets/_custom.scss */
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

/* line 8935, app/assets/stylesheets/_custom.scss */
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}

/* line 8941, app/assets/stylesheets/_custom.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

/* line 8947, app/assets/stylesheets/_custom.scss */
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

/* line 8952, app/assets/stylesheets/_custom.scss */
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}

/* line 8958, app/assets/stylesheets/_custom.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

/* line 8964, app/assets/stylesheets/_custom.scss */
.list-group-item-light {
  color: #646464;
  background-color: #fefefe;
}

/* line 8969, app/assets/stylesheets/_custom.scss */
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #646464;
  background-color: #e5e5e5;
}

/* line 8975, app/assets/stylesheets/_custom.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #646464;
  border-color: #646464;
}

/* line 8981, app/assets/stylesheets/_custom.scss */
.list-group-item-dark {
  color: #141a20;
  background-color: #d3d5d7;
}

/* line 8986, app/assets/stylesheets/_custom.scss */
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #141a20;
  background-color: #bec0c2;
}

/* line 8992, app/assets/stylesheets/_custom.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141a20;
  border-color: #141a20;
}

/* line 8998, app/assets/stylesheets/_custom.scss */
.list-group-item-white {
  color: #666666;
  background-color: white;
}

/* line 9003, app/assets/stylesheets/_custom.scss */
.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
  color: #666666;
  background-color: #e6e6e6;
}

/* line 9009, app/assets/stylesheets/_custom.scss */
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

/* line 9015, app/assets/stylesheets/_custom.scss */
.list-group-item-light-primary {
  color: #5a5866;
  background-color: #f9f8ff;
}

/* line 9020, app/assets/stylesheets/_custom.scss */
.list-group-item-light-primary.list-group-item-action:hover,
.list-group-item-light-primary.list-group-item-action:focus {
  color: #5a5866;
  background-color: #e0dfe6;
}

/* line 9026, app/assets/stylesheets/_custom.scss */
.list-group-item-light-primary.list-group-item-action.active {
  color: #fff;
  background-color: #5a5866;
  border-color: #5a5866;
}

/* line 9032, app/assets/stylesheets/_custom.scss */
.list-group-item-light-danger {
  color: #645e5e;
  background-color: #fefbfb;
}

/* line 9037, app/assets/stylesheets/_custom.scss */
.list-group-item-light-danger.list-group-item-action:hover,
.list-group-item-light-danger.list-group-item-action:focus {
  color: #645e5e;
  background-color: #e5e2e2;
}

/* line 9043, app/assets/stylesheets/_custom.scss */
.list-group-item-light-danger.list-group-item-action.active {
  color: #fff;
  background-color: #645e5e;
  border-color: #645e5e;
}

/* line 9049, app/assets/stylesheets/_custom.scss */
.list-group-item-light-info {
  color: #5c6466;
  background-color: #fafeff;
}

/* line 9054, app/assets/stylesheets/_custom.scss */
.list-group-item-light-info.list-group-item-action:hover,
.list-group-item-light-info.list-group-item-action:focus {
  color: #5c6466;
  background-color: #e1e5e6;
}

/* line 9060, app/assets/stylesheets/_custom.scss */
.list-group-item-light-info.list-group-item-action.active {
  color: #fff;
  background-color: #5c6466;
  border-color: #5c6466;
}

/* line 9066, app/assets/stylesheets/_custom.scss */
.list-group-item-light-warning {
  color: #666152;
  background-color: #fffdf5;
}

/* line 9071, app/assets/stylesheets/_custom.scss */
.list-group-item-light-warning.list-group-item-action:hover,
.list-group-item-light-warning.list-group-item-action:focus {
  color: #666152;
  background-color: #e6e4dd;
}

/* line 9077, app/assets/stylesheets/_custom.scss */
.list-group-item-light-warning.list-group-item-action.active {
  color: #fff;
  background-color: #666152;
  border-color: #666152;
}

/* line 9083, app/assets/stylesheets/_custom.scss */
.list-group-item-light-secondary {
  color: #5d5e60;
  background-color: #fbfbfc;
}

/* line 9088, app/assets/stylesheets/_custom.scss */
.list-group-item-light-secondary.list-group-item-action:hover,
.list-group-item-light-secondary.list-group-item-action:focus {
  color: #5d5e60;
  background-color: #e2e2e3;
}

/* line 9094, app/assets/stylesheets/_custom.scss */
.list-group-item-light-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #5d5e60;
  border-color: #5d5e60;
}

/* line 9100, app/assets/stylesheets/_custom.scss */
.list-group-item-light-success {
  color: #5e625e;
  background-color: #fbfdfb;
}

/* line 9105, app/assets/stylesheets/_custom.scss */
.list-group-item-light-success.list-group-item-action:hover,
.list-group-item-light-success.list-group-item-action:focus {
  color: #5e625e;
  background-color: #e2e4e2;
}

/* line 9111, app/assets/stylesheets/_custom.scss */
.list-group-item-light-success.list-group-item-action.active {
  color: #fff;
  background-color: #5e625e;
  border-color: #5e625e;
}

/* line 9117, app/assets/stylesheets/_custom.scss */
.list-group-item-light-dark {
  color: #545356;
  background-color: #f6f5f7;
}

/* line 9122, app/assets/stylesheets/_custom.scss */
.list-group-item-light-dark.list-group-item-action:hover,
.list-group-item-light-dark.list-group-item-action:focus {
  color: #545356;
  background-color: #ddddde;
}

/* line 9128, app/assets/stylesheets/_custom.scss */
.list-group-item-light-dark.list-group-item-action.active {
  color: #fff;
  background-color: #545356;
  border-color: #545356;
}

/* line 9134, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-primary {
  color: #352474;
  background-color: #ded8f3;
}

/* line 9139, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-primary.list-group-item-action:hover,
.list-group-item-dark-primary.list-group-item-action:focus {
  color: #352474;
  background-color: #c8c2db;
}

/* line 9145, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-primary.list-group-item-action.active {
  color: #fff;
  background-color: #352474;
  border-color: #352474;
}

/* line 9151, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-warning {
  color: #744d20;
  background-color: #f3e6d7;
}

/* line 9156, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-warning.list-group-item-action:hover,
.list-group-item-dark-warning.list-group-item-action:focus {
  color: #744d20;
  background-color: #dbcfc2;
}

/* line 9162, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-warning.list-group-item-action.active {
  color: #fff;
  background-color: #744d20;
  border-color: #744d20;
}

/* line 9168, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-info {
  color: #316074;
  background-color: #dcecf3;
}

/* line 9173, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-info.list-group-item-action:hover,
.list-group-item-dark-info.list-group-item-action:focus {
  color: #316074;
  background-color: #c6d4db;
}

/* line 9179, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-info.list-group-item-action.active {
  color: #fff;
  background-color: #316074;
  border-color: #316074;
}

/* line 9185, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-danger {
  color: #681d1c;
  background-color: #efd6d5;
}

/* line 9190, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-danger.list-group-item-action:hover,
.list-group-item-dark-danger.list-group-item-action:focus {
  color: #681d1c;
  background-color: #d7c1c0;
}

/* line 9196, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-danger.list-group-item-action.active {
  color: #fff;
  background-color: #681d1c;
  border-color: #681d1c;
}

/* line 9202, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-success {
  color: #0b5c46;
  background-color: #d0ebe3;
}

/* line 9207, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-success.list-group-item-action:hover,
.list-group-item-dark-success.list-group-item-action:focus {
  color: #0b5c46;
  background-color: #bbd4cc;
}

/* line 9213, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-success.list-group-item-action.active {
  color: #fff;
  background-color: #0b5c46;
  border-color: #0b5c46;
}

/* line 9219, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-secondary {
  color: #373541;
  background-color: #dedee2;
}

/* line 9224, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-secondary.list-group-item-action:hover,
.list-group-item-dark-secondary.list-group-item-action:focus {
  color: #373541;
  background-color: #c8c8cb;
}

/* line 9230, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #373541;
  border-color: #373541;
}

/* line 9236, app/assets/stylesheets/_custom.scss */
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  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/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}

/* line 9248, app/assets/stylesheets/_custom.scss */
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

/* line 9254, app/assets/stylesheets/_custom.scss */
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(98, 75, 255, 0.25);
  opacity: 1;
}

/* line 9260, app/assets/stylesheets/_custom.scss */
.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.25;
}

/* line 9269, app/assets/stylesheets/_custom.scss */
.btn-close-white {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
  filter: invert(1) grayscale(100%) brightness(200%);
}

/* line 9274, app/assets/stylesheets/_custom.scss */
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem;
}

/* line 9286, app/assets/stylesheets/_custom.scss */
.toast.showing {
  opacity: 0;
}

/* line 9290, app/assets/stylesheets/_custom.scss */
.toast:not(.show) {
  display: none;
}

/* line 9294, app/assets/stylesheets/_custom.scss */
.toast-container {
  width: -webkit-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

/* line 9301, app/assets/stylesheets/_custom.scss */
.toast-container > :not(:last-child) {
  margin-bottom: 16px;
}

/* line 9305, app/assets/stylesheets/_custom.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #637381;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}

/* line 9317, app/assets/stylesheets/_custom.scss */
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

/* line 9322, app/assets/stylesheets/_custom.scss */
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

/* line 9327, app/assets/stylesheets/_custom.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

/* line 9340, app/assets/stylesheets/_custom.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

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

@media (prefers-reduced-motion: reduce) {
  /* line 9356, app/assets/stylesheets/_custom.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 9361, app/assets/stylesheets/_custom.scss */
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

/* line 9366, app/assets/stylesheets/_custom.scss */
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* line 9371, app/assets/stylesheets/_custom.scss */
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

/* line 9375, app/assets/stylesheets/_custom.scss */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 9380, app/assets/stylesheets/_custom.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 9384, app/assets/stylesheets/_custom.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 9390, app/assets/stylesheets/_custom.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  outline: 0;
}

/* line 9403, app/assets/stylesheets/_custom.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 9413, app/assets/stylesheets/_custom.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 9417, app/assets/stylesheets/_custom.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 9421, app/assets/stylesheets/_custom.scss */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #DFE3E8;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

/* line 9432, app/assets/stylesheets/_custom.scss */
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

/* line 9437, app/assets/stylesheets/_custom.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 9442, app/assets/stylesheets/_custom.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 9448, app/assets/stylesheets/_custom.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #DFE3E8;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}

/* line 9460, app/assets/stylesheets/_custom.scss */
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  /* line 9465, app/assets/stylesheets/_custom.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 9470, app/assets/stylesheets/_custom.scss */
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  /* line 9474, app/assets/stylesheets/_custom.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 9478, app/assets/stylesheets/_custom.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 9485, app/assets/stylesheets/_custom.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 9492, app/assets/stylesheets/_custom.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 9497, app/assets/stylesheets/_custom.scss */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 9504, app/assets/stylesheets/_custom.scss */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 9510, app/assets/stylesheets/_custom.scss */
.modal-fullscreen .modal-header {
  border-radius: 0;
}

/* line 9514, app/assets/stylesheets/_custom.scss */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

/* line 9518, app/assets/stylesheets/_custom.scss */
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  /* line 9523, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 9530, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 9536, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  /* line 9540, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  /* line 9544, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 9550, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 9557, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 9563, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  /* line 9567, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  /* line 9571, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 9577, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 9584, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 9590, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  /* line 9594, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  /* line 9598, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 9604, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 9611, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 9617, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  /* line 9621, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  /* line 9625, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  /* line 9631, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 9638, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 9644, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  /* line 9648, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  /* line 9652, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

/* line 9657, app/assets/stylesheets/_custom.scss */
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: "Inter", "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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.8203125rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 9681, app/assets/stylesheets/_custom.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 9685, app/assets/stylesheets/_custom.scss */
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 9692, app/assets/stylesheets/_custom.scss */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 9699, app/assets/stylesheets/_custom.scss */
.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}

/* line 9704, app/assets/stylesheets/_custom.scss */
.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}

/* line 9709, app/assets/stylesheets/_custom.scss */
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 9716, app/assets/stylesheets/_custom.scss */
.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}

/* line 9721, app/assets/stylesheets/_custom.scss */
.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 9728, app/assets/stylesheets/_custom.scss */
.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 9735, app/assets/stylesheets/_custom.scss */
.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}

/* line 9740, app/assets/stylesheets/_custom.scss */
.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}

/* line 9745, app/assets/stylesheets/_custom.scss */
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 9752, app/assets/stylesheets/_custom.scss */
.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}

/* line 9757, app/assets/stylesheets/_custom.scss */
.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 9764, app/assets/stylesheets/_custom.scss */
.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 9771, app/assets/stylesheets/_custom.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.375rem;
}

/* line 9780, app/assets/stylesheets/_custom.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: "Inter", "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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.8203125rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
}

/* line 9811, app/assets/stylesheets/_custom.scss */
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

/* line 9818, app/assets/stylesheets/_custom.scss */
.popover .popover-arrow::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 9827, app/assets/stylesheets/_custom.scss */
.bs-popover-top > .popover-arrow,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 9832, app/assets/stylesheets/_custom.scss */
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 9839, app/assets/stylesheets/_custom.scss */
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 9846, app/assets/stylesheets/_custom.scss */
.bs-popover-end > .popover-arrow,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

/* line 9853, app/assets/stylesheets/_custom.scss */
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 9860, app/assets/stylesheets/_custom.scss */
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 9867, app/assets/stylesheets/_custom.scss */
.bs-popover-bottom > .popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}

/* line 9872, app/assets/stylesheets/_custom.scss */
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 9879, app/assets/stylesheets/_custom.scss */
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 9886, app/assets/stylesheets/_custom.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: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

/* line 9898, app/assets/stylesheets/_custom.scss */
.bs-popover-start > .popover-arrow,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

/* line 9905, app/assets/stylesheets/_custom.scss */
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 9912, app/assets/stylesheets/_custom.scss */
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 9919, app/assets/stylesheets/_custom.scss */
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.9375rem;
  color: #212B36;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

/* line 9930, app/assets/stylesheets/_custom.scss */
.popover-header:empty {
  display: none;
}

/* line 9934, app/assets/stylesheets/_custom.scss */
.popover-body {
  padding: 1rem 1rem;
  color: #637381;
}

/* line 9939, app/assets/stylesheets/_custom.scss */
.carousel {
  position: relative;
}

/* line 9943, app/assets/stylesheets/_custom.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 9947, app/assets/stylesheets/_custom.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 9953, app/assets/stylesheets/_custom.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 9959, app/assets/stylesheets/_custom.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 9973, app/assets/stylesheets/_custom.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 9978, app/assets/stylesheets/_custom.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
/* line 9985, app/assets/stylesheets/_custom.scss */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 9991, app/assets/stylesheets/_custom.scss */
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* rtl:end:ignore */
/* line 9998, app/assets/stylesheets/_custom.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

/* line 10005, app/assets/stylesheets/_custom.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 10012, app/assets/stylesheets/_custom.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 10021, app/assets/stylesheets/_custom.scss */
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

/* line 10027, app/assets/stylesheets/_custom.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 10048, app/assets/stylesheets/_custom.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 10054, app/assets/stylesheets/_custom.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 10064, app/assets/stylesheets/_custom.scss */
.carousel-control-prev {
  left: 0;
}

/* line 10068, app/assets/stylesheets/_custom.scss */
.carousel-control-next {
  right: 0;
}

/* line 10072, app/assets/stylesheets/_custom.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 10090, app/assets/stylesheets/_custom.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 10094, app/assets/stylesheets/_custom.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 10098, app/assets/stylesheets/_custom.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%;
  list-style: none;
}

/* line 10113, app/assets/stylesheets/_custom.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 10133, app/assets/stylesheets/_custom.scss */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 10138, app/assets/stylesheets/_custom.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 10142, app/assets/stylesheets/_custom.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 10153, app/assets/stylesheets/_custom.scss */
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
  filter: invert(1) grayscale(100);
}

/* line 10159, app/assets/stylesheets/_custom.scss */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 10163, app/assets/stylesheets/_custom.scss */
.carousel-dark .carousel-caption {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 10189, app/assets/stylesheets/_custom.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

/* line 10201, app/assets/stylesheets/_custom.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 10233, app/assets/stylesheets/_custom.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}

/* line 10245, app/assets/stylesheets/_custom.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 10252, app/assets/stylesheets/_custom.scss */
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}

/* line 10259, app/assets/stylesheets/_custom.scss */
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 10276, app/assets/stylesheets/_custom.scss */
  .offcanvas {
    transition: none;
  }
}

/* line 10281, app/assets/stylesheets/_custom.scss */
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 10291, app/assets/stylesheets/_custom.scss */
.offcanvas-backdrop.fade {
  opacity: 0;
}

/* line 10295, app/assets/stylesheets/_custom.scss */
.offcanvas-backdrop.show {
  opacity: 0.5;
}

/* line 10299, app/assets/stylesheets/_custom.scss */
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

/* line 10306, app/assets/stylesheets/_custom.scss */
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

/* line 10313, app/assets/stylesheets/_custom.scss */
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 10318, app/assets/stylesheets/_custom.scss */
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

/* line 10324, app/assets/stylesheets/_custom.scss */
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 10333, app/assets/stylesheets/_custom.scss */
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 10342, app/assets/stylesheets/_custom.scss */
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 10353, app/assets/stylesheets/_custom.scss */
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/* line 10363, app/assets/stylesheets/_custom.scss */
.offcanvas.show {
  -webkit-transform: none;
  transform: none;
}

/* line 10368, app/assets/stylesheets/_custom.scss */
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}

/* line 10377, app/assets/stylesheets/_custom.scss */
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

/* line 10382, app/assets/stylesheets/_custom.scss */
.placeholder-xs {
  min-height: 0.6em;
}

/* line 10386, app/assets/stylesheets/_custom.scss */
.placeholder-sm {
  min-height: 0.8em;
}

/* line 10390, app/assets/stylesheets/_custom.scss */
.placeholder-lg {
  min-height: 1.2em;
}

/* line 10394, app/assets/stylesheets/_custom.scss */
.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

/* line 10411, app/assets/stylesheets/_custom.scss */
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

/* line 10434, app/assets/stylesheets/_custom.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 10440, app/assets/stylesheets/_custom.scss */
.link-primary {
  color: #624BFF;
}

/* line 10444, app/assets/stylesheets/_custom.scss */
.link-primary:hover,
.link-primary:focus {
  color: #4e3ccc;
}

/* line 10449, app/assets/stylesheets/_custom.scss */
.link-secondary {
  color: #637381;
}

/* line 10453, app/assets/stylesheets/_custom.scss */
.link-secondary:hover,
.link-secondary:focus {
  color: #4f5c67;
}

/* line 10458, app/assets/stylesheets/_custom.scss */
.link-success {
  color: #198754;
}

/* line 10462, app/assets/stylesheets/_custom.scss */
.link-success:hover,
.link-success:focus {
  color: #146c43;
}

/* line 10467, app/assets/stylesheets/_custom.scss */
.link-info {
  color: #0dcaf0;
}

/* line 10471, app/assets/stylesheets/_custom.scss */
.link-info:hover,
.link-info:focus {
  color: #3dd5f3;
}

/* line 10476, app/assets/stylesheets/_custom.scss */
.link-warning {
  color: #ffc107;
}

/* line 10480, app/assets/stylesheets/_custom.scss */
.link-warning:hover,
.link-warning:focus {
  color: #ffcd39;
}

/* line 10485, app/assets/stylesheets/_custom.scss */
.link-danger {
  color: #dc3545;
}

/* line 10489, app/assets/stylesheets/_custom.scss */
.link-danger:hover,
.link-danger:focus {
  color: #b02a37;
}

/* line 10494, app/assets/stylesheets/_custom.scss */
.link-light {
  color: #F9FAFB;
}

/* line 10498, app/assets/stylesheets/_custom.scss */
.link-light:hover,
.link-light:focus {
  color: #fafbfc;
}

/* line 10503, app/assets/stylesheets/_custom.scss */
.link-dark {
  color: #212B36;
}

/* line 10507, app/assets/stylesheets/_custom.scss */
.link-dark:hover,
.link-dark:focus {
  color: #1a222b;
}

/* line 10512, app/assets/stylesheets/_custom.scss */
.link-white {
  color: #fff;
}

/* line 10516, app/assets/stylesheets/_custom.scss */
.link-white:hover,
.link-white:focus {
  color: white;
}

/* line 10521, app/assets/stylesheets/_custom.scss */
.link-light-primary {
  color: #E0DCFE;
}

/* line 10525, app/assets/stylesheets/_custom.scss */
.link-light-primary:hover,
.link-light-primary:focus {
  color: #e6e3fe;
}

/* line 10530, app/assets/stylesheets/_custom.scss */
.link-light-danger {
  color: #FBEBEC;
}

/* line 10534, app/assets/stylesheets/_custom.scss */
.link-light-danger:hover,
.link-light-danger:focus {
  color: #fceff0;
}

/* line 10539, app/assets/stylesheets/_custom.scss */
.link-light-info {
  color: #E7FAFE;
}

/* line 10543, app/assets/stylesheets/_custom.scss */
.link-light-info:hover,
.link-light-info:focus {
  color: #ecfbfe;
}

/* line 10548, app/assets/stylesheets/_custom.scss */
.link-light-warning {
  color: #FFF3CD;
}

/* line 10552, app/assets/stylesheets/_custom.scss */
.link-light-warning:hover,
.link-light-warning:focus {
  color: #fff5d7;
}

/* line 10557, app/assets/stylesheets/_custom.scss */
.link-light-secondary {
  color: #e9ecef;
}

/* line 10561, app/assets/stylesheets/_custom.scss */
.link-light-secondary:hover,
.link-light-secondary:focus {
  color: #edf0f2;
}

/* line 10566, app/assets/stylesheets/_custom.scss */
.link-light-success {
  color: #EAF6EC;
}

/* line 10570, app/assets/stylesheets/_custom.scss */
.link-light-success:hover,
.link-light-success:focus {
  color: #eef8f0;
}

/* line 10575, app/assets/stylesheets/_custom.scss */
.link-light-dark {
  color: #d1cfd8;
}

/* line 10579, app/assets/stylesheets/_custom.scss */
.link-light-dark:hover,
.link-light-dark:focus {
  color: #dad9e0;
}

/* line 10584, app/assets/stylesheets/_custom.scss */
.link-dark-primary {
  color: #593cc1;
}

/* line 10588, app/assets/stylesheets/_custom.scss */
.link-dark-primary:hover,
.link-dark-primary:focus {
  color: #47309a;
}

/* line 10593, app/assets/stylesheets/_custom.scss */
.link-dark-warning {
  color: #c28135;
}

/* line 10597, app/assets/stylesheets/_custom.scss */
.link-dark-warning:hover,
.link-dark-warning:focus {
  color: #ce9a5d;
}

/* line 10602, app/assets/stylesheets/_custom.scss */
.link-dark-info {
  color: #51a0c2;
}

/* line 10606, app/assets/stylesheets/_custom.scss */
.link-dark-info:hover,
.link-dark-info:focus {
  color: #74b3ce;
}

/* line 10611, app/assets/stylesheets/_custom.scss */
.link-dark-danger {
  color: #ae302e;
}

/* line 10615, app/assets/stylesheets/_custom.scss */
.link-dark-danger:hover,
.link-dark-danger:focus {
  color: #8b2625;
}

/* line 10620, app/assets/stylesheets/_custom.scss */
.link-dark-success {
  color: #139a74;
}

/* line 10624, app/assets/stylesheets/_custom.scss */
.link-dark-success:hover,
.link-dark-success:focus {
  color: #42ae90;
}

/* line 10629, app/assets/stylesheets/_custom.scss */
.link-dark-secondary {
  color: #5c596d;
}

/* line 10633, app/assets/stylesheets/_custom.scss */
.link-dark-secondary:hover,
.link-dark-secondary:focus {
  color: #4a4757;
}

/* line 10638, app/assets/stylesheets/_custom.scss */
.ratio {
  position: relative;
  width: 100%;
}

/* line 10643, app/assets/stylesheets/_custom.scss */
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

/* line 10649, app/assets/stylesheets/_custom.scss */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 10657, app/assets/stylesheets/_custom.scss */
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

/* line 10661, app/assets/stylesheets/_custom.scss */
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

/* line 10665, app/assets/stylesheets/_custom.scss */
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

/* line 10669, app/assets/stylesheets/_custom.scss */
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

/* line 10673, app/assets/stylesheets/_custom.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 10681, app/assets/stylesheets/_custom.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 10689, app/assets/stylesheets/_custom.scss */
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 10697, app/assets/stylesheets/_custom.scss */
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 10706, app/assets/stylesheets/_custom.scss */
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 10715, app/assets/stylesheets/_custom.scss */
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 10724, app/assets/stylesheets/_custom.scss */
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 10733, app/assets/stylesheets/_custom.scss */
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 10741, app/assets/stylesheets/_custom.scss */
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

/* line 10748, app/assets/stylesheets/_custom.scss */
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

/* line 10755, app/assets/stylesheets/_custom.scss */
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 10768, app/assets/stylesheets/_custom.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

/* line 10784, app/assets/stylesheets/_custom.scss */
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

/* line 10793, app/assets/stylesheets/_custom.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 10797, app/assets/stylesheets/_custom.scss */
.align-top {
  vertical-align: top !important;
}

/* line 10801, app/assets/stylesheets/_custom.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 10805, app/assets/stylesheets/_custom.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 10809, app/assets/stylesheets/_custom.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 10813, app/assets/stylesheets/_custom.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 10817, app/assets/stylesheets/_custom.scss */
.float-start {
  float: left !important;
}

/* line 10821, app/assets/stylesheets/_custom.scss */
.float-end {
  float: right !important;
}

/* line 10825, app/assets/stylesheets/_custom.scss */
.float-none {
  float: none !important;
}

/* line 10829, app/assets/stylesheets/_custom.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 10833, app/assets/stylesheets/_custom.scss */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 10837, app/assets/stylesheets/_custom.scss */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 10841, app/assets/stylesheets/_custom.scss */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 10845, app/assets/stylesheets/_custom.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 10849, app/assets/stylesheets/_custom.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 10853, app/assets/stylesheets/_custom.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 10857, app/assets/stylesheets/_custom.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 10861, app/assets/stylesheets/_custom.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 10865, app/assets/stylesheets/_custom.scss */
.d-inline {
  display: inline !important;
}

/* line 10869, app/assets/stylesheets/_custom.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 10873, app/assets/stylesheets/_custom.scss */
.d-block {
  display: block !important;
}

/* line 10877, app/assets/stylesheets/_custom.scss */
.d-grid {
  display: grid !important;
}

/* line 10881, app/assets/stylesheets/_custom.scss */
.d-table {
  display: table !important;
}

/* line 10885, app/assets/stylesheets/_custom.scss */
.d-table-row {
  display: table-row !important;
}

/* line 10889, app/assets/stylesheets/_custom.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 10893, app/assets/stylesheets/_custom.scss */
.d-flex {
  display: flex !important;
}

/* line 10897, app/assets/stylesheets/_custom.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 10901, app/assets/stylesheets/_custom.scss */
.d-none {
  display: none !important;
}

/* line 10905, app/assets/stylesheets/_custom.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 10909, app/assets/stylesheets/_custom.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 10913, app/assets/stylesheets/_custom.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 10917, app/assets/stylesheets/_custom.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 10921, app/assets/stylesheets/_custom.scss */
.position-static {
  position: static !important;
}

/* line 10925, app/assets/stylesheets/_custom.scss */
.position-relative {
  position: relative !important;
}

/* line 10929, app/assets/stylesheets/_custom.scss */
.position-absolute {
  position: absolute !important;
}

/* line 10933, app/assets/stylesheets/_custom.scss */
.position-fixed {
  position: fixed !important;
}

/* line 10937, app/assets/stylesheets/_custom.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 10942, app/assets/stylesheets/_custom.scss */
.top-0 {
  top: 0 !important;
}

/* line 10946, app/assets/stylesheets/_custom.scss */
.top-1 {
  top: 1 !important;
}

/* line 10950, app/assets/stylesheets/_custom.scss */
.top-2 {
  top: 2 !important;
}

/* line 10954, app/assets/stylesheets/_custom.scss */
.top-50 {
  top: 50% !important;
}

/* line 10958, app/assets/stylesheets/_custom.scss */
.top-100 {
  top: 100% !important;
}

/* line 10962, app/assets/stylesheets/_custom.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 10966, app/assets/stylesheets/_custom.scss */
.bottom-1 {
  bottom: 1 !important;
}

/* line 10970, app/assets/stylesheets/_custom.scss */
.bottom-2 {
  bottom: 2 !important;
}

/* line 10974, app/assets/stylesheets/_custom.scss */
.bottom-50 {
  bottom: 50% !important;
}

/* line 10978, app/assets/stylesheets/_custom.scss */
.bottom-100 {
  bottom: 100% !important;
}

/* line 10982, app/assets/stylesheets/_custom.scss */
.start-0 {
  left: 0 !important;
}

/* line 10986, app/assets/stylesheets/_custom.scss */
.start-1 {
  left: 1 !important;
}

/* line 10990, app/assets/stylesheets/_custom.scss */
.start-2 {
  left: 2 !important;
}

/* line 10994, app/assets/stylesheets/_custom.scss */
.start-50 {
  left: 50% !important;
}

/* line 10998, app/assets/stylesheets/_custom.scss */
.start-100 {
  left: 100% !important;
}

/* line 11002, app/assets/stylesheets/_custom.scss */
.end-0 {
  right: 0 !important;
}

/* line 11006, app/assets/stylesheets/_custom.scss */
.end-1 {
  right: 1 !important;
}

/* line 11010, app/assets/stylesheets/_custom.scss */
.end-2 {
  right: 2 !important;
}

/* line 11014, app/assets/stylesheets/_custom.scss */
.end-50 {
  right: 50% !important;
}

/* line 11018, app/assets/stylesheets/_custom.scss */
.end-100 {
  right: 100% !important;
}

/* line 11022, app/assets/stylesheets/_custom.scss */
.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

/* line 11027, app/assets/stylesheets/_custom.scss */
.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}

/* line 11032, app/assets/stylesheets/_custom.scss */
.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

/* line 11037, app/assets/stylesheets/_custom.scss */
.border {
  border: 1px solid #DFE3E8 !important;
}

/* line 11041, app/assets/stylesheets/_custom.scss */
.border-0 {
  border: 0 !important;
}

/* line 11045, app/assets/stylesheets/_custom.scss */
.border-top {
  border-top: 1px solid #DFE3E8 !important;
}

/* line 11049, app/assets/stylesheets/_custom.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 11053, app/assets/stylesheets/_custom.scss */
.border-end {
  border-right: 1px solid #DFE3E8 !important;
}

/* line 11057, app/assets/stylesheets/_custom.scss */
.border-end-0 {
  border-right: 0 !important;
}

/* line 11061, app/assets/stylesheets/_custom.scss */
.border-bottom {
  border-bottom: 1px solid #DFE3E8 !important;
}

/* line 11065, app/assets/stylesheets/_custom.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 11069, app/assets/stylesheets/_custom.scss */
.border-start {
  border-left: 1px solid #DFE3E8 !important;
}

/* line 11073, app/assets/stylesheets/_custom.scss */
.border-start-0 {
  border-left: 0 !important;
}

/* line 11077, app/assets/stylesheets/_custom.scss */
.border-primary {
  border-color: #624BFF !important;
}

/* line 11081, app/assets/stylesheets/_custom.scss */
.border-secondary {
  border-color: #637381 !important;
}

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

/* line 11089, app/assets/stylesheets/_custom.scss */
.border-info {
  border-color: #0dcaf0 !important;
}

/* line 11093, app/assets/stylesheets/_custom.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 11097, app/assets/stylesheets/_custom.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 11101, app/assets/stylesheets/_custom.scss */
.border-light {
  border-color: #F9FAFB !important;
}

/* line 11105, app/assets/stylesheets/_custom.scss */
.border-dark {
  border-color: #212B36 !important;
}

/* line 11109, app/assets/stylesheets/_custom.scss */
.border-white {
  border-color: #fff !important;
}

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

/* line 11117, app/assets/stylesheets/_custom.scss */
.border-light-danger {
  border-color: #FBEBEC !important;
}

/* line 11121, app/assets/stylesheets/_custom.scss */
.border-light-info {
  border-color: #E7FAFE !important;
}

/* line 11125, app/assets/stylesheets/_custom.scss */
.border-light-warning {
  border-color: #FFF3CD !important;
}

/* line 11129, app/assets/stylesheets/_custom.scss */
.border-light-secondary {
  border-color: #e9ecef !important;
}

/* line 11133, app/assets/stylesheets/_custom.scss */
.border-light-success {
  border-color: #EAF6EC !important;
}

/* line 11137, app/assets/stylesheets/_custom.scss */
.border-light-dark {
  border-color: #d1cfd8 !important;
}

/* line 11141, app/assets/stylesheets/_custom.scss */
.border-dark-primary {
  border-color: #593cc1 !important;
}

/* line 11145, app/assets/stylesheets/_custom.scss */
.border-dark-warning {
  border-color: #c28135 !important;
}

/* line 11149, app/assets/stylesheets/_custom.scss */
.border-dark-info {
  border-color: #51a0c2 !important;
}

/* line 11153, app/assets/stylesheets/_custom.scss */
.border-dark-danger {
  border-color: #ae302e !important;
}

/* line 11157, app/assets/stylesheets/_custom.scss */
.border-dark-success {
  border-color: #139a74 !important;
}

/* line 11161, app/assets/stylesheets/_custom.scss */
.border-dark-secondary {
  border-color: #5c596d !important;
}

/* line 11165, app/assets/stylesheets/_custom.scss */
.border-1 {
  border-width: 1px !important;
}

/* line 11169, app/assets/stylesheets/_custom.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 11173, app/assets/stylesheets/_custom.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 11177, app/assets/stylesheets/_custom.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 11181, app/assets/stylesheets/_custom.scss */
.border-5 {
  border-width: 5px !important;
}

/* line 11185, app/assets/stylesheets/_custom.scss */
.w-15 {
  width: 15% !important;
}

/* line 11189, app/assets/stylesheets/_custom.scss */
.w-25 {
  width: 25% !important;
}

/* line 11193, app/assets/stylesheets/_custom.scss */
.w-30 {
  width: 30% !important;
}

/* line 11197, app/assets/stylesheets/_custom.scss */
.w-40 {
  width: 40% !important;
}

/* line 11201, app/assets/stylesheets/_custom.scss */
.w-50 {
  width: 50% !important;
}

/* line 11205, app/assets/stylesheets/_custom.scss */
.w-65 {
  width: 65% !important;
}

/* line 11209, app/assets/stylesheets/_custom.scss */
.w-75 {
  width: 75% !important;
}

/* line 11213, app/assets/stylesheets/_custom.scss */
.w-100 {
  width: 100% !important;
}

/* line 11217, app/assets/stylesheets/_custom.scss */
.w-auto {
  width: auto !important;
}

/* line 11221, app/assets/stylesheets/_custom.scss */
.mw-25 {
  max-width: 25% !important;
}

/* line 11225, app/assets/stylesheets/_custom.scss */
.mw-30 {
  max-width: 30% !important;
}

/* line 11229, app/assets/stylesheets/_custom.scss */
.mw-40 {
  max-width: 40% !important;
}

/* line 11233, app/assets/stylesheets/_custom.scss */
.mw-50 {
  max-width: 50% !important;
}

/* line 11237, app/assets/stylesheets/_custom.scss */
.mw-65 {
  max-width: 65% !important;
}

/* line 11241, app/assets/stylesheets/_custom.scss */
.mw-75 {
  max-width: 75% !important;
}

/* line 11245, app/assets/stylesheets/_custom.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 11249, app/assets/stylesheets/_custom.scss */
.mw-auto {
  max-width: auto !important;
}

/* line 11253, app/assets/stylesheets/_custom.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 11257, app/assets/stylesheets/_custom.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 11261, app/assets/stylesheets/_custom.scss */
.h-25 {
  height: 25% !important;
}

/* line 11265, app/assets/stylesheets/_custom.scss */
.h-30 {
  height: 30% !important;
}

/* line 11269, app/assets/stylesheets/_custom.scss */
.h-40 {
  height: 40% !important;
}

/* line 11273, app/assets/stylesheets/_custom.scss */
.h-50 {
  height: 50% !important;
}

/* line 11277, app/assets/stylesheets/_custom.scss */
.h-65 {
  height: 65% !important;
}

/* line 11281, app/assets/stylesheets/_custom.scss */
.h-75 {
  height: 75% !important;
}

/* line 11285, app/assets/stylesheets/_custom.scss */
.h-100 {
  height: 100% !important;
}

/* line 11289, app/assets/stylesheets/_custom.scss */
.h-auto {
  height: auto !important;
}

/* line 11293, app/assets/stylesheets/_custom.scss */
.mh-25 {
  max-height: 25% !important;
}

/* line 11297, app/assets/stylesheets/_custom.scss */
.mh-30 {
  max-height: 30% !important;
}

/* line 11301, app/assets/stylesheets/_custom.scss */
.mh-40 {
  max-height: 40% !important;
}

/* line 11305, app/assets/stylesheets/_custom.scss */
.mh-50 {
  max-height: 50% !important;
}

/* line 11309, app/assets/stylesheets/_custom.scss */
.mh-65 {
  max-height: 65% !important;
}

/* line 11313, app/assets/stylesheets/_custom.scss */
.mh-75 {
  max-height: 75% !important;
}

/* line 11317, app/assets/stylesheets/_custom.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 11321, app/assets/stylesheets/_custom.scss */
.mh-auto {
  max-height: auto !important;
}

/* line 11325, app/assets/stylesheets/_custom.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 11329, app/assets/stylesheets/_custom.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 11333, app/assets/stylesheets/_custom.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 11337, app/assets/stylesheets/_custom.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 11341, app/assets/stylesheets/_custom.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 11345, app/assets/stylesheets/_custom.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 11349, app/assets/stylesheets/_custom.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 11353, app/assets/stylesheets/_custom.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 11357, app/assets/stylesheets/_custom.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 11361, app/assets/stylesheets/_custom.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 11365, app/assets/stylesheets/_custom.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 11369, app/assets/stylesheets/_custom.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 11373, app/assets/stylesheets/_custom.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 11377, app/assets/stylesheets/_custom.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 11381, app/assets/stylesheets/_custom.scss */
.gap-0 {
  gap: 0 !important;
}

/* line 11385, app/assets/stylesheets/_custom.scss */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 11389, app/assets/stylesheets/_custom.scss */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 11393, app/assets/stylesheets/_custom.scss */
.gap-3 {
  gap: 1rem !important;
}

/* line 11397, app/assets/stylesheets/_custom.scss */
.gap-4 {
  gap: 1.25rem !important;
}

/* line 11401, app/assets/stylesheets/_custom.scss */
.gap-5 {
  gap: 1.5rem !important;
}

/* line 11405, app/assets/stylesheets/_custom.scss */
.gap-6 {
  gap: 2rem !important;
}

/* line 11409, app/assets/stylesheets/_custom.scss */
.gap-7 {
  gap: 2.5rem !important;
}

/* line 11413, app/assets/stylesheets/_custom.scss */
.gap-8 {
  gap: 3rem !important;
}

/* line 11417, app/assets/stylesheets/_custom.scss */
.gap-9 {
  gap: 3.5rem !important;
}

/* line 11421, app/assets/stylesheets/_custom.scss */
.gap-10 {
  gap: 4rem !important;
}

/* line 11425, app/assets/stylesheets/_custom.scss */
.gap-11 {
  gap: 4.5rem !important;
}

/* line 11429, app/assets/stylesheets/_custom.scss */
.gap-12 {
  gap: 5rem !important;
}

/* line 11433, app/assets/stylesheets/_custom.scss */
.gap-13 {
  gap: 5.5rem !important;
}

/* line 11437, app/assets/stylesheets/_custom.scss */
.gap-14 {
  gap: 6rem !important;
}

/* line 11441, app/assets/stylesheets/_custom.scss */
.gap-15 {
  gap: 6.5rem !important;
}

/* line 11445, app/assets/stylesheets/_custom.scss */
.gap-16 {
  gap: 7rem !important;
}

/* line 11449, app/assets/stylesheets/_custom.scss */
.gap-17 {
  gap: 7.5rem !important;
}

/* line 11453, app/assets/stylesheets/_custom.scss */
.gap-18 {
  gap: 8rem !important;
}

/* line 11457, app/assets/stylesheets/_custom.scss */
.gap-19 {
  gap: 8.5rem !important;
}

/* line 11461, app/assets/stylesheets/_custom.scss */
.gap-20 {
  gap: 9rem !important;
}

/* line 11465, app/assets/stylesheets/_custom.scss */
.gap-21 {
  gap: 9.5rem !important;
}

/* line 11469, app/assets/stylesheets/_custom.scss */
.gap-22 {
  gap: 10rem !important;
}

/* line 11473, app/assets/stylesheets/_custom.scss */
.gap-23 {
  gap: 12rem !important;
}

/* line 11477, app/assets/stylesheets/_custom.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 11481, app/assets/stylesheets/_custom.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 11485, app/assets/stylesheets/_custom.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 11489, app/assets/stylesheets/_custom.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 11493, app/assets/stylesheets/_custom.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 11497, app/assets/stylesheets/_custom.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 11501, app/assets/stylesheets/_custom.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 11505, app/assets/stylesheets/_custom.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 11509, app/assets/stylesheets/_custom.scss */
.align-items-center {
  align-items: center !important;
}

/* line 11513, app/assets/stylesheets/_custom.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 11517, app/assets/stylesheets/_custom.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 11521, app/assets/stylesheets/_custom.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 11525, app/assets/stylesheets/_custom.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 11529, app/assets/stylesheets/_custom.scss */
.align-content-center {
  align-content: center !important;
}

/* line 11533, app/assets/stylesheets/_custom.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 11537, app/assets/stylesheets/_custom.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 11541, app/assets/stylesheets/_custom.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 11545, app/assets/stylesheets/_custom.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 11549, app/assets/stylesheets/_custom.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 11553, app/assets/stylesheets/_custom.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 11557, app/assets/stylesheets/_custom.scss */
.align-self-center {
  align-self: center !important;
}

/* line 11561, app/assets/stylesheets/_custom.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 11565, app/assets/stylesheets/_custom.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 11569, app/assets/stylesheets/_custom.scss */
.order-first {
  order: -1 !important;
}

/* line 11573, app/assets/stylesheets/_custom.scss */
.order-0 {
  order: 0 !important;
}

/* line 11577, app/assets/stylesheets/_custom.scss */
.order-1 {
  order: 1 !important;
}

/* line 11581, app/assets/stylesheets/_custom.scss */
.order-2 {
  order: 2 !important;
}

/* line 11585, app/assets/stylesheets/_custom.scss */
.order-3 {
  order: 3 !important;
}

/* line 11589, app/assets/stylesheets/_custom.scss */
.order-4 {
  order: 4 !important;
}

/* line 11593, app/assets/stylesheets/_custom.scss */
.order-5 {
  order: 5 !important;
}

/* line 11597, app/assets/stylesheets/_custom.scss */
.order-last {
  order: 6 !important;
}

/* line 11601, app/assets/stylesheets/_custom.scss */
.m-0 {
  margin: 0 !important;
}

/* line 11605, app/assets/stylesheets/_custom.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 11609, app/assets/stylesheets/_custom.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 11613, app/assets/stylesheets/_custom.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 11617, app/assets/stylesheets/_custom.scss */
.m-4 {
  margin: 1.25rem !important;
}

/* line 11621, app/assets/stylesheets/_custom.scss */
.m-5 {
  margin: 1.5rem !important;
}

/* line 11625, app/assets/stylesheets/_custom.scss */
.m-6 {
  margin: 2rem !important;
}

/* line 11629, app/assets/stylesheets/_custom.scss */
.m-7 {
  margin: 2.5rem !important;
}

/* line 11633, app/assets/stylesheets/_custom.scss */
.m-8 {
  margin: 3rem !important;
}

/* line 11637, app/assets/stylesheets/_custom.scss */
.m-9 {
  margin: 3.5rem !important;
}

/* line 11641, app/assets/stylesheets/_custom.scss */
.m-10 {
  margin: 4rem !important;
}

/* line 11645, app/assets/stylesheets/_custom.scss */
.m-11 {
  margin: 4.5rem !important;
}

/* line 11649, app/assets/stylesheets/_custom.scss */
.m-12 {
  margin: 5rem !important;
}

/* line 11653, app/assets/stylesheets/_custom.scss */
.m-13 {
  margin: 5.5rem !important;
}

/* line 11657, app/assets/stylesheets/_custom.scss */
.m-14 {
  margin: 6rem !important;
}

/* line 11661, app/assets/stylesheets/_custom.scss */
.m-15 {
  margin: 6.5rem !important;
}

/* line 11665, app/assets/stylesheets/_custom.scss */
.m-16 {
  margin: 7rem !important;
}

/* line 11669, app/assets/stylesheets/_custom.scss */
.m-17 {
  margin: 7.5rem !important;
}

/* line 11673, app/assets/stylesheets/_custom.scss */
.m-18 {
  margin: 8rem !important;
}

/* line 11677, app/assets/stylesheets/_custom.scss */
.m-19 {
  margin: 8.5rem !important;
}

/* line 11681, app/assets/stylesheets/_custom.scss */
.m-20 {
  margin: 9rem !important;
}

/* line 11685, app/assets/stylesheets/_custom.scss */
.m-21 {
  margin: 9.5rem !important;
}

/* line 11689, app/assets/stylesheets/_custom.scss */
.m-22 {
  margin: 10rem !important;
}

/* line 11693, app/assets/stylesheets/_custom.scss */
.m-23 {
  margin: 12rem !important;
}

/* line 11697, app/assets/stylesheets/_custom.scss */
.m-auto {
  margin: auto !important;
}

/* line 11701, app/assets/stylesheets/_custom.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 11706, app/assets/stylesheets/_custom.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 11711, app/assets/stylesheets/_custom.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 11716, app/assets/stylesheets/_custom.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 11721, app/assets/stylesheets/_custom.scss */
.mx-4 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

/* line 11726, app/assets/stylesheets/_custom.scss */
.mx-5 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 11731, app/assets/stylesheets/_custom.scss */
.mx-6 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

/* line 11736, app/assets/stylesheets/_custom.scss */
.mx-7 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

/* line 11741, app/assets/stylesheets/_custom.scss */
.mx-8 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 11746, app/assets/stylesheets/_custom.scss */
.mx-9 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

/* line 11751, app/assets/stylesheets/_custom.scss */
.mx-10 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

/* line 11756, app/assets/stylesheets/_custom.scss */
.mx-11 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

/* line 11761, app/assets/stylesheets/_custom.scss */
.mx-12 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

/* line 11766, app/assets/stylesheets/_custom.scss */
.mx-13 {
  margin-right: 5.5rem !important;
  margin-left: 5.5rem !important;
}

/* line 11771, app/assets/stylesheets/_custom.scss */
.mx-14 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

/* line 11776, app/assets/stylesheets/_custom.scss */
.mx-15 {
  margin-right: 6.5rem !important;
  margin-left: 6.5rem !important;
}

/* line 11781, app/assets/stylesheets/_custom.scss */
.mx-16 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

/* line 11786, app/assets/stylesheets/_custom.scss */
.mx-17 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

/* line 11791, app/assets/stylesheets/_custom.scss */
.mx-18 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

/* line 11796, app/assets/stylesheets/_custom.scss */
.mx-19 {
  margin-right: 8.5rem !important;
  margin-left: 8.5rem !important;
}

/* line 11801, app/assets/stylesheets/_custom.scss */
.mx-20 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}

/* line 11806, app/assets/stylesheets/_custom.scss */
.mx-21 {
  margin-right: 9.5rem !important;
  margin-left: 9.5rem !important;
}

/* line 11811, app/assets/stylesheets/_custom.scss */
.mx-22 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

/* line 11816, app/assets/stylesheets/_custom.scss */
.mx-23 {
  margin-right: 12rem !important;
  margin-left: 12rem !important;
}

/* line 11821, app/assets/stylesheets/_custom.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 11826, app/assets/stylesheets/_custom.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 11831, app/assets/stylesheets/_custom.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 11836, app/assets/stylesheets/_custom.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 11841, app/assets/stylesheets/_custom.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 11846, app/assets/stylesheets/_custom.scss */
.my-4 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

/* line 11851, app/assets/stylesheets/_custom.scss */
.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 11856, app/assets/stylesheets/_custom.scss */
.my-6 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

/* line 11861, app/assets/stylesheets/_custom.scss */
.my-7 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

/* line 11866, app/assets/stylesheets/_custom.scss */
.my-8 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 11871, app/assets/stylesheets/_custom.scss */
.my-9 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

/* line 11876, app/assets/stylesheets/_custom.scss */
.my-10 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

/* line 11881, app/assets/stylesheets/_custom.scss */
.my-11 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

/* line 11886, app/assets/stylesheets/_custom.scss */
.my-12 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

/* line 11891, app/assets/stylesheets/_custom.scss */
.my-13 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

/* line 11896, app/assets/stylesheets/_custom.scss */
.my-14 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

/* line 11901, app/assets/stylesheets/_custom.scss */
.my-15 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

/* line 11906, app/assets/stylesheets/_custom.scss */
.my-16 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

/* line 11911, app/assets/stylesheets/_custom.scss */
.my-17 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

/* line 11916, app/assets/stylesheets/_custom.scss */
.my-18 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

/* line 11921, app/assets/stylesheets/_custom.scss */
.my-19 {
  margin-top: 8.5rem !important;
  margin-bottom: 8.5rem !important;
}

/* line 11926, app/assets/stylesheets/_custom.scss */
.my-20 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

/* line 11931, app/assets/stylesheets/_custom.scss */
.my-21 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important;
}

/* line 11936, app/assets/stylesheets/_custom.scss */
.my-22 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

/* line 11941, app/assets/stylesheets/_custom.scss */
.my-23 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

/* line 11946, app/assets/stylesheets/_custom.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 11951, app/assets/stylesheets/_custom.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 11955, app/assets/stylesheets/_custom.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 11959, app/assets/stylesheets/_custom.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 11963, app/assets/stylesheets/_custom.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 11967, app/assets/stylesheets/_custom.scss */
.mt-4 {
  margin-top: 1.25rem !important;
}

/* line 11971, app/assets/stylesheets/_custom.scss */
.mt-5 {
  margin-top: 1.5rem !important;
}

/* line 11975, app/assets/stylesheets/_custom.scss */
.mt-6 {
  margin-top: 2rem !important;
}

/* line 11979, app/assets/stylesheets/_custom.scss */
.mt-7 {
  margin-top: 2.5rem !important;
}

/* line 11983, app/assets/stylesheets/_custom.scss */
.mt-8 {
  margin-top: 3rem !important;
}

/* line 11987, app/assets/stylesheets/_custom.scss */
.mt-9 {
  margin-top: 3.5rem !important;
}

/* line 11991, app/assets/stylesheets/_custom.scss */
.mt-10 {
  margin-top: 4rem !important;
}

/* line 11995, app/assets/stylesheets/_custom.scss */
.mt-11 {
  margin-top: 4.5rem !important;
}

/* line 11999, app/assets/stylesheets/_custom.scss */
.mt-12 {
  margin-top: 5rem !important;
}

/* line 12003, app/assets/stylesheets/_custom.scss */
.mt-13 {
  margin-top: 5.5rem !important;
}

/* line 12007, app/assets/stylesheets/_custom.scss */
.mt-14 {
  margin-top: 6rem !important;
}

/* line 12011, app/assets/stylesheets/_custom.scss */
.mt-15 {
  margin-top: 6.5rem !important;
}

/* line 12015, app/assets/stylesheets/_custom.scss */
.mt-16 {
  margin-top: 7rem !important;
}

/* line 12019, app/assets/stylesheets/_custom.scss */
.mt-17 {
  margin-top: 7.5rem !important;
}

/* line 12023, app/assets/stylesheets/_custom.scss */
.mt-18 {
  margin-top: 8rem !important;
}

/* line 12027, app/assets/stylesheets/_custom.scss */
.mt-19 {
  margin-top: 8.5rem !important;
}

/* line 12031, app/assets/stylesheets/_custom.scss */
.mt-20 {
  margin-top: 9rem !important;
}

/* line 12035, app/assets/stylesheets/_custom.scss */
.mt-21 {
  margin-top: 9.5rem !important;
}

/* line 12039, app/assets/stylesheets/_custom.scss */
.mt-22 {
  margin-top: 10rem !important;
}

/* line 12043, app/assets/stylesheets/_custom.scss */
.mt-23 {
  margin-top: 12rem !important;
}

/* line 12047, app/assets/stylesheets/_custom.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 12051, app/assets/stylesheets/_custom.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 12055, app/assets/stylesheets/_custom.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 12059, app/assets/stylesheets/_custom.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 12063, app/assets/stylesheets/_custom.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 12067, app/assets/stylesheets/_custom.scss */
.me-4 {
  margin-right: 1.25rem !important;
}

/* line 12071, app/assets/stylesheets/_custom.scss */
.me-5 {
  margin-right: 1.5rem !important;
}

/* line 12075, app/assets/stylesheets/_custom.scss */
.me-6 {
  margin-right: 2rem !important;
}

/* line 12079, app/assets/stylesheets/_custom.scss */
.me-7 {
  margin-right: 2.5rem !important;
}

/* line 12083, app/assets/stylesheets/_custom.scss */
.me-8 {
  margin-right: 3rem !important;
}

/* line 12087, app/assets/stylesheets/_custom.scss */
.me-9 {
  margin-right: 3.5rem !important;
}

/* line 12091, app/assets/stylesheets/_custom.scss */
.me-10 {
  margin-right: 4rem !important;
}

/* line 12095, app/assets/stylesheets/_custom.scss */
.me-11 {
  margin-right: 4.5rem !important;
}

/* line 12099, app/assets/stylesheets/_custom.scss */
.me-12 {
  margin-right: 5rem !important;
}

/* line 12103, app/assets/stylesheets/_custom.scss */
.me-13 {
  margin-right: 5.5rem !important;
}

/* line 12107, app/assets/stylesheets/_custom.scss */
.me-14 {
  margin-right: 6rem !important;
}

/* line 12111, app/assets/stylesheets/_custom.scss */
.me-15 {
  margin-right: 6.5rem !important;
}

/* line 12115, app/assets/stylesheets/_custom.scss */
.me-16 {
  margin-right: 7rem !important;
}

/* line 12119, app/assets/stylesheets/_custom.scss */
.me-17 {
  margin-right: 7.5rem !important;
}

/* line 12123, app/assets/stylesheets/_custom.scss */
.me-18 {
  margin-right: 8rem !important;
}

/* line 12127, app/assets/stylesheets/_custom.scss */
.me-19 {
  margin-right: 8.5rem !important;
}

/* line 12131, app/assets/stylesheets/_custom.scss */
.me-20 {
  margin-right: 9rem !important;
}

/* line 12135, app/assets/stylesheets/_custom.scss */
.me-21 {
  margin-right: 9.5rem !important;
}

/* line 12139, app/assets/stylesheets/_custom.scss */
.me-22 {
  margin-right: 10rem !important;
}

/* line 12143, app/assets/stylesheets/_custom.scss */
.me-23 {
  margin-right: 12rem !important;
}

/* line 12147, app/assets/stylesheets/_custom.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 12151, app/assets/stylesheets/_custom.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 12155, app/assets/stylesheets/_custom.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 12159, app/assets/stylesheets/_custom.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 12163, app/assets/stylesheets/_custom.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 12167, app/assets/stylesheets/_custom.scss */
.mb-4 {
  margin-bottom: 1.25rem !important;
}

/* line 12171, app/assets/stylesheets/_custom.scss */
.mb-5 {
  margin-bottom: 1.5rem !important;
}

/* line 12175, app/assets/stylesheets/_custom.scss */
.mb-6 {
  margin-bottom: 2rem !important;
}

/* line 12179, app/assets/stylesheets/_custom.scss */
.mb-7 {
  margin-bottom: 2.5rem !important;
}

/* line 12183, app/assets/stylesheets/_custom.scss */
.mb-8 {
  margin-bottom: 3rem !important;
}

/* line 12187, app/assets/stylesheets/_custom.scss */
.mb-9 {
  margin-bottom: 3.5rem !important;
}

/* line 12191, app/assets/stylesheets/_custom.scss */
.mb-10 {
  margin-bottom: 4rem !important;
}

/* line 12195, app/assets/stylesheets/_custom.scss */
.mb-11 {
  margin-bottom: 4.5rem !important;
}

/* line 12199, app/assets/stylesheets/_custom.scss */
.mb-12 {
  margin-bottom: 5rem !important;
}

/* line 12203, app/assets/stylesheets/_custom.scss */
.mb-13 {
  margin-bottom: 5.5rem !important;
}

/* line 12207, app/assets/stylesheets/_custom.scss */
.mb-14 {
  margin-bottom: 6rem !important;
}

/* line 12211, app/assets/stylesheets/_custom.scss */
.mb-15 {
  margin-bottom: 6.5rem !important;
}

/* line 12215, app/assets/stylesheets/_custom.scss */
.mb-16 {
  margin-bottom: 7rem !important;
}

/* line 12219, app/assets/stylesheets/_custom.scss */
.mb-17 {
  margin-bottom: 7.5rem !important;
}

/* line 12223, app/assets/stylesheets/_custom.scss */
.mb-18 {
  margin-bottom: 8rem !important;
}

/* line 12227, app/assets/stylesheets/_custom.scss */
.mb-19 {
  margin-bottom: 8.5rem !important;
}

/* line 12231, app/assets/stylesheets/_custom.scss */
.mb-20 {
  margin-bottom: 9rem !important;
}

/* line 12235, app/assets/stylesheets/_custom.scss */
.mb-21 {
  margin-bottom: 9.5rem !important;
}

/* line 12239, app/assets/stylesheets/_custom.scss */
.mb-22 {
  margin-bottom: 10rem !important;
}

/* line 12243, app/assets/stylesheets/_custom.scss */
.mb-23 {
  margin-bottom: 12rem !important;
}

/* line 12247, app/assets/stylesheets/_custom.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 12251, app/assets/stylesheets/_custom.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 12255, app/assets/stylesheets/_custom.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 12259, app/assets/stylesheets/_custom.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 12263, app/assets/stylesheets/_custom.scss */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 12267, app/assets/stylesheets/_custom.scss */
.ms-4 {
  margin-left: 1.25rem !important;
}

/* line 12271, app/assets/stylesheets/_custom.scss */
.ms-5 {
  margin-left: 1.5rem !important;
}

/* line 12275, app/assets/stylesheets/_custom.scss */
.ms-6 {
  margin-left: 2rem !important;
}

/* line 12279, app/assets/stylesheets/_custom.scss */
.ms-7 {
  margin-left: 2.5rem !important;
}

/* line 12283, app/assets/stylesheets/_custom.scss */
.ms-8 {
  margin-left: 3rem !important;
}

/* line 12287, app/assets/stylesheets/_custom.scss */
.ms-9 {
  margin-left: 3.5rem !important;
}

/* line 12291, app/assets/stylesheets/_custom.scss */
.ms-10 {
  margin-left: 4rem !important;
}

/* line 12295, app/assets/stylesheets/_custom.scss */
.ms-11 {
  margin-left: 4.5rem !important;
}

/* line 12299, app/assets/stylesheets/_custom.scss */
.ms-12 {
  margin-left: 5rem !important;
}

/* line 12303, app/assets/stylesheets/_custom.scss */
.ms-13 {
  margin-left: 5.5rem !important;
}

/* line 12307, app/assets/stylesheets/_custom.scss */
.ms-14 {
  margin-left: 6rem !important;
}

/* line 12311, app/assets/stylesheets/_custom.scss */
.ms-15 {
  margin-left: 6.5rem !important;
}

/* line 12315, app/assets/stylesheets/_custom.scss */
.ms-16 {
  margin-left: 7rem !important;
}

/* line 12319, app/assets/stylesheets/_custom.scss */
.ms-17 {
  margin-left: 7.5rem !important;
}

/* line 12323, app/assets/stylesheets/_custom.scss */
.ms-18 {
  margin-left: 8rem !important;
}

/* line 12327, app/assets/stylesheets/_custom.scss */
.ms-19 {
  margin-left: 8.5rem !important;
}

/* line 12331, app/assets/stylesheets/_custom.scss */
.ms-20 {
  margin-left: 9rem !important;
}

/* line 12335, app/assets/stylesheets/_custom.scss */
.ms-21 {
  margin-left: 9.5rem !important;
}

/* line 12339, app/assets/stylesheets/_custom.scss */
.ms-22 {
  margin-left: 10rem !important;
}

/* line 12343, app/assets/stylesheets/_custom.scss */
.ms-23 {
  margin-left: 12rem !important;
}

/* line 12347, app/assets/stylesheets/_custom.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 12351, app/assets/stylesheets/_custom.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 12355, app/assets/stylesheets/_custom.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 12359, app/assets/stylesheets/_custom.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 12363, app/assets/stylesheets/_custom.scss */
.m-n4 {
  margin: -1.25rem !important;
}

/* line 12367, app/assets/stylesheets/_custom.scss */
.m-n5 {
  margin: -1.5rem !important;
}

/* line 12371, app/assets/stylesheets/_custom.scss */
.m-n6 {
  margin: -2rem !important;
}

/* line 12375, app/assets/stylesheets/_custom.scss */
.m-n7 {
  margin: -2.5rem !important;
}

/* line 12379, app/assets/stylesheets/_custom.scss */
.m-n8 {
  margin: -3rem !important;
}

/* line 12383, app/assets/stylesheets/_custom.scss */
.m-n9 {
  margin: -3.5rem !important;
}

/* line 12387, app/assets/stylesheets/_custom.scss */
.m-n10 {
  margin: -4rem !important;
}

/* line 12391, app/assets/stylesheets/_custom.scss */
.m-n11 {
  margin: -4.5rem !important;
}

/* line 12395, app/assets/stylesheets/_custom.scss */
.m-n12 {
  margin: -5rem !important;
}

/* line 12399, app/assets/stylesheets/_custom.scss */
.m-n13 {
  margin: -5.5rem !important;
}

/* line 12403, app/assets/stylesheets/_custom.scss */
.m-n14 {
  margin: -6rem !important;
}

/* line 12407, app/assets/stylesheets/_custom.scss */
.m-n15 {
  margin: -6.5rem !important;
}

/* line 12411, app/assets/stylesheets/_custom.scss */
.m-n16 {
  margin: -7rem !important;
}

/* line 12415, app/assets/stylesheets/_custom.scss */
.m-n17 {
  margin: -7.5rem !important;
}

/* line 12419, app/assets/stylesheets/_custom.scss */
.m-n18 {
  margin: -8rem !important;
}

/* line 12423, app/assets/stylesheets/_custom.scss */
.m-n19 {
  margin: -8.5rem !important;
}

/* line 12427, app/assets/stylesheets/_custom.scss */
.m-n20 {
  margin: -9rem !important;
}

/* line 12431, app/assets/stylesheets/_custom.scss */
.m-n21 {
  margin: -9.5rem !important;
}

/* line 12435, app/assets/stylesheets/_custom.scss */
.m-n22 {
  margin: -10rem !important;
}

/* line 12439, app/assets/stylesheets/_custom.scss */
.m-n23 {
  margin: -12rem !important;
}

/* line 12443, app/assets/stylesheets/_custom.scss */
.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

/* line 12448, app/assets/stylesheets/_custom.scss */
.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

/* line 12453, app/assets/stylesheets/_custom.scss */
.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

/* line 12458, app/assets/stylesheets/_custom.scss */
.mx-n4 {
  margin-right: -1.25rem !important;
  margin-left: -1.25rem !important;
}

/* line 12463, app/assets/stylesheets/_custom.scss */
.mx-n5 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

/* line 12468, app/assets/stylesheets/_custom.scss */
.mx-n6 {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}

/* line 12473, app/assets/stylesheets/_custom.scss */
.mx-n7 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}

/* line 12478, app/assets/stylesheets/_custom.scss */
.mx-n8 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

/* line 12483, app/assets/stylesheets/_custom.scss */
.mx-n9 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}

/* line 12488, app/assets/stylesheets/_custom.scss */
.mx-n10 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

/* line 12493, app/assets/stylesheets/_custom.scss */
.mx-n11 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important;
}

/* line 12498, app/assets/stylesheets/_custom.scss */
.mx-n12 {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}

/* line 12503, app/assets/stylesheets/_custom.scss */
.mx-n13 {
  margin-right: -5.5rem !important;
  margin-left: -5.5rem !important;
}

/* line 12508, app/assets/stylesheets/_custom.scss */
.mx-n14 {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}

/* line 12513, app/assets/stylesheets/_custom.scss */
.mx-n15 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important;
}

/* line 12518, app/assets/stylesheets/_custom.scss */
.mx-n16 {
  margin-right: -7rem !important;
  margin-left: -7rem !important;
}

/* line 12523, app/assets/stylesheets/_custom.scss */
.mx-n17 {
  margin-right: -7.5rem !important;
  margin-left: -7.5rem !important;
}

/* line 12528, app/assets/stylesheets/_custom.scss */
.mx-n18 {
  margin-right: -8rem !important;
  margin-left: -8rem !important;
}

/* line 12533, app/assets/stylesheets/_custom.scss */
.mx-n19 {
  margin-right: -8.5rem !important;
  margin-left: -8.5rem !important;
}

/* line 12538, app/assets/stylesheets/_custom.scss */
.mx-n20 {
  margin-right: -9rem !important;
  margin-left: -9rem !important;
}

/* line 12543, app/assets/stylesheets/_custom.scss */
.mx-n21 {
  margin-right: -9.5rem !important;
  margin-left: -9.5rem !important;
}

/* line 12548, app/assets/stylesheets/_custom.scss */
.mx-n22 {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}

/* line 12553, app/assets/stylesheets/_custom.scss */
.mx-n23 {
  margin-right: -12rem !important;
  margin-left: -12rem !important;
}

/* line 12558, app/assets/stylesheets/_custom.scss */
.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

/* line 12563, app/assets/stylesheets/_custom.scss */
.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

/* line 12568, app/assets/stylesheets/_custom.scss */
.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

/* line 12573, app/assets/stylesheets/_custom.scss */
.my-n4 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

/* line 12578, app/assets/stylesheets/_custom.scss */
.my-n5 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

/* line 12583, app/assets/stylesheets/_custom.scss */
.my-n6 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

/* line 12588, app/assets/stylesheets/_custom.scss */
.my-n7 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

/* line 12593, app/assets/stylesheets/_custom.scss */
.my-n8 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

/* line 12598, app/assets/stylesheets/_custom.scss */
.my-n9 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

/* line 12603, app/assets/stylesheets/_custom.scss */
.my-n10 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

/* line 12608, app/assets/stylesheets/_custom.scss */
.my-n11 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

/* line 12613, app/assets/stylesheets/_custom.scss */
.my-n12 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

/* line 12618, app/assets/stylesheets/_custom.scss */
.my-n13 {
  margin-top: -5.5rem !important;
  margin-bottom: -5.5rem !important;
}

/* line 12623, app/assets/stylesheets/_custom.scss */
.my-n14 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

/* line 12628, app/assets/stylesheets/_custom.scss */
.my-n15 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important;
}

/* line 12633, app/assets/stylesheets/_custom.scss */
.my-n16 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}

/* line 12638, app/assets/stylesheets/_custom.scss */
.my-n17 {
  margin-top: -7.5rem !important;
  margin-bottom: -7.5rem !important;
}

/* line 12643, app/assets/stylesheets/_custom.scss */
.my-n18 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

/* line 12648, app/assets/stylesheets/_custom.scss */
.my-n19 {
  margin-top: -8.5rem !important;
  margin-bottom: -8.5rem !important;
}

/* line 12653, app/assets/stylesheets/_custom.scss */
.my-n20 {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}

/* line 12658, app/assets/stylesheets/_custom.scss */
.my-n21 {
  margin-top: -9.5rem !important;
  margin-bottom: -9.5rem !important;
}

/* line 12663, app/assets/stylesheets/_custom.scss */
.my-n22 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

/* line 12668, app/assets/stylesheets/_custom.scss */
.my-n23 {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

/* line 12673, app/assets/stylesheets/_custom.scss */
.mt-n1 {
  margin-top: -0.25rem !important;
}

/* line 12677, app/assets/stylesheets/_custom.scss */
.mt-n2 {
  margin-top: -0.5rem !important;
}

/* line 12681, app/assets/stylesheets/_custom.scss */
.mt-n3 {
  margin-top: -1rem !important;
}

/* line 12685, app/assets/stylesheets/_custom.scss */
.mt-n4 {
  margin-top: -1.25rem !important;
}

/* line 12689, app/assets/stylesheets/_custom.scss */
.mt-n5 {
  margin-top: -1.5rem !important;
}

/* line 12693, app/assets/stylesheets/_custom.scss */
.mt-n6 {
  margin-top: -2rem !important;
}

/* line 12697, app/assets/stylesheets/_custom.scss */
.mt-n7 {
  margin-top: -2.5rem !important;
}

/* line 12701, app/assets/stylesheets/_custom.scss */
.mt-n8 {
  margin-top: -3rem !important;
}

/* line 12705, app/assets/stylesheets/_custom.scss */
.mt-n9 {
  margin-top: -3.5rem !important;
}

/* line 12709, app/assets/stylesheets/_custom.scss */
.mt-n10 {
  margin-top: -4rem !important;
}

/* line 12713, app/assets/stylesheets/_custom.scss */
.mt-n11 {
  margin-top: -4.5rem !important;
}

/* line 12717, app/assets/stylesheets/_custom.scss */
.mt-n12 {
  margin-top: -5rem !important;
}

/* line 12721, app/assets/stylesheets/_custom.scss */
.mt-n13 {
  margin-top: -5.5rem !important;
}

/* line 12725, app/assets/stylesheets/_custom.scss */
.mt-n14 {
  margin-top: -6rem !important;
}

/* line 12729, app/assets/stylesheets/_custom.scss */
.mt-n15 {
  margin-top: -6.5rem !important;
}

/* line 12733, app/assets/stylesheets/_custom.scss */
.mt-n16 {
  margin-top: -7rem !important;
}

/* line 12737, app/assets/stylesheets/_custom.scss */
.mt-n17 {
  margin-top: -7.5rem !important;
}

/* line 12741, app/assets/stylesheets/_custom.scss */
.mt-n18 {
  margin-top: -8rem !important;
}

/* line 12745, app/assets/stylesheets/_custom.scss */
.mt-n19 {
  margin-top: -8.5rem !important;
}

/* line 12749, app/assets/stylesheets/_custom.scss */
.mt-n20 {
  margin-top: -9rem !important;
}

/* line 12753, app/assets/stylesheets/_custom.scss */
.mt-n21 {
  margin-top: -9.5rem !important;
}

/* line 12757, app/assets/stylesheets/_custom.scss */
.mt-n22 {
  margin-top: -10rem !important;
}

/* line 12761, app/assets/stylesheets/_custom.scss */
.mt-n23 {
  margin-top: -12rem !important;
}

/* line 12765, app/assets/stylesheets/_custom.scss */
.me-n1 {
  margin-right: -0.25rem !important;
}

/* line 12769, app/assets/stylesheets/_custom.scss */
.me-n2 {
  margin-right: -0.5rem !important;
}

/* line 12773, app/assets/stylesheets/_custom.scss */
.me-n3 {
  margin-right: -1rem !important;
}

/* line 12777, app/assets/stylesheets/_custom.scss */
.me-n4 {
  margin-right: -1.25rem !important;
}

/* line 12781, app/assets/stylesheets/_custom.scss */
.me-n5 {
  margin-right: -1.5rem !important;
}

/* line 12785, app/assets/stylesheets/_custom.scss */
.me-n6 {
  margin-right: -2rem !important;
}

/* line 12789, app/assets/stylesheets/_custom.scss */
.me-n7 {
  margin-right: -2.5rem !important;
}

/* line 12793, app/assets/stylesheets/_custom.scss */
.me-n8 {
  margin-right: -3rem !important;
}

/* line 12797, app/assets/stylesheets/_custom.scss */
.me-n9 {
  margin-right: -3.5rem !important;
}

/* line 12801, app/assets/stylesheets/_custom.scss */
.me-n10 {
  margin-right: -4rem !important;
}

/* line 12805, app/assets/stylesheets/_custom.scss */
.me-n11 {
  margin-right: -4.5rem !important;
}

/* line 12809, app/assets/stylesheets/_custom.scss */
.me-n12 {
  margin-right: -5rem !important;
}

/* line 12813, app/assets/stylesheets/_custom.scss */
.me-n13 {
  margin-right: -5.5rem !important;
}

/* line 12817, app/assets/stylesheets/_custom.scss */
.me-n14 {
  margin-right: -6rem !important;
}

/* line 12821, app/assets/stylesheets/_custom.scss */
.me-n15 {
  margin-right: -6.5rem !important;
}

/* line 12825, app/assets/stylesheets/_custom.scss */
.me-n16 {
  margin-right: -7rem !important;
}

/* line 12829, app/assets/stylesheets/_custom.scss */
.me-n17 {
  margin-right: -7.5rem !important;
}

/* line 12833, app/assets/stylesheets/_custom.scss */
.me-n18 {
  margin-right: -8rem !important;
}

/* line 12837, app/assets/stylesheets/_custom.scss */
.me-n19 {
  margin-right: -8.5rem !important;
}

/* line 12841, app/assets/stylesheets/_custom.scss */
.me-n20 {
  margin-right: -9rem !important;
}

/* line 12845, app/assets/stylesheets/_custom.scss */
.me-n21 {
  margin-right: -9.5rem !important;
}

/* line 12849, app/assets/stylesheets/_custom.scss */
.me-n22 {
  margin-right: -10rem !important;
}

/* line 12853, app/assets/stylesheets/_custom.scss */
.me-n23 {
  margin-right: -12rem !important;
}

/* line 12857, app/assets/stylesheets/_custom.scss */
.mb-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 12861, app/assets/stylesheets/_custom.scss */
.mb-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 12865, app/assets/stylesheets/_custom.scss */
.mb-n3 {
  margin-bottom: -1rem !important;
}

/* line 12869, app/assets/stylesheets/_custom.scss */
.mb-n4 {
  margin-bottom: -1.25rem !important;
}

/* line 12873, app/assets/stylesheets/_custom.scss */
.mb-n5 {
  margin-bottom: -1.5rem !important;
}

/* line 12877, app/assets/stylesheets/_custom.scss */
.mb-n6 {
  margin-bottom: -2rem !important;
}

/* line 12881, app/assets/stylesheets/_custom.scss */
.mb-n7 {
  margin-bottom: -2.5rem !important;
}

/* line 12885, app/assets/stylesheets/_custom.scss */
.mb-n8 {
  margin-bottom: -3rem !important;
}

/* line 12889, app/assets/stylesheets/_custom.scss */
.mb-n9 {
  margin-bottom: -3.5rem !important;
}

/* line 12893, app/assets/stylesheets/_custom.scss */
.mb-n10 {
  margin-bottom: -4rem !important;
}

/* line 12897, app/assets/stylesheets/_custom.scss */
.mb-n11 {
  margin-bottom: -4.5rem !important;
}

/* line 12901, app/assets/stylesheets/_custom.scss */
.mb-n12 {
  margin-bottom: -5rem !important;
}

/* line 12905, app/assets/stylesheets/_custom.scss */
.mb-n13 {
  margin-bottom: -5.5rem !important;
}

/* line 12909, app/assets/stylesheets/_custom.scss */
.mb-n14 {
  margin-bottom: -6rem !important;
}

/* line 12913, app/assets/stylesheets/_custom.scss */
.mb-n15 {
  margin-bottom: -6.5rem !important;
}

/* line 12917, app/assets/stylesheets/_custom.scss */
.mb-n16 {
  margin-bottom: -7rem !important;
}

/* line 12921, app/assets/stylesheets/_custom.scss */
.mb-n17 {
  margin-bottom: -7.5rem !important;
}

/* line 12925, app/assets/stylesheets/_custom.scss */
.mb-n18 {
  margin-bottom: -8rem !important;
}

/* line 12929, app/assets/stylesheets/_custom.scss */
.mb-n19 {
  margin-bottom: -8.5rem !important;
}

/* line 12933, app/assets/stylesheets/_custom.scss */
.mb-n20 {
  margin-bottom: -9rem !important;
}

/* line 12937, app/assets/stylesheets/_custom.scss */
.mb-n21 {
  margin-bottom: -9.5rem !important;
}

/* line 12941, app/assets/stylesheets/_custom.scss */
.mb-n22 {
  margin-bottom: -10rem !important;
}

/* line 12945, app/assets/stylesheets/_custom.scss */
.mb-n23 {
  margin-bottom: -12rem !important;
}

/* line 12949, app/assets/stylesheets/_custom.scss */
.ms-n1 {
  margin-left: -0.25rem !important;
}

/* line 12953, app/assets/stylesheets/_custom.scss */
.ms-n2 {
  margin-left: -0.5rem !important;
}

/* line 12957, app/assets/stylesheets/_custom.scss */
.ms-n3 {
  margin-left: -1rem !important;
}

/* line 12961, app/assets/stylesheets/_custom.scss */
.ms-n4 {
  margin-left: -1.25rem !important;
}

/* line 12965, app/assets/stylesheets/_custom.scss */
.ms-n5 {
  margin-left: -1.5rem !important;
}

/* line 12969, app/assets/stylesheets/_custom.scss */
.ms-n6 {
  margin-left: -2rem !important;
}

/* line 12973, app/assets/stylesheets/_custom.scss */
.ms-n7 {
  margin-left: -2.5rem !important;
}

/* line 12977, app/assets/stylesheets/_custom.scss */
.ms-n8 {
  margin-left: -3rem !important;
}

/* line 12981, app/assets/stylesheets/_custom.scss */
.ms-n9 {
  margin-left: -3.5rem !important;
}

/* line 12985, app/assets/stylesheets/_custom.scss */
.ms-n10 {
  margin-left: -4rem !important;
}

/* line 12989, app/assets/stylesheets/_custom.scss */
.ms-n11 {
  margin-left: -4.5rem !important;
}

/* line 12993, app/assets/stylesheets/_custom.scss */
.ms-n12 {
  margin-left: -5rem !important;
}

/* line 12997, app/assets/stylesheets/_custom.scss */
.ms-n13 {
  margin-left: -5.5rem !important;
}

/* line 13001, app/assets/stylesheets/_custom.scss */
.ms-n14 {
  margin-left: -6rem !important;
}

/* line 13005, app/assets/stylesheets/_custom.scss */
.ms-n15 {
  margin-left: -6.5rem !important;
}

/* line 13009, app/assets/stylesheets/_custom.scss */
.ms-n16 {
  margin-left: -7rem !important;
}

/* line 13013, app/assets/stylesheets/_custom.scss */
.ms-n17 {
  margin-left: -7.5rem !important;
}

/* line 13017, app/assets/stylesheets/_custom.scss */
.ms-n18 {
  margin-left: -8rem !important;
}

/* line 13021, app/assets/stylesheets/_custom.scss */
.ms-n19 {
  margin-left: -8.5rem !important;
}

/* line 13025, app/assets/stylesheets/_custom.scss */
.ms-n20 {
  margin-left: -9rem !important;
}

/* line 13029, app/assets/stylesheets/_custom.scss */
.ms-n21 {
  margin-left: -9.5rem !important;
}

/* line 13033, app/assets/stylesheets/_custom.scss */
.ms-n22 {
  margin-left: -10rem !important;
}

/* line 13037, app/assets/stylesheets/_custom.scss */
.ms-n23 {
  margin-left: -12rem !important;
}

/* line 13041, app/assets/stylesheets/_custom.scss */
.p-0 {
  padding: 0 !important;
}

/* line 13045, app/assets/stylesheets/_custom.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 13049, app/assets/stylesheets/_custom.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 13053, app/assets/stylesheets/_custom.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 13057, app/assets/stylesheets/_custom.scss */
.p-4 {
  padding: 1.25rem !important;
}

/* line 13061, app/assets/stylesheets/_custom.scss */
.p-5 {
  padding: 1.5rem !important;
}

/* line 13065, app/assets/stylesheets/_custom.scss */
.p-6 {
  padding: 2rem !important;
}

/* line 13069, app/assets/stylesheets/_custom.scss */
.p-7 {
  padding: 2.5rem !important;
}

/* line 13073, app/assets/stylesheets/_custom.scss */
.p-8 {
  padding: 3rem !important;
}

/* line 13077, app/assets/stylesheets/_custom.scss */
.p-9 {
  padding: 3.5rem !important;
}

/* line 13081, app/assets/stylesheets/_custom.scss */
.p-10 {
  padding: 4rem !important;
}

/* line 13085, app/assets/stylesheets/_custom.scss */
.p-11 {
  padding: 4.5rem !important;
}

/* line 13089, app/assets/stylesheets/_custom.scss */
.p-12 {
  padding: 5rem !important;
}

/* line 13093, app/assets/stylesheets/_custom.scss */
.p-13 {
  padding: 5.5rem !important;
}

/* line 13097, app/assets/stylesheets/_custom.scss */
.p-14 {
  padding: 6rem !important;
}

/* line 13101, app/assets/stylesheets/_custom.scss */
.p-15 {
  padding: 6.5rem !important;
}

/* line 13105, app/assets/stylesheets/_custom.scss */
.p-16 {
  padding: 7rem !important;
}

/* line 13109, app/assets/stylesheets/_custom.scss */
.p-17 {
  padding: 7.5rem !important;
}

/* line 13113, app/assets/stylesheets/_custom.scss */
.p-18 {
  padding: 8rem !important;
}

/* line 13117, app/assets/stylesheets/_custom.scss */
.p-19 {
  padding: 8.5rem !important;
}

/* line 13121, app/assets/stylesheets/_custom.scss */
.p-20 {
  padding: 9rem !important;
}

/* line 13125, app/assets/stylesheets/_custom.scss */
.p-21 {
  padding: 9.5rem !important;
}

/* line 13129, app/assets/stylesheets/_custom.scss */
.p-22 {
  padding: 10rem !important;
}

/* line 13133, app/assets/stylesheets/_custom.scss */
.p-23 {
  padding: 12rem !important;
}

/* line 13137, app/assets/stylesheets/_custom.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 13142, app/assets/stylesheets/_custom.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 13147, app/assets/stylesheets/_custom.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 13152, app/assets/stylesheets/_custom.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 13157, app/assets/stylesheets/_custom.scss */
.px-4 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

/* line 13162, app/assets/stylesheets/_custom.scss */
.px-5 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 13167, app/assets/stylesheets/_custom.scss */
.px-6 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

/* line 13172, app/assets/stylesheets/_custom.scss */
.px-7 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

/* line 13177, app/assets/stylesheets/_custom.scss */
.px-8 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 13182, app/assets/stylesheets/_custom.scss */
.px-9 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

/* line 13187, app/assets/stylesheets/_custom.scss */
.px-10 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

/* line 13192, app/assets/stylesheets/_custom.scss */
.px-11 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

/* line 13197, app/assets/stylesheets/_custom.scss */
.px-12 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

/* line 13202, app/assets/stylesheets/_custom.scss */
.px-13 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}

/* line 13207, app/assets/stylesheets/_custom.scss */
.px-14 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

/* line 13212, app/assets/stylesheets/_custom.scss */
.px-15 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}

/* line 13217, app/assets/stylesheets/_custom.scss */
.px-16 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

/* line 13222, app/assets/stylesheets/_custom.scss */
.px-17 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

/* line 13227, app/assets/stylesheets/_custom.scss */
.px-18 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

/* line 13232, app/assets/stylesheets/_custom.scss */
.px-19 {
  padding-right: 8.5rem !important;
  padding-left: 8.5rem !important;
}

/* line 13237, app/assets/stylesheets/_custom.scss */
.px-20 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

/* line 13242, app/assets/stylesheets/_custom.scss */
.px-21 {
  padding-right: 9.5rem !important;
  padding-left: 9.5rem !important;
}

/* line 13247, app/assets/stylesheets/_custom.scss */
.px-22 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

/* line 13252, app/assets/stylesheets/_custom.scss */
.px-23 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}

/* line 13257, app/assets/stylesheets/_custom.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 13262, app/assets/stylesheets/_custom.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 13267, app/assets/stylesheets/_custom.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 13272, app/assets/stylesheets/_custom.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 13277, app/assets/stylesheets/_custom.scss */
.py-4 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

/* line 13282, app/assets/stylesheets/_custom.scss */
.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 13287, app/assets/stylesheets/_custom.scss */
.py-6 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

/* line 13292, app/assets/stylesheets/_custom.scss */
.py-7 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

/* line 13297, app/assets/stylesheets/_custom.scss */
.py-8 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 13302, app/assets/stylesheets/_custom.scss */
.py-9 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

/* line 13307, app/assets/stylesheets/_custom.scss */
.py-10 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

/* line 13312, app/assets/stylesheets/_custom.scss */
.py-11 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

/* line 13317, app/assets/stylesheets/_custom.scss */
.py-12 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

/* line 13322, app/assets/stylesheets/_custom.scss */
.py-13 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

/* line 13327, app/assets/stylesheets/_custom.scss */
.py-14 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

/* line 13332, app/assets/stylesheets/_custom.scss */
.py-15 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

/* line 13337, app/assets/stylesheets/_custom.scss */
.py-16 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

/* line 13342, app/assets/stylesheets/_custom.scss */
.py-17 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

/* line 13347, app/assets/stylesheets/_custom.scss */
.py-18 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

/* line 13352, app/assets/stylesheets/_custom.scss */
.py-19 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important;
}

/* line 13357, app/assets/stylesheets/_custom.scss */
.py-20 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

/* line 13362, app/assets/stylesheets/_custom.scss */
.py-21 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important;
}

/* line 13367, app/assets/stylesheets/_custom.scss */
.py-22 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

/* line 13372, app/assets/stylesheets/_custom.scss */
.py-23 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

/* line 13377, app/assets/stylesheets/_custom.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 13381, app/assets/stylesheets/_custom.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 13385, app/assets/stylesheets/_custom.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 13389, app/assets/stylesheets/_custom.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 13393, app/assets/stylesheets/_custom.scss */
.pt-4 {
  padding-top: 1.25rem !important;
}

/* line 13397, app/assets/stylesheets/_custom.scss */
.pt-5 {
  padding-top: 1.5rem !important;
}

/* line 13401, app/assets/stylesheets/_custom.scss */
.pt-6 {
  padding-top: 2rem !important;
}

/* line 13405, app/assets/stylesheets/_custom.scss */
.pt-7 {
  padding-top: 2.5rem !important;
}

/* line 13409, app/assets/stylesheets/_custom.scss */
.pt-8 {
  padding-top: 3rem !important;
}

/* line 13413, app/assets/stylesheets/_custom.scss */
.pt-9 {
  padding-top: 3.5rem !important;
}

/* line 13417, app/assets/stylesheets/_custom.scss */
.pt-10 {
  padding-top: 4rem !important;
}

/* line 13421, app/assets/stylesheets/_custom.scss */
.pt-11 {
  padding-top: 4.5rem !important;
}

/* line 13425, app/assets/stylesheets/_custom.scss */
.pt-12 {
  padding-top: 5rem !important;
}

/* line 13429, app/assets/stylesheets/_custom.scss */
.pt-13 {
  padding-top: 5.5rem !important;
}

/* line 13433, app/assets/stylesheets/_custom.scss */
.pt-14 {
  padding-top: 6rem !important;
}

/* line 13437, app/assets/stylesheets/_custom.scss */
.pt-15 {
  padding-top: 6.5rem !important;
}

/* line 13441, app/assets/stylesheets/_custom.scss */
.pt-16 {
  padding-top: 7rem !important;
}

/* line 13445, app/assets/stylesheets/_custom.scss */
.pt-17 {
  padding-top: 7.5rem !important;
}

/* line 13449, app/assets/stylesheets/_custom.scss */
.pt-18 {
  padding-top: 8rem !important;
}

/* line 13453, app/assets/stylesheets/_custom.scss */
.pt-19 {
  padding-top: 8.5rem !important;
}

/* line 13457, app/assets/stylesheets/_custom.scss */
.pt-20 {
  padding-top: 9rem !important;
}

/* line 13461, app/assets/stylesheets/_custom.scss */
.pt-21 {
  padding-top: 9.5rem !important;
}

/* line 13465, app/assets/stylesheets/_custom.scss */
.pt-22 {
  padding-top: 10rem !important;
}

/* line 13469, app/assets/stylesheets/_custom.scss */
.pt-23 {
  padding-top: 12rem !important;
}

/* line 13473, app/assets/stylesheets/_custom.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 13477, app/assets/stylesheets/_custom.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 13481, app/assets/stylesheets/_custom.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 13485, app/assets/stylesheets/_custom.scss */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 13489, app/assets/stylesheets/_custom.scss */
.pe-4 {
  padding-right: 1.25rem !important;
}

/* line 13493, app/assets/stylesheets/_custom.scss */
.pe-5 {
  padding-right: 1.5rem !important;
}

/* line 13497, app/assets/stylesheets/_custom.scss */
.pe-6 {
  padding-right: 2rem !important;
}

/* line 13501, app/assets/stylesheets/_custom.scss */
.pe-7 {
  padding-right: 2.5rem !important;
}

/* line 13505, app/assets/stylesheets/_custom.scss */
.pe-8 {
  padding-right: 3rem !important;
}

/* line 13509, app/assets/stylesheets/_custom.scss */
.pe-9 {
  padding-right: 3.5rem !important;
}

/* line 13513, app/assets/stylesheets/_custom.scss */
.pe-10 {
  padding-right: 4rem !important;
}

/* line 13517, app/assets/stylesheets/_custom.scss */
.pe-11 {
  padding-right: 4.5rem !important;
}

/* line 13521, app/assets/stylesheets/_custom.scss */
.pe-12 {
  padding-right: 5rem !important;
}

/* line 13525, app/assets/stylesheets/_custom.scss */
.pe-13 {
  padding-right: 5.5rem !important;
}

/* line 13529, app/assets/stylesheets/_custom.scss */
.pe-14 {
  padding-right: 6rem !important;
}

/* line 13533, app/assets/stylesheets/_custom.scss */
.pe-15 {
  padding-right: 6.5rem !important;
}

/* line 13537, app/assets/stylesheets/_custom.scss */
.pe-16 {
  padding-right: 7rem !important;
}

/* line 13541, app/assets/stylesheets/_custom.scss */
.pe-17 {
  padding-right: 7.5rem !important;
}

/* line 13545, app/assets/stylesheets/_custom.scss */
.pe-18 {
  padding-right: 8rem !important;
}

/* line 13549, app/assets/stylesheets/_custom.scss */
.pe-19 {
  padding-right: 8.5rem !important;
}

/* line 13553, app/assets/stylesheets/_custom.scss */
.pe-20 {
  padding-right: 9rem !important;
}

/* line 13557, app/assets/stylesheets/_custom.scss */
.pe-21 {
  padding-right: 9.5rem !important;
}

/* line 13561, app/assets/stylesheets/_custom.scss */
.pe-22 {
  padding-right: 10rem !important;
}

/* line 13565, app/assets/stylesheets/_custom.scss */
.pe-23 {
  padding-right: 12rem !important;
}

/* line 13569, app/assets/stylesheets/_custom.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 13573, app/assets/stylesheets/_custom.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 13577, app/assets/stylesheets/_custom.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 13581, app/assets/stylesheets/_custom.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 13585, app/assets/stylesheets/_custom.scss */
.pb-4 {
  padding-bottom: 1.25rem !important;
}

/* line 13589, app/assets/stylesheets/_custom.scss */
.pb-5 {
  padding-bottom: 1.5rem !important;
}

/* line 13593, app/assets/stylesheets/_custom.scss */
.pb-6 {
  padding-bottom: 2rem !important;
}

/* line 13597, app/assets/stylesheets/_custom.scss */
.pb-7 {
  padding-bottom: 2.5rem !important;
}

/* line 13601, app/assets/stylesheets/_custom.scss */
.pb-8 {
  padding-bottom: 3rem !important;
}

/* line 13605, app/assets/stylesheets/_custom.scss */
.pb-9 {
  padding-bottom: 3.5rem !important;
}

/* line 13609, app/assets/stylesheets/_custom.scss */
.pb-10 {
  padding-bottom: 4rem !important;
}

/* line 13613, app/assets/stylesheets/_custom.scss */
.pb-11 {
  padding-bottom: 4.5rem !important;
}

/* line 13617, app/assets/stylesheets/_custom.scss */
.pb-12 {
  padding-bottom: 5rem !important;
}

/* line 13621, app/assets/stylesheets/_custom.scss */
.pb-13 {
  padding-bottom: 5.5rem !important;
}

/* line 13625, app/assets/stylesheets/_custom.scss */
.pb-14 {
  padding-bottom: 6rem !important;
}

/* line 13629, app/assets/stylesheets/_custom.scss */
.pb-15 {
  padding-bottom: 6.5rem !important;
}

/* line 13633, app/assets/stylesheets/_custom.scss */
.pb-16 {
  padding-bottom: 7rem !important;
}

/* line 13637, app/assets/stylesheets/_custom.scss */
.pb-17 {
  padding-bottom: 7.5rem !important;
}

/* line 13641, app/assets/stylesheets/_custom.scss */
.pb-18 {
  padding-bottom: 8rem !important;
}

/* line 13645, app/assets/stylesheets/_custom.scss */
.pb-19 {
  padding-bottom: 8.5rem !important;
}

/* line 13649, app/assets/stylesheets/_custom.scss */
.pb-20 {
  padding-bottom: 9rem !important;
}

/* line 13653, app/assets/stylesheets/_custom.scss */
.pb-21 {
  padding-bottom: 9.5rem !important;
}

/* line 13657, app/assets/stylesheets/_custom.scss */
.pb-22 {
  padding-bottom: 10rem !important;
}

/* line 13661, app/assets/stylesheets/_custom.scss */
.pb-23 {
  padding-bottom: 12rem !important;
}

/* line 13665, app/assets/stylesheets/_custom.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 13669, app/assets/stylesheets/_custom.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 13673, app/assets/stylesheets/_custom.scss */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 13677, app/assets/stylesheets/_custom.scss */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 13681, app/assets/stylesheets/_custom.scss */
.ps-4 {
  padding-left: 1.25rem !important;
}

/* line 13685, app/assets/stylesheets/_custom.scss */
.ps-5 {
  padding-left: 1.5rem !important;
}

/* line 13689, app/assets/stylesheets/_custom.scss */
.ps-6 {
  padding-left: 2rem !important;
}

/* line 13693, app/assets/stylesheets/_custom.scss */
.ps-7 {
  padding-left: 2.5rem !important;
}

/* line 13697, app/assets/stylesheets/_custom.scss */
.ps-8 {
  padding-left: 3rem !important;
}

/* line 13701, app/assets/stylesheets/_custom.scss */
.ps-9 {
  padding-left: 3.5rem !important;
}

/* line 13705, app/assets/stylesheets/_custom.scss */
.ps-10 {
  padding-left: 4rem !important;
}

/* line 13709, app/assets/stylesheets/_custom.scss */
.ps-11 {
  padding-left: 4.5rem !important;
}

/* line 13713, app/assets/stylesheets/_custom.scss */
.ps-12 {
  padding-left: 5rem !important;
}

/* line 13717, app/assets/stylesheets/_custom.scss */
.ps-13 {
  padding-left: 5.5rem !important;
}

/* line 13721, app/assets/stylesheets/_custom.scss */
.ps-14 {
  padding-left: 6rem !important;
}

/* line 13725, app/assets/stylesheets/_custom.scss */
.ps-15 {
  padding-left: 6.5rem !important;
}

/* line 13729, app/assets/stylesheets/_custom.scss */
.ps-16 {
  padding-left: 7rem !important;
}

/* line 13733, app/assets/stylesheets/_custom.scss */
.ps-17 {
  padding-left: 7.5rem !important;
}

/* line 13737, app/assets/stylesheets/_custom.scss */
.ps-18 {
  padding-left: 8rem !important;
}

/* line 13741, app/assets/stylesheets/_custom.scss */
.ps-19 {
  padding-left: 8.5rem !important;
}

/* line 13745, app/assets/stylesheets/_custom.scss */
.ps-20 {
  padding-left: 9rem !important;
}

/* line 13749, app/assets/stylesheets/_custom.scss */
.ps-21 {
  padding-left: 9.5rem !important;
}

/* line 13753, app/assets/stylesheets/_custom.scss */
.ps-22 {
  padding-left: 10rem !important;
}

/* line 13757, app/assets/stylesheets/_custom.scss */
.ps-23 {
  padding-left: 12rem !important;
}

/* line 13761, app/assets/stylesheets/_custom.scss */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 13765, app/assets/stylesheets/_custom.scss */
.fs-1 {
  font-size: calc(1.35rem + 1.2vw) !important;
}

/* line 13769, app/assets/stylesheets/_custom.scss */
.fs-2 {
  font-size: calc(1.3125rem + 0.75vw) !important;
}

/* line 13773, app/assets/stylesheets/_custom.scss */
.fs-3 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

/* line 13777, app/assets/stylesheets/_custom.scss */
.fs-4 {
  font-size: 1.125rem !important;
}

/* line 13781, app/assets/stylesheets/_custom.scss */
.fs-5 {
  font-size: 0.938rem !important;
}

/* line 13785, app/assets/stylesheets/_custom.scss */
.fs-6 {
  font-size: 0.75rem !important;
}

/* line 13789, app/assets/stylesheets/_custom.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 13793, app/assets/stylesheets/_custom.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 13797, app/assets/stylesheets/_custom.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 13801, app/assets/stylesheets/_custom.scss */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 13805, app/assets/stylesheets/_custom.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 13809, app/assets/stylesheets/_custom.scss */
.fw-semi-bold {
  font-weight: 500 !important;
}

/* line 13813, app/assets/stylesheets/_custom.scss */
.fw-medium {
  font-weight: 500 !important;
}

/* line 13817, app/assets/stylesheets/_custom.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 13821, app/assets/stylesheets/_custom.scss */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 13825, app/assets/stylesheets/_custom.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 13829, app/assets/stylesheets/_custom.scss */
.lh-2 {
  line-height: 1.5 !important;
}

/* line 13833, app/assets/stylesheets/_custom.scss */
.lh-3 {
  line-height: 1.8 !important;
}

/* line 13837, app/assets/stylesheets/_custom.scss */
.lh-sm {
  line-height: 1.2 !important;
}

/* line 13841, app/assets/stylesheets/_custom.scss */
.lh-base {
  line-height: 1.5 !important;
}

/* line 13845, app/assets/stylesheets/_custom.scss */
.lh-md {
  line-height: 1.6 !important;
}

/* line 13849, app/assets/stylesheets/_custom.scss */
.lh-lg {
  line-height: 1.8 !important;
}

/* line 13853, app/assets/stylesheets/_custom.scss */
.text-start {
  text-align: left !important;
}

/* line 13857, app/assets/stylesheets/_custom.scss */
.text-end {
  text-align: right !important;
}

/* line 13861, app/assets/stylesheets/_custom.scss */
.text-center {
  text-align: center !important;
}

/* line 13865, app/assets/stylesheets/_custom.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 13869, app/assets/stylesheets/_custom.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 13873, app/assets/stylesheets/_custom.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 13877, app/assets/stylesheets/_custom.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 13881, app/assets/stylesheets/_custom.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 13885, app/assets/stylesheets/_custom.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 13889, app/assets/stylesheets/_custom.scss */
.text-wrap {
  white-space: normal !important;
}

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

/* rtl:begin:remove */
/* line 13898, app/assets/stylesheets/_custom.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* line 13904, app/assets/stylesheets/_custom.scss */
.text-primary {
  color: #624BFF !important;
}

/* line 13908, app/assets/stylesheets/_custom.scss */
.text-secondary {
  color: #637381 !important;
}

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

/* line 13916, app/assets/stylesheets/_custom.scss */
.text-info {
  color: #0dcaf0 !important;
}

/* line 13920, app/assets/stylesheets/_custom.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 13924, app/assets/stylesheets/_custom.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 13928, app/assets/stylesheets/_custom.scss */
.text-light {
  color: #F9FAFB !important;
}

/* line 13932, app/assets/stylesheets/_custom.scss */
.text-dark {
  color: #212B36 !important;
}

/* line 13936, app/assets/stylesheets/_custom.scss */
.text-white {
  color: #fff !important;
}

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

/* line 13944, app/assets/stylesheets/_custom.scss */
.text-light-danger {
  color: #FBEBEC !important;
}

/* line 13948, app/assets/stylesheets/_custom.scss */
.text-light-info {
  color: #E7FAFE !important;
}

/* line 13952, app/assets/stylesheets/_custom.scss */
.text-light-warning {
  color: #FFF3CD !important;
}

/* line 13956, app/assets/stylesheets/_custom.scss */
.text-light-secondary {
  color: #e9ecef !important;
}

/* line 13960, app/assets/stylesheets/_custom.scss */
.text-light-success {
  color: #EAF6EC !important;
}

/* line 13964, app/assets/stylesheets/_custom.scss */
.text-light-dark {
  color: #d1cfd8 !important;
}

/* line 13968, app/assets/stylesheets/_custom.scss */
.text-dark-primary {
  color: #593cc1 !important;
}

/* line 13972, app/assets/stylesheets/_custom.scss */
.text-dark-warning {
  color: #c28135 !important;
}

/* line 13976, app/assets/stylesheets/_custom.scss */
.text-dark-info {
  color: #51a0c2 !important;
}

/* line 13980, app/assets/stylesheets/_custom.scss */
.text-dark-danger {
  color: #ae302e !important;
}

/* line 13984, app/assets/stylesheets/_custom.scss */
.text-dark-success {
  color: #139a74 !important;
}

/* line 13988, app/assets/stylesheets/_custom.scss */
.text-dark-secondary {
  color: #5c596d !important;
}

/* line 13992, app/assets/stylesheets/_custom.scss */
.text-gray-100 {
  color: #F9FAFB !important;
}

/* line 13996, app/assets/stylesheets/_custom.scss */
.text-gray-200 {
  color: #F4F6F8 !important;
}

/* line 14000, app/assets/stylesheets/_custom.scss */
.text-gray-300 {
  color: #DFE3E8 !important;
}

/* line 14004, app/assets/stylesheets/_custom.scss */
.text-gray-400 {
  color: #C4CDD5 !important;
}

/* line 14008, app/assets/stylesheets/_custom.scss */
.text-gray-500 {
  color: #919EAB !important;
}

/* line 14012, app/assets/stylesheets/_custom.scss */
.text-gray-600 {
  color: #637381 !important;
}

/* line 14016, app/assets/stylesheets/_custom.scss */
.text-gray-700 {
  color: #454F5B !important;
}

/* line 14020, app/assets/stylesheets/_custom.scss */
.text-gray-800 {
  color: #212B36 !important;
}

/* line 14024, app/assets/stylesheets/_custom.scss */
.text-gray-900 {
  color: #161C24 !important;
}

/* line 14028, app/assets/stylesheets/_custom.scss */
.text-body {
  color: #637381 !important;
}

/* line 14032, app/assets/stylesheets/_custom.scss */
.text-muted {
  color: #637381 !important;
}

/* line 14036, app/assets/stylesheets/_custom.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 14040, app/assets/stylesheets/_custom.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 14044, app/assets/stylesheets/_custom.scss */
.text-reset {
  color: inherit !important;
}

/* line 14048, app/assets/stylesheets/_custom.scss */
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

/* line 14052, app/assets/stylesheets/_custom.scss */
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

/* line 14056, app/assets/stylesheets/_custom.scss */
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

/* line 14060, app/assets/stylesheets/_custom.scss */
.text-opacity-100 {
  --bs-text-opacity: 1;
}

/* line 14064, app/assets/stylesheets/_custom.scss */
.bg-primary {
  background-color: #624BFF !important;
}

/* line 14068, app/assets/stylesheets/_custom.scss */
.bg-secondary {
  background-color: #637381 !important;
}

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

/* line 14076, app/assets/stylesheets/_custom.scss */
.bg-info {
  background-color: #0dcaf0 !important;
}

/* line 14080, app/assets/stylesheets/_custom.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 14084, app/assets/stylesheets/_custom.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 14088, app/assets/stylesheets/_custom.scss */
.bg-light {
  background-color: #F9FAFB !important;
}

/* line 14092, app/assets/stylesheets/_custom.scss */
.bg-dark {
  background-color: #212B36 !important;
}

/* line 14096, app/assets/stylesheets/_custom.scss */
.bg-white {
  background-color: #fff !important;
}

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

/* line 14104, app/assets/stylesheets/_custom.scss */
.bg-light-danger {
  background-color: #FBEBEC !important;
}

/* line 14108, app/assets/stylesheets/_custom.scss */
.bg-light-info {
  background-color: #E7FAFE !important;
}

/* line 14112, app/assets/stylesheets/_custom.scss */
.bg-light-warning {
  background-color: #FFF3CD !important;
}

/* line 14116, app/assets/stylesheets/_custom.scss */
.bg-light-secondary {
  background-color: #e9ecef !important;
}

/* line 14120, app/assets/stylesheets/_custom.scss */
.bg-light-success {
  background-color: #EAF6EC !important;
}

/* line 14124, app/assets/stylesheets/_custom.scss */
.bg-light-dark {
  background-color: #d1cfd8 !important;
}

/* line 14128, app/assets/stylesheets/_custom.scss */
.bg-dark-primary {
  background-color: #593cc1 !important;
}

/* line 14132, app/assets/stylesheets/_custom.scss */
.bg-dark-warning {
  background-color: #c28135 !important;
}

/* line 14136, app/assets/stylesheets/_custom.scss */
.bg-dark-info {
  background-color: #51a0c2 !important;
}

/* line 14140, app/assets/stylesheets/_custom.scss */
.bg-dark-danger {
  background-color: #ae302e !important;
}

/* line 14144, app/assets/stylesheets/_custom.scss */
.bg-dark-success {
  background-color: #139a74 !important;
}

/* line 14148, app/assets/stylesheets/_custom.scss */
.bg-dark-secondary {
  background-color: #5c596d !important;
}

/* line 14152, app/assets/stylesheets/_custom.scss */
.bg-gray-100 {
  background-color: #F9FAFB !important;
}

/* line 14156, app/assets/stylesheets/_custom.scss */
.bg-gray-200 {
  background-color: #F4F6F8 !important;
}

/* line 14160, app/assets/stylesheets/_custom.scss */
.bg-gray-300 {
  background-color: #DFE3E8 !important;
}

/* line 14164, app/assets/stylesheets/_custom.scss */
.bg-gray-400 {
  background-color: #C4CDD5 !important;
}

/* line 14168, app/assets/stylesheets/_custom.scss */
.bg-gray-500 {
  background-color: #919EAB !important;
}

/* line 14172, app/assets/stylesheets/_custom.scss */
.bg-gray-600 {
  background-color: #637381 !important;
}

/* line 14176, app/assets/stylesheets/_custom.scss */
.bg-gray-700 {
  background-color: #454F5B !important;
}

/* line 14180, app/assets/stylesheets/_custom.scss */
.bg-gray-800 {
  background-color: #212B36 !important;
}

/* line 14184, app/assets/stylesheets/_custom.scss */
.bg-gray-900 {
  background-color: #161C24 !important;
}

/* line 14188, app/assets/stylesheets/_custom.scss */
.bg-body {
  background-color: #fff !important;
}

/* line 14192, app/assets/stylesheets/_custom.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 14196, app/assets/stylesheets/_custom.scss */
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

/* line 14200, app/assets/stylesheets/_custom.scss */
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

/* line 14204, app/assets/stylesheets/_custom.scss */
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

/* line 14208, app/assets/stylesheets/_custom.scss */
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

/* line 14212, app/assets/stylesheets/_custom.scss */
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

/* line 14216, app/assets/stylesheets/_custom.scss */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 14220, app/assets/stylesheets/_custom.scss */
.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}

/* line 14225, app/assets/stylesheets/_custom.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

/* line 14231, app/assets/stylesheets/_custom.scss */
.user-select-none {
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

/* line 14237, app/assets/stylesheets/_custom.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 14241, app/assets/stylesheets/_custom.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 14245, app/assets/stylesheets/_custom.scss */
.rounded {
  border-radius: 0.375rem !important;
}

/* line 14249, app/assets/stylesheets/_custom.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 14253, app/assets/stylesheets/_custom.scss */
.rounded-1 {
  border-radius: 0.2rem !important;
}

/* line 14257, app/assets/stylesheets/_custom.scss */
.rounded-2 {
  border-radius: 0.375rem !important;
}

/* line 14261, app/assets/stylesheets/_custom.scss */
.rounded-3 {
  border-radius: 0.5rem !important;
}

/* line 14265, app/assets/stylesheets/_custom.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 14269, app/assets/stylesheets/_custom.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 14273, app/assets/stylesheets/_custom.scss */
.rounded-top {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

/* line 14278, app/assets/stylesheets/_custom.scss */
.rounded-end {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

/* line 14283, app/assets/stylesheets/_custom.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

/* line 14288, app/assets/stylesheets/_custom.scss */
.rounded-start {
  border-bottom-left-radius: 0.375rem !important;
  border-top-left-radius: 0.375rem !important;
}

/* line 14293, app/assets/stylesheets/_custom.scss */
.visible {
  visibility: visible !important;
}

/* line 14297, app/assets/stylesheets/_custom.scss */
.invisible {
  visibility: hidden !important;
}

/* line 14301, app/assets/stylesheets/_custom.scss */
.ls-xs {
  letter-spacing: -0.08em !important;
}

/* line 14305, app/assets/stylesheets/_custom.scss */
.ls-sm {
  letter-spacing: -0.04em !important;
}

/* line 14309, app/assets/stylesheets/_custom.scss */
.ls-base {
  letter-spacing: 0em !important;
}

/* line 14313, app/assets/stylesheets/_custom.scss */
.ls-md {
  letter-spacing: 0.1em !important;
}

/* line 14317, app/assets/stylesheets/_custom.scss */
.ls-lg {
  letter-spacing: 0.15em !important;
}

/* line 14321, app/assets/stylesheets/_custom.scss */
.ls-xl {
  letter-spacing: 0.2em !important;
}

/* line 14325, app/assets/stylesheets/_custom.scss */
.ls-xxl {
  letter-spacing: 0.25em !important;
}

/* line 14329, app/assets/stylesheets/_custom.scss */
.z-0 {
  z-index: 0 !important;
}

/* line 14333, app/assets/stylesheets/_custom.scss */
.z-1 {
  z-index: 1 !important;
}

/* line 14337, app/assets/stylesheets/_custom.scss */
.z-2 {
  z-index: 2 !important;
}

/* line 14341, app/assets/stylesheets/_custom.scss */
.z-3 {
  z-index: 3 !important;
}

/* line 14345, app/assets/stylesheets/_custom.scss */
.z-4 {
  z-index: 4 !important;
}

/* line 14349, app/assets/stylesheets/_custom.scss */
.z-5 {
  z-index: 5 !important;
}

@media (min-width: 576px) {
  /* line 14354, app/assets/stylesheets/_custom.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 14358, app/assets/stylesheets/_custom.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 14362, app/assets/stylesheets/_custom.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 14366, app/assets/stylesheets/_custom.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 14370, app/assets/stylesheets/_custom.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 14374, app/assets/stylesheets/_custom.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 14378, app/assets/stylesheets/_custom.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 14382, app/assets/stylesheets/_custom.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 14386, app/assets/stylesheets/_custom.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 14390, app/assets/stylesheets/_custom.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 14394, app/assets/stylesheets/_custom.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 14398, app/assets/stylesheets/_custom.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 14402, app/assets/stylesheets/_custom.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 14406, app/assets/stylesheets/_custom.scss */
  .w-sm-15 {
    width: 15% !important;
  }
  /* line 14410, app/assets/stylesheets/_custom.scss */
  .w-sm-25 {
    width: 25% !important;
  }
  /* line 14414, app/assets/stylesheets/_custom.scss */
  .w-sm-30 {
    width: 30% !important;
  }
  /* line 14418, app/assets/stylesheets/_custom.scss */
  .w-sm-40 {
    width: 40% !important;
  }
  /* line 14422, app/assets/stylesheets/_custom.scss */
  .w-sm-50 {
    width: 50% !important;
  }
  /* line 14426, app/assets/stylesheets/_custom.scss */
  .w-sm-65 {
    width: 65% !important;
  }
  /* line 14430, app/assets/stylesheets/_custom.scss */
  .w-sm-75 {
    width: 75% !important;
  }
  /* line 14434, app/assets/stylesheets/_custom.scss */
  .w-sm-100 {
    width: 100% !important;
  }
  /* line 14438, app/assets/stylesheets/_custom.scss */
  .w-sm-auto {
    width: auto !important;
  }
  /* line 14442, app/assets/stylesheets/_custom.scss */
  .mw-sm-25 {
    max-width: 25% !important;
  }
  /* line 14446, app/assets/stylesheets/_custom.scss */
  .mw-sm-30 {
    max-width: 30% !important;
  }
  /* line 14450, app/assets/stylesheets/_custom.scss */
  .mw-sm-40 {
    max-width: 40% !important;
  }
  /* line 14454, app/assets/stylesheets/_custom.scss */
  .mw-sm-50 {
    max-width: 50% !important;
  }
  /* line 14458, app/assets/stylesheets/_custom.scss */
  .mw-sm-65 {
    max-width: 65% !important;
  }
  /* line 14462, app/assets/stylesheets/_custom.scss */
  .mw-sm-75 {
    max-width: 75% !important;
  }
  /* line 14466, app/assets/stylesheets/_custom.scss */
  .mw-sm-100 {
    max-width: 100% !important;
  }
  /* line 14470, app/assets/stylesheets/_custom.scss */
  .mw-sm-auto {
    max-width: auto !important;
  }
  /* line 14474, app/assets/stylesheets/_custom.scss */
  .vw-sm-100 {
    width: 100vw !important;
  }
  /* line 14478, app/assets/stylesheets/_custom.scss */
  .min-vw-sm-100 {
    min-width: 100vw !important;
  }
  /* line 14482, app/assets/stylesheets/_custom.scss */
  .h-sm-25 {
    height: 25% !important;
  }
  /* line 14486, app/assets/stylesheets/_custom.scss */
  .h-sm-30 {
    height: 30% !important;
  }
  /* line 14490, app/assets/stylesheets/_custom.scss */
  .h-sm-40 {
    height: 40% !important;
  }
  /* line 14494, app/assets/stylesheets/_custom.scss */
  .h-sm-50 {
    height: 50% !important;
  }
  /* line 14498, app/assets/stylesheets/_custom.scss */
  .h-sm-65 {
    height: 65% !important;
  }
  /* line 14502, app/assets/stylesheets/_custom.scss */
  .h-sm-75 {
    height: 75% !important;
  }
  /* line 14506, app/assets/stylesheets/_custom.scss */
  .h-sm-100 {
    height: 100% !important;
  }
  /* line 14510, app/assets/stylesheets/_custom.scss */
  .h-sm-auto {
    height: auto !important;
  }
  /* line 14514, app/assets/stylesheets/_custom.scss */
  .mh-sm-25 {
    max-height: 25% !important;
  }
  /* line 14518, app/assets/stylesheets/_custom.scss */
  .mh-sm-30 {
    max-height: 30% !important;
  }
  /* line 14522, app/assets/stylesheets/_custom.scss */
  .mh-sm-40 {
    max-height: 40% !important;
  }
  /* line 14526, app/assets/stylesheets/_custom.scss */
  .mh-sm-50 {
    max-height: 50% !important;
  }
  /* line 14530, app/assets/stylesheets/_custom.scss */
  .mh-sm-65 {
    max-height: 65% !important;
  }
  /* line 14534, app/assets/stylesheets/_custom.scss */
  .mh-sm-75 {
    max-height: 75% !important;
  }
  /* line 14538, app/assets/stylesheets/_custom.scss */
  .mh-sm-100 {
    max-height: 100% !important;
  }
  /* line 14542, app/assets/stylesheets/_custom.scss */
  .mh-sm-auto {
    max-height: auto !important;
  }
  /* line 14546, app/assets/stylesheets/_custom.scss */
  .vh-sm-100 {
    height: 100vh !important;
  }
  /* line 14550, app/assets/stylesheets/_custom.scss */
  .min-vh-sm-100 {
    min-height: 100vh !important;
  }
  /* line 14554, app/assets/stylesheets/_custom.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 14558, app/assets/stylesheets/_custom.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 14562, app/assets/stylesheets/_custom.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 14566, app/assets/stylesheets/_custom.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14570, app/assets/stylesheets/_custom.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 14574, app/assets/stylesheets/_custom.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 14578, app/assets/stylesheets/_custom.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 14582, app/assets/stylesheets/_custom.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 14586, app/assets/stylesheets/_custom.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 14590, app/assets/stylesheets/_custom.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 14594, app/assets/stylesheets/_custom.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 14598, app/assets/stylesheets/_custom.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 14602, app/assets/stylesheets/_custom.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 14606, app/assets/stylesheets/_custom.scss */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 14610, app/assets/stylesheets/_custom.scss */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 14614, app/assets/stylesheets/_custom.scss */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 14618, app/assets/stylesheets/_custom.scss */
  .gap-sm-4 {
    gap: 1.25rem !important;
  }
  /* line 14622, app/assets/stylesheets/_custom.scss */
  .gap-sm-5 {
    gap: 1.5rem !important;
  }
  /* line 14626, app/assets/stylesheets/_custom.scss */
  .gap-sm-6 {
    gap: 2rem !important;
  }
  /* line 14630, app/assets/stylesheets/_custom.scss */
  .gap-sm-7 {
    gap: 2.5rem !important;
  }
  /* line 14634, app/assets/stylesheets/_custom.scss */
  .gap-sm-8 {
    gap: 3rem !important;
  }
  /* line 14638, app/assets/stylesheets/_custom.scss */
  .gap-sm-9 {
    gap: 3.5rem !important;
  }
  /* line 14642, app/assets/stylesheets/_custom.scss */
  .gap-sm-10 {
    gap: 4rem !important;
  }
  /* line 14646, app/assets/stylesheets/_custom.scss */
  .gap-sm-11 {
    gap: 4.5rem !important;
  }
  /* line 14650, app/assets/stylesheets/_custom.scss */
  .gap-sm-12 {
    gap: 5rem !important;
  }
  /* line 14654, app/assets/stylesheets/_custom.scss */
  .gap-sm-13 {
    gap: 5.5rem !important;
  }
  /* line 14658, app/assets/stylesheets/_custom.scss */
  .gap-sm-14 {
    gap: 6rem !important;
  }
  /* line 14662, app/assets/stylesheets/_custom.scss */
  .gap-sm-15 {
    gap: 6.5rem !important;
  }
  /* line 14666, app/assets/stylesheets/_custom.scss */
  .gap-sm-16 {
    gap: 7rem !important;
  }
  /* line 14670, app/assets/stylesheets/_custom.scss */
  .gap-sm-17 {
    gap: 7.5rem !important;
  }
  /* line 14674, app/assets/stylesheets/_custom.scss */
  .gap-sm-18 {
    gap: 8rem !important;
  }
  /* line 14678, app/assets/stylesheets/_custom.scss */
  .gap-sm-19 {
    gap: 8.5rem !important;
  }
  /* line 14682, app/assets/stylesheets/_custom.scss */
  .gap-sm-20 {
    gap: 9rem !important;
  }
  /* line 14686, app/assets/stylesheets/_custom.scss */
  .gap-sm-21 {
    gap: 9.5rem !important;
  }
  /* line 14690, app/assets/stylesheets/_custom.scss */
  .gap-sm-22 {
    gap: 10rem !important;
  }
  /* line 14694, app/assets/stylesheets/_custom.scss */
  .gap-sm-23 {
    gap: 12rem !important;
  }
  /* line 14698, app/assets/stylesheets/_custom.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 14702, app/assets/stylesheets/_custom.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 14706, app/assets/stylesheets/_custom.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 14710, app/assets/stylesheets/_custom.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 14714, app/assets/stylesheets/_custom.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 14718, app/assets/stylesheets/_custom.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 14722, app/assets/stylesheets/_custom.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 14726, app/assets/stylesheets/_custom.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 14730, app/assets/stylesheets/_custom.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 14734, app/assets/stylesheets/_custom.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 14738, app/assets/stylesheets/_custom.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 14742, app/assets/stylesheets/_custom.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 14746, app/assets/stylesheets/_custom.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 14750, app/assets/stylesheets/_custom.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 14754, app/assets/stylesheets/_custom.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 14758, app/assets/stylesheets/_custom.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 14762, app/assets/stylesheets/_custom.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 14766, app/assets/stylesheets/_custom.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 14770, app/assets/stylesheets/_custom.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 14774, app/assets/stylesheets/_custom.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 14778, app/assets/stylesheets/_custom.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 14782, app/assets/stylesheets/_custom.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 14786, app/assets/stylesheets/_custom.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 14790, app/assets/stylesheets/_custom.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 14794, app/assets/stylesheets/_custom.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 14798, app/assets/stylesheets/_custom.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 14802, app/assets/stylesheets/_custom.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 14806, app/assets/stylesheets/_custom.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 14810, app/assets/stylesheets/_custom.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 14814, app/assets/stylesheets/_custom.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 14818, app/assets/stylesheets/_custom.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 14822, app/assets/stylesheets/_custom.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 14826, app/assets/stylesheets/_custom.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 14830, app/assets/stylesheets/_custom.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 14834, app/assets/stylesheets/_custom.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 14838, app/assets/stylesheets/_custom.scss */
  .m-sm-4 {
    margin: 1.25rem !important;
  }
  /* line 14842, app/assets/stylesheets/_custom.scss */
  .m-sm-5 {
    margin: 1.5rem !important;
  }
  /* line 14846, app/assets/stylesheets/_custom.scss */
  .m-sm-6 {
    margin: 2rem !important;
  }
  /* line 14850, app/assets/stylesheets/_custom.scss */
  .m-sm-7 {
    margin: 2.5rem !important;
  }
  /* line 14854, app/assets/stylesheets/_custom.scss */
  .m-sm-8 {
    margin: 3rem !important;
  }
  /* line 14858, app/assets/stylesheets/_custom.scss */
  .m-sm-9 {
    margin: 3.5rem !important;
  }
  /* line 14862, app/assets/stylesheets/_custom.scss */
  .m-sm-10 {
    margin: 4rem !important;
  }
  /* line 14866, app/assets/stylesheets/_custom.scss */
  .m-sm-11 {
    margin: 4.5rem !important;
  }
  /* line 14870, app/assets/stylesheets/_custom.scss */
  .m-sm-12 {
    margin: 5rem !important;
  }
  /* line 14874, app/assets/stylesheets/_custom.scss */
  .m-sm-13 {
    margin: 5.5rem !important;
  }
  /* line 14878, app/assets/stylesheets/_custom.scss */
  .m-sm-14 {
    margin: 6rem !important;
  }
  /* line 14882, app/assets/stylesheets/_custom.scss */
  .m-sm-15 {
    margin: 6.5rem !important;
  }
  /* line 14886, app/assets/stylesheets/_custom.scss */
  .m-sm-16 {
    margin: 7rem !important;
  }
  /* line 14890, app/assets/stylesheets/_custom.scss */
  .m-sm-17 {
    margin: 7.5rem !important;
  }
  /* line 14894, app/assets/stylesheets/_custom.scss */
  .m-sm-18 {
    margin: 8rem !important;
  }
  /* line 14898, app/assets/stylesheets/_custom.scss */
  .m-sm-19 {
    margin: 8.5rem !important;
  }
  /* line 14902, app/assets/stylesheets/_custom.scss */
  .m-sm-20 {
    margin: 9rem !important;
  }
  /* line 14906, app/assets/stylesheets/_custom.scss */
  .m-sm-21 {
    margin: 9.5rem !important;
  }
  /* line 14910, app/assets/stylesheets/_custom.scss */
  .m-sm-22 {
    margin: 10rem !important;
  }
  /* line 14914, app/assets/stylesheets/_custom.scss */
  .m-sm-23 {
    margin: 12rem !important;
  }
  /* line 14918, app/assets/stylesheets/_custom.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 14922, app/assets/stylesheets/_custom.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 14927, app/assets/stylesheets/_custom.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 14932, app/assets/stylesheets/_custom.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 14937, app/assets/stylesheets/_custom.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 14942, app/assets/stylesheets/_custom.scss */
  .mx-sm-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 14947, app/assets/stylesheets/_custom.scss */
  .mx-sm-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 14952, app/assets/stylesheets/_custom.scss */
  .mx-sm-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 14957, app/assets/stylesheets/_custom.scss */
  .mx-sm-7 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 14962, app/assets/stylesheets/_custom.scss */
  .mx-sm-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 14967, app/assets/stylesheets/_custom.scss */
  .mx-sm-9 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 14972, app/assets/stylesheets/_custom.scss */
  .mx-sm-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 14977, app/assets/stylesheets/_custom.scss */
  .mx-sm-11 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 14982, app/assets/stylesheets/_custom.scss */
  .mx-sm-12 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 14987, app/assets/stylesheets/_custom.scss */
  .mx-sm-13 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 14992, app/assets/stylesheets/_custom.scss */
  .mx-sm-14 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 14997, app/assets/stylesheets/_custom.scss */
  .mx-sm-15 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 15002, app/assets/stylesheets/_custom.scss */
  .mx-sm-16 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 15007, app/assets/stylesheets/_custom.scss */
  .mx-sm-17 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 15012, app/assets/stylesheets/_custom.scss */
  .mx-sm-18 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 15017, app/assets/stylesheets/_custom.scss */
  .mx-sm-19 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  /* line 15022, app/assets/stylesheets/_custom.scss */
  .mx-sm-20 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  /* line 15027, app/assets/stylesheets/_custom.scss */
  .mx-sm-21 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  /* line 15032, app/assets/stylesheets/_custom.scss */
  .mx-sm-22 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 15037, app/assets/stylesheets/_custom.scss */
  .mx-sm-23 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 15042, app/assets/stylesheets/_custom.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 15047, app/assets/stylesheets/_custom.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 15052, app/assets/stylesheets/_custom.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 15057, app/assets/stylesheets/_custom.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 15062, app/assets/stylesheets/_custom.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 15067, app/assets/stylesheets/_custom.scss */
  .my-sm-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 15072, app/assets/stylesheets/_custom.scss */
  .my-sm-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 15077, app/assets/stylesheets/_custom.scss */
  .my-sm-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 15082, app/assets/stylesheets/_custom.scss */
  .my-sm-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 15087, app/assets/stylesheets/_custom.scss */
  .my-sm-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 15092, app/assets/stylesheets/_custom.scss */
  .my-sm-9 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 15097, app/assets/stylesheets/_custom.scss */
  .my-sm-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 15102, app/assets/stylesheets/_custom.scss */
  .my-sm-11 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 15107, app/assets/stylesheets/_custom.scss */
  .my-sm-12 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 15112, app/assets/stylesheets/_custom.scss */
  .my-sm-13 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 15117, app/assets/stylesheets/_custom.scss */
  .my-sm-14 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 15122, app/assets/stylesheets/_custom.scss */
  .my-sm-15 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 15127, app/assets/stylesheets/_custom.scss */
  .my-sm-16 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 15132, app/assets/stylesheets/_custom.scss */
  .my-sm-17 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 15137, app/assets/stylesheets/_custom.scss */
  .my-sm-18 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 15142, app/assets/stylesheets/_custom.scss */
  .my-sm-19 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  /* line 15147, app/assets/stylesheets/_custom.scss */
  .my-sm-20 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  /* line 15152, app/assets/stylesheets/_custom.scss */
  .my-sm-21 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  /* line 15157, app/assets/stylesheets/_custom.scss */
  .my-sm-22 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 15162, app/assets/stylesheets/_custom.scss */
  .my-sm-23 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 15167, app/assets/stylesheets/_custom.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 15172, app/assets/stylesheets/_custom.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 15176, app/assets/stylesheets/_custom.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15180, app/assets/stylesheets/_custom.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15184, app/assets/stylesheets/_custom.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 15188, app/assets/stylesheets/_custom.scss */
  .mt-sm-4 {
    margin-top: 1.25rem !important;
  }
  /* line 15192, app/assets/stylesheets/_custom.scss */
  .mt-sm-5 {
    margin-top: 1.5rem !important;
  }
  /* line 15196, app/assets/stylesheets/_custom.scss */
  .mt-sm-6 {
    margin-top: 2rem !important;
  }
  /* line 15200, app/assets/stylesheets/_custom.scss */
  .mt-sm-7 {
    margin-top: 2.5rem !important;
  }
  /* line 15204, app/assets/stylesheets/_custom.scss */
  .mt-sm-8 {
    margin-top: 3rem !important;
  }
  /* line 15208, app/assets/stylesheets/_custom.scss */
  .mt-sm-9 {
    margin-top: 3.5rem !important;
  }
  /* line 15212, app/assets/stylesheets/_custom.scss */
  .mt-sm-10 {
    margin-top: 4rem !important;
  }
  /* line 15216, app/assets/stylesheets/_custom.scss */
  .mt-sm-11 {
    margin-top: 4.5rem !important;
  }
  /* line 15220, app/assets/stylesheets/_custom.scss */
  .mt-sm-12 {
    margin-top: 5rem !important;
  }
  /* line 15224, app/assets/stylesheets/_custom.scss */
  .mt-sm-13 {
    margin-top: 5.5rem !important;
  }
  /* line 15228, app/assets/stylesheets/_custom.scss */
  .mt-sm-14 {
    margin-top: 6rem !important;
  }
  /* line 15232, app/assets/stylesheets/_custom.scss */
  .mt-sm-15 {
    margin-top: 6.5rem !important;
  }
  /* line 15236, app/assets/stylesheets/_custom.scss */
  .mt-sm-16 {
    margin-top: 7rem !important;
  }
  /* line 15240, app/assets/stylesheets/_custom.scss */
  .mt-sm-17 {
    margin-top: 7.5rem !important;
  }
  /* line 15244, app/assets/stylesheets/_custom.scss */
  .mt-sm-18 {
    margin-top: 8rem !important;
  }
  /* line 15248, app/assets/stylesheets/_custom.scss */
  .mt-sm-19 {
    margin-top: 8.5rem !important;
  }
  /* line 15252, app/assets/stylesheets/_custom.scss */
  .mt-sm-20 {
    margin-top: 9rem !important;
  }
  /* line 15256, app/assets/stylesheets/_custom.scss */
  .mt-sm-21 {
    margin-top: 9.5rem !important;
  }
  /* line 15260, app/assets/stylesheets/_custom.scss */
  .mt-sm-22 {
    margin-top: 10rem !important;
  }
  /* line 15264, app/assets/stylesheets/_custom.scss */
  .mt-sm-23 {
    margin-top: 12rem !important;
  }
  /* line 15268, app/assets/stylesheets/_custom.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 15272, app/assets/stylesheets/_custom.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 15276, app/assets/stylesheets/_custom.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 15280, app/assets/stylesheets/_custom.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 15284, app/assets/stylesheets/_custom.scss */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 15288, app/assets/stylesheets/_custom.scss */
  .me-sm-4 {
    margin-right: 1.25rem !important;
  }
  /* line 15292, app/assets/stylesheets/_custom.scss */
  .me-sm-5 {
    margin-right: 1.5rem !important;
  }
  /* line 15296, app/assets/stylesheets/_custom.scss */
  .me-sm-6 {
    margin-right: 2rem !important;
  }
  /* line 15300, app/assets/stylesheets/_custom.scss */
  .me-sm-7 {
    margin-right: 2.5rem !important;
  }
  /* line 15304, app/assets/stylesheets/_custom.scss */
  .me-sm-8 {
    margin-right: 3rem !important;
  }
  /* line 15308, app/assets/stylesheets/_custom.scss */
  .me-sm-9 {
    margin-right: 3.5rem !important;
  }
  /* line 15312, app/assets/stylesheets/_custom.scss */
  .me-sm-10 {
    margin-right: 4rem !important;
  }
  /* line 15316, app/assets/stylesheets/_custom.scss */
  .me-sm-11 {
    margin-right: 4.5rem !important;
  }
  /* line 15320, app/assets/stylesheets/_custom.scss */
  .me-sm-12 {
    margin-right: 5rem !important;
  }
  /* line 15324, app/assets/stylesheets/_custom.scss */
  .me-sm-13 {
    margin-right: 5.5rem !important;
  }
  /* line 15328, app/assets/stylesheets/_custom.scss */
  .me-sm-14 {
    margin-right: 6rem !important;
  }
  /* line 15332, app/assets/stylesheets/_custom.scss */
  .me-sm-15 {
    margin-right: 6.5rem !important;
  }
  /* line 15336, app/assets/stylesheets/_custom.scss */
  .me-sm-16 {
    margin-right: 7rem !important;
  }
  /* line 15340, app/assets/stylesheets/_custom.scss */
  .me-sm-17 {
    margin-right: 7.5rem !important;
  }
  /* line 15344, app/assets/stylesheets/_custom.scss */
  .me-sm-18 {
    margin-right: 8rem !important;
  }
  /* line 15348, app/assets/stylesheets/_custom.scss */
  .me-sm-19 {
    margin-right: 8.5rem !important;
  }
  /* line 15352, app/assets/stylesheets/_custom.scss */
  .me-sm-20 {
    margin-right: 9rem !important;
  }
  /* line 15356, app/assets/stylesheets/_custom.scss */
  .me-sm-21 {
    margin-right: 9.5rem !important;
  }
  /* line 15360, app/assets/stylesheets/_custom.scss */
  .me-sm-22 {
    margin-right: 10rem !important;
  }
  /* line 15364, app/assets/stylesheets/_custom.scss */
  .me-sm-23 {
    margin-right: 12rem !important;
  }
  /* line 15368, app/assets/stylesheets/_custom.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 15372, app/assets/stylesheets/_custom.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 15376, app/assets/stylesheets/_custom.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 15380, app/assets/stylesheets/_custom.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 15384, app/assets/stylesheets/_custom.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 15388, app/assets/stylesheets/_custom.scss */
  .mb-sm-4 {
    margin-bottom: 1.25rem !important;
  }
  /* line 15392, app/assets/stylesheets/_custom.scss */
  .mb-sm-5 {
    margin-bottom: 1.5rem !important;
  }
  /* line 15396, app/assets/stylesheets/_custom.scss */
  .mb-sm-6 {
    margin-bottom: 2rem !important;
  }
  /* line 15400, app/assets/stylesheets/_custom.scss */
  .mb-sm-7 {
    margin-bottom: 2.5rem !important;
  }
  /* line 15404, app/assets/stylesheets/_custom.scss */
  .mb-sm-8 {
    margin-bottom: 3rem !important;
  }
  /* line 15408, app/assets/stylesheets/_custom.scss */
  .mb-sm-9 {
    margin-bottom: 3.5rem !important;
  }
  /* line 15412, app/assets/stylesheets/_custom.scss */
  .mb-sm-10 {
    margin-bottom: 4rem !important;
  }
  /* line 15416, app/assets/stylesheets/_custom.scss */
  .mb-sm-11 {
    margin-bottom: 4.5rem !important;
  }
  /* line 15420, app/assets/stylesheets/_custom.scss */
  .mb-sm-12 {
    margin-bottom: 5rem !important;
  }
  /* line 15424, app/assets/stylesheets/_custom.scss */
  .mb-sm-13 {
    margin-bottom: 5.5rem !important;
  }
  /* line 15428, app/assets/stylesheets/_custom.scss */
  .mb-sm-14 {
    margin-bottom: 6rem !important;
  }
  /* line 15432, app/assets/stylesheets/_custom.scss */
  .mb-sm-15 {
    margin-bottom: 6.5rem !important;
  }
  /* line 15436, app/assets/stylesheets/_custom.scss */
  .mb-sm-16 {
    margin-bottom: 7rem !important;
  }
  /* line 15440, app/assets/stylesheets/_custom.scss */
  .mb-sm-17 {
    margin-bottom: 7.5rem !important;
  }
  /* line 15444, app/assets/stylesheets/_custom.scss */
  .mb-sm-18 {
    margin-bottom: 8rem !important;
  }
  /* line 15448, app/assets/stylesheets/_custom.scss */
  .mb-sm-19 {
    margin-bottom: 8.5rem !important;
  }
  /* line 15452, app/assets/stylesheets/_custom.scss */
  .mb-sm-20 {
    margin-bottom: 9rem !important;
  }
  /* line 15456, app/assets/stylesheets/_custom.scss */
  .mb-sm-21 {
    margin-bottom: 9.5rem !important;
  }
  /* line 15460, app/assets/stylesheets/_custom.scss */
  .mb-sm-22 {
    margin-bottom: 10rem !important;
  }
  /* line 15464, app/assets/stylesheets/_custom.scss */
  .mb-sm-23 {
    margin-bottom: 12rem !important;
  }
  /* line 15468, app/assets/stylesheets/_custom.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 15472, app/assets/stylesheets/_custom.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 15476, app/assets/stylesheets/_custom.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 15480, app/assets/stylesheets/_custom.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 15484, app/assets/stylesheets/_custom.scss */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 15488, app/assets/stylesheets/_custom.scss */
  .ms-sm-4 {
    margin-left: 1.25rem !important;
  }
  /* line 15492, app/assets/stylesheets/_custom.scss */
  .ms-sm-5 {
    margin-left: 1.5rem !important;
  }
  /* line 15496, app/assets/stylesheets/_custom.scss */
  .ms-sm-6 {
    margin-left: 2rem !important;
  }
  /* line 15500, app/assets/stylesheets/_custom.scss */
  .ms-sm-7 {
    margin-left: 2.5rem !important;
  }
  /* line 15504, app/assets/stylesheets/_custom.scss */
  .ms-sm-8 {
    margin-left: 3rem !important;
  }
  /* line 15508, app/assets/stylesheets/_custom.scss */
  .ms-sm-9 {
    margin-left: 3.5rem !important;
  }
  /* line 15512, app/assets/stylesheets/_custom.scss */
  .ms-sm-10 {
    margin-left: 4rem !important;
  }
  /* line 15516, app/assets/stylesheets/_custom.scss */
  .ms-sm-11 {
    margin-left: 4.5rem !important;
  }
  /* line 15520, app/assets/stylesheets/_custom.scss */
  .ms-sm-12 {
    margin-left: 5rem !important;
  }
  /* line 15524, app/assets/stylesheets/_custom.scss */
  .ms-sm-13 {
    margin-left: 5.5rem !important;
  }
  /* line 15528, app/assets/stylesheets/_custom.scss */
  .ms-sm-14 {
    margin-left: 6rem !important;
  }
  /* line 15532, app/assets/stylesheets/_custom.scss */
  .ms-sm-15 {
    margin-left: 6.5rem !important;
  }
  /* line 15536, app/assets/stylesheets/_custom.scss */
  .ms-sm-16 {
    margin-left: 7rem !important;
  }
  /* line 15540, app/assets/stylesheets/_custom.scss */
  .ms-sm-17 {
    margin-left: 7.5rem !important;
  }
  /* line 15544, app/assets/stylesheets/_custom.scss */
  .ms-sm-18 {
    margin-left: 8rem !important;
  }
  /* line 15548, app/assets/stylesheets/_custom.scss */
  .ms-sm-19 {
    margin-left: 8.5rem !important;
  }
  /* line 15552, app/assets/stylesheets/_custom.scss */
  .ms-sm-20 {
    margin-left: 9rem !important;
  }
  /* line 15556, app/assets/stylesheets/_custom.scss */
  .ms-sm-21 {
    margin-left: 9.5rem !important;
  }
  /* line 15560, app/assets/stylesheets/_custom.scss */
  .ms-sm-22 {
    margin-left: 10rem !important;
  }
  /* line 15564, app/assets/stylesheets/_custom.scss */
  .ms-sm-23 {
    margin-left: 12rem !important;
  }
  /* line 15568, app/assets/stylesheets/_custom.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 15572, app/assets/stylesheets/_custom.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 15576, app/assets/stylesheets/_custom.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 15580, app/assets/stylesheets/_custom.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 15584, app/assets/stylesheets/_custom.scss */
  .m-sm-n4 {
    margin: -1.25rem !important;
  }
  /* line 15588, app/assets/stylesheets/_custom.scss */
  .m-sm-n5 {
    margin: -1.5rem !important;
  }
  /* line 15592, app/assets/stylesheets/_custom.scss */
  .m-sm-n6 {
    margin: -2rem !important;
  }
  /* line 15596, app/assets/stylesheets/_custom.scss */
  .m-sm-n7 {
    margin: -2.5rem !important;
  }
  /* line 15600, app/assets/stylesheets/_custom.scss */
  .m-sm-n8 {
    margin: -3rem !important;
  }
  /* line 15604, app/assets/stylesheets/_custom.scss */
  .m-sm-n9 {
    margin: -3.5rem !important;
  }
  /* line 15608, app/assets/stylesheets/_custom.scss */
  .m-sm-n10 {
    margin: -4rem !important;
  }
  /* line 15612, app/assets/stylesheets/_custom.scss */
  .m-sm-n11 {
    margin: -4.5rem !important;
  }
  /* line 15616, app/assets/stylesheets/_custom.scss */
  .m-sm-n12 {
    margin: -5rem !important;
  }
  /* line 15620, app/assets/stylesheets/_custom.scss */
  .m-sm-n13 {
    margin: -5.5rem !important;
  }
  /* line 15624, app/assets/stylesheets/_custom.scss */
  .m-sm-n14 {
    margin: -6rem !important;
  }
  /* line 15628, app/assets/stylesheets/_custom.scss */
  .m-sm-n15 {
    margin: -6.5rem !important;
  }
  /* line 15632, app/assets/stylesheets/_custom.scss */
  .m-sm-n16 {
    margin: -7rem !important;
  }
  /* line 15636, app/assets/stylesheets/_custom.scss */
  .m-sm-n17 {
    margin: -7.5rem !important;
  }
  /* line 15640, app/assets/stylesheets/_custom.scss */
  .m-sm-n18 {
    margin: -8rem !important;
  }
  /* line 15644, app/assets/stylesheets/_custom.scss */
  .m-sm-n19 {
    margin: -8.5rem !important;
  }
  /* line 15648, app/assets/stylesheets/_custom.scss */
  .m-sm-n20 {
    margin: -9rem !important;
  }
  /* line 15652, app/assets/stylesheets/_custom.scss */
  .m-sm-n21 {
    margin: -9.5rem !important;
  }
  /* line 15656, app/assets/stylesheets/_custom.scss */
  .m-sm-n22 {
    margin: -10rem !important;
  }
  /* line 15660, app/assets/stylesheets/_custom.scss */
  .m-sm-n23 {
    margin: -12rem !important;
  }
  /* line 15664, app/assets/stylesheets/_custom.scss */
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 15669, app/assets/stylesheets/_custom.scss */
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 15674, app/assets/stylesheets/_custom.scss */
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 15679, app/assets/stylesheets/_custom.scss */
  .mx-sm-n4 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  /* line 15684, app/assets/stylesheets/_custom.scss */
  .mx-sm-n5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 15689, app/assets/stylesheets/_custom.scss */
  .mx-sm-n6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 15694, app/assets/stylesheets/_custom.scss */
  .mx-sm-n7 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 15699, app/assets/stylesheets/_custom.scss */
  .mx-sm-n8 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 15704, app/assets/stylesheets/_custom.scss */
  .mx-sm-n9 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 15709, app/assets/stylesheets/_custom.scss */
  .mx-sm-n10 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 15714, app/assets/stylesheets/_custom.scss */
  .mx-sm-n11 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 15719, app/assets/stylesheets/_custom.scss */
  .mx-sm-n12 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 15724, app/assets/stylesheets/_custom.scss */
  .mx-sm-n13 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 15729, app/assets/stylesheets/_custom.scss */
  .mx-sm-n14 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 15734, app/assets/stylesheets/_custom.scss */
  .mx-sm-n15 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 15739, app/assets/stylesheets/_custom.scss */
  .mx-sm-n16 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 15744, app/assets/stylesheets/_custom.scss */
  .mx-sm-n17 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 15749, app/assets/stylesheets/_custom.scss */
  .mx-sm-n18 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 15754, app/assets/stylesheets/_custom.scss */
  .mx-sm-n19 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  /* line 15759, app/assets/stylesheets/_custom.scss */
  .mx-sm-n20 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  /* line 15764, app/assets/stylesheets/_custom.scss */
  .mx-sm-n21 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  /* line 15769, app/assets/stylesheets/_custom.scss */
  .mx-sm-n22 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 15774, app/assets/stylesheets/_custom.scss */
  .mx-sm-n23 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 15779, app/assets/stylesheets/_custom.scss */
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 15784, app/assets/stylesheets/_custom.scss */
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 15789, app/assets/stylesheets/_custom.scss */
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 15794, app/assets/stylesheets/_custom.scss */
  .my-sm-n4 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  /* line 15799, app/assets/stylesheets/_custom.scss */
  .my-sm-n5 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 15804, app/assets/stylesheets/_custom.scss */
  .my-sm-n6 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 15809, app/assets/stylesheets/_custom.scss */
  .my-sm-n7 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 15814, app/assets/stylesheets/_custom.scss */
  .my-sm-n8 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 15819, app/assets/stylesheets/_custom.scss */
  .my-sm-n9 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 15824, app/assets/stylesheets/_custom.scss */
  .my-sm-n10 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 15829, app/assets/stylesheets/_custom.scss */
  .my-sm-n11 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 15834, app/assets/stylesheets/_custom.scss */
  .my-sm-n12 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 15839, app/assets/stylesheets/_custom.scss */
  .my-sm-n13 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 15844, app/assets/stylesheets/_custom.scss */
  .my-sm-n14 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 15849, app/assets/stylesheets/_custom.scss */
  .my-sm-n15 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 15854, app/assets/stylesheets/_custom.scss */
  .my-sm-n16 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 15859, app/assets/stylesheets/_custom.scss */
  .my-sm-n17 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 15864, app/assets/stylesheets/_custom.scss */
  .my-sm-n18 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 15869, app/assets/stylesheets/_custom.scss */
  .my-sm-n19 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  /* line 15874, app/assets/stylesheets/_custom.scss */
  .my-sm-n20 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  /* line 15879, app/assets/stylesheets/_custom.scss */
  .my-sm-n21 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  /* line 15884, app/assets/stylesheets/_custom.scss */
  .my-sm-n22 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 15889, app/assets/stylesheets/_custom.scss */
  .my-sm-n23 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 15894, app/assets/stylesheets/_custom.scss */
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 15898, app/assets/stylesheets/_custom.scss */
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 15902, app/assets/stylesheets/_custom.scss */
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 15906, app/assets/stylesheets/_custom.scss */
  .mt-sm-n4 {
    margin-top: -1.25rem !important;
  }
  /* line 15910, app/assets/stylesheets/_custom.scss */
  .mt-sm-n5 {
    margin-top: -1.5rem !important;
  }
  /* line 15914, app/assets/stylesheets/_custom.scss */
  .mt-sm-n6 {
    margin-top: -2rem !important;
  }
  /* line 15918, app/assets/stylesheets/_custom.scss */
  .mt-sm-n7 {
    margin-top: -2.5rem !important;
  }
  /* line 15922, app/assets/stylesheets/_custom.scss */
  .mt-sm-n8 {
    margin-top: -3rem !important;
  }
  /* line 15926, app/assets/stylesheets/_custom.scss */
  .mt-sm-n9 {
    margin-top: -3.5rem !important;
  }
  /* line 15930, app/assets/stylesheets/_custom.scss */
  .mt-sm-n10 {
    margin-top: -4rem !important;
  }
  /* line 15934, app/assets/stylesheets/_custom.scss */
  .mt-sm-n11 {
    margin-top: -4.5rem !important;
  }
  /* line 15938, app/assets/stylesheets/_custom.scss */
  .mt-sm-n12 {
    margin-top: -5rem !important;
  }
  /* line 15942, app/assets/stylesheets/_custom.scss */
  .mt-sm-n13 {
    margin-top: -5.5rem !important;
  }
  /* line 15946, app/assets/stylesheets/_custom.scss */
  .mt-sm-n14 {
    margin-top: -6rem !important;
  }
  /* line 15950, app/assets/stylesheets/_custom.scss */
  .mt-sm-n15 {
    margin-top: -6.5rem !important;
  }
  /* line 15954, app/assets/stylesheets/_custom.scss */
  .mt-sm-n16 {
    margin-top: -7rem !important;
  }
  /* line 15958, app/assets/stylesheets/_custom.scss */
  .mt-sm-n17 {
    margin-top: -7.5rem !important;
  }
  /* line 15962, app/assets/stylesheets/_custom.scss */
  .mt-sm-n18 {
    margin-top: -8rem !important;
  }
  /* line 15966, app/assets/stylesheets/_custom.scss */
  .mt-sm-n19 {
    margin-top: -8.5rem !important;
  }
  /* line 15970, app/assets/stylesheets/_custom.scss */
  .mt-sm-n20 {
    margin-top: -9rem !important;
  }
  /* line 15974, app/assets/stylesheets/_custom.scss */
  .mt-sm-n21 {
    margin-top: -9.5rem !important;
  }
  /* line 15978, app/assets/stylesheets/_custom.scss */
  .mt-sm-n22 {
    margin-top: -10rem !important;
  }
  /* line 15982, app/assets/stylesheets/_custom.scss */
  .mt-sm-n23 {
    margin-top: -12rem !important;
  }
  /* line 15986, app/assets/stylesheets/_custom.scss */
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 15990, app/assets/stylesheets/_custom.scss */
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 15994, app/assets/stylesheets/_custom.scss */
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 15998, app/assets/stylesheets/_custom.scss */
  .me-sm-n4 {
    margin-right: -1.25rem !important;
  }
  /* line 16002, app/assets/stylesheets/_custom.scss */
  .me-sm-n5 {
    margin-right: -1.5rem !important;
  }
  /* line 16006, app/assets/stylesheets/_custom.scss */
  .me-sm-n6 {
    margin-right: -2rem !important;
  }
  /* line 16010, app/assets/stylesheets/_custom.scss */
  .me-sm-n7 {
    margin-right: -2.5rem !important;
  }
  /* line 16014, app/assets/stylesheets/_custom.scss */
  .me-sm-n8 {
    margin-right: -3rem !important;
  }
  /* line 16018, app/assets/stylesheets/_custom.scss */
  .me-sm-n9 {
    margin-right: -3.5rem !important;
  }
  /* line 16022, app/assets/stylesheets/_custom.scss */
  .me-sm-n10 {
    margin-right: -4rem !important;
  }
  /* line 16026, app/assets/stylesheets/_custom.scss */
  .me-sm-n11 {
    margin-right: -4.5rem !important;
  }
  /* line 16030, app/assets/stylesheets/_custom.scss */
  .me-sm-n12 {
    margin-right: -5rem !important;
  }
  /* line 16034, app/assets/stylesheets/_custom.scss */
  .me-sm-n13 {
    margin-right: -5.5rem !important;
  }
  /* line 16038, app/assets/stylesheets/_custom.scss */
  .me-sm-n14 {
    margin-right: -6rem !important;
  }
  /* line 16042, app/assets/stylesheets/_custom.scss */
  .me-sm-n15 {
    margin-right: -6.5rem !important;
  }
  /* line 16046, app/assets/stylesheets/_custom.scss */
  .me-sm-n16 {
    margin-right: -7rem !important;
  }
  /* line 16050, app/assets/stylesheets/_custom.scss */
  .me-sm-n17 {
    margin-right: -7.5rem !important;
  }
  /* line 16054, app/assets/stylesheets/_custom.scss */
  .me-sm-n18 {
    margin-right: -8rem !important;
  }
  /* line 16058, app/assets/stylesheets/_custom.scss */
  .me-sm-n19 {
    margin-right: -8.5rem !important;
  }
  /* line 16062, app/assets/stylesheets/_custom.scss */
  .me-sm-n20 {
    margin-right: -9rem !important;
  }
  /* line 16066, app/assets/stylesheets/_custom.scss */
  .me-sm-n21 {
    margin-right: -9.5rem !important;
  }
  /* line 16070, app/assets/stylesheets/_custom.scss */
  .me-sm-n22 {
    margin-right: -10rem !important;
  }
  /* line 16074, app/assets/stylesheets/_custom.scss */
  .me-sm-n23 {
    margin-right: -12rem !important;
  }
  /* line 16078, app/assets/stylesheets/_custom.scss */
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 16082, app/assets/stylesheets/_custom.scss */
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 16086, app/assets/stylesheets/_custom.scss */
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 16090, app/assets/stylesheets/_custom.scss */
  .mb-sm-n4 {
    margin-bottom: -1.25rem !important;
  }
  /* line 16094, app/assets/stylesheets/_custom.scss */
  .mb-sm-n5 {
    margin-bottom: -1.5rem !important;
  }
  /* line 16098, app/assets/stylesheets/_custom.scss */
  .mb-sm-n6 {
    margin-bottom: -2rem !important;
  }
  /* line 16102, app/assets/stylesheets/_custom.scss */
  .mb-sm-n7 {
    margin-bottom: -2.5rem !important;
  }
  /* line 16106, app/assets/stylesheets/_custom.scss */
  .mb-sm-n8 {
    margin-bottom: -3rem !important;
  }
  /* line 16110, app/assets/stylesheets/_custom.scss */
  .mb-sm-n9 {
    margin-bottom: -3.5rem !important;
  }
  /* line 16114, app/assets/stylesheets/_custom.scss */
  .mb-sm-n10 {
    margin-bottom: -4rem !important;
  }
  /* line 16118, app/assets/stylesheets/_custom.scss */
  .mb-sm-n11 {
    margin-bottom: -4.5rem !important;
  }
  /* line 16122, app/assets/stylesheets/_custom.scss */
  .mb-sm-n12 {
    margin-bottom: -5rem !important;
  }
  /* line 16126, app/assets/stylesheets/_custom.scss */
  .mb-sm-n13 {
    margin-bottom: -5.5rem !important;
  }
  /* line 16130, app/assets/stylesheets/_custom.scss */
  .mb-sm-n14 {
    margin-bottom: -6rem !important;
  }
  /* line 16134, app/assets/stylesheets/_custom.scss */
  .mb-sm-n15 {
    margin-bottom: -6.5rem !important;
  }
  /* line 16138, app/assets/stylesheets/_custom.scss */
  .mb-sm-n16 {
    margin-bottom: -7rem !important;
  }
  /* line 16142, app/assets/stylesheets/_custom.scss */
  .mb-sm-n17 {
    margin-bottom: -7.5rem !important;
  }
  /* line 16146, app/assets/stylesheets/_custom.scss */
  .mb-sm-n18 {
    margin-bottom: -8rem !important;
  }
  /* line 16150, app/assets/stylesheets/_custom.scss */
  .mb-sm-n19 {
    margin-bottom: -8.5rem !important;
  }
  /* line 16154, app/assets/stylesheets/_custom.scss */
  .mb-sm-n20 {
    margin-bottom: -9rem !important;
  }
  /* line 16158, app/assets/stylesheets/_custom.scss */
  .mb-sm-n21 {
    margin-bottom: -9.5rem !important;
  }
  /* line 16162, app/assets/stylesheets/_custom.scss */
  .mb-sm-n22 {
    margin-bottom: -10rem !important;
  }
  /* line 16166, app/assets/stylesheets/_custom.scss */
  .mb-sm-n23 {
    margin-bottom: -12rem !important;
  }
  /* line 16170, app/assets/stylesheets/_custom.scss */
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 16174, app/assets/stylesheets/_custom.scss */
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 16178, app/assets/stylesheets/_custom.scss */
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 16182, app/assets/stylesheets/_custom.scss */
  .ms-sm-n4 {
    margin-left: -1.25rem !important;
  }
  /* line 16186, app/assets/stylesheets/_custom.scss */
  .ms-sm-n5 {
    margin-left: -1.5rem !important;
  }
  /* line 16190, app/assets/stylesheets/_custom.scss */
  .ms-sm-n6 {
    margin-left: -2rem !important;
  }
  /* line 16194, app/assets/stylesheets/_custom.scss */
  .ms-sm-n7 {
    margin-left: -2.5rem !important;
  }
  /* line 16198, app/assets/stylesheets/_custom.scss */
  .ms-sm-n8 {
    margin-left: -3rem !important;
  }
  /* line 16202, app/assets/stylesheets/_custom.scss */
  .ms-sm-n9 {
    margin-left: -3.5rem !important;
  }
  /* line 16206, app/assets/stylesheets/_custom.scss */
  .ms-sm-n10 {
    margin-left: -4rem !important;
  }
  /* line 16210, app/assets/stylesheets/_custom.scss */
  .ms-sm-n11 {
    margin-left: -4.5rem !important;
  }
  /* line 16214, app/assets/stylesheets/_custom.scss */
  .ms-sm-n12 {
    margin-left: -5rem !important;
  }
  /* line 16218, app/assets/stylesheets/_custom.scss */
  .ms-sm-n13 {
    margin-left: -5.5rem !important;
  }
  /* line 16222, app/assets/stylesheets/_custom.scss */
  .ms-sm-n14 {
    margin-left: -6rem !important;
  }
  /* line 16226, app/assets/stylesheets/_custom.scss */
  .ms-sm-n15 {
    margin-left: -6.5rem !important;
  }
  /* line 16230, app/assets/stylesheets/_custom.scss */
  .ms-sm-n16 {
    margin-left: -7rem !important;
  }
  /* line 16234, app/assets/stylesheets/_custom.scss */
  .ms-sm-n17 {
    margin-left: -7.5rem !important;
  }
  /* line 16238, app/assets/stylesheets/_custom.scss */
  .ms-sm-n18 {
    margin-left: -8rem !important;
  }
  /* line 16242, app/assets/stylesheets/_custom.scss */
  .ms-sm-n19 {
    margin-left: -8.5rem !important;
  }
  /* line 16246, app/assets/stylesheets/_custom.scss */
  .ms-sm-n20 {
    margin-left: -9rem !important;
  }
  /* line 16250, app/assets/stylesheets/_custom.scss */
  .ms-sm-n21 {
    margin-left: -9.5rem !important;
  }
  /* line 16254, app/assets/stylesheets/_custom.scss */
  .ms-sm-n22 {
    margin-left: -10rem !important;
  }
  /* line 16258, app/assets/stylesheets/_custom.scss */
  .ms-sm-n23 {
    margin-left: -12rem !important;
  }
  /* line 16262, app/assets/stylesheets/_custom.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 16266, app/assets/stylesheets/_custom.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 16270, app/assets/stylesheets/_custom.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 16274, app/assets/stylesheets/_custom.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 16278, app/assets/stylesheets/_custom.scss */
  .p-sm-4 {
    padding: 1.25rem !important;
  }
  /* line 16282, app/assets/stylesheets/_custom.scss */
  .p-sm-5 {
    padding: 1.5rem !important;
  }
  /* line 16286, app/assets/stylesheets/_custom.scss */
  .p-sm-6 {
    padding: 2rem !important;
  }
  /* line 16290, app/assets/stylesheets/_custom.scss */
  .p-sm-7 {
    padding: 2.5rem !important;
  }
  /* line 16294, app/assets/stylesheets/_custom.scss */
  .p-sm-8 {
    padding: 3rem !important;
  }
  /* line 16298, app/assets/stylesheets/_custom.scss */
  .p-sm-9 {
    padding: 3.5rem !important;
  }
  /* line 16302, app/assets/stylesheets/_custom.scss */
  .p-sm-10 {
    padding: 4rem !important;
  }
  /* line 16306, app/assets/stylesheets/_custom.scss */
  .p-sm-11 {
    padding: 4.5rem !important;
  }
  /* line 16310, app/assets/stylesheets/_custom.scss */
  .p-sm-12 {
    padding: 5rem !important;
  }
  /* line 16314, app/assets/stylesheets/_custom.scss */
  .p-sm-13 {
    padding: 5.5rem !important;
  }
  /* line 16318, app/assets/stylesheets/_custom.scss */
  .p-sm-14 {
    padding: 6rem !important;
  }
  /* line 16322, app/assets/stylesheets/_custom.scss */
  .p-sm-15 {
    padding: 6.5rem !important;
  }
  /* line 16326, app/assets/stylesheets/_custom.scss */
  .p-sm-16 {
    padding: 7rem !important;
  }
  /* line 16330, app/assets/stylesheets/_custom.scss */
  .p-sm-17 {
    padding: 7.5rem !important;
  }
  /* line 16334, app/assets/stylesheets/_custom.scss */
  .p-sm-18 {
    padding: 8rem !important;
  }
  /* line 16338, app/assets/stylesheets/_custom.scss */
  .p-sm-19 {
    padding: 8.5rem !important;
  }
  /* line 16342, app/assets/stylesheets/_custom.scss */
  .p-sm-20 {
    padding: 9rem !important;
  }
  /* line 16346, app/assets/stylesheets/_custom.scss */
  .p-sm-21 {
    padding: 9.5rem !important;
  }
  /* line 16350, app/assets/stylesheets/_custom.scss */
  .p-sm-22 {
    padding: 10rem !important;
  }
  /* line 16354, app/assets/stylesheets/_custom.scss */
  .p-sm-23 {
    padding: 12rem !important;
  }
  /* line 16358, app/assets/stylesheets/_custom.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 16363, app/assets/stylesheets/_custom.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 16368, app/assets/stylesheets/_custom.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 16373, app/assets/stylesheets/_custom.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 16378, app/assets/stylesheets/_custom.scss */
  .px-sm-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 16383, app/assets/stylesheets/_custom.scss */
  .px-sm-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 16388, app/assets/stylesheets/_custom.scss */
  .px-sm-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 16393, app/assets/stylesheets/_custom.scss */
  .px-sm-7 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 16398, app/assets/stylesheets/_custom.scss */
  .px-sm-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 16403, app/assets/stylesheets/_custom.scss */
  .px-sm-9 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 16408, app/assets/stylesheets/_custom.scss */
  .px-sm-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 16413, app/assets/stylesheets/_custom.scss */
  .px-sm-11 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 16418, app/assets/stylesheets/_custom.scss */
  .px-sm-12 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 16423, app/assets/stylesheets/_custom.scss */
  .px-sm-13 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 16428, app/assets/stylesheets/_custom.scss */
  .px-sm-14 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 16433, app/assets/stylesheets/_custom.scss */
  .px-sm-15 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 16438, app/assets/stylesheets/_custom.scss */
  .px-sm-16 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 16443, app/assets/stylesheets/_custom.scss */
  .px-sm-17 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 16448, app/assets/stylesheets/_custom.scss */
  .px-sm-18 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 16453, app/assets/stylesheets/_custom.scss */
  .px-sm-19 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  /* line 16458, app/assets/stylesheets/_custom.scss */
  .px-sm-20 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  /* line 16463, app/assets/stylesheets/_custom.scss */
  .px-sm-21 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  /* line 16468, app/assets/stylesheets/_custom.scss */
  .px-sm-22 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 16473, app/assets/stylesheets/_custom.scss */
  .px-sm-23 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 16478, app/assets/stylesheets/_custom.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 16483, app/assets/stylesheets/_custom.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 16488, app/assets/stylesheets/_custom.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 16493, app/assets/stylesheets/_custom.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 16498, app/assets/stylesheets/_custom.scss */
  .py-sm-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 16503, app/assets/stylesheets/_custom.scss */
  .py-sm-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 16508, app/assets/stylesheets/_custom.scss */
  .py-sm-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 16513, app/assets/stylesheets/_custom.scss */
  .py-sm-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 16518, app/assets/stylesheets/_custom.scss */
  .py-sm-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 16523, app/assets/stylesheets/_custom.scss */
  .py-sm-9 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 16528, app/assets/stylesheets/_custom.scss */
  .py-sm-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 16533, app/assets/stylesheets/_custom.scss */
  .py-sm-11 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 16538, app/assets/stylesheets/_custom.scss */
  .py-sm-12 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 16543, app/assets/stylesheets/_custom.scss */
  .py-sm-13 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 16548, app/assets/stylesheets/_custom.scss */
  .py-sm-14 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 16553, app/assets/stylesheets/_custom.scss */
  .py-sm-15 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 16558, app/assets/stylesheets/_custom.scss */
  .py-sm-16 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 16563, app/assets/stylesheets/_custom.scss */
  .py-sm-17 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 16568, app/assets/stylesheets/_custom.scss */
  .py-sm-18 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 16573, app/assets/stylesheets/_custom.scss */
  .py-sm-19 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  /* line 16578, app/assets/stylesheets/_custom.scss */
  .py-sm-20 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  /* line 16583, app/assets/stylesheets/_custom.scss */
  .py-sm-21 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  /* line 16588, app/assets/stylesheets/_custom.scss */
  .py-sm-22 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 16593, app/assets/stylesheets/_custom.scss */
  .py-sm-23 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 16598, app/assets/stylesheets/_custom.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 16602, app/assets/stylesheets/_custom.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16606, app/assets/stylesheets/_custom.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16610, app/assets/stylesheets/_custom.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 16614, app/assets/stylesheets/_custom.scss */
  .pt-sm-4 {
    padding-top: 1.25rem !important;
  }
  /* line 16618, app/assets/stylesheets/_custom.scss */
  .pt-sm-5 {
    padding-top: 1.5rem !important;
  }
  /* line 16622, app/assets/stylesheets/_custom.scss */
  .pt-sm-6 {
    padding-top: 2rem !important;
  }
  /* line 16626, app/assets/stylesheets/_custom.scss */
  .pt-sm-7 {
    padding-top: 2.5rem !important;
  }
  /* line 16630, app/assets/stylesheets/_custom.scss */
  .pt-sm-8 {
    padding-top: 3rem !important;
  }
  /* line 16634, app/assets/stylesheets/_custom.scss */
  .pt-sm-9 {
    padding-top: 3.5rem !important;
  }
  /* line 16638, app/assets/stylesheets/_custom.scss */
  .pt-sm-10 {
    padding-top: 4rem !important;
  }
  /* line 16642, app/assets/stylesheets/_custom.scss */
  .pt-sm-11 {
    padding-top: 4.5rem !important;
  }
  /* line 16646, app/assets/stylesheets/_custom.scss */
  .pt-sm-12 {
    padding-top: 5rem !important;
  }
  /* line 16650, app/assets/stylesheets/_custom.scss */
  .pt-sm-13 {
    padding-top: 5.5rem !important;
  }
  /* line 16654, app/assets/stylesheets/_custom.scss */
  .pt-sm-14 {
    padding-top: 6rem !important;
  }
  /* line 16658, app/assets/stylesheets/_custom.scss */
  .pt-sm-15 {
    padding-top: 6.5rem !important;
  }
  /* line 16662, app/assets/stylesheets/_custom.scss */
  .pt-sm-16 {
    padding-top: 7rem !important;
  }
  /* line 16666, app/assets/stylesheets/_custom.scss */
  .pt-sm-17 {
    padding-top: 7.5rem !important;
  }
  /* line 16670, app/assets/stylesheets/_custom.scss */
  .pt-sm-18 {
    padding-top: 8rem !important;
  }
  /* line 16674, app/assets/stylesheets/_custom.scss */
  .pt-sm-19 {
    padding-top: 8.5rem !important;
  }
  /* line 16678, app/assets/stylesheets/_custom.scss */
  .pt-sm-20 {
    padding-top: 9rem !important;
  }
  /* line 16682, app/assets/stylesheets/_custom.scss */
  .pt-sm-21 {
    padding-top: 9.5rem !important;
  }
  /* line 16686, app/assets/stylesheets/_custom.scss */
  .pt-sm-22 {
    padding-top: 10rem !important;
  }
  /* line 16690, app/assets/stylesheets/_custom.scss */
  .pt-sm-23 {
    padding-top: 12rem !important;
  }
  /* line 16694, app/assets/stylesheets/_custom.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 16698, app/assets/stylesheets/_custom.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 16702, app/assets/stylesheets/_custom.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 16706, app/assets/stylesheets/_custom.scss */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 16710, app/assets/stylesheets/_custom.scss */
  .pe-sm-4 {
    padding-right: 1.25rem !important;
  }
  /* line 16714, app/assets/stylesheets/_custom.scss */
  .pe-sm-5 {
    padding-right: 1.5rem !important;
  }
  /* line 16718, app/assets/stylesheets/_custom.scss */
  .pe-sm-6 {
    padding-right: 2rem !important;
  }
  /* line 16722, app/assets/stylesheets/_custom.scss */
  .pe-sm-7 {
    padding-right: 2.5rem !important;
  }
  /* line 16726, app/assets/stylesheets/_custom.scss */
  .pe-sm-8 {
    padding-right: 3rem !important;
  }
  /* line 16730, app/assets/stylesheets/_custom.scss */
  .pe-sm-9 {
    padding-right: 3.5rem !important;
  }
  /* line 16734, app/assets/stylesheets/_custom.scss */
  .pe-sm-10 {
    padding-right: 4rem !important;
  }
  /* line 16738, app/assets/stylesheets/_custom.scss */
  .pe-sm-11 {
    padding-right: 4.5rem !important;
  }
  /* line 16742, app/assets/stylesheets/_custom.scss */
  .pe-sm-12 {
    padding-right: 5rem !important;
  }
  /* line 16746, app/assets/stylesheets/_custom.scss */
  .pe-sm-13 {
    padding-right: 5.5rem !important;
  }
  /* line 16750, app/assets/stylesheets/_custom.scss */
  .pe-sm-14 {
    padding-right: 6rem !important;
  }
  /* line 16754, app/assets/stylesheets/_custom.scss */
  .pe-sm-15 {
    padding-right: 6.5rem !important;
  }
  /* line 16758, app/assets/stylesheets/_custom.scss */
  .pe-sm-16 {
    padding-right: 7rem !important;
  }
  /* line 16762, app/assets/stylesheets/_custom.scss */
  .pe-sm-17 {
    padding-right: 7.5rem !important;
  }
  /* line 16766, app/assets/stylesheets/_custom.scss */
  .pe-sm-18 {
    padding-right: 8rem !important;
  }
  /* line 16770, app/assets/stylesheets/_custom.scss */
  .pe-sm-19 {
    padding-right: 8.5rem !important;
  }
  /* line 16774, app/assets/stylesheets/_custom.scss */
  .pe-sm-20 {
    padding-right: 9rem !important;
  }
  /* line 16778, app/assets/stylesheets/_custom.scss */
  .pe-sm-21 {
    padding-right: 9.5rem !important;
  }
  /* line 16782, app/assets/stylesheets/_custom.scss */
  .pe-sm-22 {
    padding-right: 10rem !important;
  }
  /* line 16786, app/assets/stylesheets/_custom.scss */
  .pe-sm-23 {
    padding-right: 12rem !important;
  }
  /* line 16790, app/assets/stylesheets/_custom.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 16794, app/assets/stylesheets/_custom.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 16798, app/assets/stylesheets/_custom.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 16802, app/assets/stylesheets/_custom.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 16806, app/assets/stylesheets/_custom.scss */
  .pb-sm-4 {
    padding-bottom: 1.25rem !important;
  }
  /* line 16810, app/assets/stylesheets/_custom.scss */
  .pb-sm-5 {
    padding-bottom: 1.5rem !important;
  }
  /* line 16814, app/assets/stylesheets/_custom.scss */
  .pb-sm-6 {
    padding-bottom: 2rem !important;
  }
  /* line 16818, app/assets/stylesheets/_custom.scss */
  .pb-sm-7 {
    padding-bottom: 2.5rem !important;
  }
  /* line 16822, app/assets/stylesheets/_custom.scss */
  .pb-sm-8 {
    padding-bottom: 3rem !important;
  }
  /* line 16826, app/assets/stylesheets/_custom.scss */
  .pb-sm-9 {
    padding-bottom: 3.5rem !important;
  }
  /* line 16830, app/assets/stylesheets/_custom.scss */
  .pb-sm-10 {
    padding-bottom: 4rem !important;
  }
  /* line 16834, app/assets/stylesheets/_custom.scss */
  .pb-sm-11 {
    padding-bottom: 4.5rem !important;
  }
  /* line 16838, app/assets/stylesheets/_custom.scss */
  .pb-sm-12 {
    padding-bottom: 5rem !important;
  }
  /* line 16842, app/assets/stylesheets/_custom.scss */
  .pb-sm-13 {
    padding-bottom: 5.5rem !important;
  }
  /* line 16846, app/assets/stylesheets/_custom.scss */
  .pb-sm-14 {
    padding-bottom: 6rem !important;
  }
  /* line 16850, app/assets/stylesheets/_custom.scss */
  .pb-sm-15 {
    padding-bottom: 6.5rem !important;
  }
  /* line 16854, app/assets/stylesheets/_custom.scss */
  .pb-sm-16 {
    padding-bottom: 7rem !important;
  }
  /* line 16858, app/assets/stylesheets/_custom.scss */
  .pb-sm-17 {
    padding-bottom: 7.5rem !important;
  }
  /* line 16862, app/assets/stylesheets/_custom.scss */
  .pb-sm-18 {
    padding-bottom: 8rem !important;
  }
  /* line 16866, app/assets/stylesheets/_custom.scss */
  .pb-sm-19 {
    padding-bottom: 8.5rem !important;
  }
  /* line 16870, app/assets/stylesheets/_custom.scss */
  .pb-sm-20 {
    padding-bottom: 9rem !important;
  }
  /* line 16874, app/assets/stylesheets/_custom.scss */
  .pb-sm-21 {
    padding-bottom: 9.5rem !important;
  }
  /* line 16878, app/assets/stylesheets/_custom.scss */
  .pb-sm-22 {
    padding-bottom: 10rem !important;
  }
  /* line 16882, app/assets/stylesheets/_custom.scss */
  .pb-sm-23 {
    padding-bottom: 12rem !important;
  }
  /* line 16886, app/assets/stylesheets/_custom.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 16890, app/assets/stylesheets/_custom.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 16894, app/assets/stylesheets/_custom.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 16898, app/assets/stylesheets/_custom.scss */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 16902, app/assets/stylesheets/_custom.scss */
  .ps-sm-4 {
    padding-left: 1.25rem !important;
  }
  /* line 16906, app/assets/stylesheets/_custom.scss */
  .ps-sm-5 {
    padding-left: 1.5rem !important;
  }
  /* line 16910, app/assets/stylesheets/_custom.scss */
  .ps-sm-6 {
    padding-left: 2rem !important;
  }
  /* line 16914, app/assets/stylesheets/_custom.scss */
  .ps-sm-7 {
    padding-left: 2.5rem !important;
  }
  /* line 16918, app/assets/stylesheets/_custom.scss */
  .ps-sm-8 {
    padding-left: 3rem !important;
  }
  /* line 16922, app/assets/stylesheets/_custom.scss */
  .ps-sm-9 {
    padding-left: 3.5rem !important;
  }
  /* line 16926, app/assets/stylesheets/_custom.scss */
  .ps-sm-10 {
    padding-left: 4rem !important;
  }
  /* line 16930, app/assets/stylesheets/_custom.scss */
  .ps-sm-11 {
    padding-left: 4.5rem !important;
  }
  /* line 16934, app/assets/stylesheets/_custom.scss */
  .ps-sm-12 {
    padding-left: 5rem !important;
  }
  /* line 16938, app/assets/stylesheets/_custom.scss */
  .ps-sm-13 {
    padding-left: 5.5rem !important;
  }
  /* line 16942, app/assets/stylesheets/_custom.scss */
  .ps-sm-14 {
    padding-left: 6rem !important;
  }
  /* line 16946, app/assets/stylesheets/_custom.scss */
  .ps-sm-15 {
    padding-left: 6.5rem !important;
  }
  /* line 16950, app/assets/stylesheets/_custom.scss */
  .ps-sm-16 {
    padding-left: 7rem !important;
  }
  /* line 16954, app/assets/stylesheets/_custom.scss */
  .ps-sm-17 {
    padding-left: 7.5rem !important;
  }
  /* line 16958, app/assets/stylesheets/_custom.scss */
  .ps-sm-18 {
    padding-left: 8rem !important;
  }
  /* line 16962, app/assets/stylesheets/_custom.scss */
  .ps-sm-19 {
    padding-left: 8.5rem !important;
  }
  /* line 16966, app/assets/stylesheets/_custom.scss */
  .ps-sm-20 {
    padding-left: 9rem !important;
  }
  /* line 16970, app/assets/stylesheets/_custom.scss */
  .ps-sm-21 {
    padding-left: 9.5rem !important;
  }
  /* line 16974, app/assets/stylesheets/_custom.scss */
  .ps-sm-22 {
    padding-left: 10rem !important;
  }
  /* line 16978, app/assets/stylesheets/_custom.scss */
  .ps-sm-23 {
    padding-left: 12rem !important;
  }
  /* line 16982, app/assets/stylesheets/_custom.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 16986, app/assets/stylesheets/_custom.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 16990, app/assets/stylesheets/_custom.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 16996, app/assets/stylesheets/_custom.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 17000, app/assets/stylesheets/_custom.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 17004, app/assets/stylesheets/_custom.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 17008, app/assets/stylesheets/_custom.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 17012, app/assets/stylesheets/_custom.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 17016, app/assets/stylesheets/_custom.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 17020, app/assets/stylesheets/_custom.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 17024, app/assets/stylesheets/_custom.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 17028, app/assets/stylesheets/_custom.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 17032, app/assets/stylesheets/_custom.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 17036, app/assets/stylesheets/_custom.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 17040, app/assets/stylesheets/_custom.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 17044, app/assets/stylesheets/_custom.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 17048, app/assets/stylesheets/_custom.scss */
  .w-md-15 {
    width: 15% !important;
  }
  /* line 17052, app/assets/stylesheets/_custom.scss */
  .w-md-25 {
    width: 25% !important;
  }
  /* line 17056, app/assets/stylesheets/_custom.scss */
  .w-md-30 {
    width: 30% !important;
  }
  /* line 17060, app/assets/stylesheets/_custom.scss */
  .w-md-40 {
    width: 40% !important;
  }
  /* line 17064, app/assets/stylesheets/_custom.scss */
  .w-md-50 {
    width: 50% !important;
  }
  /* line 17068, app/assets/stylesheets/_custom.scss */
  .w-md-65 {
    width: 65% !important;
  }
  /* line 17072, app/assets/stylesheets/_custom.scss */
  .w-md-75 {
    width: 75% !important;
  }
  /* line 17076, app/assets/stylesheets/_custom.scss */
  .w-md-100 {
    width: 100% !important;
  }
  /* line 17080, app/assets/stylesheets/_custom.scss */
  .w-md-auto {
    width: auto !important;
  }
  /* line 17084, app/assets/stylesheets/_custom.scss */
  .mw-md-25 {
    max-width: 25% !important;
  }
  /* line 17088, app/assets/stylesheets/_custom.scss */
  .mw-md-30 {
    max-width: 30% !important;
  }
  /* line 17092, app/assets/stylesheets/_custom.scss */
  .mw-md-40 {
    max-width: 40% !important;
  }
  /* line 17096, app/assets/stylesheets/_custom.scss */
  .mw-md-50 {
    max-width: 50% !important;
  }
  /* line 17100, app/assets/stylesheets/_custom.scss */
  .mw-md-65 {
    max-width: 65% !important;
  }
  /* line 17104, app/assets/stylesheets/_custom.scss */
  .mw-md-75 {
    max-width: 75% !important;
  }
  /* line 17108, app/assets/stylesheets/_custom.scss */
  .mw-md-100 {
    max-width: 100% !important;
  }
  /* line 17112, app/assets/stylesheets/_custom.scss */
  .mw-md-auto {
    max-width: auto !important;
  }
  /* line 17116, app/assets/stylesheets/_custom.scss */
  .vw-md-100 {
    width: 100vw !important;
  }
  /* line 17120, app/assets/stylesheets/_custom.scss */
  .min-vw-md-100 {
    min-width: 100vw !important;
  }
  /* line 17124, app/assets/stylesheets/_custom.scss */
  .h-md-25 {
    height: 25% !important;
  }
  /* line 17128, app/assets/stylesheets/_custom.scss */
  .h-md-30 {
    height: 30% !important;
  }
  /* line 17132, app/assets/stylesheets/_custom.scss */
  .h-md-40 {
    height: 40% !important;
  }
  /* line 17136, app/assets/stylesheets/_custom.scss */
  .h-md-50 {
    height: 50% !important;
  }
  /* line 17140, app/assets/stylesheets/_custom.scss */
  .h-md-65 {
    height: 65% !important;
  }
  /* line 17144, app/assets/stylesheets/_custom.scss */
  .h-md-75 {
    height: 75% !important;
  }
  /* line 17148, app/assets/stylesheets/_custom.scss */
  .h-md-100 {
    height: 100% !important;
  }
  /* line 17152, app/assets/stylesheets/_custom.scss */
  .h-md-auto {
    height: auto !important;
  }
  /* line 17156, app/assets/stylesheets/_custom.scss */
  .mh-md-25 {
    max-height: 25% !important;
  }
  /* line 17160, app/assets/stylesheets/_custom.scss */
  .mh-md-30 {
    max-height: 30% !important;
  }
  /* line 17164, app/assets/stylesheets/_custom.scss */
  .mh-md-40 {
    max-height: 40% !important;
  }
  /* line 17168, app/assets/stylesheets/_custom.scss */
  .mh-md-50 {
    max-height: 50% !important;
  }
  /* line 17172, app/assets/stylesheets/_custom.scss */
  .mh-md-65 {
    max-height: 65% !important;
  }
  /* line 17176, app/assets/stylesheets/_custom.scss */
  .mh-md-75 {
    max-height: 75% !important;
  }
  /* line 17180, app/assets/stylesheets/_custom.scss */
  .mh-md-100 {
    max-height: 100% !important;
  }
  /* line 17184, app/assets/stylesheets/_custom.scss */
  .mh-md-auto {
    max-height: auto !important;
  }
  /* line 17188, app/assets/stylesheets/_custom.scss */
  .vh-md-100 {
    height: 100vh !important;
  }
  /* line 17192, app/assets/stylesheets/_custom.scss */
  .min-vh-md-100 {
    min-height: 100vh !important;
  }
  /* line 17196, app/assets/stylesheets/_custom.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 17200, app/assets/stylesheets/_custom.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 17204, app/assets/stylesheets/_custom.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 17208, app/assets/stylesheets/_custom.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 17212, app/assets/stylesheets/_custom.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 17216, app/assets/stylesheets/_custom.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 17220, app/assets/stylesheets/_custom.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 17224, app/assets/stylesheets/_custom.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 17228, app/assets/stylesheets/_custom.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 17232, app/assets/stylesheets/_custom.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17236, app/assets/stylesheets/_custom.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 17240, app/assets/stylesheets/_custom.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 17244, app/assets/stylesheets/_custom.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 17248, app/assets/stylesheets/_custom.scss */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 17252, app/assets/stylesheets/_custom.scss */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 17256, app/assets/stylesheets/_custom.scss */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 17260, app/assets/stylesheets/_custom.scss */
  .gap-md-4 {
    gap: 1.25rem !important;
  }
  /* line 17264, app/assets/stylesheets/_custom.scss */
  .gap-md-5 {
    gap: 1.5rem !important;
  }
  /* line 17268, app/assets/stylesheets/_custom.scss */
  .gap-md-6 {
    gap: 2rem !important;
  }
  /* line 17272, app/assets/stylesheets/_custom.scss */
  .gap-md-7 {
    gap: 2.5rem !important;
  }
  /* line 17276, app/assets/stylesheets/_custom.scss */
  .gap-md-8 {
    gap: 3rem !important;
  }
  /* line 17280, app/assets/stylesheets/_custom.scss */
  .gap-md-9 {
    gap: 3.5rem !important;
  }
  /* line 17284, app/assets/stylesheets/_custom.scss */
  .gap-md-10 {
    gap: 4rem !important;
  }
  /* line 17288, app/assets/stylesheets/_custom.scss */
  .gap-md-11 {
    gap: 4.5rem !important;
  }
  /* line 17292, app/assets/stylesheets/_custom.scss */
  .gap-md-12 {
    gap: 5rem !important;
  }
  /* line 17296, app/assets/stylesheets/_custom.scss */
  .gap-md-13 {
    gap: 5.5rem !important;
  }
  /* line 17300, app/assets/stylesheets/_custom.scss */
  .gap-md-14 {
    gap: 6rem !important;
  }
  /* line 17304, app/assets/stylesheets/_custom.scss */
  .gap-md-15 {
    gap: 6.5rem !important;
  }
  /* line 17308, app/assets/stylesheets/_custom.scss */
  .gap-md-16 {
    gap: 7rem !important;
  }
  /* line 17312, app/assets/stylesheets/_custom.scss */
  .gap-md-17 {
    gap: 7.5rem !important;
  }
  /* line 17316, app/assets/stylesheets/_custom.scss */
  .gap-md-18 {
    gap: 8rem !important;
  }
  /* line 17320, app/assets/stylesheets/_custom.scss */
  .gap-md-19 {
    gap: 8.5rem !important;
  }
  /* line 17324, app/assets/stylesheets/_custom.scss */
  .gap-md-20 {
    gap: 9rem !important;
  }
  /* line 17328, app/assets/stylesheets/_custom.scss */
  .gap-md-21 {
    gap: 9.5rem !important;
  }
  /* line 17332, app/assets/stylesheets/_custom.scss */
  .gap-md-22 {
    gap: 10rem !important;
  }
  /* line 17336, app/assets/stylesheets/_custom.scss */
  .gap-md-23 {
    gap: 12rem !important;
  }
  /* line 17340, app/assets/stylesheets/_custom.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 17344, app/assets/stylesheets/_custom.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 17348, app/assets/stylesheets/_custom.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 17352, app/assets/stylesheets/_custom.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 17356, app/assets/stylesheets/_custom.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 17360, app/assets/stylesheets/_custom.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 17364, app/assets/stylesheets/_custom.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 17368, app/assets/stylesheets/_custom.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 17372, app/assets/stylesheets/_custom.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 17376, app/assets/stylesheets/_custom.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 17380, app/assets/stylesheets/_custom.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 17384, app/assets/stylesheets/_custom.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 17388, app/assets/stylesheets/_custom.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 17392, app/assets/stylesheets/_custom.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 17396, app/assets/stylesheets/_custom.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 17400, app/assets/stylesheets/_custom.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 17404, app/assets/stylesheets/_custom.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 17408, app/assets/stylesheets/_custom.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 17412, app/assets/stylesheets/_custom.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 17416, app/assets/stylesheets/_custom.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 17420, app/assets/stylesheets/_custom.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 17424, app/assets/stylesheets/_custom.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 17428, app/assets/stylesheets/_custom.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 17432, app/assets/stylesheets/_custom.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 17436, app/assets/stylesheets/_custom.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 17440, app/assets/stylesheets/_custom.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 17444, app/assets/stylesheets/_custom.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 17448, app/assets/stylesheets/_custom.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 17452, app/assets/stylesheets/_custom.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 17456, app/assets/stylesheets/_custom.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 17460, app/assets/stylesheets/_custom.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 17464, app/assets/stylesheets/_custom.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 17468, app/assets/stylesheets/_custom.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 17472, app/assets/stylesheets/_custom.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 17476, app/assets/stylesheets/_custom.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 17480, app/assets/stylesheets/_custom.scss */
  .m-md-4 {
    margin: 1.25rem !important;
  }
  /* line 17484, app/assets/stylesheets/_custom.scss */
  .m-md-5 {
    margin: 1.5rem !important;
  }
  /* line 17488, app/assets/stylesheets/_custom.scss */
  .m-md-6 {
    margin: 2rem !important;
  }
  /* line 17492, app/assets/stylesheets/_custom.scss */
  .m-md-7 {
    margin: 2.5rem !important;
  }
  /* line 17496, app/assets/stylesheets/_custom.scss */
  .m-md-8 {
    margin: 3rem !important;
  }
  /* line 17500, app/assets/stylesheets/_custom.scss */
  .m-md-9 {
    margin: 3.5rem !important;
  }
  /* line 17504, app/assets/stylesheets/_custom.scss */
  .m-md-10 {
    margin: 4rem !important;
  }
  /* line 17508, app/assets/stylesheets/_custom.scss */
  .m-md-11 {
    margin: 4.5rem !important;
  }
  /* line 17512, app/assets/stylesheets/_custom.scss */
  .m-md-12 {
    margin: 5rem !important;
  }
  /* line 17516, app/assets/stylesheets/_custom.scss */
  .m-md-13 {
    margin: 5.5rem !important;
  }
  /* line 17520, app/assets/stylesheets/_custom.scss */
  .m-md-14 {
    margin: 6rem !important;
  }
  /* line 17524, app/assets/stylesheets/_custom.scss */
  .m-md-15 {
    margin: 6.5rem !important;
  }
  /* line 17528, app/assets/stylesheets/_custom.scss */
  .m-md-16 {
    margin: 7rem !important;
  }
  /* line 17532, app/assets/stylesheets/_custom.scss */
  .m-md-17 {
    margin: 7.5rem !important;
  }
  /* line 17536, app/assets/stylesheets/_custom.scss */
  .m-md-18 {
    margin: 8rem !important;
  }
  /* line 17540, app/assets/stylesheets/_custom.scss */
  .m-md-19 {
    margin: 8.5rem !important;
  }
  /* line 17544, app/assets/stylesheets/_custom.scss */
  .m-md-20 {
    margin: 9rem !important;
  }
  /* line 17548, app/assets/stylesheets/_custom.scss */
  .m-md-21 {
    margin: 9.5rem !important;
  }
  /* line 17552, app/assets/stylesheets/_custom.scss */
  .m-md-22 {
    margin: 10rem !important;
  }
  /* line 17556, app/assets/stylesheets/_custom.scss */
  .m-md-23 {
    margin: 12rem !important;
  }
  /* line 17560, app/assets/stylesheets/_custom.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 17564, app/assets/stylesheets/_custom.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 17569, app/assets/stylesheets/_custom.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 17574, app/assets/stylesheets/_custom.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 17579, app/assets/stylesheets/_custom.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 17584, app/assets/stylesheets/_custom.scss */
  .mx-md-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 17589, app/assets/stylesheets/_custom.scss */
  .mx-md-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 17594, app/assets/stylesheets/_custom.scss */
  .mx-md-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 17599, app/assets/stylesheets/_custom.scss */
  .mx-md-7 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 17604, app/assets/stylesheets/_custom.scss */
  .mx-md-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 17609, app/assets/stylesheets/_custom.scss */
  .mx-md-9 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 17614, app/assets/stylesheets/_custom.scss */
  .mx-md-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 17619, app/assets/stylesheets/_custom.scss */
  .mx-md-11 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 17624, app/assets/stylesheets/_custom.scss */
  .mx-md-12 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 17629, app/assets/stylesheets/_custom.scss */
  .mx-md-13 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 17634, app/assets/stylesheets/_custom.scss */
  .mx-md-14 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 17639, app/assets/stylesheets/_custom.scss */
  .mx-md-15 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 17644, app/assets/stylesheets/_custom.scss */
  .mx-md-16 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 17649, app/assets/stylesheets/_custom.scss */
  .mx-md-17 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 17654, app/assets/stylesheets/_custom.scss */
  .mx-md-18 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 17659, app/assets/stylesheets/_custom.scss */
  .mx-md-19 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  /* line 17664, app/assets/stylesheets/_custom.scss */
  .mx-md-20 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  /* line 17669, app/assets/stylesheets/_custom.scss */
  .mx-md-21 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  /* line 17674, app/assets/stylesheets/_custom.scss */
  .mx-md-22 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 17679, app/assets/stylesheets/_custom.scss */
  .mx-md-23 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 17684, app/assets/stylesheets/_custom.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 17689, app/assets/stylesheets/_custom.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 17694, app/assets/stylesheets/_custom.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 17699, app/assets/stylesheets/_custom.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 17704, app/assets/stylesheets/_custom.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 17709, app/assets/stylesheets/_custom.scss */
  .my-md-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 17714, app/assets/stylesheets/_custom.scss */
  .my-md-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 17719, app/assets/stylesheets/_custom.scss */
  .my-md-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 17724, app/assets/stylesheets/_custom.scss */
  .my-md-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 17729, app/assets/stylesheets/_custom.scss */
  .my-md-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 17734, app/assets/stylesheets/_custom.scss */
  .my-md-9 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 17739, app/assets/stylesheets/_custom.scss */
  .my-md-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 17744, app/assets/stylesheets/_custom.scss */
  .my-md-11 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 17749, app/assets/stylesheets/_custom.scss */
  .my-md-12 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 17754, app/assets/stylesheets/_custom.scss */
  .my-md-13 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 17759, app/assets/stylesheets/_custom.scss */
  .my-md-14 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 17764, app/assets/stylesheets/_custom.scss */
  .my-md-15 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 17769, app/assets/stylesheets/_custom.scss */
  .my-md-16 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 17774, app/assets/stylesheets/_custom.scss */
  .my-md-17 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 17779, app/assets/stylesheets/_custom.scss */
  .my-md-18 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 17784, app/assets/stylesheets/_custom.scss */
  .my-md-19 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  /* line 17789, app/assets/stylesheets/_custom.scss */
  .my-md-20 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  /* line 17794, app/assets/stylesheets/_custom.scss */
  .my-md-21 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  /* line 17799, app/assets/stylesheets/_custom.scss */
  .my-md-22 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 17804, app/assets/stylesheets/_custom.scss */
  .my-md-23 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 17809, app/assets/stylesheets/_custom.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 17814, app/assets/stylesheets/_custom.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 17818, app/assets/stylesheets/_custom.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 17822, app/assets/stylesheets/_custom.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 17826, app/assets/stylesheets/_custom.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 17830, app/assets/stylesheets/_custom.scss */
  .mt-md-4 {
    margin-top: 1.25rem !important;
  }
  /* line 17834, app/assets/stylesheets/_custom.scss */
  .mt-md-5 {
    margin-top: 1.5rem !important;
  }
  /* line 17838, app/assets/stylesheets/_custom.scss */
  .mt-md-6 {
    margin-top: 2rem !important;
  }
  /* line 17842, app/assets/stylesheets/_custom.scss */
  .mt-md-7 {
    margin-top: 2.5rem !important;
  }
  /* line 17846, app/assets/stylesheets/_custom.scss */
  .mt-md-8 {
    margin-top: 3rem !important;
  }
  /* line 17850, app/assets/stylesheets/_custom.scss */
  .mt-md-9 {
    margin-top: 3.5rem !important;
  }
  /* line 17854, app/assets/stylesheets/_custom.scss */
  .mt-md-10 {
    margin-top: 4rem !important;
  }
  /* line 17858, app/assets/stylesheets/_custom.scss */
  .mt-md-11 {
    margin-top: 4.5rem !important;
  }
  /* line 17862, app/assets/stylesheets/_custom.scss */
  .mt-md-12 {
    margin-top: 5rem !important;
  }
  /* line 17866, app/assets/stylesheets/_custom.scss */
  .mt-md-13 {
    margin-top: 5.5rem !important;
  }
  /* line 17870, app/assets/stylesheets/_custom.scss */
  .mt-md-14 {
    margin-top: 6rem !important;
  }
  /* line 17874, app/assets/stylesheets/_custom.scss */
  .mt-md-15 {
    margin-top: 6.5rem !important;
  }
  /* line 17878, app/assets/stylesheets/_custom.scss */
  .mt-md-16 {
    margin-top: 7rem !important;
  }
  /* line 17882, app/assets/stylesheets/_custom.scss */
  .mt-md-17 {
    margin-top: 7.5rem !important;
  }
  /* line 17886, app/assets/stylesheets/_custom.scss */
  .mt-md-18 {
    margin-top: 8rem !important;
  }
  /* line 17890, app/assets/stylesheets/_custom.scss */
  .mt-md-19 {
    margin-top: 8.5rem !important;
  }
  /* line 17894, app/assets/stylesheets/_custom.scss */
  .mt-md-20 {
    margin-top: 9rem !important;
  }
  /* line 17898, app/assets/stylesheets/_custom.scss */
  .mt-md-21 {
    margin-top: 9.5rem !important;
  }
  /* line 17902, app/assets/stylesheets/_custom.scss */
  .mt-md-22 {
    margin-top: 10rem !important;
  }
  /* line 17906, app/assets/stylesheets/_custom.scss */
  .mt-md-23 {
    margin-top: 12rem !important;
  }
  /* line 17910, app/assets/stylesheets/_custom.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 17914, app/assets/stylesheets/_custom.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 17918, app/assets/stylesheets/_custom.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 17922, app/assets/stylesheets/_custom.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 17926, app/assets/stylesheets/_custom.scss */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 17930, app/assets/stylesheets/_custom.scss */
  .me-md-4 {
    margin-right: 1.25rem !important;
  }
  /* line 17934, app/assets/stylesheets/_custom.scss */
  .me-md-5 {
    margin-right: 1.5rem !important;
  }
  /* line 17938, app/assets/stylesheets/_custom.scss */
  .me-md-6 {
    margin-right: 2rem !important;
  }
  /* line 17942, app/assets/stylesheets/_custom.scss */
  .me-md-7 {
    margin-right: 2.5rem !important;
  }
  /* line 17946, app/assets/stylesheets/_custom.scss */
  .me-md-8 {
    margin-right: 3rem !important;
  }
  /* line 17950, app/assets/stylesheets/_custom.scss */
  .me-md-9 {
    margin-right: 3.5rem !important;
  }
  /* line 17954, app/assets/stylesheets/_custom.scss */
  .me-md-10 {
    margin-right: 4rem !important;
  }
  /* line 17958, app/assets/stylesheets/_custom.scss */
  .me-md-11 {
    margin-right: 4.5rem !important;
  }
  /* line 17962, app/assets/stylesheets/_custom.scss */
  .me-md-12 {
    margin-right: 5rem !important;
  }
  /* line 17966, app/assets/stylesheets/_custom.scss */
  .me-md-13 {
    margin-right: 5.5rem !important;
  }
  /* line 17970, app/assets/stylesheets/_custom.scss */
  .me-md-14 {
    margin-right: 6rem !important;
  }
  /* line 17974, app/assets/stylesheets/_custom.scss */
  .me-md-15 {
    margin-right: 6.5rem !important;
  }
  /* line 17978, app/assets/stylesheets/_custom.scss */
  .me-md-16 {
    margin-right: 7rem !important;
  }
  /* line 17982, app/assets/stylesheets/_custom.scss */
  .me-md-17 {
    margin-right: 7.5rem !important;
  }
  /* line 17986, app/assets/stylesheets/_custom.scss */
  .me-md-18 {
    margin-right: 8rem !important;
  }
  /* line 17990, app/assets/stylesheets/_custom.scss */
  .me-md-19 {
    margin-right: 8.5rem !important;
  }
  /* line 17994, app/assets/stylesheets/_custom.scss */
  .me-md-20 {
    margin-right: 9rem !important;
  }
  /* line 17998, app/assets/stylesheets/_custom.scss */
  .me-md-21 {
    margin-right: 9.5rem !important;
  }
  /* line 18002, app/assets/stylesheets/_custom.scss */
  .me-md-22 {
    margin-right: 10rem !important;
  }
  /* line 18006, app/assets/stylesheets/_custom.scss */
  .me-md-23 {
    margin-right: 12rem !important;
  }
  /* line 18010, app/assets/stylesheets/_custom.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 18014, app/assets/stylesheets/_custom.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 18018, app/assets/stylesheets/_custom.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 18022, app/assets/stylesheets/_custom.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 18026, app/assets/stylesheets/_custom.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 18030, app/assets/stylesheets/_custom.scss */
  .mb-md-4 {
    margin-bottom: 1.25rem !important;
  }
  /* line 18034, app/assets/stylesheets/_custom.scss */
  .mb-md-5 {
    margin-bottom: 1.5rem !important;
  }
  /* line 18038, app/assets/stylesheets/_custom.scss */
  .mb-md-6 {
    margin-bottom: 2rem !important;
  }
  /* line 18042, app/assets/stylesheets/_custom.scss */
  .mb-md-7 {
    margin-bottom: 2.5rem !important;
  }
  /* line 18046, app/assets/stylesheets/_custom.scss */
  .mb-md-8 {
    margin-bottom: 3rem !important;
  }
  /* line 18050, app/assets/stylesheets/_custom.scss */
  .mb-md-9 {
    margin-bottom: 3.5rem !important;
  }
  /* line 18054, app/assets/stylesheets/_custom.scss */
  .mb-md-10 {
    margin-bottom: 4rem !important;
  }
  /* line 18058, app/assets/stylesheets/_custom.scss */
  .mb-md-11 {
    margin-bottom: 4.5rem !important;
  }
  /* line 18062, app/assets/stylesheets/_custom.scss */
  .mb-md-12 {
    margin-bottom: 5rem !important;
  }
  /* line 18066, app/assets/stylesheets/_custom.scss */
  .mb-md-13 {
    margin-bottom: 5.5rem !important;
  }
  /* line 18070, app/assets/stylesheets/_custom.scss */
  .mb-md-14 {
    margin-bottom: 6rem !important;
  }
  /* line 18074, app/assets/stylesheets/_custom.scss */
  .mb-md-15 {
    margin-bottom: 6.5rem !important;
  }
  /* line 18078, app/assets/stylesheets/_custom.scss */
  .mb-md-16 {
    margin-bottom: 7rem !important;
  }
  /* line 18082, app/assets/stylesheets/_custom.scss */
  .mb-md-17 {
    margin-bottom: 7.5rem !important;
  }
  /* line 18086, app/assets/stylesheets/_custom.scss */
  .mb-md-18 {
    margin-bottom: 8rem !important;
  }
  /* line 18090, app/assets/stylesheets/_custom.scss */
  .mb-md-19 {
    margin-bottom: 8.5rem !important;
  }
  /* line 18094, app/assets/stylesheets/_custom.scss */
  .mb-md-20 {
    margin-bottom: 9rem !important;
  }
  /* line 18098, app/assets/stylesheets/_custom.scss */
  .mb-md-21 {
    margin-bottom: 9.5rem !important;
  }
  /* line 18102, app/assets/stylesheets/_custom.scss */
  .mb-md-22 {
    margin-bottom: 10rem !important;
  }
  /* line 18106, app/assets/stylesheets/_custom.scss */
  .mb-md-23 {
    margin-bottom: 12rem !important;
  }
  /* line 18110, app/assets/stylesheets/_custom.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 18114, app/assets/stylesheets/_custom.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 18118, app/assets/stylesheets/_custom.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 18122, app/assets/stylesheets/_custom.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 18126, app/assets/stylesheets/_custom.scss */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 18130, app/assets/stylesheets/_custom.scss */
  .ms-md-4 {
    margin-left: 1.25rem !important;
  }
  /* line 18134, app/assets/stylesheets/_custom.scss */
  .ms-md-5 {
    margin-left: 1.5rem !important;
  }
  /* line 18138, app/assets/stylesheets/_custom.scss */
  .ms-md-6 {
    margin-left: 2rem !important;
  }
  /* line 18142, app/assets/stylesheets/_custom.scss */
  .ms-md-7 {
    margin-left: 2.5rem !important;
  }
  /* line 18146, app/assets/stylesheets/_custom.scss */
  .ms-md-8 {
    margin-left: 3rem !important;
  }
  /* line 18150, app/assets/stylesheets/_custom.scss */
  .ms-md-9 {
    margin-left: 3.5rem !important;
  }
  /* line 18154, app/assets/stylesheets/_custom.scss */
  .ms-md-10 {
    margin-left: 4rem !important;
  }
  /* line 18158, app/assets/stylesheets/_custom.scss */
  .ms-md-11 {
    margin-left: 4.5rem !important;
  }
  /* line 18162, app/assets/stylesheets/_custom.scss */
  .ms-md-12 {
    margin-left: 5rem !important;
  }
  /* line 18166, app/assets/stylesheets/_custom.scss */
  .ms-md-13 {
    margin-left: 5.5rem !important;
  }
  /* line 18170, app/assets/stylesheets/_custom.scss */
  .ms-md-14 {
    margin-left: 6rem !important;
  }
  /* line 18174, app/assets/stylesheets/_custom.scss */
  .ms-md-15 {
    margin-left: 6.5rem !important;
  }
  /* line 18178, app/assets/stylesheets/_custom.scss */
  .ms-md-16 {
    margin-left: 7rem !important;
  }
  /* line 18182, app/assets/stylesheets/_custom.scss */
  .ms-md-17 {
    margin-left: 7.5rem !important;
  }
  /* line 18186, app/assets/stylesheets/_custom.scss */
  .ms-md-18 {
    margin-left: 8rem !important;
  }
  /* line 18190, app/assets/stylesheets/_custom.scss */
  .ms-md-19 {
    margin-left: 8.5rem !important;
  }
  /* line 18194, app/assets/stylesheets/_custom.scss */
  .ms-md-20 {
    margin-left: 9rem !important;
  }
  /* line 18198, app/assets/stylesheets/_custom.scss */
  .ms-md-21 {
    margin-left: 9.5rem !important;
  }
  /* line 18202, app/assets/stylesheets/_custom.scss */
  .ms-md-22 {
    margin-left: 10rem !important;
  }
  /* line 18206, app/assets/stylesheets/_custom.scss */
  .ms-md-23 {
    margin-left: 12rem !important;
  }
  /* line 18210, app/assets/stylesheets/_custom.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 18214, app/assets/stylesheets/_custom.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 18218, app/assets/stylesheets/_custom.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 18222, app/assets/stylesheets/_custom.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 18226, app/assets/stylesheets/_custom.scss */
  .m-md-n4 {
    margin: -1.25rem !important;
  }
  /* line 18230, app/assets/stylesheets/_custom.scss */
  .m-md-n5 {
    margin: -1.5rem !important;
  }
  /* line 18234, app/assets/stylesheets/_custom.scss */
  .m-md-n6 {
    margin: -2rem !important;
  }
  /* line 18238, app/assets/stylesheets/_custom.scss */
  .m-md-n7 {
    margin: -2.5rem !important;
  }
  /* line 18242, app/assets/stylesheets/_custom.scss */
  .m-md-n8 {
    margin: -3rem !important;
  }
  /* line 18246, app/assets/stylesheets/_custom.scss */
  .m-md-n9 {
    margin: -3.5rem !important;
  }
  /* line 18250, app/assets/stylesheets/_custom.scss */
  .m-md-n10 {
    margin: -4rem !important;
  }
  /* line 18254, app/assets/stylesheets/_custom.scss */
  .m-md-n11 {
    margin: -4.5rem !important;
  }
  /* line 18258, app/assets/stylesheets/_custom.scss */
  .m-md-n12 {
    margin: -5rem !important;
  }
  /* line 18262, app/assets/stylesheets/_custom.scss */
  .m-md-n13 {
    margin: -5.5rem !important;
  }
  /* line 18266, app/assets/stylesheets/_custom.scss */
  .m-md-n14 {
    margin: -6rem !important;
  }
  /* line 18270, app/assets/stylesheets/_custom.scss */
  .m-md-n15 {
    margin: -6.5rem !important;
  }
  /* line 18274, app/assets/stylesheets/_custom.scss */
  .m-md-n16 {
    margin: -7rem !important;
  }
  /* line 18278, app/assets/stylesheets/_custom.scss */
  .m-md-n17 {
    margin: -7.5rem !important;
  }
  /* line 18282, app/assets/stylesheets/_custom.scss */
  .m-md-n18 {
    margin: -8rem !important;
  }
  /* line 18286, app/assets/stylesheets/_custom.scss */
  .m-md-n19 {
    margin: -8.5rem !important;
  }
  /* line 18290, app/assets/stylesheets/_custom.scss */
  .m-md-n20 {
    margin: -9rem !important;
  }
  /* line 18294, app/assets/stylesheets/_custom.scss */
  .m-md-n21 {
    margin: -9.5rem !important;
  }
  /* line 18298, app/assets/stylesheets/_custom.scss */
  .m-md-n22 {
    margin: -10rem !important;
  }
  /* line 18302, app/assets/stylesheets/_custom.scss */
  .m-md-n23 {
    margin: -12rem !important;
  }
  /* line 18306, app/assets/stylesheets/_custom.scss */
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 18311, app/assets/stylesheets/_custom.scss */
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 18316, app/assets/stylesheets/_custom.scss */
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 18321, app/assets/stylesheets/_custom.scss */
  .mx-md-n4 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  /* line 18326, app/assets/stylesheets/_custom.scss */
  .mx-md-n5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 18331, app/assets/stylesheets/_custom.scss */
  .mx-md-n6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 18336, app/assets/stylesheets/_custom.scss */
  .mx-md-n7 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 18341, app/assets/stylesheets/_custom.scss */
  .mx-md-n8 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 18346, app/assets/stylesheets/_custom.scss */
  .mx-md-n9 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 18351, app/assets/stylesheets/_custom.scss */
  .mx-md-n10 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 18356, app/assets/stylesheets/_custom.scss */
  .mx-md-n11 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 18361, app/assets/stylesheets/_custom.scss */
  .mx-md-n12 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 18366, app/assets/stylesheets/_custom.scss */
  .mx-md-n13 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 18371, app/assets/stylesheets/_custom.scss */
  .mx-md-n14 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 18376, app/assets/stylesheets/_custom.scss */
  .mx-md-n15 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 18381, app/assets/stylesheets/_custom.scss */
  .mx-md-n16 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 18386, app/assets/stylesheets/_custom.scss */
  .mx-md-n17 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 18391, app/assets/stylesheets/_custom.scss */
  .mx-md-n18 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 18396, app/assets/stylesheets/_custom.scss */
  .mx-md-n19 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  /* line 18401, app/assets/stylesheets/_custom.scss */
  .mx-md-n20 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  /* line 18406, app/assets/stylesheets/_custom.scss */
  .mx-md-n21 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  /* line 18411, app/assets/stylesheets/_custom.scss */
  .mx-md-n22 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 18416, app/assets/stylesheets/_custom.scss */
  .mx-md-n23 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 18421, app/assets/stylesheets/_custom.scss */
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 18426, app/assets/stylesheets/_custom.scss */
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 18431, app/assets/stylesheets/_custom.scss */
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 18436, app/assets/stylesheets/_custom.scss */
  .my-md-n4 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  /* line 18441, app/assets/stylesheets/_custom.scss */
  .my-md-n5 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 18446, app/assets/stylesheets/_custom.scss */
  .my-md-n6 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 18451, app/assets/stylesheets/_custom.scss */
  .my-md-n7 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 18456, app/assets/stylesheets/_custom.scss */
  .my-md-n8 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 18461, app/assets/stylesheets/_custom.scss */
  .my-md-n9 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 18466, app/assets/stylesheets/_custom.scss */
  .my-md-n10 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 18471, app/assets/stylesheets/_custom.scss */
  .my-md-n11 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 18476, app/assets/stylesheets/_custom.scss */
  .my-md-n12 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 18481, app/assets/stylesheets/_custom.scss */
  .my-md-n13 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 18486, app/assets/stylesheets/_custom.scss */
  .my-md-n14 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 18491, app/assets/stylesheets/_custom.scss */
  .my-md-n15 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 18496, app/assets/stylesheets/_custom.scss */
  .my-md-n16 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 18501, app/assets/stylesheets/_custom.scss */
  .my-md-n17 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 18506, app/assets/stylesheets/_custom.scss */
  .my-md-n18 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 18511, app/assets/stylesheets/_custom.scss */
  .my-md-n19 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  /* line 18516, app/assets/stylesheets/_custom.scss */
  .my-md-n20 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  /* line 18521, app/assets/stylesheets/_custom.scss */
  .my-md-n21 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  /* line 18526, app/assets/stylesheets/_custom.scss */
  .my-md-n22 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 18531, app/assets/stylesheets/_custom.scss */
  .my-md-n23 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 18536, app/assets/stylesheets/_custom.scss */
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 18540, app/assets/stylesheets/_custom.scss */
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 18544, app/assets/stylesheets/_custom.scss */
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 18548, app/assets/stylesheets/_custom.scss */
  .mt-md-n4 {
    margin-top: -1.25rem !important;
  }
  /* line 18552, app/assets/stylesheets/_custom.scss */
  .mt-md-n5 {
    margin-top: -1.5rem !important;
  }
  /* line 18556, app/assets/stylesheets/_custom.scss */
  .mt-md-n6 {
    margin-top: -2rem !important;
  }
  /* line 18560, app/assets/stylesheets/_custom.scss */
  .mt-md-n7 {
    margin-top: -2.5rem !important;
  }
  /* line 18564, app/assets/stylesheets/_custom.scss */
  .mt-md-n8 {
    margin-top: -3rem !important;
  }
  /* line 18568, app/assets/stylesheets/_custom.scss */
  .mt-md-n9 {
    margin-top: -3.5rem !important;
  }
  /* line 18572, app/assets/stylesheets/_custom.scss */
  .mt-md-n10 {
    margin-top: -4rem !important;
  }
  /* line 18576, app/assets/stylesheets/_custom.scss */
  .mt-md-n11 {
    margin-top: -4.5rem !important;
  }
  /* line 18580, app/assets/stylesheets/_custom.scss */
  .mt-md-n12 {
    margin-top: -5rem !important;
  }
  /* line 18584, app/assets/stylesheets/_custom.scss */
  .mt-md-n13 {
    margin-top: -5.5rem !important;
  }
  /* line 18588, app/assets/stylesheets/_custom.scss */
  .mt-md-n14 {
    margin-top: -6rem !important;
  }
  /* line 18592, app/assets/stylesheets/_custom.scss */
  .mt-md-n15 {
    margin-top: -6.5rem !important;
  }
  /* line 18596, app/assets/stylesheets/_custom.scss */
  .mt-md-n16 {
    margin-top: -7rem !important;
  }
  /* line 18600, app/assets/stylesheets/_custom.scss */
  .mt-md-n17 {
    margin-top: -7.5rem !important;
  }
  /* line 18604, app/assets/stylesheets/_custom.scss */
  .mt-md-n18 {
    margin-top: -8rem !important;
  }
  /* line 18608, app/assets/stylesheets/_custom.scss */
  .mt-md-n19 {
    margin-top: -8.5rem !important;
  }
  /* line 18612, app/assets/stylesheets/_custom.scss */
  .mt-md-n20 {
    margin-top: -9rem !important;
  }
  /* line 18616, app/assets/stylesheets/_custom.scss */
  .mt-md-n21 {
    margin-top: -9.5rem !important;
  }
  /* line 18620, app/assets/stylesheets/_custom.scss */
  .mt-md-n22 {
    margin-top: -10rem !important;
  }
  /* line 18624, app/assets/stylesheets/_custom.scss */
  .mt-md-n23 {
    margin-top: -12rem !important;
  }
  /* line 18628, app/assets/stylesheets/_custom.scss */
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 18632, app/assets/stylesheets/_custom.scss */
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 18636, app/assets/stylesheets/_custom.scss */
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 18640, app/assets/stylesheets/_custom.scss */
  .me-md-n4 {
    margin-right: -1.25rem !important;
  }
  /* line 18644, app/assets/stylesheets/_custom.scss */
  .me-md-n5 {
    margin-right: -1.5rem !important;
  }
  /* line 18648, app/assets/stylesheets/_custom.scss */
  .me-md-n6 {
    margin-right: -2rem !important;
  }
  /* line 18652, app/assets/stylesheets/_custom.scss */
  .me-md-n7 {
    margin-right: -2.5rem !important;
  }
  /* line 18656, app/assets/stylesheets/_custom.scss */
  .me-md-n8 {
    margin-right: -3rem !important;
  }
  /* line 18660, app/assets/stylesheets/_custom.scss */
  .me-md-n9 {
    margin-right: -3.5rem !important;
  }
  /* line 18664, app/assets/stylesheets/_custom.scss */
  .me-md-n10 {
    margin-right: -4rem !important;
  }
  /* line 18668, app/assets/stylesheets/_custom.scss */
  .me-md-n11 {
    margin-right: -4.5rem !important;
  }
  /* line 18672, app/assets/stylesheets/_custom.scss */
  .me-md-n12 {
    margin-right: -5rem !important;
  }
  /* line 18676, app/assets/stylesheets/_custom.scss */
  .me-md-n13 {
    margin-right: -5.5rem !important;
  }
  /* line 18680, app/assets/stylesheets/_custom.scss */
  .me-md-n14 {
    margin-right: -6rem !important;
  }
  /* line 18684, app/assets/stylesheets/_custom.scss */
  .me-md-n15 {
    margin-right: -6.5rem !important;
  }
  /* line 18688, app/assets/stylesheets/_custom.scss */
  .me-md-n16 {
    margin-right: -7rem !important;
  }
  /* line 18692, app/assets/stylesheets/_custom.scss */
  .me-md-n17 {
    margin-right: -7.5rem !important;
  }
  /* line 18696, app/assets/stylesheets/_custom.scss */
  .me-md-n18 {
    margin-right: -8rem !important;
  }
  /* line 18700, app/assets/stylesheets/_custom.scss */
  .me-md-n19 {
    margin-right: -8.5rem !important;
  }
  /* line 18704, app/assets/stylesheets/_custom.scss */
  .me-md-n20 {
    margin-right: -9rem !important;
  }
  /* line 18708, app/assets/stylesheets/_custom.scss */
  .me-md-n21 {
    margin-right: -9.5rem !important;
  }
  /* line 18712, app/assets/stylesheets/_custom.scss */
  .me-md-n22 {
    margin-right: -10rem !important;
  }
  /* line 18716, app/assets/stylesheets/_custom.scss */
  .me-md-n23 {
    margin-right: -12rem !important;
  }
  /* line 18720, app/assets/stylesheets/_custom.scss */
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 18724, app/assets/stylesheets/_custom.scss */
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 18728, app/assets/stylesheets/_custom.scss */
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 18732, app/assets/stylesheets/_custom.scss */
  .mb-md-n4 {
    margin-bottom: -1.25rem !important;
  }
  /* line 18736, app/assets/stylesheets/_custom.scss */
  .mb-md-n5 {
    margin-bottom: -1.5rem !important;
  }
  /* line 18740, app/assets/stylesheets/_custom.scss */
  .mb-md-n6 {
    margin-bottom: -2rem !important;
  }
  /* line 18744, app/assets/stylesheets/_custom.scss */
  .mb-md-n7 {
    margin-bottom: -2.5rem !important;
  }
  /* line 18748, app/assets/stylesheets/_custom.scss */
  .mb-md-n8 {
    margin-bottom: -3rem !important;
  }
  /* line 18752, app/assets/stylesheets/_custom.scss */
  .mb-md-n9 {
    margin-bottom: -3.5rem !important;
  }
  /* line 18756, app/assets/stylesheets/_custom.scss */
  .mb-md-n10 {
    margin-bottom: -4rem !important;
  }
  /* line 18760, app/assets/stylesheets/_custom.scss */
  .mb-md-n11 {
    margin-bottom: -4.5rem !important;
  }
  /* line 18764, app/assets/stylesheets/_custom.scss */
  .mb-md-n12 {
    margin-bottom: -5rem !important;
  }
  /* line 18768, app/assets/stylesheets/_custom.scss */
  .mb-md-n13 {
    margin-bottom: -5.5rem !important;
  }
  /* line 18772, app/assets/stylesheets/_custom.scss */
  .mb-md-n14 {
    margin-bottom: -6rem !important;
  }
  /* line 18776, app/assets/stylesheets/_custom.scss */
  .mb-md-n15 {
    margin-bottom: -6.5rem !important;
  }
  /* line 18780, app/assets/stylesheets/_custom.scss */
  .mb-md-n16 {
    margin-bottom: -7rem !important;
  }
  /* line 18784, app/assets/stylesheets/_custom.scss */
  .mb-md-n17 {
    margin-bottom: -7.5rem !important;
  }
  /* line 18788, app/assets/stylesheets/_custom.scss */
  .mb-md-n18 {
    margin-bottom: -8rem !important;
  }
  /* line 18792, app/assets/stylesheets/_custom.scss */
  .mb-md-n19 {
    margin-bottom: -8.5rem !important;
  }
  /* line 18796, app/assets/stylesheets/_custom.scss */
  .mb-md-n20 {
    margin-bottom: -9rem !important;
  }
  /* line 18800, app/assets/stylesheets/_custom.scss */
  .mb-md-n21 {
    margin-bottom: -9.5rem !important;
  }
  /* line 18804, app/assets/stylesheets/_custom.scss */
  .mb-md-n22 {
    margin-bottom: -10rem !important;
  }
  /* line 18808, app/assets/stylesheets/_custom.scss */
  .mb-md-n23 {
    margin-bottom: -12rem !important;
  }
  /* line 18812, app/assets/stylesheets/_custom.scss */
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 18816, app/assets/stylesheets/_custom.scss */
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 18820, app/assets/stylesheets/_custom.scss */
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 18824, app/assets/stylesheets/_custom.scss */
  .ms-md-n4 {
    margin-left: -1.25rem !important;
  }
  /* line 18828, app/assets/stylesheets/_custom.scss */
  .ms-md-n5 {
    margin-left: -1.5rem !important;
  }
  /* line 18832, app/assets/stylesheets/_custom.scss */
  .ms-md-n6 {
    margin-left: -2rem !important;
  }
  /* line 18836, app/assets/stylesheets/_custom.scss */
  .ms-md-n7 {
    margin-left: -2.5rem !important;
  }
  /* line 18840, app/assets/stylesheets/_custom.scss */
  .ms-md-n8 {
    margin-left: -3rem !important;
  }
  /* line 18844, app/assets/stylesheets/_custom.scss */
  .ms-md-n9 {
    margin-left: -3.5rem !important;
  }
  /* line 18848, app/assets/stylesheets/_custom.scss */
  .ms-md-n10 {
    margin-left: -4rem !important;
  }
  /* line 18852, app/assets/stylesheets/_custom.scss */
  .ms-md-n11 {
    margin-left: -4.5rem !important;
  }
  /* line 18856, app/assets/stylesheets/_custom.scss */
  .ms-md-n12 {
    margin-left: -5rem !important;
  }
  /* line 18860, app/assets/stylesheets/_custom.scss */
  .ms-md-n13 {
    margin-left: -5.5rem !important;
  }
  /* line 18864, app/assets/stylesheets/_custom.scss */
  .ms-md-n14 {
    margin-left: -6rem !important;
  }
  /* line 18868, app/assets/stylesheets/_custom.scss */
  .ms-md-n15 {
    margin-left: -6.5rem !important;
  }
  /* line 18872, app/assets/stylesheets/_custom.scss */
  .ms-md-n16 {
    margin-left: -7rem !important;
  }
  /* line 18876, app/assets/stylesheets/_custom.scss */
  .ms-md-n17 {
    margin-left: -7.5rem !important;
  }
  /* line 18880, app/assets/stylesheets/_custom.scss */
  .ms-md-n18 {
    margin-left: -8rem !important;
  }
  /* line 18884, app/assets/stylesheets/_custom.scss */
  .ms-md-n19 {
    margin-left: -8.5rem !important;
  }
  /* line 18888, app/assets/stylesheets/_custom.scss */
  .ms-md-n20 {
    margin-left: -9rem !important;
  }
  /* line 18892, app/assets/stylesheets/_custom.scss */
  .ms-md-n21 {
    margin-left: -9.5rem !important;
  }
  /* line 18896, app/assets/stylesheets/_custom.scss */
  .ms-md-n22 {
    margin-left: -10rem !important;
  }
  /* line 18900, app/assets/stylesheets/_custom.scss */
  .ms-md-n23 {
    margin-left: -12rem !important;
  }
  /* line 18904, app/assets/stylesheets/_custom.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 18908, app/assets/stylesheets/_custom.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 18912, app/assets/stylesheets/_custom.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 18916, app/assets/stylesheets/_custom.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 18920, app/assets/stylesheets/_custom.scss */
  .p-md-4 {
    padding: 1.25rem !important;
  }
  /* line 18924, app/assets/stylesheets/_custom.scss */
  .p-md-5 {
    padding: 1.5rem !important;
  }
  /* line 18928, app/assets/stylesheets/_custom.scss */
  .p-md-6 {
    padding: 2rem !important;
  }
  /* line 18932, app/assets/stylesheets/_custom.scss */
  .p-md-7 {
    padding: 2.5rem !important;
  }
  /* line 18936, app/assets/stylesheets/_custom.scss */
  .p-md-8 {
    padding: 3rem !important;
  }
  /* line 18940, app/assets/stylesheets/_custom.scss */
  .p-md-9 {
    padding: 3.5rem !important;
  }
  /* line 18944, app/assets/stylesheets/_custom.scss */
  .p-md-10 {
    padding: 4rem !important;
  }
  /* line 18948, app/assets/stylesheets/_custom.scss */
  .p-md-11 {
    padding: 4.5rem !important;
  }
  /* line 18952, app/assets/stylesheets/_custom.scss */
  .p-md-12 {
    padding: 5rem !important;
  }
  /* line 18956, app/assets/stylesheets/_custom.scss */
  .p-md-13 {
    padding: 5.5rem !important;
  }
  /* line 18960, app/assets/stylesheets/_custom.scss */
  .p-md-14 {
    padding: 6rem !important;
  }
  /* line 18964, app/assets/stylesheets/_custom.scss */
  .p-md-15 {
    padding: 6.5rem !important;
  }
  /* line 18968, app/assets/stylesheets/_custom.scss */
  .p-md-16 {
    padding: 7rem !important;
  }
  /* line 18972, app/assets/stylesheets/_custom.scss */
  .p-md-17 {
    padding: 7.5rem !important;
  }
  /* line 18976, app/assets/stylesheets/_custom.scss */
  .p-md-18 {
    padding: 8rem !important;
  }
  /* line 18980, app/assets/stylesheets/_custom.scss */
  .p-md-19 {
    padding: 8.5rem !important;
  }
  /* line 18984, app/assets/stylesheets/_custom.scss */
  .p-md-20 {
    padding: 9rem !important;
  }
  /* line 18988, app/assets/stylesheets/_custom.scss */
  .p-md-21 {
    padding: 9.5rem !important;
  }
  /* line 18992, app/assets/stylesheets/_custom.scss */
  .p-md-22 {
    padding: 10rem !important;
  }
  /* line 18996, app/assets/stylesheets/_custom.scss */
  .p-md-23 {
    padding: 12rem !important;
  }
  /* line 19000, app/assets/stylesheets/_custom.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 19005, app/assets/stylesheets/_custom.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 19010, app/assets/stylesheets/_custom.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 19015, app/assets/stylesheets/_custom.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 19020, app/assets/stylesheets/_custom.scss */
  .px-md-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 19025, app/assets/stylesheets/_custom.scss */
  .px-md-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 19030, app/assets/stylesheets/_custom.scss */
  .px-md-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 19035, app/assets/stylesheets/_custom.scss */
  .px-md-7 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 19040, app/assets/stylesheets/_custom.scss */
  .px-md-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 19045, app/assets/stylesheets/_custom.scss */
  .px-md-9 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 19050, app/assets/stylesheets/_custom.scss */
  .px-md-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 19055, app/assets/stylesheets/_custom.scss */
  .px-md-11 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 19060, app/assets/stylesheets/_custom.scss */
  .px-md-12 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 19065, app/assets/stylesheets/_custom.scss */
  .px-md-13 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 19070, app/assets/stylesheets/_custom.scss */
  .px-md-14 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 19075, app/assets/stylesheets/_custom.scss */
  .px-md-15 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 19080, app/assets/stylesheets/_custom.scss */
  .px-md-16 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 19085, app/assets/stylesheets/_custom.scss */
  .px-md-17 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 19090, app/assets/stylesheets/_custom.scss */
  .px-md-18 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 19095, app/assets/stylesheets/_custom.scss */
  .px-md-19 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  /* line 19100, app/assets/stylesheets/_custom.scss */
  .px-md-20 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  /* line 19105, app/assets/stylesheets/_custom.scss */
  .px-md-21 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  /* line 19110, app/assets/stylesheets/_custom.scss */
  .px-md-22 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 19115, app/assets/stylesheets/_custom.scss */
  .px-md-23 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 19120, app/assets/stylesheets/_custom.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 19125, app/assets/stylesheets/_custom.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 19130, app/assets/stylesheets/_custom.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 19135, app/assets/stylesheets/_custom.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 19140, app/assets/stylesheets/_custom.scss */
  .py-md-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 19145, app/assets/stylesheets/_custom.scss */
  .py-md-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 19150, app/assets/stylesheets/_custom.scss */
  .py-md-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 19155, app/assets/stylesheets/_custom.scss */
  .py-md-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 19160, app/assets/stylesheets/_custom.scss */
  .py-md-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 19165, app/assets/stylesheets/_custom.scss */
  .py-md-9 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 19170, app/assets/stylesheets/_custom.scss */
  .py-md-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 19175, app/assets/stylesheets/_custom.scss */
  .py-md-11 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 19180, app/assets/stylesheets/_custom.scss */
  .py-md-12 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 19185, app/assets/stylesheets/_custom.scss */
  .py-md-13 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 19190, app/assets/stylesheets/_custom.scss */
  .py-md-14 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 19195, app/assets/stylesheets/_custom.scss */
  .py-md-15 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 19200, app/assets/stylesheets/_custom.scss */
  .py-md-16 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 19205, app/assets/stylesheets/_custom.scss */
  .py-md-17 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 19210, app/assets/stylesheets/_custom.scss */
  .py-md-18 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 19215, app/assets/stylesheets/_custom.scss */
  .py-md-19 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  /* line 19220, app/assets/stylesheets/_custom.scss */
  .py-md-20 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  /* line 19225, app/assets/stylesheets/_custom.scss */
  .py-md-21 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  /* line 19230, app/assets/stylesheets/_custom.scss */
  .py-md-22 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 19235, app/assets/stylesheets/_custom.scss */
  .py-md-23 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 19240, app/assets/stylesheets/_custom.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 19244, app/assets/stylesheets/_custom.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 19248, app/assets/stylesheets/_custom.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 19252, app/assets/stylesheets/_custom.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 19256, app/assets/stylesheets/_custom.scss */
  .pt-md-4 {
    padding-top: 1.25rem !important;
  }
  /* line 19260, app/assets/stylesheets/_custom.scss */
  .pt-md-5 {
    padding-top: 1.5rem !important;
  }
  /* line 19264, app/assets/stylesheets/_custom.scss */
  .pt-md-6 {
    padding-top: 2rem !important;
  }
  /* line 19268, app/assets/stylesheets/_custom.scss */
  .pt-md-7 {
    padding-top: 2.5rem !important;
  }
  /* line 19272, app/assets/stylesheets/_custom.scss */
  .pt-md-8 {
    padding-top: 3rem !important;
  }
  /* line 19276, app/assets/stylesheets/_custom.scss */
  .pt-md-9 {
    padding-top: 3.5rem !important;
  }
  /* line 19280, app/assets/stylesheets/_custom.scss */
  .pt-md-10 {
    padding-top: 4rem !important;
  }
  /* line 19284, app/assets/stylesheets/_custom.scss */
  .pt-md-11 {
    padding-top: 4.5rem !important;
  }
  /* line 19288, app/assets/stylesheets/_custom.scss */
  .pt-md-12 {
    padding-top: 5rem !important;
  }
  /* line 19292, app/assets/stylesheets/_custom.scss */
  .pt-md-13 {
    padding-top: 5.5rem !important;
  }
  /* line 19296, app/assets/stylesheets/_custom.scss */
  .pt-md-14 {
    padding-top: 6rem !important;
  }
  /* line 19300, app/assets/stylesheets/_custom.scss */
  .pt-md-15 {
    padding-top: 6.5rem !important;
  }
  /* line 19304, app/assets/stylesheets/_custom.scss */
  .pt-md-16 {
    padding-top: 7rem !important;
  }
  /* line 19308, app/assets/stylesheets/_custom.scss */
  .pt-md-17 {
    padding-top: 7.5rem !important;
  }
  /* line 19312, app/assets/stylesheets/_custom.scss */
  .pt-md-18 {
    padding-top: 8rem !important;
  }
  /* line 19316, app/assets/stylesheets/_custom.scss */
  .pt-md-19 {
    padding-top: 8.5rem !important;
  }
  /* line 19320, app/assets/stylesheets/_custom.scss */
  .pt-md-20 {
    padding-top: 9rem !important;
  }
  /* line 19324, app/assets/stylesheets/_custom.scss */
  .pt-md-21 {
    padding-top: 9.5rem !important;
  }
  /* line 19328, app/assets/stylesheets/_custom.scss */
  .pt-md-22 {
    padding-top: 10rem !important;
  }
  /* line 19332, app/assets/stylesheets/_custom.scss */
  .pt-md-23 {
    padding-top: 12rem !important;
  }
  /* line 19336, app/assets/stylesheets/_custom.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 19340, app/assets/stylesheets/_custom.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 19344, app/assets/stylesheets/_custom.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 19348, app/assets/stylesheets/_custom.scss */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 19352, app/assets/stylesheets/_custom.scss */
  .pe-md-4 {
    padding-right: 1.25rem !important;
  }
  /* line 19356, app/assets/stylesheets/_custom.scss */
  .pe-md-5 {
    padding-right: 1.5rem !important;
  }
  /* line 19360, app/assets/stylesheets/_custom.scss */
  .pe-md-6 {
    padding-right: 2rem !important;
  }
  /* line 19364, app/assets/stylesheets/_custom.scss */
  .pe-md-7 {
    padding-right: 2.5rem !important;
  }
  /* line 19368, app/assets/stylesheets/_custom.scss */
  .pe-md-8 {
    padding-right: 3rem !important;
  }
  /* line 19372, app/assets/stylesheets/_custom.scss */
  .pe-md-9 {
    padding-right: 3.5rem !important;
  }
  /* line 19376, app/assets/stylesheets/_custom.scss */
  .pe-md-10 {
    padding-right: 4rem !important;
  }
  /* line 19380, app/assets/stylesheets/_custom.scss */
  .pe-md-11 {
    padding-right: 4.5rem !important;
  }
  /* line 19384, app/assets/stylesheets/_custom.scss */
  .pe-md-12 {
    padding-right: 5rem !important;
  }
  /* line 19388, app/assets/stylesheets/_custom.scss */
  .pe-md-13 {
    padding-right: 5.5rem !important;
  }
  /* line 19392, app/assets/stylesheets/_custom.scss */
  .pe-md-14 {
    padding-right: 6rem !important;
  }
  /* line 19396, app/assets/stylesheets/_custom.scss */
  .pe-md-15 {
    padding-right: 6.5rem !important;
  }
  /* line 19400, app/assets/stylesheets/_custom.scss */
  .pe-md-16 {
    padding-right: 7rem !important;
  }
  /* line 19404, app/assets/stylesheets/_custom.scss */
  .pe-md-17 {
    padding-right: 7.5rem !important;
  }
  /* line 19408, app/assets/stylesheets/_custom.scss */
  .pe-md-18 {
    padding-right: 8rem !important;
  }
  /* line 19412, app/assets/stylesheets/_custom.scss */
  .pe-md-19 {
    padding-right: 8.5rem !important;
  }
  /* line 19416, app/assets/stylesheets/_custom.scss */
  .pe-md-20 {
    padding-right: 9rem !important;
  }
  /* line 19420, app/assets/stylesheets/_custom.scss */
  .pe-md-21 {
    padding-right: 9.5rem !important;
  }
  /* line 19424, app/assets/stylesheets/_custom.scss */
  .pe-md-22 {
    padding-right: 10rem !important;
  }
  /* line 19428, app/assets/stylesheets/_custom.scss */
  .pe-md-23 {
    padding-right: 12rem !important;
  }
  /* line 19432, app/assets/stylesheets/_custom.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 19436, app/assets/stylesheets/_custom.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 19440, app/assets/stylesheets/_custom.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 19444, app/assets/stylesheets/_custom.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 19448, app/assets/stylesheets/_custom.scss */
  .pb-md-4 {
    padding-bottom: 1.25rem !important;
  }
  /* line 19452, app/assets/stylesheets/_custom.scss */
  .pb-md-5 {
    padding-bottom: 1.5rem !important;
  }
  /* line 19456, app/assets/stylesheets/_custom.scss */
  .pb-md-6 {
    padding-bottom: 2rem !important;
  }
  /* line 19460, app/assets/stylesheets/_custom.scss */
  .pb-md-7 {
    padding-bottom: 2.5rem !important;
  }
  /* line 19464, app/assets/stylesheets/_custom.scss */
  .pb-md-8 {
    padding-bottom: 3rem !important;
  }
  /* line 19468, app/assets/stylesheets/_custom.scss */
  .pb-md-9 {
    padding-bottom: 3.5rem !important;
  }
  /* line 19472, app/assets/stylesheets/_custom.scss */
  .pb-md-10 {
    padding-bottom: 4rem !important;
  }
  /* line 19476, app/assets/stylesheets/_custom.scss */
  .pb-md-11 {
    padding-bottom: 4.5rem !important;
  }
  /* line 19480, app/assets/stylesheets/_custom.scss */
  .pb-md-12 {
    padding-bottom: 5rem !important;
  }
  /* line 19484, app/assets/stylesheets/_custom.scss */
  .pb-md-13 {
    padding-bottom: 5.5rem !important;
  }
  /* line 19488, app/assets/stylesheets/_custom.scss */
  .pb-md-14 {
    padding-bottom: 6rem !important;
  }
  /* line 19492, app/assets/stylesheets/_custom.scss */
  .pb-md-15 {
    padding-bottom: 6.5rem !important;
  }
  /* line 19496, app/assets/stylesheets/_custom.scss */
  .pb-md-16 {
    padding-bottom: 7rem !important;
  }
  /* line 19500, app/assets/stylesheets/_custom.scss */
  .pb-md-17 {
    padding-bottom: 7.5rem !important;
  }
  /* line 19504, app/assets/stylesheets/_custom.scss */
  .pb-md-18 {
    padding-bottom: 8rem !important;
  }
  /* line 19508, app/assets/stylesheets/_custom.scss */
  .pb-md-19 {
    padding-bottom: 8.5rem !important;
  }
  /* line 19512, app/assets/stylesheets/_custom.scss */
  .pb-md-20 {
    padding-bottom: 9rem !important;
  }
  /* line 19516, app/assets/stylesheets/_custom.scss */
  .pb-md-21 {
    padding-bottom: 9.5rem !important;
  }
  /* line 19520, app/assets/stylesheets/_custom.scss */
  .pb-md-22 {
    padding-bottom: 10rem !important;
  }
  /* line 19524, app/assets/stylesheets/_custom.scss */
  .pb-md-23 {
    padding-bottom: 12rem !important;
  }
  /* line 19528, app/assets/stylesheets/_custom.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 19532, app/assets/stylesheets/_custom.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 19536, app/assets/stylesheets/_custom.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 19540, app/assets/stylesheets/_custom.scss */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 19544, app/assets/stylesheets/_custom.scss */
  .ps-md-4 {
    padding-left: 1.25rem !important;
  }
  /* line 19548, app/assets/stylesheets/_custom.scss */
  .ps-md-5 {
    padding-left: 1.5rem !important;
  }
  /* line 19552, app/assets/stylesheets/_custom.scss */
  .ps-md-6 {
    padding-left: 2rem !important;
  }
  /* line 19556, app/assets/stylesheets/_custom.scss */
  .ps-md-7 {
    padding-left: 2.5rem !important;
  }
  /* line 19560, app/assets/stylesheets/_custom.scss */
  .ps-md-8 {
    padding-left: 3rem !important;
  }
  /* line 19564, app/assets/stylesheets/_custom.scss */
  .ps-md-9 {
    padding-left: 3.5rem !important;
  }
  /* line 19568, app/assets/stylesheets/_custom.scss */
  .ps-md-10 {
    padding-left: 4rem !important;
  }
  /* line 19572, app/assets/stylesheets/_custom.scss */
  .ps-md-11 {
    padding-left: 4.5rem !important;
  }
  /* line 19576, app/assets/stylesheets/_custom.scss */
  .ps-md-12 {
    padding-left: 5rem !important;
  }
  /* line 19580, app/assets/stylesheets/_custom.scss */
  .ps-md-13 {
    padding-left: 5.5rem !important;
  }
  /* line 19584, app/assets/stylesheets/_custom.scss */
  .ps-md-14 {
    padding-left: 6rem !important;
  }
  /* line 19588, app/assets/stylesheets/_custom.scss */
  .ps-md-15 {
    padding-left: 6.5rem !important;
  }
  /* line 19592, app/assets/stylesheets/_custom.scss */
  .ps-md-16 {
    padding-left: 7rem !important;
  }
  /* line 19596, app/assets/stylesheets/_custom.scss */
  .ps-md-17 {
    padding-left: 7.5rem !important;
  }
  /* line 19600, app/assets/stylesheets/_custom.scss */
  .ps-md-18 {
    padding-left: 8rem !important;
  }
  /* line 19604, app/assets/stylesheets/_custom.scss */
  .ps-md-19 {
    padding-left: 8.5rem !important;
  }
  /* line 19608, app/assets/stylesheets/_custom.scss */
  .ps-md-20 {
    padding-left: 9rem !important;
  }
  /* line 19612, app/assets/stylesheets/_custom.scss */
  .ps-md-21 {
    padding-left: 9.5rem !important;
  }
  /* line 19616, app/assets/stylesheets/_custom.scss */
  .ps-md-22 {
    padding-left: 10rem !important;
  }
  /* line 19620, app/assets/stylesheets/_custom.scss */
  .ps-md-23 {
    padding-left: 12rem !important;
  }
  /* line 19624, app/assets/stylesheets/_custom.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 19628, app/assets/stylesheets/_custom.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 19632, app/assets/stylesheets/_custom.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 19638, app/assets/stylesheets/_custom.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 19642, app/assets/stylesheets/_custom.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 19646, app/assets/stylesheets/_custom.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 19650, app/assets/stylesheets/_custom.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 19654, app/assets/stylesheets/_custom.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 19658, app/assets/stylesheets/_custom.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 19662, app/assets/stylesheets/_custom.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 19666, app/assets/stylesheets/_custom.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 19670, app/assets/stylesheets/_custom.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 19674, app/assets/stylesheets/_custom.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 19678, app/assets/stylesheets/_custom.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 19682, app/assets/stylesheets/_custom.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 19686, app/assets/stylesheets/_custom.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 19690, app/assets/stylesheets/_custom.scss */
  .w-lg-15 {
    width: 15% !important;
  }
  /* line 19694, app/assets/stylesheets/_custom.scss */
  .w-lg-25 {
    width: 25% !important;
  }
  /* line 19698, app/assets/stylesheets/_custom.scss */
  .w-lg-30 {
    width: 30% !important;
  }
  /* line 19702, app/assets/stylesheets/_custom.scss */
  .w-lg-40 {
    width: 40% !important;
  }
  /* line 19706, app/assets/stylesheets/_custom.scss */
  .w-lg-50 {
    width: 50% !important;
  }
  /* line 19710, app/assets/stylesheets/_custom.scss */
  .w-lg-65 {
    width: 65% !important;
  }
  /* line 19714, app/assets/stylesheets/_custom.scss */
  .w-lg-75 {
    width: 75% !important;
  }
  /* line 19718, app/assets/stylesheets/_custom.scss */
  .w-lg-100 {
    width: 100% !important;
  }
  /* line 19722, app/assets/stylesheets/_custom.scss */
  .w-lg-auto {
    width: auto !important;
  }
  /* line 19726, app/assets/stylesheets/_custom.scss */
  .mw-lg-25 {
    max-width: 25% !important;
  }
  /* line 19730, app/assets/stylesheets/_custom.scss */
  .mw-lg-30 {
    max-width: 30% !important;
  }
  /* line 19734, app/assets/stylesheets/_custom.scss */
  .mw-lg-40 {
    max-width: 40% !important;
  }
  /* line 19738, app/assets/stylesheets/_custom.scss */
  .mw-lg-50 {
    max-width: 50% !important;
  }
  /* line 19742, app/assets/stylesheets/_custom.scss */
  .mw-lg-65 {
    max-width: 65% !important;
  }
  /* line 19746, app/assets/stylesheets/_custom.scss */
  .mw-lg-75 {
    max-width: 75% !important;
  }
  /* line 19750, app/assets/stylesheets/_custom.scss */
  .mw-lg-100 {
    max-width: 100% !important;
  }
  /* line 19754, app/assets/stylesheets/_custom.scss */
  .mw-lg-auto {
    max-width: auto !important;
  }
  /* line 19758, app/assets/stylesheets/_custom.scss */
  .vw-lg-100 {
    width: 100vw !important;
  }
  /* line 19762, app/assets/stylesheets/_custom.scss */
  .min-vw-lg-100 {
    min-width: 100vw !important;
  }
  /* line 19766, app/assets/stylesheets/_custom.scss */
  .h-lg-25 {
    height: 25% !important;
  }
  /* line 19770, app/assets/stylesheets/_custom.scss */
  .h-lg-30 {
    height: 30% !important;
  }
  /* line 19774, app/assets/stylesheets/_custom.scss */
  .h-lg-40 {
    height: 40% !important;
  }
  /* line 19778, app/assets/stylesheets/_custom.scss */
  .h-lg-50 {
    height: 50% !important;
  }
  /* line 19782, app/assets/stylesheets/_custom.scss */
  .h-lg-65 {
    height: 65% !important;
  }
  /* line 19786, app/assets/stylesheets/_custom.scss */
  .h-lg-75 {
    height: 75% !important;
  }
  /* line 19790, app/assets/stylesheets/_custom.scss */
  .h-lg-100 {
    height: 100% !important;
  }
  /* line 19794, app/assets/stylesheets/_custom.scss */
  .h-lg-auto {
    height: auto !important;
  }
  /* line 19798, app/assets/stylesheets/_custom.scss */
  .mh-lg-25 {
    max-height: 25% !important;
  }
  /* line 19802, app/assets/stylesheets/_custom.scss */
  .mh-lg-30 {
    max-height: 30% !important;
  }
  /* line 19806, app/assets/stylesheets/_custom.scss */
  .mh-lg-40 {
    max-height: 40% !important;
  }
  /* line 19810, app/assets/stylesheets/_custom.scss */
  .mh-lg-50 {
    max-height: 50% !important;
  }
  /* line 19814, app/assets/stylesheets/_custom.scss */
  .mh-lg-65 {
    max-height: 65% !important;
  }
  /* line 19818, app/assets/stylesheets/_custom.scss */
  .mh-lg-75 {
    max-height: 75% !important;
  }
  /* line 19822, app/assets/stylesheets/_custom.scss */
  .mh-lg-100 {
    max-height: 100% !important;
  }
  /* line 19826, app/assets/stylesheets/_custom.scss */
  .mh-lg-auto {
    max-height: auto !important;
  }
  /* line 19830, app/assets/stylesheets/_custom.scss */
  .vh-lg-100 {
    height: 100vh !important;
  }
  /* line 19834, app/assets/stylesheets/_custom.scss */
  .min-vh-lg-100 {
    min-height: 100vh !important;
  }
  /* line 19838, app/assets/stylesheets/_custom.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 19842, app/assets/stylesheets/_custom.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 19846, app/assets/stylesheets/_custom.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 19850, app/assets/stylesheets/_custom.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 19854, app/assets/stylesheets/_custom.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 19858, app/assets/stylesheets/_custom.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 19862, app/assets/stylesheets/_custom.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 19866, app/assets/stylesheets/_custom.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 19870, app/assets/stylesheets/_custom.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 19874, app/assets/stylesheets/_custom.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 19878, app/assets/stylesheets/_custom.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 19882, app/assets/stylesheets/_custom.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19886, app/assets/stylesheets/_custom.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 19890, app/assets/stylesheets/_custom.scss */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 19894, app/assets/stylesheets/_custom.scss */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 19898, app/assets/stylesheets/_custom.scss */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 19902, app/assets/stylesheets/_custom.scss */
  .gap-lg-4 {
    gap: 1.25rem !important;
  }
  /* line 19906, app/assets/stylesheets/_custom.scss */
  .gap-lg-5 {
    gap: 1.5rem !important;
  }
  /* line 19910, app/assets/stylesheets/_custom.scss */
  .gap-lg-6 {
    gap: 2rem !important;
  }
  /* line 19914, app/assets/stylesheets/_custom.scss */
  .gap-lg-7 {
    gap: 2.5rem !important;
  }
  /* line 19918, app/assets/stylesheets/_custom.scss */
  .gap-lg-8 {
    gap: 3rem !important;
  }
  /* line 19922, app/assets/stylesheets/_custom.scss */
  .gap-lg-9 {
    gap: 3.5rem !important;
  }
  /* line 19926, app/assets/stylesheets/_custom.scss */
  .gap-lg-10 {
    gap: 4rem !important;
  }
  /* line 19930, app/assets/stylesheets/_custom.scss */
  .gap-lg-11 {
    gap: 4.5rem !important;
  }
  /* line 19934, app/assets/stylesheets/_custom.scss */
  .gap-lg-12 {
    gap: 5rem !important;
  }
  /* line 19938, app/assets/stylesheets/_custom.scss */
  .gap-lg-13 {
    gap: 5.5rem !important;
  }
  /* line 19942, app/assets/stylesheets/_custom.scss */
  .gap-lg-14 {
    gap: 6rem !important;
  }
  /* line 19946, app/assets/stylesheets/_custom.scss */
  .gap-lg-15 {
    gap: 6.5rem !important;
  }
  /* line 19950, app/assets/stylesheets/_custom.scss */
  .gap-lg-16 {
    gap: 7rem !important;
  }
  /* line 19954, app/assets/stylesheets/_custom.scss */
  .gap-lg-17 {
    gap: 7.5rem !important;
  }
  /* line 19958, app/assets/stylesheets/_custom.scss */
  .gap-lg-18 {
    gap: 8rem !important;
  }
  /* line 19962, app/assets/stylesheets/_custom.scss */
  .gap-lg-19 {
    gap: 8.5rem !important;
  }
  /* line 19966, app/assets/stylesheets/_custom.scss */
  .gap-lg-20 {
    gap: 9rem !important;
  }
  /* line 19970, app/assets/stylesheets/_custom.scss */
  .gap-lg-21 {
    gap: 9.5rem !important;
  }
  /* line 19974, app/assets/stylesheets/_custom.scss */
  .gap-lg-22 {
    gap: 10rem !important;
  }
  /* line 19978, app/assets/stylesheets/_custom.scss */
  .gap-lg-23 {
    gap: 12rem !important;
  }
  /* line 19982, app/assets/stylesheets/_custom.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 19986, app/assets/stylesheets/_custom.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 19990, app/assets/stylesheets/_custom.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 19994, app/assets/stylesheets/_custom.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 19998, app/assets/stylesheets/_custom.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 20002, app/assets/stylesheets/_custom.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 20006, app/assets/stylesheets/_custom.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 20010, app/assets/stylesheets/_custom.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 20014, app/assets/stylesheets/_custom.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 20018, app/assets/stylesheets/_custom.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 20022, app/assets/stylesheets/_custom.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 20026, app/assets/stylesheets/_custom.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 20030, app/assets/stylesheets/_custom.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 20034, app/assets/stylesheets/_custom.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 20038, app/assets/stylesheets/_custom.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 20042, app/assets/stylesheets/_custom.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 20046, app/assets/stylesheets/_custom.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 20050, app/assets/stylesheets/_custom.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 20054, app/assets/stylesheets/_custom.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 20058, app/assets/stylesheets/_custom.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 20062, app/assets/stylesheets/_custom.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 20066, app/assets/stylesheets/_custom.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 20070, app/assets/stylesheets/_custom.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 20074, app/assets/stylesheets/_custom.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 20078, app/assets/stylesheets/_custom.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 20082, app/assets/stylesheets/_custom.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 20086, app/assets/stylesheets/_custom.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 20090, app/assets/stylesheets/_custom.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 20094, app/assets/stylesheets/_custom.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 20098, app/assets/stylesheets/_custom.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 20102, app/assets/stylesheets/_custom.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 20106, app/assets/stylesheets/_custom.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 20110, app/assets/stylesheets/_custom.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 20114, app/assets/stylesheets/_custom.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 20118, app/assets/stylesheets/_custom.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 20122, app/assets/stylesheets/_custom.scss */
  .m-lg-4 {
    margin: 1.25rem !important;
  }
  /* line 20126, app/assets/stylesheets/_custom.scss */
  .m-lg-5 {
    margin: 1.5rem !important;
  }
  /* line 20130, app/assets/stylesheets/_custom.scss */
  .m-lg-6 {
    margin: 2rem !important;
  }
  /* line 20134, app/assets/stylesheets/_custom.scss */
  .m-lg-7 {
    margin: 2.5rem !important;
  }
  /* line 20138, app/assets/stylesheets/_custom.scss */
  .m-lg-8 {
    margin: 3rem !important;
  }
  /* line 20142, app/assets/stylesheets/_custom.scss */
  .m-lg-9 {
    margin: 3.5rem !important;
  }
  /* line 20146, app/assets/stylesheets/_custom.scss */
  .m-lg-10 {
    margin: 4rem !important;
  }
  /* line 20150, app/assets/stylesheets/_custom.scss */
  .m-lg-11 {
    margin: 4.5rem !important;
  }
  /* line 20154, app/assets/stylesheets/_custom.scss */
  .m-lg-12 {
    margin: 5rem !important;
  }
  /* line 20158, app/assets/stylesheets/_custom.scss */
  .m-lg-13 {
    margin: 5.5rem !important;
  }
  /* line 20162, app/assets/stylesheets/_custom.scss */
  .m-lg-14 {
    margin: 6rem !important;
  }
  /* line 20166, app/assets/stylesheets/_custom.scss */
  .m-lg-15 {
    margin: 6.5rem !important;
  }
  /* line 20170, app/assets/stylesheets/_custom.scss */
  .m-lg-16 {
    margin: 7rem !important;
  }
  /* line 20174, app/assets/stylesheets/_custom.scss */
  .m-lg-17 {
    margin: 7.5rem !important;
  }
  /* line 20178, app/assets/stylesheets/_custom.scss */
  .m-lg-18 {
    margin: 8rem !important;
  }
  /* line 20182, app/assets/stylesheets/_custom.scss */
  .m-lg-19 {
    margin: 8.5rem !important;
  }
  /* line 20186, app/assets/stylesheets/_custom.scss */
  .m-lg-20 {
    margin: 9rem !important;
  }
  /* line 20190, app/assets/stylesheets/_custom.scss */
  .m-lg-21 {
    margin: 9.5rem !important;
  }
  /* line 20194, app/assets/stylesheets/_custom.scss */
  .m-lg-22 {
    margin: 10rem !important;
  }
  /* line 20198, app/assets/stylesheets/_custom.scss */
  .m-lg-23 {
    margin: 12rem !important;
  }
  /* line 20202, app/assets/stylesheets/_custom.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 20206, app/assets/stylesheets/_custom.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 20211, app/assets/stylesheets/_custom.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 20216, app/assets/stylesheets/_custom.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 20221, app/assets/stylesheets/_custom.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 20226, app/assets/stylesheets/_custom.scss */
  .mx-lg-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 20231, app/assets/stylesheets/_custom.scss */
  .mx-lg-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 20236, app/assets/stylesheets/_custom.scss */
  .mx-lg-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 20241, app/assets/stylesheets/_custom.scss */
  .mx-lg-7 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 20246, app/assets/stylesheets/_custom.scss */
  .mx-lg-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 20251, app/assets/stylesheets/_custom.scss */
  .mx-lg-9 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 20256, app/assets/stylesheets/_custom.scss */
  .mx-lg-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 20261, app/assets/stylesheets/_custom.scss */
  .mx-lg-11 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 20266, app/assets/stylesheets/_custom.scss */
  .mx-lg-12 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 20271, app/assets/stylesheets/_custom.scss */
  .mx-lg-13 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 20276, app/assets/stylesheets/_custom.scss */
  .mx-lg-14 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 20281, app/assets/stylesheets/_custom.scss */
  .mx-lg-15 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 20286, app/assets/stylesheets/_custom.scss */
  .mx-lg-16 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 20291, app/assets/stylesheets/_custom.scss */
  .mx-lg-17 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 20296, app/assets/stylesheets/_custom.scss */
  .mx-lg-18 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 20301, app/assets/stylesheets/_custom.scss */
  .mx-lg-19 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  /* line 20306, app/assets/stylesheets/_custom.scss */
  .mx-lg-20 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  /* line 20311, app/assets/stylesheets/_custom.scss */
  .mx-lg-21 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  /* line 20316, app/assets/stylesheets/_custom.scss */
  .mx-lg-22 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 20321, app/assets/stylesheets/_custom.scss */
  .mx-lg-23 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 20326, app/assets/stylesheets/_custom.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 20331, app/assets/stylesheets/_custom.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 20336, app/assets/stylesheets/_custom.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 20341, app/assets/stylesheets/_custom.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 20346, app/assets/stylesheets/_custom.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 20351, app/assets/stylesheets/_custom.scss */
  .my-lg-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 20356, app/assets/stylesheets/_custom.scss */
  .my-lg-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 20361, app/assets/stylesheets/_custom.scss */
  .my-lg-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 20366, app/assets/stylesheets/_custom.scss */
  .my-lg-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 20371, app/assets/stylesheets/_custom.scss */
  .my-lg-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 20376, app/assets/stylesheets/_custom.scss */
  .my-lg-9 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 20381, app/assets/stylesheets/_custom.scss */
  .my-lg-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 20386, app/assets/stylesheets/_custom.scss */
  .my-lg-11 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 20391, app/assets/stylesheets/_custom.scss */
  .my-lg-12 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 20396, app/assets/stylesheets/_custom.scss */
  .my-lg-13 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 20401, app/assets/stylesheets/_custom.scss */
  .my-lg-14 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 20406, app/assets/stylesheets/_custom.scss */
  .my-lg-15 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 20411, app/assets/stylesheets/_custom.scss */
  .my-lg-16 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 20416, app/assets/stylesheets/_custom.scss */
  .my-lg-17 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 20421, app/assets/stylesheets/_custom.scss */
  .my-lg-18 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 20426, app/assets/stylesheets/_custom.scss */
  .my-lg-19 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  /* line 20431, app/assets/stylesheets/_custom.scss */
  .my-lg-20 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  /* line 20436, app/assets/stylesheets/_custom.scss */
  .my-lg-21 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  /* line 20441, app/assets/stylesheets/_custom.scss */
  .my-lg-22 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 20446, app/assets/stylesheets/_custom.scss */
  .my-lg-23 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 20451, app/assets/stylesheets/_custom.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 20456, app/assets/stylesheets/_custom.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 20460, app/assets/stylesheets/_custom.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 20464, app/assets/stylesheets/_custom.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 20468, app/assets/stylesheets/_custom.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 20472, app/assets/stylesheets/_custom.scss */
  .mt-lg-4 {
    margin-top: 1.25rem !important;
  }
  /* line 20476, app/assets/stylesheets/_custom.scss */
  .mt-lg-5 {
    margin-top: 1.5rem !important;
  }
  /* line 20480, app/assets/stylesheets/_custom.scss */
  .mt-lg-6 {
    margin-top: 2rem !important;
  }
  /* line 20484, app/assets/stylesheets/_custom.scss */
  .mt-lg-7 {
    margin-top: 2.5rem !important;
  }
  /* line 20488, app/assets/stylesheets/_custom.scss */
  .mt-lg-8 {
    margin-top: 3rem !important;
  }
  /* line 20492, app/assets/stylesheets/_custom.scss */
  .mt-lg-9 {
    margin-top: 3.5rem !important;
  }
  /* line 20496, app/assets/stylesheets/_custom.scss */
  .mt-lg-10 {
    margin-top: 4rem !important;
  }
  /* line 20500, app/assets/stylesheets/_custom.scss */
  .mt-lg-11 {
    margin-top: 4.5rem !important;
  }
  /* line 20504, app/assets/stylesheets/_custom.scss */
  .mt-lg-12 {
    margin-top: 5rem !important;
  }
  /* line 20508, app/assets/stylesheets/_custom.scss */
  .mt-lg-13 {
    margin-top: 5.5rem !important;
  }
  /* line 20512, app/assets/stylesheets/_custom.scss */
  .mt-lg-14 {
    margin-top: 6rem !important;
  }
  /* line 20516, app/assets/stylesheets/_custom.scss */
  .mt-lg-15 {
    margin-top: 6.5rem !important;
  }
  /* line 20520, app/assets/stylesheets/_custom.scss */
  .mt-lg-16 {
    margin-top: 7rem !important;
  }
  /* line 20524, app/assets/stylesheets/_custom.scss */
  .mt-lg-17 {
    margin-top: 7.5rem !important;
  }
  /* line 20528, app/assets/stylesheets/_custom.scss */
  .mt-lg-18 {
    margin-top: 8rem !important;
  }
  /* line 20532, app/assets/stylesheets/_custom.scss */
  .mt-lg-19 {
    margin-top: 8.5rem !important;
  }
  /* line 20536, app/assets/stylesheets/_custom.scss */
  .mt-lg-20 {
    margin-top: 9rem !important;
  }
  /* line 20540, app/assets/stylesheets/_custom.scss */
  .mt-lg-21 {
    margin-top: 9.5rem !important;
  }
  /* line 20544, app/assets/stylesheets/_custom.scss */
  .mt-lg-22 {
    margin-top: 10rem !important;
  }
  /* line 20548, app/assets/stylesheets/_custom.scss */
  .mt-lg-23 {
    margin-top: 12rem !important;
  }
  /* line 20552, app/assets/stylesheets/_custom.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 20556, app/assets/stylesheets/_custom.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 20560, app/assets/stylesheets/_custom.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 20564, app/assets/stylesheets/_custom.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 20568, app/assets/stylesheets/_custom.scss */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 20572, app/assets/stylesheets/_custom.scss */
  .me-lg-4 {
    margin-right: 1.25rem !important;
  }
  /* line 20576, app/assets/stylesheets/_custom.scss */
  .me-lg-5 {
    margin-right: 1.5rem !important;
  }
  /* line 20580, app/assets/stylesheets/_custom.scss */
  .me-lg-6 {
    margin-right: 2rem !important;
  }
  /* line 20584, app/assets/stylesheets/_custom.scss */
  .me-lg-7 {
    margin-right: 2.5rem !important;
  }
  /* line 20588, app/assets/stylesheets/_custom.scss */
  .me-lg-8 {
    margin-right: 3rem !important;
  }
  /* line 20592, app/assets/stylesheets/_custom.scss */
  .me-lg-9 {
    margin-right: 3.5rem !important;
  }
  /* line 20596, app/assets/stylesheets/_custom.scss */
  .me-lg-10 {
    margin-right: 4rem !important;
  }
  /* line 20600, app/assets/stylesheets/_custom.scss */
  .me-lg-11 {
    margin-right: 4.5rem !important;
  }
  /* line 20604, app/assets/stylesheets/_custom.scss */
  .me-lg-12 {
    margin-right: 5rem !important;
  }
  /* line 20608, app/assets/stylesheets/_custom.scss */
  .me-lg-13 {
    margin-right: 5.5rem !important;
  }
  /* line 20612, app/assets/stylesheets/_custom.scss */
  .me-lg-14 {
    margin-right: 6rem !important;
  }
  /* line 20616, app/assets/stylesheets/_custom.scss */
  .me-lg-15 {
    margin-right: 6.5rem !important;
  }
  /* line 20620, app/assets/stylesheets/_custom.scss */
  .me-lg-16 {
    margin-right: 7rem !important;
  }
  /* line 20624, app/assets/stylesheets/_custom.scss */
  .me-lg-17 {
    margin-right: 7.5rem !important;
  }
  /* line 20628, app/assets/stylesheets/_custom.scss */
  .me-lg-18 {
    margin-right: 8rem !important;
  }
  /* line 20632, app/assets/stylesheets/_custom.scss */
  .me-lg-19 {
    margin-right: 8.5rem !important;
  }
  /* line 20636, app/assets/stylesheets/_custom.scss */
  .me-lg-20 {
    margin-right: 9rem !important;
  }
  /* line 20640, app/assets/stylesheets/_custom.scss */
  .me-lg-21 {
    margin-right: 9.5rem !important;
  }
  /* line 20644, app/assets/stylesheets/_custom.scss */
  .me-lg-22 {
    margin-right: 10rem !important;
  }
  /* line 20648, app/assets/stylesheets/_custom.scss */
  .me-lg-23 {
    margin-right: 12rem !important;
  }
  /* line 20652, app/assets/stylesheets/_custom.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 20656, app/assets/stylesheets/_custom.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 20660, app/assets/stylesheets/_custom.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 20664, app/assets/stylesheets/_custom.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 20668, app/assets/stylesheets/_custom.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 20672, app/assets/stylesheets/_custom.scss */
  .mb-lg-4 {
    margin-bottom: 1.25rem !important;
  }
  /* line 20676, app/assets/stylesheets/_custom.scss */
  .mb-lg-5 {
    margin-bottom: 1.5rem !important;
  }
  /* line 20680, app/assets/stylesheets/_custom.scss */
  .mb-lg-6 {
    margin-bottom: 2rem !important;
  }
  /* line 20684, app/assets/stylesheets/_custom.scss */
  .mb-lg-7 {
    margin-bottom: 2.5rem !important;
  }
  /* line 20688, app/assets/stylesheets/_custom.scss */
  .mb-lg-8 {
    margin-bottom: 3rem !important;
  }
  /* line 20692, app/assets/stylesheets/_custom.scss */
  .mb-lg-9 {
    margin-bottom: 3.5rem !important;
  }
  /* line 20696, app/assets/stylesheets/_custom.scss */
  .mb-lg-10 {
    margin-bottom: 4rem !important;
  }
  /* line 20700, app/assets/stylesheets/_custom.scss */
  .mb-lg-11 {
    margin-bottom: 4.5rem !important;
  }
  /* line 20704, app/assets/stylesheets/_custom.scss */
  .mb-lg-12 {
    margin-bottom: 5rem !important;
  }
  /* line 20708, app/assets/stylesheets/_custom.scss */
  .mb-lg-13 {
    margin-bottom: 5.5rem !important;
  }
  /* line 20712, app/assets/stylesheets/_custom.scss */
  .mb-lg-14 {
    margin-bottom: 6rem !important;
  }
  /* line 20716, app/assets/stylesheets/_custom.scss */
  .mb-lg-15 {
    margin-bottom: 6.5rem !important;
  }
  /* line 20720, app/assets/stylesheets/_custom.scss */
  .mb-lg-16 {
    margin-bottom: 7rem !important;
  }
  /* line 20724, app/assets/stylesheets/_custom.scss */
  .mb-lg-17 {
    margin-bottom: 7.5rem !important;
  }
  /* line 20728, app/assets/stylesheets/_custom.scss */
  .mb-lg-18 {
    margin-bottom: 8rem !important;
  }
  /* line 20732, app/assets/stylesheets/_custom.scss */
  .mb-lg-19 {
    margin-bottom: 8.5rem !important;
  }
  /* line 20736, app/assets/stylesheets/_custom.scss */
  .mb-lg-20 {
    margin-bottom: 9rem !important;
  }
  /* line 20740, app/assets/stylesheets/_custom.scss */
  .mb-lg-21 {
    margin-bottom: 9.5rem !important;
  }
  /* line 20744, app/assets/stylesheets/_custom.scss */
  .mb-lg-22 {
    margin-bottom: 10rem !important;
  }
  /* line 20748, app/assets/stylesheets/_custom.scss */
  .mb-lg-23 {
    margin-bottom: 12rem !important;
  }
  /* line 20752, app/assets/stylesheets/_custom.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 20756, app/assets/stylesheets/_custom.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 20760, app/assets/stylesheets/_custom.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 20764, app/assets/stylesheets/_custom.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 20768, app/assets/stylesheets/_custom.scss */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 20772, app/assets/stylesheets/_custom.scss */
  .ms-lg-4 {
    margin-left: 1.25rem !important;
  }
  /* line 20776, app/assets/stylesheets/_custom.scss */
  .ms-lg-5 {
    margin-left: 1.5rem !important;
  }
  /* line 20780, app/assets/stylesheets/_custom.scss */
  .ms-lg-6 {
    margin-left: 2rem !important;
  }
  /* line 20784, app/assets/stylesheets/_custom.scss */
  .ms-lg-7 {
    margin-left: 2.5rem !important;
  }
  /* line 20788, app/assets/stylesheets/_custom.scss */
  .ms-lg-8 {
    margin-left: 3rem !important;
  }
  /* line 20792, app/assets/stylesheets/_custom.scss */
  .ms-lg-9 {
    margin-left: 3.5rem !important;
  }
  /* line 20796, app/assets/stylesheets/_custom.scss */
  .ms-lg-10 {
    margin-left: 4rem !important;
  }
  /* line 20800, app/assets/stylesheets/_custom.scss */
  .ms-lg-11 {
    margin-left: 4.5rem !important;
  }
  /* line 20804, app/assets/stylesheets/_custom.scss */
  .ms-lg-12 {
    margin-left: 5rem !important;
  }
  /* line 20808, app/assets/stylesheets/_custom.scss */
  .ms-lg-13 {
    margin-left: 5.5rem !important;
  }
  /* line 20812, app/assets/stylesheets/_custom.scss */
  .ms-lg-14 {
    margin-left: 6rem !important;
  }
  /* line 20816, app/assets/stylesheets/_custom.scss */
  .ms-lg-15 {
    margin-left: 6.5rem !important;
  }
  /* line 20820, app/assets/stylesheets/_custom.scss */
  .ms-lg-16 {
    margin-left: 7rem !important;
  }
  /* line 20824, app/assets/stylesheets/_custom.scss */
  .ms-lg-17 {
    margin-left: 7.5rem !important;
  }
  /* line 20828, app/assets/stylesheets/_custom.scss */
  .ms-lg-18 {
    margin-left: 8rem !important;
  }
  /* line 20832, app/assets/stylesheets/_custom.scss */
  .ms-lg-19 {
    margin-left: 8.5rem !important;
  }
  /* line 20836, app/assets/stylesheets/_custom.scss */
  .ms-lg-20 {
    margin-left: 9rem !important;
  }
  /* line 20840, app/assets/stylesheets/_custom.scss */
  .ms-lg-21 {
    margin-left: 9.5rem !important;
  }
  /* line 20844, app/assets/stylesheets/_custom.scss */
  .ms-lg-22 {
    margin-left: 10rem !important;
  }
  /* line 20848, app/assets/stylesheets/_custom.scss */
  .ms-lg-23 {
    margin-left: 12rem !important;
  }
  /* line 20852, app/assets/stylesheets/_custom.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 20856, app/assets/stylesheets/_custom.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 20860, app/assets/stylesheets/_custom.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 20864, app/assets/stylesheets/_custom.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 20868, app/assets/stylesheets/_custom.scss */
  .m-lg-n4 {
    margin: -1.25rem !important;
  }
  /* line 20872, app/assets/stylesheets/_custom.scss */
  .m-lg-n5 {
    margin: -1.5rem !important;
  }
  /* line 20876, app/assets/stylesheets/_custom.scss */
  .m-lg-n6 {
    margin: -2rem !important;
  }
  /* line 20880, app/assets/stylesheets/_custom.scss */
  .m-lg-n7 {
    margin: -2.5rem !important;
  }
  /* line 20884, app/assets/stylesheets/_custom.scss */
  .m-lg-n8 {
    margin: -3rem !important;
  }
  /* line 20888, app/assets/stylesheets/_custom.scss */
  .m-lg-n9 {
    margin: -3.5rem !important;
  }
  /* line 20892, app/assets/stylesheets/_custom.scss */
  .m-lg-n10 {
    margin: -4rem !important;
  }
  /* line 20896, app/assets/stylesheets/_custom.scss */
  .m-lg-n11 {
    margin: -4.5rem !important;
  }
  /* line 20900, app/assets/stylesheets/_custom.scss */
  .m-lg-n12 {
    margin: -5rem !important;
  }
  /* line 20904, app/assets/stylesheets/_custom.scss */
  .m-lg-n13 {
    margin: -5.5rem !important;
  }
  /* line 20908, app/assets/stylesheets/_custom.scss */
  .m-lg-n14 {
    margin: -6rem !important;
  }
  /* line 20912, app/assets/stylesheets/_custom.scss */
  .m-lg-n15 {
    margin: -6.5rem !important;
  }
  /* line 20916, app/assets/stylesheets/_custom.scss */
  .m-lg-n16 {
    margin: -7rem !important;
  }
  /* line 20920, app/assets/stylesheets/_custom.scss */
  .m-lg-n17 {
    margin: -7.5rem !important;
  }
  /* line 20924, app/assets/stylesheets/_custom.scss */
  .m-lg-n18 {
    margin: -8rem !important;
  }
  /* line 20928, app/assets/stylesheets/_custom.scss */
  .m-lg-n19 {
    margin: -8.5rem !important;
  }
  /* line 20932, app/assets/stylesheets/_custom.scss */
  .m-lg-n20 {
    margin: -9rem !important;
  }
  /* line 20936, app/assets/stylesheets/_custom.scss */
  .m-lg-n21 {
    margin: -9.5rem !important;
  }
  /* line 20940, app/assets/stylesheets/_custom.scss */
  .m-lg-n22 {
    margin: -10rem !important;
  }
  /* line 20944, app/assets/stylesheets/_custom.scss */
  .m-lg-n23 {
    margin: -12rem !important;
  }
  /* line 20948, app/assets/stylesheets/_custom.scss */
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 20953, app/assets/stylesheets/_custom.scss */
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 20958, app/assets/stylesheets/_custom.scss */
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 20963, app/assets/stylesheets/_custom.scss */
  .mx-lg-n4 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  /* line 20968, app/assets/stylesheets/_custom.scss */
  .mx-lg-n5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 20973, app/assets/stylesheets/_custom.scss */
  .mx-lg-n6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 20978, app/assets/stylesheets/_custom.scss */
  .mx-lg-n7 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 20983, app/assets/stylesheets/_custom.scss */
  .mx-lg-n8 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 20988, app/assets/stylesheets/_custom.scss */
  .mx-lg-n9 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 20993, app/assets/stylesheets/_custom.scss */
  .mx-lg-n10 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 20998, app/assets/stylesheets/_custom.scss */
  .mx-lg-n11 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 21003, app/assets/stylesheets/_custom.scss */
  .mx-lg-n12 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 21008, app/assets/stylesheets/_custom.scss */
  .mx-lg-n13 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 21013, app/assets/stylesheets/_custom.scss */
  .mx-lg-n14 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 21018, app/assets/stylesheets/_custom.scss */
  .mx-lg-n15 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 21023, app/assets/stylesheets/_custom.scss */
  .mx-lg-n16 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 21028, app/assets/stylesheets/_custom.scss */
  .mx-lg-n17 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 21033, app/assets/stylesheets/_custom.scss */
  .mx-lg-n18 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 21038, app/assets/stylesheets/_custom.scss */
  .mx-lg-n19 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  /* line 21043, app/assets/stylesheets/_custom.scss */
  .mx-lg-n20 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  /* line 21048, app/assets/stylesheets/_custom.scss */
  .mx-lg-n21 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  /* line 21053, app/assets/stylesheets/_custom.scss */
  .mx-lg-n22 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 21058, app/assets/stylesheets/_custom.scss */
  .mx-lg-n23 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 21063, app/assets/stylesheets/_custom.scss */
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 21068, app/assets/stylesheets/_custom.scss */
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 21073, app/assets/stylesheets/_custom.scss */
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 21078, app/assets/stylesheets/_custom.scss */
  .my-lg-n4 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  /* line 21083, app/assets/stylesheets/_custom.scss */
  .my-lg-n5 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 21088, app/assets/stylesheets/_custom.scss */
  .my-lg-n6 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 21093, app/assets/stylesheets/_custom.scss */
  .my-lg-n7 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 21098, app/assets/stylesheets/_custom.scss */
  .my-lg-n8 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 21103, app/assets/stylesheets/_custom.scss */
  .my-lg-n9 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 21108, app/assets/stylesheets/_custom.scss */
  .my-lg-n10 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 21113, app/assets/stylesheets/_custom.scss */
  .my-lg-n11 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 21118, app/assets/stylesheets/_custom.scss */
  .my-lg-n12 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 21123, app/assets/stylesheets/_custom.scss */
  .my-lg-n13 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 21128, app/assets/stylesheets/_custom.scss */
  .my-lg-n14 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 21133, app/assets/stylesheets/_custom.scss */
  .my-lg-n15 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 21138, app/assets/stylesheets/_custom.scss */
  .my-lg-n16 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 21143, app/assets/stylesheets/_custom.scss */
  .my-lg-n17 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 21148, app/assets/stylesheets/_custom.scss */
  .my-lg-n18 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 21153, app/assets/stylesheets/_custom.scss */
  .my-lg-n19 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  /* line 21158, app/assets/stylesheets/_custom.scss */
  .my-lg-n20 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  /* line 21163, app/assets/stylesheets/_custom.scss */
  .my-lg-n21 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  /* line 21168, app/assets/stylesheets/_custom.scss */
  .my-lg-n22 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 21173, app/assets/stylesheets/_custom.scss */
  .my-lg-n23 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 21178, app/assets/stylesheets/_custom.scss */
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 21182, app/assets/stylesheets/_custom.scss */
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 21186, app/assets/stylesheets/_custom.scss */
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 21190, app/assets/stylesheets/_custom.scss */
  .mt-lg-n4 {
    margin-top: -1.25rem !important;
  }
  /* line 21194, app/assets/stylesheets/_custom.scss */
  .mt-lg-n5 {
    margin-top: -1.5rem !important;
  }
  /* line 21198, app/assets/stylesheets/_custom.scss */
  .mt-lg-n6 {
    margin-top: -2rem !important;
  }
  /* line 21202, app/assets/stylesheets/_custom.scss */
  .mt-lg-n7 {
    margin-top: -2.5rem !important;
  }
  /* line 21206, app/assets/stylesheets/_custom.scss */
  .mt-lg-n8 {
    margin-top: -3rem !important;
  }
  /* line 21210, app/assets/stylesheets/_custom.scss */
  .mt-lg-n9 {
    margin-top: -3.5rem !important;
  }
  /* line 21214, app/assets/stylesheets/_custom.scss */
  .mt-lg-n10 {
    margin-top: -4rem !important;
  }
  /* line 21218, app/assets/stylesheets/_custom.scss */
  .mt-lg-n11 {
    margin-top: -4.5rem !important;
  }
  /* line 21222, app/assets/stylesheets/_custom.scss */
  .mt-lg-n12 {
    margin-top: -5rem !important;
  }
  /* line 21226, app/assets/stylesheets/_custom.scss */
  .mt-lg-n13 {
    margin-top: -5.5rem !important;
  }
  /* line 21230, app/assets/stylesheets/_custom.scss */
  .mt-lg-n14 {
    margin-top: -6rem !important;
  }
  /* line 21234, app/assets/stylesheets/_custom.scss */
  .mt-lg-n15 {
    margin-top: -6.5rem !important;
  }
  /* line 21238, app/assets/stylesheets/_custom.scss */
  .mt-lg-n16 {
    margin-top: -7rem !important;
  }
  /* line 21242, app/assets/stylesheets/_custom.scss */
  .mt-lg-n17 {
    margin-top: -7.5rem !important;
  }
  /* line 21246, app/assets/stylesheets/_custom.scss */
  .mt-lg-n18 {
    margin-top: -8rem !important;
  }
  /* line 21250, app/assets/stylesheets/_custom.scss */
  .mt-lg-n19 {
    margin-top: -8.5rem !important;
  }
  /* line 21254, app/assets/stylesheets/_custom.scss */
  .mt-lg-n20 {
    margin-top: -9rem !important;
  }
  /* line 21258, app/assets/stylesheets/_custom.scss */
  .mt-lg-n21 {
    margin-top: -9.5rem !important;
  }
  /* line 21262, app/assets/stylesheets/_custom.scss */
  .mt-lg-n22 {
    margin-top: -10rem !important;
  }
  /* line 21266, app/assets/stylesheets/_custom.scss */
  .mt-lg-n23 {
    margin-top: -12rem !important;
  }
  /* line 21270, app/assets/stylesheets/_custom.scss */
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 21274, app/assets/stylesheets/_custom.scss */
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 21278, app/assets/stylesheets/_custom.scss */
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 21282, app/assets/stylesheets/_custom.scss */
  .me-lg-n4 {
    margin-right: -1.25rem !important;
  }
  /* line 21286, app/assets/stylesheets/_custom.scss */
  .me-lg-n5 {
    margin-right: -1.5rem !important;
  }
  /* line 21290, app/assets/stylesheets/_custom.scss */
  .me-lg-n6 {
    margin-right: -2rem !important;
  }
  /* line 21294, app/assets/stylesheets/_custom.scss */
  .me-lg-n7 {
    margin-right: -2.5rem !important;
  }
  /* line 21298, app/assets/stylesheets/_custom.scss */
  .me-lg-n8 {
    margin-right: -3rem !important;
  }
  /* line 21302, app/assets/stylesheets/_custom.scss */
  .me-lg-n9 {
    margin-right: -3.5rem !important;
  }
  /* line 21306, app/assets/stylesheets/_custom.scss */
  .me-lg-n10 {
    margin-right: -4rem !important;
  }
  /* line 21310, app/assets/stylesheets/_custom.scss */
  .me-lg-n11 {
    margin-right: -4.5rem !important;
  }
  /* line 21314, app/assets/stylesheets/_custom.scss */
  .me-lg-n12 {
    margin-right: -5rem !important;
  }
  /* line 21318, app/assets/stylesheets/_custom.scss */
  .me-lg-n13 {
    margin-right: -5.5rem !important;
  }
  /* line 21322, app/assets/stylesheets/_custom.scss */
  .me-lg-n14 {
    margin-right: -6rem !important;
  }
  /* line 21326, app/assets/stylesheets/_custom.scss */
  .me-lg-n15 {
    margin-right: -6.5rem !important;
  }
  /* line 21330, app/assets/stylesheets/_custom.scss */
  .me-lg-n16 {
    margin-right: -7rem !important;
  }
  /* line 21334, app/assets/stylesheets/_custom.scss */
  .me-lg-n17 {
    margin-right: -7.5rem !important;
  }
  /* line 21338, app/assets/stylesheets/_custom.scss */
  .me-lg-n18 {
    margin-right: -8rem !important;
  }
  /* line 21342, app/assets/stylesheets/_custom.scss */
  .me-lg-n19 {
    margin-right: -8.5rem !important;
  }
  /* line 21346, app/assets/stylesheets/_custom.scss */
  .me-lg-n20 {
    margin-right: -9rem !important;
  }
  /* line 21350, app/assets/stylesheets/_custom.scss */
  .me-lg-n21 {
    margin-right: -9.5rem !important;
  }
  /* line 21354, app/assets/stylesheets/_custom.scss */
  .me-lg-n22 {
    margin-right: -10rem !important;
  }
  /* line 21358, app/assets/stylesheets/_custom.scss */
  .me-lg-n23 {
    margin-right: -12rem !important;
  }
  /* line 21362, app/assets/stylesheets/_custom.scss */
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 21366, app/assets/stylesheets/_custom.scss */
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 21370, app/assets/stylesheets/_custom.scss */
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 21374, app/assets/stylesheets/_custom.scss */
  .mb-lg-n4 {
    margin-bottom: -1.25rem !important;
  }
  /* line 21378, app/assets/stylesheets/_custom.scss */
  .mb-lg-n5 {
    margin-bottom: -1.5rem !important;
  }
  /* line 21382, app/assets/stylesheets/_custom.scss */
  .mb-lg-n6 {
    margin-bottom: -2rem !important;
  }
  /* line 21386, app/assets/stylesheets/_custom.scss */
  .mb-lg-n7 {
    margin-bottom: -2.5rem !important;
  }
  /* line 21390, app/assets/stylesheets/_custom.scss */
  .mb-lg-n8 {
    margin-bottom: -3rem !important;
  }
  /* line 21394, app/assets/stylesheets/_custom.scss */
  .mb-lg-n9 {
    margin-bottom: -3.5rem !important;
  }
  /* line 21398, app/assets/stylesheets/_custom.scss */
  .mb-lg-n10 {
    margin-bottom: -4rem !important;
  }
  /* line 21402, app/assets/stylesheets/_custom.scss */
  .mb-lg-n11 {
    margin-bottom: -4.5rem !important;
  }
  /* line 21406, app/assets/stylesheets/_custom.scss */
  .mb-lg-n12 {
    margin-bottom: -5rem !important;
  }
  /* line 21410, app/assets/stylesheets/_custom.scss */
  .mb-lg-n13 {
    margin-bottom: -5.5rem !important;
  }
  /* line 21414, app/assets/stylesheets/_custom.scss */
  .mb-lg-n14 {
    margin-bottom: -6rem !important;
  }
  /* line 21418, app/assets/stylesheets/_custom.scss */
  .mb-lg-n15 {
    margin-bottom: -6.5rem !important;
  }
  /* line 21422, app/assets/stylesheets/_custom.scss */
  .mb-lg-n16 {
    margin-bottom: -7rem !important;
  }
  /* line 21426, app/assets/stylesheets/_custom.scss */
  .mb-lg-n17 {
    margin-bottom: -7.5rem !important;
  }
  /* line 21430, app/assets/stylesheets/_custom.scss */
  .mb-lg-n18 {
    margin-bottom: -8rem !important;
  }
  /* line 21434, app/assets/stylesheets/_custom.scss */
  .mb-lg-n19 {
    margin-bottom: -8.5rem !important;
  }
  /* line 21438, app/assets/stylesheets/_custom.scss */
  .mb-lg-n20 {
    margin-bottom: -9rem !important;
  }
  /* line 21442, app/assets/stylesheets/_custom.scss */
  .mb-lg-n21 {
    margin-bottom: -9.5rem !important;
  }
  /* line 21446, app/assets/stylesheets/_custom.scss */
  .mb-lg-n22 {
    margin-bottom: -10rem !important;
  }
  /* line 21450, app/assets/stylesheets/_custom.scss */
  .mb-lg-n23 {
    margin-bottom: -12rem !important;
  }
  /* line 21454, app/assets/stylesheets/_custom.scss */
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 21458, app/assets/stylesheets/_custom.scss */
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 21462, app/assets/stylesheets/_custom.scss */
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 21466, app/assets/stylesheets/_custom.scss */
  .ms-lg-n4 {
    margin-left: -1.25rem !important;
  }
  /* line 21470, app/assets/stylesheets/_custom.scss */
  .ms-lg-n5 {
    margin-left: -1.5rem !important;
  }
  /* line 21474, app/assets/stylesheets/_custom.scss */
  .ms-lg-n6 {
    margin-left: -2rem !important;
  }
  /* line 21478, app/assets/stylesheets/_custom.scss */
  .ms-lg-n7 {
    margin-left: -2.5rem !important;
  }
  /* line 21482, app/assets/stylesheets/_custom.scss */
  .ms-lg-n8 {
    margin-left: -3rem !important;
  }
  /* line 21486, app/assets/stylesheets/_custom.scss */
  .ms-lg-n9 {
    margin-left: -3.5rem !important;
  }
  /* line 21490, app/assets/stylesheets/_custom.scss */
  .ms-lg-n10 {
    margin-left: -4rem !important;
  }
  /* line 21494, app/assets/stylesheets/_custom.scss */
  .ms-lg-n11 {
    margin-left: -4.5rem !important;
  }
  /* line 21498, app/assets/stylesheets/_custom.scss */
  .ms-lg-n12 {
    margin-left: -5rem !important;
  }
  /* line 21502, app/assets/stylesheets/_custom.scss */
  .ms-lg-n13 {
    margin-left: -5.5rem !important;
  }
  /* line 21506, app/assets/stylesheets/_custom.scss */
  .ms-lg-n14 {
    margin-left: -6rem !important;
  }
  /* line 21510, app/assets/stylesheets/_custom.scss */
  .ms-lg-n15 {
    margin-left: -6.5rem !important;
  }
  /* line 21514, app/assets/stylesheets/_custom.scss */
  .ms-lg-n16 {
    margin-left: -7rem !important;
  }
  /* line 21518, app/assets/stylesheets/_custom.scss */
  .ms-lg-n17 {
    margin-left: -7.5rem !important;
  }
  /* line 21522, app/assets/stylesheets/_custom.scss */
  .ms-lg-n18 {
    margin-left: -8rem !important;
  }
  /* line 21526, app/assets/stylesheets/_custom.scss */
  .ms-lg-n19 {
    margin-left: -8.5rem !important;
  }
  /* line 21530, app/assets/stylesheets/_custom.scss */
  .ms-lg-n20 {
    margin-left: -9rem !important;
  }
  /* line 21534, app/assets/stylesheets/_custom.scss */
  .ms-lg-n21 {
    margin-left: -9.5rem !important;
  }
  /* line 21538, app/assets/stylesheets/_custom.scss */
  .ms-lg-n22 {
    margin-left: -10rem !important;
  }
  /* line 21542, app/assets/stylesheets/_custom.scss */
  .ms-lg-n23 {
    margin-left: -12rem !important;
  }
  /* line 21546, app/assets/stylesheets/_custom.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 21550, app/assets/stylesheets/_custom.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 21554, app/assets/stylesheets/_custom.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 21558, app/assets/stylesheets/_custom.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 21562, app/assets/stylesheets/_custom.scss */
  .p-lg-4 {
    padding: 1.25rem !important;
  }
  /* line 21566, app/assets/stylesheets/_custom.scss */
  .p-lg-5 {
    padding: 1.5rem !important;
  }
  /* line 21570, app/assets/stylesheets/_custom.scss */
  .p-lg-6 {
    padding: 2rem !important;
  }
  /* line 21574, app/assets/stylesheets/_custom.scss */
  .p-lg-7 {
    padding: 2.5rem !important;
  }
  /* line 21578, app/assets/stylesheets/_custom.scss */
  .p-lg-8 {
    padding: 3rem !important;
  }
  /* line 21582, app/assets/stylesheets/_custom.scss */
  .p-lg-9 {
    padding: 3.5rem !important;
  }
  /* line 21586, app/assets/stylesheets/_custom.scss */
  .p-lg-10 {
    padding: 4rem !important;
  }
  /* line 21590, app/assets/stylesheets/_custom.scss */
  .p-lg-11 {
    padding: 4.5rem !important;
  }
  /* line 21594, app/assets/stylesheets/_custom.scss */
  .p-lg-12 {
    padding: 5rem !important;
  }
  /* line 21598, app/assets/stylesheets/_custom.scss */
  .p-lg-13 {
    padding: 5.5rem !important;
  }
  /* line 21602, app/assets/stylesheets/_custom.scss */
  .p-lg-14 {
    padding: 6rem !important;
  }
  /* line 21606, app/assets/stylesheets/_custom.scss */
  .p-lg-15 {
    padding: 6.5rem !important;
  }
  /* line 21610, app/assets/stylesheets/_custom.scss */
  .p-lg-16 {
    padding: 7rem !important;
  }
  /* line 21614, app/assets/stylesheets/_custom.scss */
  .p-lg-17 {
    padding: 7.5rem !important;
  }
  /* line 21618, app/assets/stylesheets/_custom.scss */
  .p-lg-18 {
    padding: 8rem !important;
  }
  /* line 21622, app/assets/stylesheets/_custom.scss */
  .p-lg-19 {
    padding: 8.5rem !important;
  }
  /* line 21626, app/assets/stylesheets/_custom.scss */
  .p-lg-20 {
    padding: 9rem !important;
  }
  /* line 21630, app/assets/stylesheets/_custom.scss */
  .p-lg-21 {
    padding: 9.5rem !important;
  }
  /* line 21634, app/assets/stylesheets/_custom.scss */
  .p-lg-22 {
    padding: 10rem !important;
  }
  /* line 21638, app/assets/stylesheets/_custom.scss */
  .p-lg-23 {
    padding: 12rem !important;
  }
  /* line 21642, app/assets/stylesheets/_custom.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 21647, app/assets/stylesheets/_custom.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 21652, app/assets/stylesheets/_custom.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 21657, app/assets/stylesheets/_custom.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 21662, app/assets/stylesheets/_custom.scss */
  .px-lg-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 21667, app/assets/stylesheets/_custom.scss */
  .px-lg-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 21672, app/assets/stylesheets/_custom.scss */
  .px-lg-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 21677, app/assets/stylesheets/_custom.scss */
  .px-lg-7 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 21682, app/assets/stylesheets/_custom.scss */
  .px-lg-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 21687, app/assets/stylesheets/_custom.scss */
  .px-lg-9 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 21692, app/assets/stylesheets/_custom.scss */
  .px-lg-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 21697, app/assets/stylesheets/_custom.scss */
  .px-lg-11 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 21702, app/assets/stylesheets/_custom.scss */
  .px-lg-12 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 21707, app/assets/stylesheets/_custom.scss */
  .px-lg-13 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 21712, app/assets/stylesheets/_custom.scss */
  .px-lg-14 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 21717, app/assets/stylesheets/_custom.scss */
  .px-lg-15 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 21722, app/assets/stylesheets/_custom.scss */
  .px-lg-16 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 21727, app/assets/stylesheets/_custom.scss */
  .px-lg-17 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 21732, app/assets/stylesheets/_custom.scss */
  .px-lg-18 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 21737, app/assets/stylesheets/_custom.scss */
  .px-lg-19 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  /* line 21742, app/assets/stylesheets/_custom.scss */
  .px-lg-20 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  /* line 21747, app/assets/stylesheets/_custom.scss */
  .px-lg-21 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  /* line 21752, app/assets/stylesheets/_custom.scss */
  .px-lg-22 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 21757, app/assets/stylesheets/_custom.scss */
  .px-lg-23 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 21762, app/assets/stylesheets/_custom.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 21767, app/assets/stylesheets/_custom.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 21772, app/assets/stylesheets/_custom.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 21777, app/assets/stylesheets/_custom.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 21782, app/assets/stylesheets/_custom.scss */
  .py-lg-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 21787, app/assets/stylesheets/_custom.scss */
  .py-lg-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 21792, app/assets/stylesheets/_custom.scss */
  .py-lg-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 21797, app/assets/stylesheets/_custom.scss */
  .py-lg-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 21802, app/assets/stylesheets/_custom.scss */
  .py-lg-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 21807, app/assets/stylesheets/_custom.scss */
  .py-lg-9 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 21812, app/assets/stylesheets/_custom.scss */
  .py-lg-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 21817, app/assets/stylesheets/_custom.scss */
  .py-lg-11 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 21822, app/assets/stylesheets/_custom.scss */
  .py-lg-12 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 21827, app/assets/stylesheets/_custom.scss */
  .py-lg-13 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 21832, app/assets/stylesheets/_custom.scss */
  .py-lg-14 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 21837, app/assets/stylesheets/_custom.scss */
  .py-lg-15 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 21842, app/assets/stylesheets/_custom.scss */
  .py-lg-16 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 21847, app/assets/stylesheets/_custom.scss */
  .py-lg-17 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 21852, app/assets/stylesheets/_custom.scss */
  .py-lg-18 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 21857, app/assets/stylesheets/_custom.scss */
  .py-lg-19 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  /* line 21862, app/assets/stylesheets/_custom.scss */
  .py-lg-20 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  /* line 21867, app/assets/stylesheets/_custom.scss */
  .py-lg-21 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  /* line 21872, app/assets/stylesheets/_custom.scss */
  .py-lg-22 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 21877, app/assets/stylesheets/_custom.scss */
  .py-lg-23 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 21882, app/assets/stylesheets/_custom.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 21886, app/assets/stylesheets/_custom.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 21890, app/assets/stylesheets/_custom.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 21894, app/assets/stylesheets/_custom.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 21898, app/assets/stylesheets/_custom.scss */
  .pt-lg-4 {
    padding-top: 1.25rem !important;
  }
  /* line 21902, app/assets/stylesheets/_custom.scss */
  .pt-lg-5 {
    padding-top: 1.5rem !important;
  }
  /* line 21906, app/assets/stylesheets/_custom.scss */
  .pt-lg-6 {
    padding-top: 2rem !important;
  }
  /* line 21910, app/assets/stylesheets/_custom.scss */
  .pt-lg-7 {
    padding-top: 2.5rem !important;
  }
  /* line 21914, app/assets/stylesheets/_custom.scss */
  .pt-lg-8 {
    padding-top: 3rem !important;
  }
  /* line 21918, app/assets/stylesheets/_custom.scss */
  .pt-lg-9 {
    padding-top: 3.5rem !important;
  }
  /* line 21922, app/assets/stylesheets/_custom.scss */
  .pt-lg-10 {
    padding-top: 4rem !important;
  }
  /* line 21926, app/assets/stylesheets/_custom.scss */
  .pt-lg-11 {
    padding-top: 4.5rem !important;
  }
  /* line 21930, app/assets/stylesheets/_custom.scss */
  .pt-lg-12 {
    padding-top: 5rem !important;
  }
  /* line 21934, app/assets/stylesheets/_custom.scss */
  .pt-lg-13 {
    padding-top: 5.5rem !important;
  }
  /* line 21938, app/assets/stylesheets/_custom.scss */
  .pt-lg-14 {
    padding-top: 6rem !important;
  }
  /* line 21942, app/assets/stylesheets/_custom.scss */
  .pt-lg-15 {
    padding-top: 6.5rem !important;
  }
  /* line 21946, app/assets/stylesheets/_custom.scss */
  .pt-lg-16 {
    padding-top: 7rem !important;
  }
  /* line 21950, app/assets/stylesheets/_custom.scss */
  .pt-lg-17 {
    padding-top: 7.5rem !important;
  }
  /* line 21954, app/assets/stylesheets/_custom.scss */
  .pt-lg-18 {
    padding-top: 8rem !important;
  }
  /* line 21958, app/assets/stylesheets/_custom.scss */
  .pt-lg-19 {
    padding-top: 8.5rem !important;
  }
  /* line 21962, app/assets/stylesheets/_custom.scss */
  .pt-lg-20 {
    padding-top: 9rem !important;
  }
  /* line 21966, app/assets/stylesheets/_custom.scss */
  .pt-lg-21 {
    padding-top: 9.5rem !important;
  }
  /* line 21970, app/assets/stylesheets/_custom.scss */
  .pt-lg-22 {
    padding-top: 10rem !important;
  }
  /* line 21974, app/assets/stylesheets/_custom.scss */
  .pt-lg-23 {
    padding-top: 12rem !important;
  }
  /* line 21978, app/assets/stylesheets/_custom.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 21982, app/assets/stylesheets/_custom.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 21986, app/assets/stylesheets/_custom.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 21990, app/assets/stylesheets/_custom.scss */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 21994, app/assets/stylesheets/_custom.scss */
  .pe-lg-4 {
    padding-right: 1.25rem !important;
  }
  /* line 21998, app/assets/stylesheets/_custom.scss */
  .pe-lg-5 {
    padding-right: 1.5rem !important;
  }
  /* line 22002, app/assets/stylesheets/_custom.scss */
  .pe-lg-6 {
    padding-right: 2rem !important;
  }
  /* line 22006, app/assets/stylesheets/_custom.scss */
  .pe-lg-7 {
    padding-right: 2.5rem !important;
  }
  /* line 22010, app/assets/stylesheets/_custom.scss */
  .pe-lg-8 {
    padding-right: 3rem !important;
  }
  /* line 22014, app/assets/stylesheets/_custom.scss */
  .pe-lg-9 {
    padding-right: 3.5rem !important;
  }
  /* line 22018, app/assets/stylesheets/_custom.scss */
  .pe-lg-10 {
    padding-right: 4rem !important;
  }
  /* line 22022, app/assets/stylesheets/_custom.scss */
  .pe-lg-11 {
    padding-right: 4.5rem !important;
  }
  /* line 22026, app/assets/stylesheets/_custom.scss */
  .pe-lg-12 {
    padding-right: 5rem !important;
  }
  /* line 22030, app/assets/stylesheets/_custom.scss */
  .pe-lg-13 {
    padding-right: 5.5rem !important;
  }
  /* line 22034, app/assets/stylesheets/_custom.scss */
  .pe-lg-14 {
    padding-right: 6rem !important;
  }
  /* line 22038, app/assets/stylesheets/_custom.scss */
  .pe-lg-15 {
    padding-right: 6.5rem !important;
  }
  /* line 22042, app/assets/stylesheets/_custom.scss */
  .pe-lg-16 {
    padding-right: 7rem !important;
  }
  /* line 22046, app/assets/stylesheets/_custom.scss */
  .pe-lg-17 {
    padding-right: 7.5rem !important;
  }
  /* line 22050, app/assets/stylesheets/_custom.scss */
  .pe-lg-18 {
    padding-right: 8rem !important;
  }
  /* line 22054, app/assets/stylesheets/_custom.scss */
  .pe-lg-19 {
    padding-right: 8.5rem !important;
  }
  /* line 22058, app/assets/stylesheets/_custom.scss */
  .pe-lg-20 {
    padding-right: 9rem !important;
  }
  /* line 22062, app/assets/stylesheets/_custom.scss */
  .pe-lg-21 {
    padding-right: 9.5rem !important;
  }
  /* line 22066, app/assets/stylesheets/_custom.scss */
  .pe-lg-22 {
    padding-right: 10rem !important;
  }
  /* line 22070, app/assets/stylesheets/_custom.scss */
  .pe-lg-23 {
    padding-right: 12rem !important;
  }
  /* line 22074, app/assets/stylesheets/_custom.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 22078, app/assets/stylesheets/_custom.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 22082, app/assets/stylesheets/_custom.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 22086, app/assets/stylesheets/_custom.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 22090, app/assets/stylesheets/_custom.scss */
  .pb-lg-4 {
    padding-bottom: 1.25rem !important;
  }
  /* line 22094, app/assets/stylesheets/_custom.scss */
  .pb-lg-5 {
    padding-bottom: 1.5rem !important;
  }
  /* line 22098, app/assets/stylesheets/_custom.scss */
  .pb-lg-6 {
    padding-bottom: 2rem !important;
  }
  /* line 22102, app/assets/stylesheets/_custom.scss */
  .pb-lg-7 {
    padding-bottom: 2.5rem !important;
  }
  /* line 22106, app/assets/stylesheets/_custom.scss */
  .pb-lg-8 {
    padding-bottom: 3rem !important;
  }
  /* line 22110, app/assets/stylesheets/_custom.scss */
  .pb-lg-9 {
    padding-bottom: 3.5rem !important;
  }
  /* line 22114, app/assets/stylesheets/_custom.scss */
  .pb-lg-10 {
    padding-bottom: 4rem !important;
  }
  /* line 22118, app/assets/stylesheets/_custom.scss */
  .pb-lg-11 {
    padding-bottom: 4.5rem !important;
  }
  /* line 22122, app/assets/stylesheets/_custom.scss */
  .pb-lg-12 {
    padding-bottom: 5rem !important;
  }
  /* line 22126, app/assets/stylesheets/_custom.scss */
  .pb-lg-13 {
    padding-bottom: 5.5rem !important;
  }
  /* line 22130, app/assets/stylesheets/_custom.scss */
  .pb-lg-14 {
    padding-bottom: 6rem !important;
  }
  /* line 22134, app/assets/stylesheets/_custom.scss */
  .pb-lg-15 {
    padding-bottom: 6.5rem !important;
  }
  /* line 22138, app/assets/stylesheets/_custom.scss */
  .pb-lg-16 {
    padding-bottom: 7rem !important;
  }
  /* line 22142, app/assets/stylesheets/_custom.scss */
  .pb-lg-17 {
    padding-bottom: 7.5rem !important;
  }
  /* line 22146, app/assets/stylesheets/_custom.scss */
  .pb-lg-18 {
    padding-bottom: 8rem !important;
  }
  /* line 22150, app/assets/stylesheets/_custom.scss */
  .pb-lg-19 {
    padding-bottom: 8.5rem !important;
  }
  /* line 22154, app/assets/stylesheets/_custom.scss */
  .pb-lg-20 {
    padding-bottom: 9rem !important;
  }
  /* line 22158, app/assets/stylesheets/_custom.scss */
  .pb-lg-21 {
    padding-bottom: 9.5rem !important;
  }
  /* line 22162, app/assets/stylesheets/_custom.scss */
  .pb-lg-22 {
    padding-bottom: 10rem !important;
  }
  /* line 22166, app/assets/stylesheets/_custom.scss */
  .pb-lg-23 {
    padding-bottom: 12rem !important;
  }
  /* line 22170, app/assets/stylesheets/_custom.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 22174, app/assets/stylesheets/_custom.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 22178, app/assets/stylesheets/_custom.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 22182, app/assets/stylesheets/_custom.scss */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 22186, app/assets/stylesheets/_custom.scss */
  .ps-lg-4 {
    padding-left: 1.25rem !important;
  }
  /* line 22190, app/assets/stylesheets/_custom.scss */
  .ps-lg-5 {
    padding-left: 1.5rem !important;
  }
  /* line 22194, app/assets/stylesheets/_custom.scss */
  .ps-lg-6 {
    padding-left: 2rem !important;
  }
  /* line 22198, app/assets/stylesheets/_custom.scss */
  .ps-lg-7 {
    padding-left: 2.5rem !important;
  }
  /* line 22202, app/assets/stylesheets/_custom.scss */
  .ps-lg-8 {
    padding-left: 3rem !important;
  }
  /* line 22206, app/assets/stylesheets/_custom.scss */
  .ps-lg-9 {
    padding-left: 3.5rem !important;
  }
  /* line 22210, app/assets/stylesheets/_custom.scss */
  .ps-lg-10 {
    padding-left: 4rem !important;
  }
  /* line 22214, app/assets/stylesheets/_custom.scss */
  .ps-lg-11 {
    padding-left: 4.5rem !important;
  }
  /* line 22218, app/assets/stylesheets/_custom.scss */
  .ps-lg-12 {
    padding-left: 5rem !important;
  }
  /* line 22222, app/assets/stylesheets/_custom.scss */
  .ps-lg-13 {
    padding-left: 5.5rem !important;
  }
  /* line 22226, app/assets/stylesheets/_custom.scss */
  .ps-lg-14 {
    padding-left: 6rem !important;
  }
  /* line 22230, app/assets/stylesheets/_custom.scss */
  .ps-lg-15 {
    padding-left: 6.5rem !important;
  }
  /* line 22234, app/assets/stylesheets/_custom.scss */
  .ps-lg-16 {
    padding-left: 7rem !important;
  }
  /* line 22238, app/assets/stylesheets/_custom.scss */
  .ps-lg-17 {
    padding-left: 7.5rem !important;
  }
  /* line 22242, app/assets/stylesheets/_custom.scss */
  .ps-lg-18 {
    padding-left: 8rem !important;
  }
  /* line 22246, app/assets/stylesheets/_custom.scss */
  .ps-lg-19 {
    padding-left: 8.5rem !important;
  }
  /* line 22250, app/assets/stylesheets/_custom.scss */
  .ps-lg-20 {
    padding-left: 9rem !important;
  }
  /* line 22254, app/assets/stylesheets/_custom.scss */
  .ps-lg-21 {
    padding-left: 9.5rem !important;
  }
  /* line 22258, app/assets/stylesheets/_custom.scss */
  .ps-lg-22 {
    padding-left: 10rem !important;
  }
  /* line 22262, app/assets/stylesheets/_custom.scss */
  .ps-lg-23 {
    padding-left: 12rem !important;
  }
  /* line 22266, app/assets/stylesheets/_custom.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 22270, app/assets/stylesheets/_custom.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 22274, app/assets/stylesheets/_custom.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 22280, app/assets/stylesheets/_custom.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 22284, app/assets/stylesheets/_custom.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 22288, app/assets/stylesheets/_custom.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 22292, app/assets/stylesheets/_custom.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 22296, app/assets/stylesheets/_custom.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 22300, app/assets/stylesheets/_custom.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 22304, app/assets/stylesheets/_custom.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 22308, app/assets/stylesheets/_custom.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 22312, app/assets/stylesheets/_custom.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 22316, app/assets/stylesheets/_custom.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 22320, app/assets/stylesheets/_custom.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 22324, app/assets/stylesheets/_custom.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 22328, app/assets/stylesheets/_custom.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 22332, app/assets/stylesheets/_custom.scss */
  .w-xl-15 {
    width: 15% !important;
  }
  /* line 22336, app/assets/stylesheets/_custom.scss */
  .w-xl-25 {
    width: 25% !important;
  }
  /* line 22340, app/assets/stylesheets/_custom.scss */
  .w-xl-30 {
    width: 30% !important;
  }
  /* line 22344, app/assets/stylesheets/_custom.scss */
  .w-xl-40 {
    width: 40% !important;
  }
  /* line 22348, app/assets/stylesheets/_custom.scss */
  .w-xl-50 {
    width: 50% !important;
  }
  /* line 22352, app/assets/stylesheets/_custom.scss */
  .w-xl-65 {
    width: 65% !important;
  }
  /* line 22356, app/assets/stylesheets/_custom.scss */
  .w-xl-75 {
    width: 75% !important;
  }
  /* line 22360, app/assets/stylesheets/_custom.scss */
  .w-xl-100 {
    width: 100% !important;
  }
  /* line 22364, app/assets/stylesheets/_custom.scss */
  .w-xl-auto {
    width: auto !important;
  }
  /* line 22368, app/assets/stylesheets/_custom.scss */
  .mw-xl-25 {
    max-width: 25% !important;
  }
  /* line 22372, app/assets/stylesheets/_custom.scss */
  .mw-xl-30 {
    max-width: 30% !important;
  }
  /* line 22376, app/assets/stylesheets/_custom.scss */
  .mw-xl-40 {
    max-width: 40% !important;
  }
  /* line 22380, app/assets/stylesheets/_custom.scss */
  .mw-xl-50 {
    max-width: 50% !important;
  }
  /* line 22384, app/assets/stylesheets/_custom.scss */
  .mw-xl-65 {
    max-width: 65% !important;
  }
  /* line 22388, app/assets/stylesheets/_custom.scss */
  .mw-xl-75 {
    max-width: 75% !important;
  }
  /* line 22392, app/assets/stylesheets/_custom.scss */
  .mw-xl-100 {
    max-width: 100% !important;
  }
  /* line 22396, app/assets/stylesheets/_custom.scss */
  .mw-xl-auto {
    max-width: auto !important;
  }
  /* line 22400, app/assets/stylesheets/_custom.scss */
  .vw-xl-100 {
    width: 100vw !important;
  }
  /* line 22404, app/assets/stylesheets/_custom.scss */
  .min-vw-xl-100 {
    min-width: 100vw !important;
  }
  /* line 22408, app/assets/stylesheets/_custom.scss */
  .h-xl-25 {
    height: 25% !important;
  }
  /* line 22412, app/assets/stylesheets/_custom.scss */
  .h-xl-30 {
    height: 30% !important;
  }
  /* line 22416, app/assets/stylesheets/_custom.scss */
  .h-xl-40 {
    height: 40% !important;
  }
  /* line 22420, app/assets/stylesheets/_custom.scss */
  .h-xl-50 {
    height: 50% !important;
  }
  /* line 22424, app/assets/stylesheets/_custom.scss */
  .h-xl-65 {
    height: 65% !important;
  }
  /* line 22428, app/assets/stylesheets/_custom.scss */
  .h-xl-75 {
    height: 75% !important;
  }
  /* line 22432, app/assets/stylesheets/_custom.scss */
  .h-xl-100 {
    height: 100% !important;
  }
  /* line 22436, app/assets/stylesheets/_custom.scss */
  .h-xl-auto {
    height: auto !important;
  }
  /* line 22440, app/assets/stylesheets/_custom.scss */
  .mh-xl-25 {
    max-height: 25% !important;
  }
  /* line 22444, app/assets/stylesheets/_custom.scss */
  .mh-xl-30 {
    max-height: 30% !important;
  }
  /* line 22448, app/assets/stylesheets/_custom.scss */
  .mh-xl-40 {
    max-height: 40% !important;
  }
  /* line 22452, app/assets/stylesheets/_custom.scss */
  .mh-xl-50 {
    max-height: 50% !important;
  }
  /* line 22456, app/assets/stylesheets/_custom.scss */
  .mh-xl-65 {
    max-height: 65% !important;
  }
  /* line 22460, app/assets/stylesheets/_custom.scss */
  .mh-xl-75 {
    max-height: 75% !important;
  }
  /* line 22464, app/assets/stylesheets/_custom.scss */
  .mh-xl-100 {
    max-height: 100% !important;
  }
  /* line 22468, app/assets/stylesheets/_custom.scss */
  .mh-xl-auto {
    max-height: auto !important;
  }
  /* line 22472, app/assets/stylesheets/_custom.scss */
  .vh-xl-100 {
    height: 100vh !important;
  }
  /* line 22476, app/assets/stylesheets/_custom.scss */
  .min-vh-xl-100 {
    min-height: 100vh !important;
  }
  /* line 22480, app/assets/stylesheets/_custom.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 22484, app/assets/stylesheets/_custom.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 22488, app/assets/stylesheets/_custom.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 22492, app/assets/stylesheets/_custom.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 22496, app/assets/stylesheets/_custom.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 22500, app/assets/stylesheets/_custom.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 22504, app/assets/stylesheets/_custom.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22508, app/assets/stylesheets/_custom.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 22512, app/assets/stylesheets/_custom.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 22516, app/assets/stylesheets/_custom.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 22520, app/assets/stylesheets/_custom.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 22524, app/assets/stylesheets/_custom.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 22528, app/assets/stylesheets/_custom.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 22532, app/assets/stylesheets/_custom.scss */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 22536, app/assets/stylesheets/_custom.scss */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 22540, app/assets/stylesheets/_custom.scss */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 22544, app/assets/stylesheets/_custom.scss */
  .gap-xl-4 {
    gap: 1.25rem !important;
  }
  /* line 22548, app/assets/stylesheets/_custom.scss */
  .gap-xl-5 {
    gap: 1.5rem !important;
  }
  /* line 22552, app/assets/stylesheets/_custom.scss */
  .gap-xl-6 {
    gap: 2rem !important;
  }
  /* line 22556, app/assets/stylesheets/_custom.scss */
  .gap-xl-7 {
    gap: 2.5rem !important;
  }
  /* line 22560, app/assets/stylesheets/_custom.scss */
  .gap-xl-8 {
    gap: 3rem !important;
  }
  /* line 22564, app/assets/stylesheets/_custom.scss */
  .gap-xl-9 {
    gap: 3.5rem !important;
  }
  /* line 22568, app/assets/stylesheets/_custom.scss */
  .gap-xl-10 {
    gap: 4rem !important;
  }
  /* line 22572, app/assets/stylesheets/_custom.scss */
  .gap-xl-11 {
    gap: 4.5rem !important;
  }
  /* line 22576, app/assets/stylesheets/_custom.scss */
  .gap-xl-12 {
    gap: 5rem !important;
  }
  /* line 22580, app/assets/stylesheets/_custom.scss */
  .gap-xl-13 {
    gap: 5.5rem !important;
  }
  /* line 22584, app/assets/stylesheets/_custom.scss */
  .gap-xl-14 {
    gap: 6rem !important;
  }
  /* line 22588, app/assets/stylesheets/_custom.scss */
  .gap-xl-15 {
    gap: 6.5rem !important;
  }
  /* line 22592, app/assets/stylesheets/_custom.scss */
  .gap-xl-16 {
    gap: 7rem !important;
  }
  /* line 22596, app/assets/stylesheets/_custom.scss */
  .gap-xl-17 {
    gap: 7.5rem !important;
  }
  /* line 22600, app/assets/stylesheets/_custom.scss */
  .gap-xl-18 {
    gap: 8rem !important;
  }
  /* line 22604, app/assets/stylesheets/_custom.scss */
  .gap-xl-19 {
    gap: 8.5rem !important;
  }
  /* line 22608, app/assets/stylesheets/_custom.scss */
  .gap-xl-20 {
    gap: 9rem !important;
  }
  /* line 22612, app/assets/stylesheets/_custom.scss */
  .gap-xl-21 {
    gap: 9.5rem !important;
  }
  /* line 22616, app/assets/stylesheets/_custom.scss */
  .gap-xl-22 {
    gap: 10rem !important;
  }
  /* line 22620, app/assets/stylesheets/_custom.scss */
  .gap-xl-23 {
    gap: 12rem !important;
  }
  /* line 22624, app/assets/stylesheets/_custom.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 22628, app/assets/stylesheets/_custom.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 22632, app/assets/stylesheets/_custom.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 22636, app/assets/stylesheets/_custom.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 22640, app/assets/stylesheets/_custom.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 22644, app/assets/stylesheets/_custom.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 22648, app/assets/stylesheets/_custom.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 22652, app/assets/stylesheets/_custom.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 22656, app/assets/stylesheets/_custom.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 22660, app/assets/stylesheets/_custom.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 22664, app/assets/stylesheets/_custom.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 22668, app/assets/stylesheets/_custom.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 22672, app/assets/stylesheets/_custom.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 22676, app/assets/stylesheets/_custom.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 22680, app/assets/stylesheets/_custom.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 22684, app/assets/stylesheets/_custom.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 22688, app/assets/stylesheets/_custom.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 22692, app/assets/stylesheets/_custom.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 22696, app/assets/stylesheets/_custom.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 22700, app/assets/stylesheets/_custom.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 22704, app/assets/stylesheets/_custom.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 22708, app/assets/stylesheets/_custom.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 22712, app/assets/stylesheets/_custom.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 22716, app/assets/stylesheets/_custom.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 22720, app/assets/stylesheets/_custom.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 22724, app/assets/stylesheets/_custom.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 22728, app/assets/stylesheets/_custom.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 22732, app/assets/stylesheets/_custom.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 22736, app/assets/stylesheets/_custom.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 22740, app/assets/stylesheets/_custom.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 22744, app/assets/stylesheets/_custom.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 22748, app/assets/stylesheets/_custom.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 22752, app/assets/stylesheets/_custom.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 22756, app/assets/stylesheets/_custom.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 22760, app/assets/stylesheets/_custom.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 22764, app/assets/stylesheets/_custom.scss */
  .m-xl-4 {
    margin: 1.25rem !important;
  }
  /* line 22768, app/assets/stylesheets/_custom.scss */
  .m-xl-5 {
    margin: 1.5rem !important;
  }
  /* line 22772, app/assets/stylesheets/_custom.scss */
  .m-xl-6 {
    margin: 2rem !important;
  }
  /* line 22776, app/assets/stylesheets/_custom.scss */
  .m-xl-7 {
    margin: 2.5rem !important;
  }
  /* line 22780, app/assets/stylesheets/_custom.scss */
  .m-xl-8 {
    margin: 3rem !important;
  }
  /* line 22784, app/assets/stylesheets/_custom.scss */
  .m-xl-9 {
    margin: 3.5rem !important;
  }
  /* line 22788, app/assets/stylesheets/_custom.scss */
  .m-xl-10 {
    margin: 4rem !important;
  }
  /* line 22792, app/assets/stylesheets/_custom.scss */
  .m-xl-11 {
    margin: 4.5rem !important;
  }
  /* line 22796, app/assets/stylesheets/_custom.scss */
  .m-xl-12 {
    margin: 5rem !important;
  }
  /* line 22800, app/assets/stylesheets/_custom.scss */
  .m-xl-13 {
    margin: 5.5rem !important;
  }
  /* line 22804, app/assets/stylesheets/_custom.scss */
  .m-xl-14 {
    margin: 6rem !important;
  }
  /* line 22808, app/assets/stylesheets/_custom.scss */
  .m-xl-15 {
    margin: 6.5rem !important;
  }
  /* line 22812, app/assets/stylesheets/_custom.scss */
  .m-xl-16 {
    margin: 7rem !important;
  }
  /* line 22816, app/assets/stylesheets/_custom.scss */
  .m-xl-17 {
    margin: 7.5rem !important;
  }
  /* line 22820, app/assets/stylesheets/_custom.scss */
  .m-xl-18 {
    margin: 8rem !important;
  }
  /* line 22824, app/assets/stylesheets/_custom.scss */
  .m-xl-19 {
    margin: 8.5rem !important;
  }
  /* line 22828, app/assets/stylesheets/_custom.scss */
  .m-xl-20 {
    margin: 9rem !important;
  }
  /* line 22832, app/assets/stylesheets/_custom.scss */
  .m-xl-21 {
    margin: 9.5rem !important;
  }
  /* line 22836, app/assets/stylesheets/_custom.scss */
  .m-xl-22 {
    margin: 10rem !important;
  }
  /* line 22840, app/assets/stylesheets/_custom.scss */
  .m-xl-23 {
    margin: 12rem !important;
  }
  /* line 22844, app/assets/stylesheets/_custom.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 22848, app/assets/stylesheets/_custom.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 22853, app/assets/stylesheets/_custom.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 22858, app/assets/stylesheets/_custom.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 22863, app/assets/stylesheets/_custom.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 22868, app/assets/stylesheets/_custom.scss */
  .mx-xl-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 22873, app/assets/stylesheets/_custom.scss */
  .mx-xl-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 22878, app/assets/stylesheets/_custom.scss */
  .mx-xl-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 22883, app/assets/stylesheets/_custom.scss */
  .mx-xl-7 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 22888, app/assets/stylesheets/_custom.scss */
  .mx-xl-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 22893, app/assets/stylesheets/_custom.scss */
  .mx-xl-9 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 22898, app/assets/stylesheets/_custom.scss */
  .mx-xl-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 22903, app/assets/stylesheets/_custom.scss */
  .mx-xl-11 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 22908, app/assets/stylesheets/_custom.scss */
  .mx-xl-12 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 22913, app/assets/stylesheets/_custom.scss */
  .mx-xl-13 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 22918, app/assets/stylesheets/_custom.scss */
  .mx-xl-14 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 22923, app/assets/stylesheets/_custom.scss */
  .mx-xl-15 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 22928, app/assets/stylesheets/_custom.scss */
  .mx-xl-16 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 22933, app/assets/stylesheets/_custom.scss */
  .mx-xl-17 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 22938, app/assets/stylesheets/_custom.scss */
  .mx-xl-18 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 22943, app/assets/stylesheets/_custom.scss */
  .mx-xl-19 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  /* line 22948, app/assets/stylesheets/_custom.scss */
  .mx-xl-20 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  /* line 22953, app/assets/stylesheets/_custom.scss */
  .mx-xl-21 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  /* line 22958, app/assets/stylesheets/_custom.scss */
  .mx-xl-22 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 22963, app/assets/stylesheets/_custom.scss */
  .mx-xl-23 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 22968, app/assets/stylesheets/_custom.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 22973, app/assets/stylesheets/_custom.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 22978, app/assets/stylesheets/_custom.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 22983, app/assets/stylesheets/_custom.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 22988, app/assets/stylesheets/_custom.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 22993, app/assets/stylesheets/_custom.scss */
  .my-xl-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 22998, app/assets/stylesheets/_custom.scss */
  .my-xl-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 23003, app/assets/stylesheets/_custom.scss */
  .my-xl-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 23008, app/assets/stylesheets/_custom.scss */
  .my-xl-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 23013, app/assets/stylesheets/_custom.scss */
  .my-xl-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 23018, app/assets/stylesheets/_custom.scss */
  .my-xl-9 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 23023, app/assets/stylesheets/_custom.scss */
  .my-xl-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 23028, app/assets/stylesheets/_custom.scss */
  .my-xl-11 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 23033, app/assets/stylesheets/_custom.scss */
  .my-xl-12 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 23038, app/assets/stylesheets/_custom.scss */
  .my-xl-13 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 23043, app/assets/stylesheets/_custom.scss */
  .my-xl-14 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 23048, app/assets/stylesheets/_custom.scss */
  .my-xl-15 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 23053, app/assets/stylesheets/_custom.scss */
  .my-xl-16 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 23058, app/assets/stylesheets/_custom.scss */
  .my-xl-17 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 23063, app/assets/stylesheets/_custom.scss */
  .my-xl-18 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 23068, app/assets/stylesheets/_custom.scss */
  .my-xl-19 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  /* line 23073, app/assets/stylesheets/_custom.scss */
  .my-xl-20 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  /* line 23078, app/assets/stylesheets/_custom.scss */
  .my-xl-21 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  /* line 23083, app/assets/stylesheets/_custom.scss */
  .my-xl-22 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 23088, app/assets/stylesheets/_custom.scss */
  .my-xl-23 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 23093, app/assets/stylesheets/_custom.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 23098, app/assets/stylesheets/_custom.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 23102, app/assets/stylesheets/_custom.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 23106, app/assets/stylesheets/_custom.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 23110, app/assets/stylesheets/_custom.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 23114, app/assets/stylesheets/_custom.scss */
  .mt-xl-4 {
    margin-top: 1.25rem !important;
  }
  /* line 23118, app/assets/stylesheets/_custom.scss */
  .mt-xl-5 {
    margin-top: 1.5rem !important;
  }
  /* line 23122, app/assets/stylesheets/_custom.scss */
  .mt-xl-6 {
    margin-top: 2rem !important;
  }
  /* line 23126, app/assets/stylesheets/_custom.scss */
  .mt-xl-7 {
    margin-top: 2.5rem !important;
  }
  /* line 23130, app/assets/stylesheets/_custom.scss */
  .mt-xl-8 {
    margin-top: 3rem !important;
  }
  /* line 23134, app/assets/stylesheets/_custom.scss */
  .mt-xl-9 {
    margin-top: 3.5rem !important;
  }
  /* line 23138, app/assets/stylesheets/_custom.scss */
  .mt-xl-10 {
    margin-top: 4rem !important;
  }
  /* line 23142, app/assets/stylesheets/_custom.scss */
  .mt-xl-11 {
    margin-top: 4.5rem !important;
  }
  /* line 23146, app/assets/stylesheets/_custom.scss */
  .mt-xl-12 {
    margin-top: 5rem !important;
  }
  /* line 23150, app/assets/stylesheets/_custom.scss */
  .mt-xl-13 {
    margin-top: 5.5rem !important;
  }
  /* line 23154, app/assets/stylesheets/_custom.scss */
  .mt-xl-14 {
    margin-top: 6rem !important;
  }
  /* line 23158, app/assets/stylesheets/_custom.scss */
  .mt-xl-15 {
    margin-top: 6.5rem !important;
  }
  /* line 23162, app/assets/stylesheets/_custom.scss */
  .mt-xl-16 {
    margin-top: 7rem !important;
  }
  /* line 23166, app/assets/stylesheets/_custom.scss */
  .mt-xl-17 {
    margin-top: 7.5rem !important;
  }
  /* line 23170, app/assets/stylesheets/_custom.scss */
  .mt-xl-18 {
    margin-top: 8rem !important;
  }
  /* line 23174, app/assets/stylesheets/_custom.scss */
  .mt-xl-19 {
    margin-top: 8.5rem !important;
  }
  /* line 23178, app/assets/stylesheets/_custom.scss */
  .mt-xl-20 {
    margin-top: 9rem !important;
  }
  /* line 23182, app/assets/stylesheets/_custom.scss */
  .mt-xl-21 {
    margin-top: 9.5rem !important;
  }
  /* line 23186, app/assets/stylesheets/_custom.scss */
  .mt-xl-22 {
    margin-top: 10rem !important;
  }
  /* line 23190, app/assets/stylesheets/_custom.scss */
  .mt-xl-23 {
    margin-top: 12rem !important;
  }
  /* line 23194, app/assets/stylesheets/_custom.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 23198, app/assets/stylesheets/_custom.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 23202, app/assets/stylesheets/_custom.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 23206, app/assets/stylesheets/_custom.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 23210, app/assets/stylesheets/_custom.scss */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 23214, app/assets/stylesheets/_custom.scss */
  .me-xl-4 {
    margin-right: 1.25rem !important;
  }
  /* line 23218, app/assets/stylesheets/_custom.scss */
  .me-xl-5 {
    margin-right: 1.5rem !important;
  }
  /* line 23222, app/assets/stylesheets/_custom.scss */
  .me-xl-6 {
    margin-right: 2rem !important;
  }
  /* line 23226, app/assets/stylesheets/_custom.scss */
  .me-xl-7 {
    margin-right: 2.5rem !important;
  }
  /* line 23230, app/assets/stylesheets/_custom.scss */
  .me-xl-8 {
    margin-right: 3rem !important;
  }
  /* line 23234, app/assets/stylesheets/_custom.scss */
  .me-xl-9 {
    margin-right: 3.5rem !important;
  }
  /* line 23238, app/assets/stylesheets/_custom.scss */
  .me-xl-10 {
    margin-right: 4rem !important;
  }
  /* line 23242, app/assets/stylesheets/_custom.scss */
  .me-xl-11 {
    margin-right: 4.5rem !important;
  }
  /* line 23246, app/assets/stylesheets/_custom.scss */
  .me-xl-12 {
    margin-right: 5rem !important;
  }
  /* line 23250, app/assets/stylesheets/_custom.scss */
  .me-xl-13 {
    margin-right: 5.5rem !important;
  }
  /* line 23254, app/assets/stylesheets/_custom.scss */
  .me-xl-14 {
    margin-right: 6rem !important;
  }
  /* line 23258, app/assets/stylesheets/_custom.scss */
  .me-xl-15 {
    margin-right: 6.5rem !important;
  }
  /* line 23262, app/assets/stylesheets/_custom.scss */
  .me-xl-16 {
    margin-right: 7rem !important;
  }
  /* line 23266, app/assets/stylesheets/_custom.scss */
  .me-xl-17 {
    margin-right: 7.5rem !important;
  }
  /* line 23270, app/assets/stylesheets/_custom.scss */
  .me-xl-18 {
    margin-right: 8rem !important;
  }
  /* line 23274, app/assets/stylesheets/_custom.scss */
  .me-xl-19 {
    margin-right: 8.5rem !important;
  }
  /* line 23278, app/assets/stylesheets/_custom.scss */
  .me-xl-20 {
    margin-right: 9rem !important;
  }
  /* line 23282, app/assets/stylesheets/_custom.scss */
  .me-xl-21 {
    margin-right: 9.5rem !important;
  }
  /* line 23286, app/assets/stylesheets/_custom.scss */
  .me-xl-22 {
    margin-right: 10rem !important;
  }
  /* line 23290, app/assets/stylesheets/_custom.scss */
  .me-xl-23 {
    margin-right: 12rem !important;
  }
  /* line 23294, app/assets/stylesheets/_custom.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 23298, app/assets/stylesheets/_custom.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 23302, app/assets/stylesheets/_custom.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 23306, app/assets/stylesheets/_custom.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 23310, app/assets/stylesheets/_custom.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 23314, app/assets/stylesheets/_custom.scss */
  .mb-xl-4 {
    margin-bottom: 1.25rem !important;
  }
  /* line 23318, app/assets/stylesheets/_custom.scss */
  .mb-xl-5 {
    margin-bottom: 1.5rem !important;
  }
  /* line 23322, app/assets/stylesheets/_custom.scss */
  .mb-xl-6 {
    margin-bottom: 2rem !important;
  }
  /* line 23326, app/assets/stylesheets/_custom.scss */
  .mb-xl-7 {
    margin-bottom: 2.5rem !important;
  }
  /* line 23330, app/assets/stylesheets/_custom.scss */
  .mb-xl-8 {
    margin-bottom: 3rem !important;
  }
  /* line 23334, app/assets/stylesheets/_custom.scss */
  .mb-xl-9 {
    margin-bottom: 3.5rem !important;
  }
  /* line 23338, app/assets/stylesheets/_custom.scss */
  .mb-xl-10 {
    margin-bottom: 4rem !important;
  }
  /* line 23342, app/assets/stylesheets/_custom.scss */
  .mb-xl-11 {
    margin-bottom: 4.5rem !important;
  }
  /* line 23346, app/assets/stylesheets/_custom.scss */
  .mb-xl-12 {
    margin-bottom: 5rem !important;
  }
  /* line 23350, app/assets/stylesheets/_custom.scss */
  .mb-xl-13 {
    margin-bottom: 5.5rem !important;
  }
  /* line 23354, app/assets/stylesheets/_custom.scss */
  .mb-xl-14 {
    margin-bottom: 6rem !important;
  }
  /* line 23358, app/assets/stylesheets/_custom.scss */
  .mb-xl-15 {
    margin-bottom: 6.5rem !important;
  }
  /* line 23362, app/assets/stylesheets/_custom.scss */
  .mb-xl-16 {
    margin-bottom: 7rem !important;
  }
  /* line 23366, app/assets/stylesheets/_custom.scss */
  .mb-xl-17 {
    margin-bottom: 7.5rem !important;
  }
  /* line 23370, app/assets/stylesheets/_custom.scss */
  .mb-xl-18 {
    margin-bottom: 8rem !important;
  }
  /* line 23374, app/assets/stylesheets/_custom.scss */
  .mb-xl-19 {
    margin-bottom: 8.5rem !important;
  }
  /* line 23378, app/assets/stylesheets/_custom.scss */
  .mb-xl-20 {
    margin-bottom: 9rem !important;
  }
  /* line 23382, app/assets/stylesheets/_custom.scss */
  .mb-xl-21 {
    margin-bottom: 9.5rem !important;
  }
  /* line 23386, app/assets/stylesheets/_custom.scss */
  .mb-xl-22 {
    margin-bottom: 10rem !important;
  }
  /* line 23390, app/assets/stylesheets/_custom.scss */
  .mb-xl-23 {
    margin-bottom: 12rem !important;
  }
  /* line 23394, app/assets/stylesheets/_custom.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 23398, app/assets/stylesheets/_custom.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 23402, app/assets/stylesheets/_custom.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 23406, app/assets/stylesheets/_custom.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 23410, app/assets/stylesheets/_custom.scss */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 23414, app/assets/stylesheets/_custom.scss */
  .ms-xl-4 {
    margin-left: 1.25rem !important;
  }
  /* line 23418, app/assets/stylesheets/_custom.scss */
  .ms-xl-5 {
    margin-left: 1.5rem !important;
  }
  /* line 23422, app/assets/stylesheets/_custom.scss */
  .ms-xl-6 {
    margin-left: 2rem !important;
  }
  /* line 23426, app/assets/stylesheets/_custom.scss */
  .ms-xl-7 {
    margin-left: 2.5rem !important;
  }
  /* line 23430, app/assets/stylesheets/_custom.scss */
  .ms-xl-8 {
    margin-left: 3rem !important;
  }
  /* line 23434, app/assets/stylesheets/_custom.scss */
  .ms-xl-9 {
    margin-left: 3.5rem !important;
  }
  /* line 23438, app/assets/stylesheets/_custom.scss */
  .ms-xl-10 {
    margin-left: 4rem !important;
  }
  /* line 23442, app/assets/stylesheets/_custom.scss */
  .ms-xl-11 {
    margin-left: 4.5rem !important;
  }
  /* line 23446, app/assets/stylesheets/_custom.scss */
  .ms-xl-12 {
    margin-left: 5rem !important;
  }
  /* line 23450, app/assets/stylesheets/_custom.scss */
  .ms-xl-13 {
    margin-left: 5.5rem !important;
  }
  /* line 23454, app/assets/stylesheets/_custom.scss */
  .ms-xl-14 {
    margin-left: 6rem !important;
  }
  /* line 23458, app/assets/stylesheets/_custom.scss */
  .ms-xl-15 {
    margin-left: 6.5rem !important;
  }
  /* line 23462, app/assets/stylesheets/_custom.scss */
  .ms-xl-16 {
    margin-left: 7rem !important;
  }
  /* line 23466, app/assets/stylesheets/_custom.scss */
  .ms-xl-17 {
    margin-left: 7.5rem !important;
  }
  /* line 23470, app/assets/stylesheets/_custom.scss */
  .ms-xl-18 {
    margin-left: 8rem !important;
  }
  /* line 23474, app/assets/stylesheets/_custom.scss */
  .ms-xl-19 {
    margin-left: 8.5rem !important;
  }
  /* line 23478, app/assets/stylesheets/_custom.scss */
  .ms-xl-20 {
    margin-left: 9rem !important;
  }
  /* line 23482, app/assets/stylesheets/_custom.scss */
  .ms-xl-21 {
    margin-left: 9.5rem !important;
  }
  /* line 23486, app/assets/stylesheets/_custom.scss */
  .ms-xl-22 {
    margin-left: 10rem !important;
  }
  /* line 23490, app/assets/stylesheets/_custom.scss */
  .ms-xl-23 {
    margin-left: 12rem !important;
  }
  /* line 23494, app/assets/stylesheets/_custom.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 23498, app/assets/stylesheets/_custom.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 23502, app/assets/stylesheets/_custom.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 23506, app/assets/stylesheets/_custom.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 23510, app/assets/stylesheets/_custom.scss */
  .m-xl-n4 {
    margin: -1.25rem !important;
  }
  /* line 23514, app/assets/stylesheets/_custom.scss */
  .m-xl-n5 {
    margin: -1.5rem !important;
  }
  /* line 23518, app/assets/stylesheets/_custom.scss */
  .m-xl-n6 {
    margin: -2rem !important;
  }
  /* line 23522, app/assets/stylesheets/_custom.scss */
  .m-xl-n7 {
    margin: -2.5rem !important;
  }
  /* line 23526, app/assets/stylesheets/_custom.scss */
  .m-xl-n8 {
    margin: -3rem !important;
  }
  /* line 23530, app/assets/stylesheets/_custom.scss */
  .m-xl-n9 {
    margin: -3.5rem !important;
  }
  /* line 23534, app/assets/stylesheets/_custom.scss */
  .m-xl-n10 {
    margin: -4rem !important;
  }
  /* line 23538, app/assets/stylesheets/_custom.scss */
  .m-xl-n11 {
    margin: -4.5rem !important;
  }
  /* line 23542, app/assets/stylesheets/_custom.scss */
  .m-xl-n12 {
    margin: -5rem !important;
  }
  /* line 23546, app/assets/stylesheets/_custom.scss */
  .m-xl-n13 {
    margin: -5.5rem !important;
  }
  /* line 23550, app/assets/stylesheets/_custom.scss */
  .m-xl-n14 {
    margin: -6rem !important;
  }
  /* line 23554, app/assets/stylesheets/_custom.scss */
  .m-xl-n15 {
    margin: -6.5rem !important;
  }
  /* line 23558, app/assets/stylesheets/_custom.scss */
  .m-xl-n16 {
    margin: -7rem !important;
  }
  /* line 23562, app/assets/stylesheets/_custom.scss */
  .m-xl-n17 {
    margin: -7.5rem !important;
  }
  /* line 23566, app/assets/stylesheets/_custom.scss */
  .m-xl-n18 {
    margin: -8rem !important;
  }
  /* line 23570, app/assets/stylesheets/_custom.scss */
  .m-xl-n19 {
    margin: -8.5rem !important;
  }
  /* line 23574, app/assets/stylesheets/_custom.scss */
  .m-xl-n20 {
    margin: -9rem !important;
  }
  /* line 23578, app/assets/stylesheets/_custom.scss */
  .m-xl-n21 {
    margin: -9.5rem !important;
  }
  /* line 23582, app/assets/stylesheets/_custom.scss */
  .m-xl-n22 {
    margin: -10rem !important;
  }
  /* line 23586, app/assets/stylesheets/_custom.scss */
  .m-xl-n23 {
    margin: -12rem !important;
  }
  /* line 23590, app/assets/stylesheets/_custom.scss */
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 23595, app/assets/stylesheets/_custom.scss */
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 23600, app/assets/stylesheets/_custom.scss */
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 23605, app/assets/stylesheets/_custom.scss */
  .mx-xl-n4 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  /* line 23610, app/assets/stylesheets/_custom.scss */
  .mx-xl-n5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 23615, app/assets/stylesheets/_custom.scss */
  .mx-xl-n6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 23620, app/assets/stylesheets/_custom.scss */
  .mx-xl-n7 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 23625, app/assets/stylesheets/_custom.scss */
  .mx-xl-n8 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 23630, app/assets/stylesheets/_custom.scss */
  .mx-xl-n9 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 23635, app/assets/stylesheets/_custom.scss */
  .mx-xl-n10 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 23640, app/assets/stylesheets/_custom.scss */
  .mx-xl-n11 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 23645, app/assets/stylesheets/_custom.scss */
  .mx-xl-n12 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 23650, app/assets/stylesheets/_custom.scss */
  .mx-xl-n13 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 23655, app/assets/stylesheets/_custom.scss */
  .mx-xl-n14 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 23660, app/assets/stylesheets/_custom.scss */
  .mx-xl-n15 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 23665, app/assets/stylesheets/_custom.scss */
  .mx-xl-n16 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 23670, app/assets/stylesheets/_custom.scss */
  .mx-xl-n17 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 23675, app/assets/stylesheets/_custom.scss */
  .mx-xl-n18 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 23680, app/assets/stylesheets/_custom.scss */
  .mx-xl-n19 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  /* line 23685, app/assets/stylesheets/_custom.scss */
  .mx-xl-n20 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  /* line 23690, app/assets/stylesheets/_custom.scss */
  .mx-xl-n21 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  /* line 23695, app/assets/stylesheets/_custom.scss */
  .mx-xl-n22 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 23700, app/assets/stylesheets/_custom.scss */
  .mx-xl-n23 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 23705, app/assets/stylesheets/_custom.scss */
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 23710, app/assets/stylesheets/_custom.scss */
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 23715, app/assets/stylesheets/_custom.scss */
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 23720, app/assets/stylesheets/_custom.scss */
  .my-xl-n4 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  /* line 23725, app/assets/stylesheets/_custom.scss */
  .my-xl-n5 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 23730, app/assets/stylesheets/_custom.scss */
  .my-xl-n6 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 23735, app/assets/stylesheets/_custom.scss */
  .my-xl-n7 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 23740, app/assets/stylesheets/_custom.scss */
  .my-xl-n8 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 23745, app/assets/stylesheets/_custom.scss */
  .my-xl-n9 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 23750, app/assets/stylesheets/_custom.scss */
  .my-xl-n10 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 23755, app/assets/stylesheets/_custom.scss */
  .my-xl-n11 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 23760, app/assets/stylesheets/_custom.scss */
  .my-xl-n12 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 23765, app/assets/stylesheets/_custom.scss */
  .my-xl-n13 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 23770, app/assets/stylesheets/_custom.scss */
  .my-xl-n14 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 23775, app/assets/stylesheets/_custom.scss */
  .my-xl-n15 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 23780, app/assets/stylesheets/_custom.scss */
  .my-xl-n16 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 23785, app/assets/stylesheets/_custom.scss */
  .my-xl-n17 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 23790, app/assets/stylesheets/_custom.scss */
  .my-xl-n18 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 23795, app/assets/stylesheets/_custom.scss */
  .my-xl-n19 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  /* line 23800, app/assets/stylesheets/_custom.scss */
  .my-xl-n20 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  /* line 23805, app/assets/stylesheets/_custom.scss */
  .my-xl-n21 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  /* line 23810, app/assets/stylesheets/_custom.scss */
  .my-xl-n22 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 23815, app/assets/stylesheets/_custom.scss */
  .my-xl-n23 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 23820, app/assets/stylesheets/_custom.scss */
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 23824, app/assets/stylesheets/_custom.scss */
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 23828, app/assets/stylesheets/_custom.scss */
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 23832, app/assets/stylesheets/_custom.scss */
  .mt-xl-n4 {
    margin-top: -1.25rem !important;
  }
  /* line 23836, app/assets/stylesheets/_custom.scss */
  .mt-xl-n5 {
    margin-top: -1.5rem !important;
  }
  /* line 23840, app/assets/stylesheets/_custom.scss */
  .mt-xl-n6 {
    margin-top: -2rem !important;
  }
  /* line 23844, app/assets/stylesheets/_custom.scss */
  .mt-xl-n7 {
    margin-top: -2.5rem !important;
  }
  /* line 23848, app/assets/stylesheets/_custom.scss */
  .mt-xl-n8 {
    margin-top: -3rem !important;
  }
  /* line 23852, app/assets/stylesheets/_custom.scss */
  .mt-xl-n9 {
    margin-top: -3.5rem !important;
  }
  /* line 23856, app/assets/stylesheets/_custom.scss */
  .mt-xl-n10 {
    margin-top: -4rem !important;
  }
  /* line 23860, app/assets/stylesheets/_custom.scss */
  .mt-xl-n11 {
    margin-top: -4.5rem !important;
  }
  /* line 23864, app/assets/stylesheets/_custom.scss */
  .mt-xl-n12 {
    margin-top: -5rem !important;
  }
  /* line 23868, app/assets/stylesheets/_custom.scss */
  .mt-xl-n13 {
    margin-top: -5.5rem !important;
  }
  /* line 23872, app/assets/stylesheets/_custom.scss */
  .mt-xl-n14 {
    margin-top: -6rem !important;
  }
  /* line 23876, app/assets/stylesheets/_custom.scss */
  .mt-xl-n15 {
    margin-top: -6.5rem !important;
  }
  /* line 23880, app/assets/stylesheets/_custom.scss */
  .mt-xl-n16 {
    margin-top: -7rem !important;
  }
  /* line 23884, app/assets/stylesheets/_custom.scss */
  .mt-xl-n17 {
    margin-top: -7.5rem !important;
  }
  /* line 23888, app/assets/stylesheets/_custom.scss */
  .mt-xl-n18 {
    margin-top: -8rem !important;
  }
  /* line 23892, app/assets/stylesheets/_custom.scss */
  .mt-xl-n19 {
    margin-top: -8.5rem !important;
  }
  /* line 23896, app/assets/stylesheets/_custom.scss */
  .mt-xl-n20 {
    margin-top: -9rem !important;
  }
  /* line 23900, app/assets/stylesheets/_custom.scss */
  .mt-xl-n21 {
    margin-top: -9.5rem !important;
  }
  /* line 23904, app/assets/stylesheets/_custom.scss */
  .mt-xl-n22 {
    margin-top: -10rem !important;
  }
  /* line 23908, app/assets/stylesheets/_custom.scss */
  .mt-xl-n23 {
    margin-top: -12rem !important;
  }
  /* line 23912, app/assets/stylesheets/_custom.scss */
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 23916, app/assets/stylesheets/_custom.scss */
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 23920, app/assets/stylesheets/_custom.scss */
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 23924, app/assets/stylesheets/_custom.scss */
  .me-xl-n4 {
    margin-right: -1.25rem !important;
  }
  /* line 23928, app/assets/stylesheets/_custom.scss */
  .me-xl-n5 {
    margin-right: -1.5rem !important;
  }
  /* line 23932, app/assets/stylesheets/_custom.scss */
  .me-xl-n6 {
    margin-right: -2rem !important;
  }
  /* line 23936, app/assets/stylesheets/_custom.scss */
  .me-xl-n7 {
    margin-right: -2.5rem !important;
  }
  /* line 23940, app/assets/stylesheets/_custom.scss */
  .me-xl-n8 {
    margin-right: -3rem !important;
  }
  /* line 23944, app/assets/stylesheets/_custom.scss */
  .me-xl-n9 {
    margin-right: -3.5rem !important;
  }
  /* line 23948, app/assets/stylesheets/_custom.scss */
  .me-xl-n10 {
    margin-right: -4rem !important;
  }
  /* line 23952, app/assets/stylesheets/_custom.scss */
  .me-xl-n11 {
    margin-right: -4.5rem !important;
  }
  /* line 23956, app/assets/stylesheets/_custom.scss */
  .me-xl-n12 {
    margin-right: -5rem !important;
  }
  /* line 23960, app/assets/stylesheets/_custom.scss */
  .me-xl-n13 {
    margin-right: -5.5rem !important;
  }
  /* line 23964, app/assets/stylesheets/_custom.scss */
  .me-xl-n14 {
    margin-right: -6rem !important;
  }
  /* line 23968, app/assets/stylesheets/_custom.scss */
  .me-xl-n15 {
    margin-right: -6.5rem !important;
  }
  /* line 23972, app/assets/stylesheets/_custom.scss */
  .me-xl-n16 {
    margin-right: -7rem !important;
  }
  /* line 23976, app/assets/stylesheets/_custom.scss */
  .me-xl-n17 {
    margin-right: -7.5rem !important;
  }
  /* line 23980, app/assets/stylesheets/_custom.scss */
  .me-xl-n18 {
    margin-right: -8rem !important;
  }
  /* line 23984, app/assets/stylesheets/_custom.scss */
  .me-xl-n19 {
    margin-right: -8.5rem !important;
  }
  /* line 23988, app/assets/stylesheets/_custom.scss */
  .me-xl-n20 {
    margin-right: -9rem !important;
  }
  /* line 23992, app/assets/stylesheets/_custom.scss */
  .me-xl-n21 {
    margin-right: -9.5rem !important;
  }
  /* line 23996, app/assets/stylesheets/_custom.scss */
  .me-xl-n22 {
    margin-right: -10rem !important;
  }
  /* line 24000, app/assets/stylesheets/_custom.scss */
  .me-xl-n23 {
    margin-right: -12rem !important;
  }
  /* line 24004, app/assets/stylesheets/_custom.scss */
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 24008, app/assets/stylesheets/_custom.scss */
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 24012, app/assets/stylesheets/_custom.scss */
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 24016, app/assets/stylesheets/_custom.scss */
  .mb-xl-n4 {
    margin-bottom: -1.25rem !important;
  }
  /* line 24020, app/assets/stylesheets/_custom.scss */
  .mb-xl-n5 {
    margin-bottom: -1.5rem !important;
  }
  /* line 24024, app/assets/stylesheets/_custom.scss */
  .mb-xl-n6 {
    margin-bottom: -2rem !important;
  }
  /* line 24028, app/assets/stylesheets/_custom.scss */
  .mb-xl-n7 {
    margin-bottom: -2.5rem !important;
  }
  /* line 24032, app/assets/stylesheets/_custom.scss */
  .mb-xl-n8 {
    margin-bottom: -3rem !important;
  }
  /* line 24036, app/assets/stylesheets/_custom.scss */
  .mb-xl-n9 {
    margin-bottom: -3.5rem !important;
  }
  /* line 24040, app/assets/stylesheets/_custom.scss */
  .mb-xl-n10 {
    margin-bottom: -4rem !important;
  }
  /* line 24044, app/assets/stylesheets/_custom.scss */
  .mb-xl-n11 {
    margin-bottom: -4.5rem !important;
  }
  /* line 24048, app/assets/stylesheets/_custom.scss */
  .mb-xl-n12 {
    margin-bottom: -5rem !important;
  }
  /* line 24052, app/assets/stylesheets/_custom.scss */
  .mb-xl-n13 {
    margin-bottom: -5.5rem !important;
  }
  /* line 24056, app/assets/stylesheets/_custom.scss */
  .mb-xl-n14 {
    margin-bottom: -6rem !important;
  }
  /* line 24060, app/assets/stylesheets/_custom.scss */
  .mb-xl-n15 {
    margin-bottom: -6.5rem !important;
  }
  /* line 24064, app/assets/stylesheets/_custom.scss */
  .mb-xl-n16 {
    margin-bottom: -7rem !important;
  }
  /* line 24068, app/assets/stylesheets/_custom.scss */
  .mb-xl-n17 {
    margin-bottom: -7.5rem !important;
  }
  /* line 24072, app/assets/stylesheets/_custom.scss */
  .mb-xl-n18 {
    margin-bottom: -8rem !important;
  }
  /* line 24076, app/assets/stylesheets/_custom.scss */
  .mb-xl-n19 {
    margin-bottom: -8.5rem !important;
  }
  /* line 24080, app/assets/stylesheets/_custom.scss */
  .mb-xl-n20 {
    margin-bottom: -9rem !important;
  }
  /* line 24084, app/assets/stylesheets/_custom.scss */
  .mb-xl-n21 {
    margin-bottom: -9.5rem !important;
  }
  /* line 24088, app/assets/stylesheets/_custom.scss */
  .mb-xl-n22 {
    margin-bottom: -10rem !important;
  }
  /* line 24092, app/assets/stylesheets/_custom.scss */
  .mb-xl-n23 {
    margin-bottom: -12rem !important;
  }
  /* line 24096, app/assets/stylesheets/_custom.scss */
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 24100, app/assets/stylesheets/_custom.scss */
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 24104, app/assets/stylesheets/_custom.scss */
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 24108, app/assets/stylesheets/_custom.scss */
  .ms-xl-n4 {
    margin-left: -1.25rem !important;
  }
  /* line 24112, app/assets/stylesheets/_custom.scss */
  .ms-xl-n5 {
    margin-left: -1.5rem !important;
  }
  /* line 24116, app/assets/stylesheets/_custom.scss */
  .ms-xl-n6 {
    margin-left: -2rem !important;
  }
  /* line 24120, app/assets/stylesheets/_custom.scss */
  .ms-xl-n7 {
    margin-left: -2.5rem !important;
  }
  /* line 24124, app/assets/stylesheets/_custom.scss */
  .ms-xl-n8 {
    margin-left: -3rem !important;
  }
  /* line 24128, app/assets/stylesheets/_custom.scss */
  .ms-xl-n9 {
    margin-left: -3.5rem !important;
  }
  /* line 24132, app/assets/stylesheets/_custom.scss */
  .ms-xl-n10 {
    margin-left: -4rem !important;
  }
  /* line 24136, app/assets/stylesheets/_custom.scss */
  .ms-xl-n11 {
    margin-left: -4.5rem !important;
  }
  /* line 24140, app/assets/stylesheets/_custom.scss */
  .ms-xl-n12 {
    margin-left: -5rem !important;
  }
  /* line 24144, app/assets/stylesheets/_custom.scss */
  .ms-xl-n13 {
    margin-left: -5.5rem !important;
  }
  /* line 24148, app/assets/stylesheets/_custom.scss */
  .ms-xl-n14 {
    margin-left: -6rem !important;
  }
  /* line 24152, app/assets/stylesheets/_custom.scss */
  .ms-xl-n15 {
    margin-left: -6.5rem !important;
  }
  /* line 24156, app/assets/stylesheets/_custom.scss */
  .ms-xl-n16 {
    margin-left: -7rem !important;
  }
  /* line 24160, app/assets/stylesheets/_custom.scss */
  .ms-xl-n17 {
    margin-left: -7.5rem !important;
  }
  /* line 24164, app/assets/stylesheets/_custom.scss */
  .ms-xl-n18 {
    margin-left: -8rem !important;
  }
  /* line 24168, app/assets/stylesheets/_custom.scss */
  .ms-xl-n19 {
    margin-left: -8.5rem !important;
  }
  /* line 24172, app/assets/stylesheets/_custom.scss */
  .ms-xl-n20 {
    margin-left: -9rem !important;
  }
  /* line 24176, app/assets/stylesheets/_custom.scss */
  .ms-xl-n21 {
    margin-left: -9.5rem !important;
  }
  /* line 24180, app/assets/stylesheets/_custom.scss */
  .ms-xl-n22 {
    margin-left: -10rem !important;
  }
  /* line 24184, app/assets/stylesheets/_custom.scss */
  .ms-xl-n23 {
    margin-left: -12rem !important;
  }
  /* line 24188, app/assets/stylesheets/_custom.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 24192, app/assets/stylesheets/_custom.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 24196, app/assets/stylesheets/_custom.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 24200, app/assets/stylesheets/_custom.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 24204, app/assets/stylesheets/_custom.scss */
  .p-xl-4 {
    padding: 1.25rem !important;
  }
  /* line 24208, app/assets/stylesheets/_custom.scss */
  .p-xl-5 {
    padding: 1.5rem !important;
  }
  /* line 24212, app/assets/stylesheets/_custom.scss */
  .p-xl-6 {
    padding: 2rem !important;
  }
  /* line 24216, app/assets/stylesheets/_custom.scss */
  .p-xl-7 {
    padding: 2.5rem !important;
  }
  /* line 24220, app/assets/stylesheets/_custom.scss */
  .p-xl-8 {
    padding: 3rem !important;
  }
  /* line 24224, app/assets/stylesheets/_custom.scss */
  .p-xl-9 {
    padding: 3.5rem !important;
  }
  /* line 24228, app/assets/stylesheets/_custom.scss */
  .p-xl-10 {
    padding: 4rem !important;
  }
  /* line 24232, app/assets/stylesheets/_custom.scss */
  .p-xl-11 {
    padding: 4.5rem !important;
  }
  /* line 24236, app/assets/stylesheets/_custom.scss */
  .p-xl-12 {
    padding: 5rem !important;
  }
  /* line 24240, app/assets/stylesheets/_custom.scss */
  .p-xl-13 {
    padding: 5.5rem !important;
  }
  /* line 24244, app/assets/stylesheets/_custom.scss */
  .p-xl-14 {
    padding: 6rem !important;
  }
  /* line 24248, app/assets/stylesheets/_custom.scss */
  .p-xl-15 {
    padding: 6.5rem !important;
  }
  /* line 24252, app/assets/stylesheets/_custom.scss */
  .p-xl-16 {
    padding: 7rem !important;
  }
  /* line 24256, app/assets/stylesheets/_custom.scss */
  .p-xl-17 {
    padding: 7.5rem !important;
  }
  /* line 24260, app/assets/stylesheets/_custom.scss */
  .p-xl-18 {
    padding: 8rem !important;
  }
  /* line 24264, app/assets/stylesheets/_custom.scss */
  .p-xl-19 {
    padding: 8.5rem !important;
  }
  /* line 24268, app/assets/stylesheets/_custom.scss */
  .p-xl-20 {
    padding: 9rem !important;
  }
  /* line 24272, app/assets/stylesheets/_custom.scss */
  .p-xl-21 {
    padding: 9.5rem !important;
  }
  /* line 24276, app/assets/stylesheets/_custom.scss */
  .p-xl-22 {
    padding: 10rem !important;
  }
  /* line 24280, app/assets/stylesheets/_custom.scss */
  .p-xl-23 {
    padding: 12rem !important;
  }
  /* line 24284, app/assets/stylesheets/_custom.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 24289, app/assets/stylesheets/_custom.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 24294, app/assets/stylesheets/_custom.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 24299, app/assets/stylesheets/_custom.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 24304, app/assets/stylesheets/_custom.scss */
  .px-xl-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 24309, app/assets/stylesheets/_custom.scss */
  .px-xl-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 24314, app/assets/stylesheets/_custom.scss */
  .px-xl-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 24319, app/assets/stylesheets/_custom.scss */
  .px-xl-7 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 24324, app/assets/stylesheets/_custom.scss */
  .px-xl-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 24329, app/assets/stylesheets/_custom.scss */
  .px-xl-9 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 24334, app/assets/stylesheets/_custom.scss */
  .px-xl-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 24339, app/assets/stylesheets/_custom.scss */
  .px-xl-11 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 24344, app/assets/stylesheets/_custom.scss */
  .px-xl-12 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 24349, app/assets/stylesheets/_custom.scss */
  .px-xl-13 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 24354, app/assets/stylesheets/_custom.scss */
  .px-xl-14 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 24359, app/assets/stylesheets/_custom.scss */
  .px-xl-15 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 24364, app/assets/stylesheets/_custom.scss */
  .px-xl-16 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 24369, app/assets/stylesheets/_custom.scss */
  .px-xl-17 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 24374, app/assets/stylesheets/_custom.scss */
  .px-xl-18 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 24379, app/assets/stylesheets/_custom.scss */
  .px-xl-19 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  /* line 24384, app/assets/stylesheets/_custom.scss */
  .px-xl-20 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  /* line 24389, app/assets/stylesheets/_custom.scss */
  .px-xl-21 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  /* line 24394, app/assets/stylesheets/_custom.scss */
  .px-xl-22 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 24399, app/assets/stylesheets/_custom.scss */
  .px-xl-23 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 24404, app/assets/stylesheets/_custom.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 24409, app/assets/stylesheets/_custom.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 24414, app/assets/stylesheets/_custom.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 24419, app/assets/stylesheets/_custom.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 24424, app/assets/stylesheets/_custom.scss */
  .py-xl-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 24429, app/assets/stylesheets/_custom.scss */
  .py-xl-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 24434, app/assets/stylesheets/_custom.scss */
  .py-xl-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 24439, app/assets/stylesheets/_custom.scss */
  .py-xl-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 24444, app/assets/stylesheets/_custom.scss */
  .py-xl-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 24449, app/assets/stylesheets/_custom.scss */
  .py-xl-9 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 24454, app/assets/stylesheets/_custom.scss */
  .py-xl-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 24459, app/assets/stylesheets/_custom.scss */
  .py-xl-11 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 24464, app/assets/stylesheets/_custom.scss */
  .py-xl-12 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 24469, app/assets/stylesheets/_custom.scss */
  .py-xl-13 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 24474, app/assets/stylesheets/_custom.scss */
  .py-xl-14 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 24479, app/assets/stylesheets/_custom.scss */
  .py-xl-15 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 24484, app/assets/stylesheets/_custom.scss */
  .py-xl-16 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 24489, app/assets/stylesheets/_custom.scss */
  .py-xl-17 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 24494, app/assets/stylesheets/_custom.scss */
  .py-xl-18 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 24499, app/assets/stylesheets/_custom.scss */
  .py-xl-19 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  /* line 24504, app/assets/stylesheets/_custom.scss */
  .py-xl-20 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  /* line 24509, app/assets/stylesheets/_custom.scss */
  .py-xl-21 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  /* line 24514, app/assets/stylesheets/_custom.scss */
  .py-xl-22 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 24519, app/assets/stylesheets/_custom.scss */
  .py-xl-23 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 24524, app/assets/stylesheets/_custom.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 24528, app/assets/stylesheets/_custom.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 24532, app/assets/stylesheets/_custom.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 24536, app/assets/stylesheets/_custom.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 24540, app/assets/stylesheets/_custom.scss */
  .pt-xl-4 {
    padding-top: 1.25rem !important;
  }
  /* line 24544, app/assets/stylesheets/_custom.scss */
  .pt-xl-5 {
    padding-top: 1.5rem !important;
  }
  /* line 24548, app/assets/stylesheets/_custom.scss */
  .pt-xl-6 {
    padding-top: 2rem !important;
  }
  /* line 24552, app/assets/stylesheets/_custom.scss */
  .pt-xl-7 {
    padding-top: 2.5rem !important;
  }
  /* line 24556, app/assets/stylesheets/_custom.scss */
  .pt-xl-8 {
    padding-top: 3rem !important;
  }
  /* line 24560, app/assets/stylesheets/_custom.scss */
  .pt-xl-9 {
    padding-top: 3.5rem !important;
  }
  /* line 24564, app/assets/stylesheets/_custom.scss */
  .pt-xl-10 {
    padding-top: 4rem !important;
  }
  /* line 24568, app/assets/stylesheets/_custom.scss */
  .pt-xl-11 {
    padding-top: 4.5rem !important;
  }
  /* line 24572, app/assets/stylesheets/_custom.scss */
  .pt-xl-12 {
    padding-top: 5rem !important;
  }
  /* line 24576, app/assets/stylesheets/_custom.scss */
  .pt-xl-13 {
    padding-top: 5.5rem !important;
  }
  /* line 24580, app/assets/stylesheets/_custom.scss */
  .pt-xl-14 {
    padding-top: 6rem !important;
  }
  /* line 24584, app/assets/stylesheets/_custom.scss */
  .pt-xl-15 {
    padding-top: 6.5rem !important;
  }
  /* line 24588, app/assets/stylesheets/_custom.scss */
  .pt-xl-16 {
    padding-top: 7rem !important;
  }
  /* line 24592, app/assets/stylesheets/_custom.scss */
  .pt-xl-17 {
    padding-top: 7.5rem !important;
  }
  /* line 24596, app/assets/stylesheets/_custom.scss */
  .pt-xl-18 {
    padding-top: 8rem !important;
  }
  /* line 24600, app/assets/stylesheets/_custom.scss */
  .pt-xl-19 {
    padding-top: 8.5rem !important;
  }
  /* line 24604, app/assets/stylesheets/_custom.scss */
  .pt-xl-20 {
    padding-top: 9rem !important;
  }
  /* line 24608, app/assets/stylesheets/_custom.scss */
  .pt-xl-21 {
    padding-top: 9.5rem !important;
  }
  /* line 24612, app/assets/stylesheets/_custom.scss */
  .pt-xl-22 {
    padding-top: 10rem !important;
  }
  /* line 24616, app/assets/stylesheets/_custom.scss */
  .pt-xl-23 {
    padding-top: 12rem !important;
  }
  /* line 24620, app/assets/stylesheets/_custom.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 24624, app/assets/stylesheets/_custom.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 24628, app/assets/stylesheets/_custom.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 24632, app/assets/stylesheets/_custom.scss */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 24636, app/assets/stylesheets/_custom.scss */
  .pe-xl-4 {
    padding-right: 1.25rem !important;
  }
  /* line 24640, app/assets/stylesheets/_custom.scss */
  .pe-xl-5 {
    padding-right: 1.5rem !important;
  }
  /* line 24644, app/assets/stylesheets/_custom.scss */
  .pe-xl-6 {
    padding-right: 2rem !important;
  }
  /* line 24648, app/assets/stylesheets/_custom.scss */
  .pe-xl-7 {
    padding-right: 2.5rem !important;
  }
  /* line 24652, app/assets/stylesheets/_custom.scss */
  .pe-xl-8 {
    padding-right: 3rem !important;
  }
  /* line 24656, app/assets/stylesheets/_custom.scss */
  .pe-xl-9 {
    padding-right: 3.5rem !important;
  }
  /* line 24660, app/assets/stylesheets/_custom.scss */
  .pe-xl-10 {
    padding-right: 4rem !important;
  }
  /* line 24664, app/assets/stylesheets/_custom.scss */
  .pe-xl-11 {
    padding-right: 4.5rem !important;
  }
  /* line 24668, app/assets/stylesheets/_custom.scss */
  .pe-xl-12 {
    padding-right: 5rem !important;
  }
  /* line 24672, app/assets/stylesheets/_custom.scss */
  .pe-xl-13 {
    padding-right: 5.5rem !important;
  }
  /* line 24676, app/assets/stylesheets/_custom.scss */
  .pe-xl-14 {
    padding-right: 6rem !important;
  }
  /* line 24680, app/assets/stylesheets/_custom.scss */
  .pe-xl-15 {
    padding-right: 6.5rem !important;
  }
  /* line 24684, app/assets/stylesheets/_custom.scss */
  .pe-xl-16 {
    padding-right: 7rem !important;
  }
  /* line 24688, app/assets/stylesheets/_custom.scss */
  .pe-xl-17 {
    padding-right: 7.5rem !important;
  }
  /* line 24692, app/assets/stylesheets/_custom.scss */
  .pe-xl-18 {
    padding-right: 8rem !important;
  }
  /* line 24696, app/assets/stylesheets/_custom.scss */
  .pe-xl-19 {
    padding-right: 8.5rem !important;
  }
  /* line 24700, app/assets/stylesheets/_custom.scss */
  .pe-xl-20 {
    padding-right: 9rem !important;
  }
  /* line 24704, app/assets/stylesheets/_custom.scss */
  .pe-xl-21 {
    padding-right: 9.5rem !important;
  }
  /* line 24708, app/assets/stylesheets/_custom.scss */
  .pe-xl-22 {
    padding-right: 10rem !important;
  }
  /* line 24712, app/assets/stylesheets/_custom.scss */
  .pe-xl-23 {
    padding-right: 12rem !important;
  }
  /* line 24716, app/assets/stylesheets/_custom.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 24720, app/assets/stylesheets/_custom.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 24724, app/assets/stylesheets/_custom.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 24728, app/assets/stylesheets/_custom.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 24732, app/assets/stylesheets/_custom.scss */
  .pb-xl-4 {
    padding-bottom: 1.25rem !important;
  }
  /* line 24736, app/assets/stylesheets/_custom.scss */
  .pb-xl-5 {
    padding-bottom: 1.5rem !important;
  }
  /* line 24740, app/assets/stylesheets/_custom.scss */
  .pb-xl-6 {
    padding-bottom: 2rem !important;
  }
  /* line 24744, app/assets/stylesheets/_custom.scss */
  .pb-xl-7 {
    padding-bottom: 2.5rem !important;
  }
  /* line 24748, app/assets/stylesheets/_custom.scss */
  .pb-xl-8 {
    padding-bottom: 3rem !important;
  }
  /* line 24752, app/assets/stylesheets/_custom.scss */
  .pb-xl-9 {
    padding-bottom: 3.5rem !important;
  }
  /* line 24756, app/assets/stylesheets/_custom.scss */
  .pb-xl-10 {
    padding-bottom: 4rem !important;
  }
  /* line 24760, app/assets/stylesheets/_custom.scss */
  .pb-xl-11 {
    padding-bottom: 4.5rem !important;
  }
  /* line 24764, app/assets/stylesheets/_custom.scss */
  .pb-xl-12 {
    padding-bottom: 5rem !important;
  }
  /* line 24768, app/assets/stylesheets/_custom.scss */
  .pb-xl-13 {
    padding-bottom: 5.5rem !important;
  }
  /* line 24772, app/assets/stylesheets/_custom.scss */
  .pb-xl-14 {
    padding-bottom: 6rem !important;
  }
  /* line 24776, app/assets/stylesheets/_custom.scss */
  .pb-xl-15 {
    padding-bottom: 6.5rem !important;
  }
  /* line 24780, app/assets/stylesheets/_custom.scss */
  .pb-xl-16 {
    padding-bottom: 7rem !important;
  }
  /* line 24784, app/assets/stylesheets/_custom.scss */
  .pb-xl-17 {
    padding-bottom: 7.5rem !important;
  }
  /* line 24788, app/assets/stylesheets/_custom.scss */
  .pb-xl-18 {
    padding-bottom: 8rem !important;
  }
  /* line 24792, app/assets/stylesheets/_custom.scss */
  .pb-xl-19 {
    padding-bottom: 8.5rem !important;
  }
  /* line 24796, app/assets/stylesheets/_custom.scss */
  .pb-xl-20 {
    padding-bottom: 9rem !important;
  }
  /* line 24800, app/assets/stylesheets/_custom.scss */
  .pb-xl-21 {
    padding-bottom: 9.5rem !important;
  }
  /* line 24804, app/assets/stylesheets/_custom.scss */
  .pb-xl-22 {
    padding-bottom: 10rem !important;
  }
  /* line 24808, app/assets/stylesheets/_custom.scss */
  .pb-xl-23 {
    padding-bottom: 12rem !important;
  }
  /* line 24812, app/assets/stylesheets/_custom.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 24816, app/assets/stylesheets/_custom.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 24820, app/assets/stylesheets/_custom.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 24824, app/assets/stylesheets/_custom.scss */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 24828, app/assets/stylesheets/_custom.scss */
  .ps-xl-4 {
    padding-left: 1.25rem !important;
  }
  /* line 24832, app/assets/stylesheets/_custom.scss */
  .ps-xl-5 {
    padding-left: 1.5rem !important;
  }
  /* line 24836, app/assets/stylesheets/_custom.scss */
  .ps-xl-6 {
    padding-left: 2rem !important;
  }
  /* line 24840, app/assets/stylesheets/_custom.scss */
  .ps-xl-7 {
    padding-left: 2.5rem !important;
  }
  /* line 24844, app/assets/stylesheets/_custom.scss */
  .ps-xl-8 {
    padding-left: 3rem !important;
  }
  /* line 24848, app/assets/stylesheets/_custom.scss */
  .ps-xl-9 {
    padding-left: 3.5rem !important;
  }
  /* line 24852, app/assets/stylesheets/_custom.scss */
  .ps-xl-10 {
    padding-left: 4rem !important;
  }
  /* line 24856, app/assets/stylesheets/_custom.scss */
  .ps-xl-11 {
    padding-left: 4.5rem !important;
  }
  /* line 24860, app/assets/stylesheets/_custom.scss */
  .ps-xl-12 {
    padding-left: 5rem !important;
  }
  /* line 24864, app/assets/stylesheets/_custom.scss */
  .ps-xl-13 {
    padding-left: 5.5rem !important;
  }
  /* line 24868, app/assets/stylesheets/_custom.scss */
  .ps-xl-14 {
    padding-left: 6rem !important;
  }
  /* line 24872, app/assets/stylesheets/_custom.scss */
  .ps-xl-15 {
    padding-left: 6.5rem !important;
  }
  /* line 24876, app/assets/stylesheets/_custom.scss */
  .ps-xl-16 {
    padding-left: 7rem !important;
  }
  /* line 24880, app/assets/stylesheets/_custom.scss */
  .ps-xl-17 {
    padding-left: 7.5rem !important;
  }
  /* line 24884, app/assets/stylesheets/_custom.scss */
  .ps-xl-18 {
    padding-left: 8rem !important;
  }
  /* line 24888, app/assets/stylesheets/_custom.scss */
  .ps-xl-19 {
    padding-left: 8.5rem !important;
  }
  /* line 24892, app/assets/stylesheets/_custom.scss */
  .ps-xl-20 {
    padding-left: 9rem !important;
  }
  /* line 24896, app/assets/stylesheets/_custom.scss */
  .ps-xl-21 {
    padding-left: 9.5rem !important;
  }
  /* line 24900, app/assets/stylesheets/_custom.scss */
  .ps-xl-22 {
    padding-left: 10rem !important;
  }
  /* line 24904, app/assets/stylesheets/_custom.scss */
  .ps-xl-23 {
    padding-left: 12rem !important;
  }
  /* line 24908, app/assets/stylesheets/_custom.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 24912, app/assets/stylesheets/_custom.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 24916, app/assets/stylesheets/_custom.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  /* line 24922, app/assets/stylesheets/_custom.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 24926, app/assets/stylesheets/_custom.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 24930, app/assets/stylesheets/_custom.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 24934, app/assets/stylesheets/_custom.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 24938, app/assets/stylesheets/_custom.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 24942, app/assets/stylesheets/_custom.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 24946, app/assets/stylesheets/_custom.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 24950, app/assets/stylesheets/_custom.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 24954, app/assets/stylesheets/_custom.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 24958, app/assets/stylesheets/_custom.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 24962, app/assets/stylesheets/_custom.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 24966, app/assets/stylesheets/_custom.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 24970, app/assets/stylesheets/_custom.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 24974, app/assets/stylesheets/_custom.scss */
  .w-xxl-15 {
    width: 15% !important;
  }
  /* line 24978, app/assets/stylesheets/_custom.scss */
  .w-xxl-25 {
    width: 25% !important;
  }
  /* line 24982, app/assets/stylesheets/_custom.scss */
  .w-xxl-30 {
    width: 30% !important;
  }
  /* line 24986, app/assets/stylesheets/_custom.scss */
  .w-xxl-40 {
    width: 40% !important;
  }
  /* line 24990, app/assets/stylesheets/_custom.scss */
  .w-xxl-50 {
    width: 50% !important;
  }
  /* line 24994, app/assets/stylesheets/_custom.scss */
  .w-xxl-65 {
    width: 65% !important;
  }
  /* line 24998, app/assets/stylesheets/_custom.scss */
  .w-xxl-75 {
    width: 75% !important;
  }
  /* line 25002, app/assets/stylesheets/_custom.scss */
  .w-xxl-100 {
    width: 100% !important;
  }
  /* line 25006, app/assets/stylesheets/_custom.scss */
  .w-xxl-auto {
    width: auto !important;
  }
  /* line 25010, app/assets/stylesheets/_custom.scss */
  .mw-xxl-25 {
    max-width: 25% !important;
  }
  /* line 25014, app/assets/stylesheets/_custom.scss */
  .mw-xxl-30 {
    max-width: 30% !important;
  }
  /* line 25018, app/assets/stylesheets/_custom.scss */
  .mw-xxl-40 {
    max-width: 40% !important;
  }
  /* line 25022, app/assets/stylesheets/_custom.scss */
  .mw-xxl-50 {
    max-width: 50% !important;
  }
  /* line 25026, app/assets/stylesheets/_custom.scss */
  .mw-xxl-65 {
    max-width: 65% !important;
  }
  /* line 25030, app/assets/stylesheets/_custom.scss */
  .mw-xxl-75 {
    max-width: 75% !important;
  }
  /* line 25034, app/assets/stylesheets/_custom.scss */
  .mw-xxl-100 {
    max-width: 100% !important;
  }
  /* line 25038, app/assets/stylesheets/_custom.scss */
  .mw-xxl-auto {
    max-width: auto !important;
  }
  /* line 25042, app/assets/stylesheets/_custom.scss */
  .vw-xxl-100 {
    width: 100vw !important;
  }
  /* line 25046, app/assets/stylesheets/_custom.scss */
  .min-vw-xxl-100 {
    min-width: 100vw !important;
  }
  /* line 25050, app/assets/stylesheets/_custom.scss */
  .h-xxl-25 {
    height: 25% !important;
  }
  /* line 25054, app/assets/stylesheets/_custom.scss */
  .h-xxl-30 {
    height: 30% !important;
  }
  /* line 25058, app/assets/stylesheets/_custom.scss */
  .h-xxl-40 {
    height: 40% !important;
  }
  /* line 25062, app/assets/stylesheets/_custom.scss */
  .h-xxl-50 {
    height: 50% !important;
  }
  /* line 25066, app/assets/stylesheets/_custom.scss */
  .h-xxl-65 {
    height: 65% !important;
  }
  /* line 25070, app/assets/stylesheets/_custom.scss */
  .h-xxl-75 {
    height: 75% !important;
  }
  /* line 25074, app/assets/stylesheets/_custom.scss */
  .h-xxl-100 {
    height: 100% !important;
  }
  /* line 25078, app/assets/stylesheets/_custom.scss */
  .h-xxl-auto {
    height: auto !important;
  }
  /* line 25082, app/assets/stylesheets/_custom.scss */
  .mh-xxl-25 {
    max-height: 25% !important;
  }
  /* line 25086, app/assets/stylesheets/_custom.scss */
  .mh-xxl-30 {
    max-height: 30% !important;
  }
  /* line 25090, app/assets/stylesheets/_custom.scss */
  .mh-xxl-40 {
    max-height: 40% !important;
  }
  /* line 25094, app/assets/stylesheets/_custom.scss */
  .mh-xxl-50 {
    max-height: 50% !important;
  }
  /* line 25098, app/assets/stylesheets/_custom.scss */
  .mh-xxl-65 {
    max-height: 65% !important;
  }
  /* line 25102, app/assets/stylesheets/_custom.scss */
  .mh-xxl-75 {
    max-height: 75% !important;
  }
  /* line 25106, app/assets/stylesheets/_custom.scss */
  .mh-xxl-100 {
    max-height: 100% !important;
  }
  /* line 25110, app/assets/stylesheets/_custom.scss */
  .mh-xxl-auto {
    max-height: auto !important;
  }
  /* line 25114, app/assets/stylesheets/_custom.scss */
  .vh-xxl-100 {
    height: 100vh !important;
  }
  /* line 25118, app/assets/stylesheets/_custom.scss */
  .min-vh-xxl-100 {
    min-height: 100vh !important;
  }
  /* line 25122, app/assets/stylesheets/_custom.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 25126, app/assets/stylesheets/_custom.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 25130, app/assets/stylesheets/_custom.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 25134, app/assets/stylesheets/_custom.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 25138, app/assets/stylesheets/_custom.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 25142, app/assets/stylesheets/_custom.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 25146, app/assets/stylesheets/_custom.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 25150, app/assets/stylesheets/_custom.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 25154, app/assets/stylesheets/_custom.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25158, app/assets/stylesheets/_custom.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 25162, app/assets/stylesheets/_custom.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 25166, app/assets/stylesheets/_custom.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 25170, app/assets/stylesheets/_custom.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 25174, app/assets/stylesheets/_custom.scss */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 25178, app/assets/stylesheets/_custom.scss */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 25182, app/assets/stylesheets/_custom.scss */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 25186, app/assets/stylesheets/_custom.scss */
  .gap-xxl-4 {
    gap: 1.25rem !important;
  }
  /* line 25190, app/assets/stylesheets/_custom.scss */
  .gap-xxl-5 {
    gap: 1.5rem !important;
  }
  /* line 25194, app/assets/stylesheets/_custom.scss */
  .gap-xxl-6 {
    gap: 2rem !important;
  }
  /* line 25198, app/assets/stylesheets/_custom.scss */
  .gap-xxl-7 {
    gap: 2.5rem !important;
  }
  /* line 25202, app/assets/stylesheets/_custom.scss */
  .gap-xxl-8 {
    gap: 3rem !important;
  }
  /* line 25206, app/assets/stylesheets/_custom.scss */
  .gap-xxl-9 {
    gap: 3.5rem !important;
  }
  /* line 25210, app/assets/stylesheets/_custom.scss */
  .gap-xxl-10 {
    gap: 4rem !important;
  }
  /* line 25214, app/assets/stylesheets/_custom.scss */
  .gap-xxl-11 {
    gap: 4.5rem !important;
  }
  /* line 25218, app/assets/stylesheets/_custom.scss */
  .gap-xxl-12 {
    gap: 5rem !important;
  }
  /* line 25222, app/assets/stylesheets/_custom.scss */
  .gap-xxl-13 {
    gap: 5.5rem !important;
  }
  /* line 25226, app/assets/stylesheets/_custom.scss */
  .gap-xxl-14 {
    gap: 6rem !important;
  }
  /* line 25230, app/assets/stylesheets/_custom.scss */
  .gap-xxl-15 {
    gap: 6.5rem !important;
  }
  /* line 25234, app/assets/stylesheets/_custom.scss */
  .gap-xxl-16 {
    gap: 7rem !important;
  }
  /* line 25238, app/assets/stylesheets/_custom.scss */
  .gap-xxl-17 {
    gap: 7.5rem !important;
  }
  /* line 25242, app/assets/stylesheets/_custom.scss */
  .gap-xxl-18 {
    gap: 8rem !important;
  }
  /* line 25246, app/assets/stylesheets/_custom.scss */
  .gap-xxl-19 {
    gap: 8.5rem !important;
  }
  /* line 25250, app/assets/stylesheets/_custom.scss */
  .gap-xxl-20 {
    gap: 9rem !important;
  }
  /* line 25254, app/assets/stylesheets/_custom.scss */
  .gap-xxl-21 {
    gap: 9.5rem !important;
  }
  /* line 25258, app/assets/stylesheets/_custom.scss */
  .gap-xxl-22 {
    gap: 10rem !important;
  }
  /* line 25262, app/assets/stylesheets/_custom.scss */
  .gap-xxl-23 {
    gap: 12rem !important;
  }
  /* line 25266, app/assets/stylesheets/_custom.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 25270, app/assets/stylesheets/_custom.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 25274, app/assets/stylesheets/_custom.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 25278, app/assets/stylesheets/_custom.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 25282, app/assets/stylesheets/_custom.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 25286, app/assets/stylesheets/_custom.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 25290, app/assets/stylesheets/_custom.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 25294, app/assets/stylesheets/_custom.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 25298, app/assets/stylesheets/_custom.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 25302, app/assets/stylesheets/_custom.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 25306, app/assets/stylesheets/_custom.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 25310, app/assets/stylesheets/_custom.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 25314, app/assets/stylesheets/_custom.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 25318, app/assets/stylesheets/_custom.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 25322, app/assets/stylesheets/_custom.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 25326, app/assets/stylesheets/_custom.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 25330, app/assets/stylesheets/_custom.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 25334, app/assets/stylesheets/_custom.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 25338, app/assets/stylesheets/_custom.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 25342, app/assets/stylesheets/_custom.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 25346, app/assets/stylesheets/_custom.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 25350, app/assets/stylesheets/_custom.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 25354, app/assets/stylesheets/_custom.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 25358, app/assets/stylesheets/_custom.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 25362, app/assets/stylesheets/_custom.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 25366, app/assets/stylesheets/_custom.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 25370, app/assets/stylesheets/_custom.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 25374, app/assets/stylesheets/_custom.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 25378, app/assets/stylesheets/_custom.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 25382, app/assets/stylesheets/_custom.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 25386, app/assets/stylesheets/_custom.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 25390, app/assets/stylesheets/_custom.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 25394, app/assets/stylesheets/_custom.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 25398, app/assets/stylesheets/_custom.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 25402, app/assets/stylesheets/_custom.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 25406, app/assets/stylesheets/_custom.scss */
  .m-xxl-4 {
    margin: 1.25rem !important;
  }
  /* line 25410, app/assets/stylesheets/_custom.scss */
  .m-xxl-5 {
    margin: 1.5rem !important;
  }
  /* line 25414, app/assets/stylesheets/_custom.scss */
  .m-xxl-6 {
    margin: 2rem !important;
  }
  /* line 25418, app/assets/stylesheets/_custom.scss */
  .m-xxl-7 {
    margin: 2.5rem !important;
  }
  /* line 25422, app/assets/stylesheets/_custom.scss */
  .m-xxl-8 {
    margin: 3rem !important;
  }
  /* line 25426, app/assets/stylesheets/_custom.scss */
  .m-xxl-9 {
    margin: 3.5rem !important;
  }
  /* line 25430, app/assets/stylesheets/_custom.scss */
  .m-xxl-10 {
    margin: 4rem !important;
  }
  /* line 25434, app/assets/stylesheets/_custom.scss */
  .m-xxl-11 {
    margin: 4.5rem !important;
  }
  /* line 25438, app/assets/stylesheets/_custom.scss */
  .m-xxl-12 {
    margin: 5rem !important;
  }
  /* line 25442, app/assets/stylesheets/_custom.scss */
  .m-xxl-13 {
    margin: 5.5rem !important;
  }
  /* line 25446, app/assets/stylesheets/_custom.scss */
  .m-xxl-14 {
    margin: 6rem !important;
  }
  /* line 25450, app/assets/stylesheets/_custom.scss */
  .m-xxl-15 {
    margin: 6.5rem !important;
  }
  /* line 25454, app/assets/stylesheets/_custom.scss */
  .m-xxl-16 {
    margin: 7rem !important;
  }
  /* line 25458, app/assets/stylesheets/_custom.scss */
  .m-xxl-17 {
    margin: 7.5rem !important;
  }
  /* line 25462, app/assets/stylesheets/_custom.scss */
  .m-xxl-18 {
    margin: 8rem !important;
  }
  /* line 25466, app/assets/stylesheets/_custom.scss */
  .m-xxl-19 {
    margin: 8.5rem !important;
  }
  /* line 25470, app/assets/stylesheets/_custom.scss */
  .m-xxl-20 {
    margin: 9rem !important;
  }
  /* line 25474, app/assets/stylesheets/_custom.scss */
  .m-xxl-21 {
    margin: 9.5rem !important;
  }
  /* line 25478, app/assets/stylesheets/_custom.scss */
  .m-xxl-22 {
    margin: 10rem !important;
  }
  /* line 25482, app/assets/stylesheets/_custom.scss */
  .m-xxl-23 {
    margin: 12rem !important;
  }
  /* line 25486, app/assets/stylesheets/_custom.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 25490, app/assets/stylesheets/_custom.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 25495, app/assets/stylesheets/_custom.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 25500, app/assets/stylesheets/_custom.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 25505, app/assets/stylesheets/_custom.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 25510, app/assets/stylesheets/_custom.scss */
  .mx-xxl-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 25515, app/assets/stylesheets/_custom.scss */
  .mx-xxl-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 25520, app/assets/stylesheets/_custom.scss */
  .mx-xxl-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 25525, app/assets/stylesheets/_custom.scss */
  .mx-xxl-7 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 25530, app/assets/stylesheets/_custom.scss */
  .mx-xxl-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 25535, app/assets/stylesheets/_custom.scss */
  .mx-xxl-9 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 25540, app/assets/stylesheets/_custom.scss */
  .mx-xxl-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 25545, app/assets/stylesheets/_custom.scss */
  .mx-xxl-11 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 25550, app/assets/stylesheets/_custom.scss */
  .mx-xxl-12 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 25555, app/assets/stylesheets/_custom.scss */
  .mx-xxl-13 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 25560, app/assets/stylesheets/_custom.scss */
  .mx-xxl-14 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 25565, app/assets/stylesheets/_custom.scss */
  .mx-xxl-15 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 25570, app/assets/stylesheets/_custom.scss */
  .mx-xxl-16 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 25575, app/assets/stylesheets/_custom.scss */
  .mx-xxl-17 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 25580, app/assets/stylesheets/_custom.scss */
  .mx-xxl-18 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 25585, app/assets/stylesheets/_custom.scss */
  .mx-xxl-19 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  /* line 25590, app/assets/stylesheets/_custom.scss */
  .mx-xxl-20 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  /* line 25595, app/assets/stylesheets/_custom.scss */
  .mx-xxl-21 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  /* line 25600, app/assets/stylesheets/_custom.scss */
  .mx-xxl-22 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 25605, app/assets/stylesheets/_custom.scss */
  .mx-xxl-23 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 25610, app/assets/stylesheets/_custom.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 25615, app/assets/stylesheets/_custom.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 25620, app/assets/stylesheets/_custom.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 25625, app/assets/stylesheets/_custom.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 25630, app/assets/stylesheets/_custom.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 25635, app/assets/stylesheets/_custom.scss */
  .my-xxl-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 25640, app/assets/stylesheets/_custom.scss */
  .my-xxl-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 25645, app/assets/stylesheets/_custom.scss */
  .my-xxl-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 25650, app/assets/stylesheets/_custom.scss */
  .my-xxl-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 25655, app/assets/stylesheets/_custom.scss */
  .my-xxl-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 25660, app/assets/stylesheets/_custom.scss */
  .my-xxl-9 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 25665, app/assets/stylesheets/_custom.scss */
  .my-xxl-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 25670, app/assets/stylesheets/_custom.scss */
  .my-xxl-11 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 25675, app/assets/stylesheets/_custom.scss */
  .my-xxl-12 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 25680, app/assets/stylesheets/_custom.scss */
  .my-xxl-13 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 25685, app/assets/stylesheets/_custom.scss */
  .my-xxl-14 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 25690, app/assets/stylesheets/_custom.scss */
  .my-xxl-15 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 25695, app/assets/stylesheets/_custom.scss */
  .my-xxl-16 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 25700, app/assets/stylesheets/_custom.scss */
  .my-xxl-17 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 25705, app/assets/stylesheets/_custom.scss */
  .my-xxl-18 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 25710, app/assets/stylesheets/_custom.scss */
  .my-xxl-19 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  /* line 25715, app/assets/stylesheets/_custom.scss */
  .my-xxl-20 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  /* line 25720, app/assets/stylesheets/_custom.scss */
  .my-xxl-21 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  /* line 25725, app/assets/stylesheets/_custom.scss */
  .my-xxl-22 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 25730, app/assets/stylesheets/_custom.scss */
  .my-xxl-23 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 25735, app/assets/stylesheets/_custom.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 25740, app/assets/stylesheets/_custom.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 25744, app/assets/stylesheets/_custom.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 25748, app/assets/stylesheets/_custom.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 25752, app/assets/stylesheets/_custom.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 25756, app/assets/stylesheets/_custom.scss */
  .mt-xxl-4 {
    margin-top: 1.25rem !important;
  }
  /* line 25760, app/assets/stylesheets/_custom.scss */
  .mt-xxl-5 {
    margin-top: 1.5rem !important;
  }
  /* line 25764, app/assets/stylesheets/_custom.scss */
  .mt-xxl-6 {
    margin-top: 2rem !important;
  }
  /* line 25768, app/assets/stylesheets/_custom.scss */
  .mt-xxl-7 {
    margin-top: 2.5rem !important;
  }
  /* line 25772, app/assets/stylesheets/_custom.scss */
  .mt-xxl-8 {
    margin-top: 3rem !important;
  }
  /* line 25776, app/assets/stylesheets/_custom.scss */
  .mt-xxl-9 {
    margin-top: 3.5rem !important;
  }
  /* line 25780, app/assets/stylesheets/_custom.scss */
  .mt-xxl-10 {
    margin-top: 4rem !important;
  }
  /* line 25784, app/assets/stylesheets/_custom.scss */
  .mt-xxl-11 {
    margin-top: 4.5rem !important;
  }
  /* line 25788, app/assets/stylesheets/_custom.scss */
  .mt-xxl-12 {
    margin-top: 5rem !important;
  }
  /* line 25792, app/assets/stylesheets/_custom.scss */
  .mt-xxl-13 {
    margin-top: 5.5rem !important;
  }
  /* line 25796, app/assets/stylesheets/_custom.scss */
  .mt-xxl-14 {
    margin-top: 6rem !important;
  }
  /* line 25800, app/assets/stylesheets/_custom.scss */
  .mt-xxl-15 {
    margin-top: 6.5rem !important;
  }
  /* line 25804, app/assets/stylesheets/_custom.scss */
  .mt-xxl-16 {
    margin-top: 7rem !important;
  }
  /* line 25808, app/assets/stylesheets/_custom.scss */
  .mt-xxl-17 {
    margin-top: 7.5rem !important;
  }
  /* line 25812, app/assets/stylesheets/_custom.scss */
  .mt-xxl-18 {
    margin-top: 8rem !important;
  }
  /* line 25816, app/assets/stylesheets/_custom.scss */
  .mt-xxl-19 {
    margin-top: 8.5rem !important;
  }
  /* line 25820, app/assets/stylesheets/_custom.scss */
  .mt-xxl-20 {
    margin-top: 9rem !important;
  }
  /* line 25824, app/assets/stylesheets/_custom.scss */
  .mt-xxl-21 {
    margin-top: 9.5rem !important;
  }
  /* line 25828, app/assets/stylesheets/_custom.scss */
  .mt-xxl-22 {
    margin-top: 10rem !important;
  }
  /* line 25832, app/assets/stylesheets/_custom.scss */
  .mt-xxl-23 {
    margin-top: 12rem !important;
  }
  /* line 25836, app/assets/stylesheets/_custom.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 25840, app/assets/stylesheets/_custom.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 25844, app/assets/stylesheets/_custom.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 25848, app/assets/stylesheets/_custom.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 25852, app/assets/stylesheets/_custom.scss */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 25856, app/assets/stylesheets/_custom.scss */
  .me-xxl-4 {
    margin-right: 1.25rem !important;
  }
  /* line 25860, app/assets/stylesheets/_custom.scss */
  .me-xxl-5 {
    margin-right: 1.5rem !important;
  }
  /* line 25864, app/assets/stylesheets/_custom.scss */
  .me-xxl-6 {
    margin-right: 2rem !important;
  }
  /* line 25868, app/assets/stylesheets/_custom.scss */
  .me-xxl-7 {
    margin-right: 2.5rem !important;
  }
  /* line 25872, app/assets/stylesheets/_custom.scss */
  .me-xxl-8 {
    margin-right: 3rem !important;
  }
  /* line 25876, app/assets/stylesheets/_custom.scss */
  .me-xxl-9 {
    margin-right: 3.5rem !important;
  }
  /* line 25880, app/assets/stylesheets/_custom.scss */
  .me-xxl-10 {
    margin-right: 4rem !important;
  }
  /* line 25884, app/assets/stylesheets/_custom.scss */
  .me-xxl-11 {
    margin-right: 4.5rem !important;
  }
  /* line 25888, app/assets/stylesheets/_custom.scss */
  .me-xxl-12 {
    margin-right: 5rem !important;
  }
  /* line 25892, app/assets/stylesheets/_custom.scss */
  .me-xxl-13 {
    margin-right: 5.5rem !important;
  }
  /* line 25896, app/assets/stylesheets/_custom.scss */
  .me-xxl-14 {
    margin-right: 6rem !important;
  }
  /* line 25900, app/assets/stylesheets/_custom.scss */
  .me-xxl-15 {
    margin-right: 6.5rem !important;
  }
  /* line 25904, app/assets/stylesheets/_custom.scss */
  .me-xxl-16 {
    margin-right: 7rem !important;
  }
  /* line 25908, app/assets/stylesheets/_custom.scss */
  .me-xxl-17 {
    margin-right: 7.5rem !important;
  }
  /* line 25912, app/assets/stylesheets/_custom.scss */
  .me-xxl-18 {
    margin-right: 8rem !important;
  }
  /* line 25916, app/assets/stylesheets/_custom.scss */
  .me-xxl-19 {
    margin-right: 8.5rem !important;
  }
  /* line 25920, app/assets/stylesheets/_custom.scss */
  .me-xxl-20 {
    margin-right: 9rem !important;
  }
  /* line 25924, app/assets/stylesheets/_custom.scss */
  .me-xxl-21 {
    margin-right: 9.5rem !important;
  }
  /* line 25928, app/assets/stylesheets/_custom.scss */
  .me-xxl-22 {
    margin-right: 10rem !important;
  }
  /* line 25932, app/assets/stylesheets/_custom.scss */
  .me-xxl-23 {
    margin-right: 12rem !important;
  }
  /* line 25936, app/assets/stylesheets/_custom.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 25940, app/assets/stylesheets/_custom.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 25944, app/assets/stylesheets/_custom.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 25948, app/assets/stylesheets/_custom.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 25952, app/assets/stylesheets/_custom.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 25956, app/assets/stylesheets/_custom.scss */
  .mb-xxl-4 {
    margin-bottom: 1.25rem !important;
  }
  /* line 25960, app/assets/stylesheets/_custom.scss */
  .mb-xxl-5 {
    margin-bottom: 1.5rem !important;
  }
  /* line 25964, app/assets/stylesheets/_custom.scss */
  .mb-xxl-6 {
    margin-bottom: 2rem !important;
  }
  /* line 25968, app/assets/stylesheets/_custom.scss */
  .mb-xxl-7 {
    margin-bottom: 2.5rem !important;
  }
  /* line 25972, app/assets/stylesheets/_custom.scss */
  .mb-xxl-8 {
    margin-bottom: 3rem !important;
  }
  /* line 25976, app/assets/stylesheets/_custom.scss */
  .mb-xxl-9 {
    margin-bottom: 3.5rem !important;
  }
  /* line 25980, app/assets/stylesheets/_custom.scss */
  .mb-xxl-10 {
    margin-bottom: 4rem !important;
  }
  /* line 25984, app/assets/stylesheets/_custom.scss */
  .mb-xxl-11 {
    margin-bottom: 4.5rem !important;
  }
  /* line 25988, app/assets/stylesheets/_custom.scss */
  .mb-xxl-12 {
    margin-bottom: 5rem !important;
  }
  /* line 25992, app/assets/stylesheets/_custom.scss */
  .mb-xxl-13 {
    margin-bottom: 5.5rem !important;
  }
  /* line 25996, app/assets/stylesheets/_custom.scss */
  .mb-xxl-14 {
    margin-bottom: 6rem !important;
  }
  /* line 26000, app/assets/stylesheets/_custom.scss */
  .mb-xxl-15 {
    margin-bottom: 6.5rem !important;
  }
  /* line 26004, app/assets/stylesheets/_custom.scss */
  .mb-xxl-16 {
    margin-bottom: 7rem !important;
  }
  /* line 26008, app/assets/stylesheets/_custom.scss */
  .mb-xxl-17 {
    margin-bottom: 7.5rem !important;
  }
  /* line 26012, app/assets/stylesheets/_custom.scss */
  .mb-xxl-18 {
    margin-bottom: 8rem !important;
  }
  /* line 26016, app/assets/stylesheets/_custom.scss */
  .mb-xxl-19 {
    margin-bottom: 8.5rem !important;
  }
  /* line 26020, app/assets/stylesheets/_custom.scss */
  .mb-xxl-20 {
    margin-bottom: 9rem !important;
  }
  /* line 26024, app/assets/stylesheets/_custom.scss */
  .mb-xxl-21 {
    margin-bottom: 9.5rem !important;
  }
  /* line 26028, app/assets/stylesheets/_custom.scss */
  .mb-xxl-22 {
    margin-bottom: 10rem !important;
  }
  /* line 26032, app/assets/stylesheets/_custom.scss */
  .mb-xxl-23 {
    margin-bottom: 12rem !important;
  }
  /* line 26036, app/assets/stylesheets/_custom.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 26040, app/assets/stylesheets/_custom.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 26044, app/assets/stylesheets/_custom.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 26048, app/assets/stylesheets/_custom.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 26052, app/assets/stylesheets/_custom.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 26056, app/assets/stylesheets/_custom.scss */
  .ms-xxl-4 {
    margin-left: 1.25rem !important;
  }
  /* line 26060, app/assets/stylesheets/_custom.scss */
  .ms-xxl-5 {
    margin-left: 1.5rem !important;
  }
  /* line 26064, app/assets/stylesheets/_custom.scss */
  .ms-xxl-6 {
    margin-left: 2rem !important;
  }
  /* line 26068, app/assets/stylesheets/_custom.scss */
  .ms-xxl-7 {
    margin-left: 2.5rem !important;
  }
  /* line 26072, app/assets/stylesheets/_custom.scss */
  .ms-xxl-8 {
    margin-left: 3rem !important;
  }
  /* line 26076, app/assets/stylesheets/_custom.scss */
  .ms-xxl-9 {
    margin-left: 3.5rem !important;
  }
  /* line 26080, app/assets/stylesheets/_custom.scss */
  .ms-xxl-10 {
    margin-left: 4rem !important;
  }
  /* line 26084, app/assets/stylesheets/_custom.scss */
  .ms-xxl-11 {
    margin-left: 4.5rem !important;
  }
  /* line 26088, app/assets/stylesheets/_custom.scss */
  .ms-xxl-12 {
    margin-left: 5rem !important;
  }
  /* line 26092, app/assets/stylesheets/_custom.scss */
  .ms-xxl-13 {
    margin-left: 5.5rem !important;
  }
  /* line 26096, app/assets/stylesheets/_custom.scss */
  .ms-xxl-14 {
    margin-left: 6rem !important;
  }
  /* line 26100, app/assets/stylesheets/_custom.scss */
  .ms-xxl-15 {
    margin-left: 6.5rem !important;
  }
  /* line 26104, app/assets/stylesheets/_custom.scss */
  .ms-xxl-16 {
    margin-left: 7rem !important;
  }
  /* line 26108, app/assets/stylesheets/_custom.scss */
  .ms-xxl-17 {
    margin-left: 7.5rem !important;
  }
  /* line 26112, app/assets/stylesheets/_custom.scss */
  .ms-xxl-18 {
    margin-left: 8rem !important;
  }
  /* line 26116, app/assets/stylesheets/_custom.scss */
  .ms-xxl-19 {
    margin-left: 8.5rem !important;
  }
  /* line 26120, app/assets/stylesheets/_custom.scss */
  .ms-xxl-20 {
    margin-left: 9rem !important;
  }
  /* line 26124, app/assets/stylesheets/_custom.scss */
  .ms-xxl-21 {
    margin-left: 9.5rem !important;
  }
  /* line 26128, app/assets/stylesheets/_custom.scss */
  .ms-xxl-22 {
    margin-left: 10rem !important;
  }
  /* line 26132, app/assets/stylesheets/_custom.scss */
  .ms-xxl-23 {
    margin-left: 12rem !important;
  }
  /* line 26136, app/assets/stylesheets/_custom.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 26140, app/assets/stylesheets/_custom.scss */
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  /* line 26144, app/assets/stylesheets/_custom.scss */
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  /* line 26148, app/assets/stylesheets/_custom.scss */
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  /* line 26152, app/assets/stylesheets/_custom.scss */
  .m-xxl-n4 {
    margin: -1.25rem !important;
  }
  /* line 26156, app/assets/stylesheets/_custom.scss */
  .m-xxl-n5 {
    margin: -1.5rem !important;
  }
  /* line 26160, app/assets/stylesheets/_custom.scss */
  .m-xxl-n6 {
    margin: -2rem !important;
  }
  /* line 26164, app/assets/stylesheets/_custom.scss */
  .m-xxl-n7 {
    margin: -2.5rem !important;
  }
  /* line 26168, app/assets/stylesheets/_custom.scss */
  .m-xxl-n8 {
    margin: -3rem !important;
  }
  /* line 26172, app/assets/stylesheets/_custom.scss */
  .m-xxl-n9 {
    margin: -3.5rem !important;
  }
  /* line 26176, app/assets/stylesheets/_custom.scss */
  .m-xxl-n10 {
    margin: -4rem !important;
  }
  /* line 26180, app/assets/stylesheets/_custom.scss */
  .m-xxl-n11 {
    margin: -4.5rem !important;
  }
  /* line 26184, app/assets/stylesheets/_custom.scss */
  .m-xxl-n12 {
    margin: -5rem !important;
  }
  /* line 26188, app/assets/stylesheets/_custom.scss */
  .m-xxl-n13 {
    margin: -5.5rem !important;
  }
  /* line 26192, app/assets/stylesheets/_custom.scss */
  .m-xxl-n14 {
    margin: -6rem !important;
  }
  /* line 26196, app/assets/stylesheets/_custom.scss */
  .m-xxl-n15 {
    margin: -6.5rem !important;
  }
  /* line 26200, app/assets/stylesheets/_custom.scss */
  .m-xxl-n16 {
    margin: -7rem !important;
  }
  /* line 26204, app/assets/stylesheets/_custom.scss */
  .m-xxl-n17 {
    margin: -7.5rem !important;
  }
  /* line 26208, app/assets/stylesheets/_custom.scss */
  .m-xxl-n18 {
    margin: -8rem !important;
  }
  /* line 26212, app/assets/stylesheets/_custom.scss */
  .m-xxl-n19 {
    margin: -8.5rem !important;
  }
  /* line 26216, app/assets/stylesheets/_custom.scss */
  .m-xxl-n20 {
    margin: -9rem !important;
  }
  /* line 26220, app/assets/stylesheets/_custom.scss */
  .m-xxl-n21 {
    margin: -9.5rem !important;
  }
  /* line 26224, app/assets/stylesheets/_custom.scss */
  .m-xxl-n22 {
    margin: -10rem !important;
  }
  /* line 26228, app/assets/stylesheets/_custom.scss */
  .m-xxl-n23 {
    margin: -12rem !important;
  }
  /* line 26232, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 26237, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 26242, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 26247, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n4 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  /* line 26252, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 26257, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 26262, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n7 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 26267, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n8 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 26272, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n9 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 26277, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n10 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 26282, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n11 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 26287, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n12 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 26292, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n13 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 26297, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n14 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 26302, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n15 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 26307, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n16 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 26312, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n17 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 26317, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n18 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 26322, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n19 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  /* line 26327, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n20 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  /* line 26332, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n21 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  /* line 26337, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n22 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 26342, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n23 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 26347, app/assets/stylesheets/_custom.scss */
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 26352, app/assets/stylesheets/_custom.scss */
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 26357, app/assets/stylesheets/_custom.scss */
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 26362, app/assets/stylesheets/_custom.scss */
  .my-xxl-n4 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  /* line 26367, app/assets/stylesheets/_custom.scss */
  .my-xxl-n5 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 26372, app/assets/stylesheets/_custom.scss */
  .my-xxl-n6 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 26377, app/assets/stylesheets/_custom.scss */
  .my-xxl-n7 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 26382, app/assets/stylesheets/_custom.scss */
  .my-xxl-n8 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 26387, app/assets/stylesheets/_custom.scss */
  .my-xxl-n9 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 26392, app/assets/stylesheets/_custom.scss */
  .my-xxl-n10 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 26397, app/assets/stylesheets/_custom.scss */
  .my-xxl-n11 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 26402, app/assets/stylesheets/_custom.scss */
  .my-xxl-n12 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 26407, app/assets/stylesheets/_custom.scss */
  .my-xxl-n13 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 26412, app/assets/stylesheets/_custom.scss */
  .my-xxl-n14 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 26417, app/assets/stylesheets/_custom.scss */
  .my-xxl-n15 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 26422, app/assets/stylesheets/_custom.scss */
  .my-xxl-n16 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 26427, app/assets/stylesheets/_custom.scss */
  .my-xxl-n17 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 26432, app/assets/stylesheets/_custom.scss */
  .my-xxl-n18 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 26437, app/assets/stylesheets/_custom.scss */
  .my-xxl-n19 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  /* line 26442, app/assets/stylesheets/_custom.scss */
  .my-xxl-n20 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  /* line 26447, app/assets/stylesheets/_custom.scss */
  .my-xxl-n21 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  /* line 26452, app/assets/stylesheets/_custom.scss */
  .my-xxl-n22 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 26457, app/assets/stylesheets/_custom.scss */
  .my-xxl-n23 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 26462, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 26466, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 26470, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  /* line 26474, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n4 {
    margin-top: -1.25rem !important;
  }
  /* line 26478, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n5 {
    margin-top: -1.5rem !important;
  }
  /* line 26482, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n6 {
    margin-top: -2rem !important;
  }
  /* line 26486, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n7 {
    margin-top: -2.5rem !important;
  }
  /* line 26490, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n8 {
    margin-top: -3rem !important;
  }
  /* line 26494, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n9 {
    margin-top: -3.5rem !important;
  }
  /* line 26498, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n10 {
    margin-top: -4rem !important;
  }
  /* line 26502, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n11 {
    margin-top: -4.5rem !important;
  }
  /* line 26506, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n12 {
    margin-top: -5rem !important;
  }
  /* line 26510, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n13 {
    margin-top: -5.5rem !important;
  }
  /* line 26514, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n14 {
    margin-top: -6rem !important;
  }
  /* line 26518, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n15 {
    margin-top: -6.5rem !important;
  }
  /* line 26522, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n16 {
    margin-top: -7rem !important;
  }
  /* line 26526, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n17 {
    margin-top: -7.5rem !important;
  }
  /* line 26530, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n18 {
    margin-top: -8rem !important;
  }
  /* line 26534, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n19 {
    margin-top: -8.5rem !important;
  }
  /* line 26538, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n20 {
    margin-top: -9rem !important;
  }
  /* line 26542, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n21 {
    margin-top: -9.5rem !important;
  }
  /* line 26546, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n22 {
    margin-top: -10rem !important;
  }
  /* line 26550, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n23 {
    margin-top: -12rem !important;
  }
  /* line 26554, app/assets/stylesheets/_custom.scss */
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 26558, app/assets/stylesheets/_custom.scss */
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 26562, app/assets/stylesheets/_custom.scss */
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  /* line 26566, app/assets/stylesheets/_custom.scss */
  .me-xxl-n4 {
    margin-right: -1.25rem !important;
  }
  /* line 26570, app/assets/stylesheets/_custom.scss */
  .me-xxl-n5 {
    margin-right: -1.5rem !important;
  }
  /* line 26574, app/assets/stylesheets/_custom.scss */
  .me-xxl-n6 {
    margin-right: -2rem !important;
  }
  /* line 26578, app/assets/stylesheets/_custom.scss */
  .me-xxl-n7 {
    margin-right: -2.5rem !important;
  }
  /* line 26582, app/assets/stylesheets/_custom.scss */
  .me-xxl-n8 {
    margin-right: -3rem !important;
  }
  /* line 26586, app/assets/stylesheets/_custom.scss */
  .me-xxl-n9 {
    margin-right: -3.5rem !important;
  }
  /* line 26590, app/assets/stylesheets/_custom.scss */
  .me-xxl-n10 {
    margin-right: -4rem !important;
  }
  /* line 26594, app/assets/stylesheets/_custom.scss */
  .me-xxl-n11 {
    margin-right: -4.5rem !important;
  }
  /* line 26598, app/assets/stylesheets/_custom.scss */
  .me-xxl-n12 {
    margin-right: -5rem !important;
  }
  /* line 26602, app/assets/stylesheets/_custom.scss */
  .me-xxl-n13 {
    margin-right: -5.5rem !important;
  }
  /* line 26606, app/assets/stylesheets/_custom.scss */
  .me-xxl-n14 {
    margin-right: -6rem !important;
  }
  /* line 26610, app/assets/stylesheets/_custom.scss */
  .me-xxl-n15 {
    margin-right: -6.5rem !important;
  }
  /* line 26614, app/assets/stylesheets/_custom.scss */
  .me-xxl-n16 {
    margin-right: -7rem !important;
  }
  /* line 26618, app/assets/stylesheets/_custom.scss */
  .me-xxl-n17 {
    margin-right: -7.5rem !important;
  }
  /* line 26622, app/assets/stylesheets/_custom.scss */
  .me-xxl-n18 {
    margin-right: -8rem !important;
  }
  /* line 26626, app/assets/stylesheets/_custom.scss */
  .me-xxl-n19 {
    margin-right: -8.5rem !important;
  }
  /* line 26630, app/assets/stylesheets/_custom.scss */
  .me-xxl-n20 {
    margin-right: -9rem !important;
  }
  /* line 26634, app/assets/stylesheets/_custom.scss */
  .me-xxl-n21 {
    margin-right: -9.5rem !important;
  }
  /* line 26638, app/assets/stylesheets/_custom.scss */
  .me-xxl-n22 {
    margin-right: -10rem !important;
  }
  /* line 26642, app/assets/stylesheets/_custom.scss */
  .me-xxl-n23 {
    margin-right: -12rem !important;
  }
  /* line 26646, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 26650, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 26654, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 26658, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n4 {
    margin-bottom: -1.25rem !important;
  }
  /* line 26662, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n5 {
    margin-bottom: -1.5rem !important;
  }
  /* line 26666, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n6 {
    margin-bottom: -2rem !important;
  }
  /* line 26670, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n7 {
    margin-bottom: -2.5rem !important;
  }
  /* line 26674, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n8 {
    margin-bottom: -3rem !important;
  }
  /* line 26678, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n9 {
    margin-bottom: -3.5rem !important;
  }
  /* line 26682, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n10 {
    margin-bottom: -4rem !important;
  }
  /* line 26686, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n11 {
    margin-bottom: -4.5rem !important;
  }
  /* line 26690, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n12 {
    margin-bottom: -5rem !important;
  }
  /* line 26694, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n13 {
    margin-bottom: -5.5rem !important;
  }
  /* line 26698, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n14 {
    margin-bottom: -6rem !important;
  }
  /* line 26702, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n15 {
    margin-bottom: -6.5rem !important;
  }
  /* line 26706, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n16 {
    margin-bottom: -7rem !important;
  }
  /* line 26710, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n17 {
    margin-bottom: -7.5rem !important;
  }
  /* line 26714, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n18 {
    margin-bottom: -8rem !important;
  }
  /* line 26718, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n19 {
    margin-bottom: -8.5rem !important;
  }
  /* line 26722, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n20 {
    margin-bottom: -9rem !important;
  }
  /* line 26726, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n21 {
    margin-bottom: -9.5rem !important;
  }
  /* line 26730, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n22 {
    margin-bottom: -10rem !important;
  }
  /* line 26734, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n23 {
    margin-bottom: -12rem !important;
  }
  /* line 26738, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 26742, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 26746, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  /* line 26750, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n4 {
    margin-left: -1.25rem !important;
  }
  /* line 26754, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n5 {
    margin-left: -1.5rem !important;
  }
  /* line 26758, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n6 {
    margin-left: -2rem !important;
  }
  /* line 26762, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n7 {
    margin-left: -2.5rem !important;
  }
  /* line 26766, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n8 {
    margin-left: -3rem !important;
  }
  /* line 26770, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n9 {
    margin-left: -3.5rem !important;
  }
  /* line 26774, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n10 {
    margin-left: -4rem !important;
  }
  /* line 26778, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n11 {
    margin-left: -4.5rem !important;
  }
  /* line 26782, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n12 {
    margin-left: -5rem !important;
  }
  /* line 26786, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n13 {
    margin-left: -5.5rem !important;
  }
  /* line 26790, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n14 {
    margin-left: -6rem !important;
  }
  /* line 26794, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n15 {
    margin-left: -6.5rem !important;
  }
  /* line 26798, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n16 {
    margin-left: -7rem !important;
  }
  /* line 26802, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n17 {
    margin-left: -7.5rem !important;
  }
  /* line 26806, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n18 {
    margin-left: -8rem !important;
  }
  /* line 26810, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n19 {
    margin-left: -8.5rem !important;
  }
  /* line 26814, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n20 {
    margin-left: -9rem !important;
  }
  /* line 26818, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n21 {
    margin-left: -9.5rem !important;
  }
  /* line 26822, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n22 {
    margin-left: -10rem !important;
  }
  /* line 26826, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n23 {
    margin-left: -12rem !important;
  }
  /* line 26830, app/assets/stylesheets/_custom.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 26834, app/assets/stylesheets/_custom.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 26838, app/assets/stylesheets/_custom.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 26842, app/assets/stylesheets/_custom.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 26846, app/assets/stylesheets/_custom.scss */
  .p-xxl-4 {
    padding: 1.25rem !important;
  }
  /* line 26850, app/assets/stylesheets/_custom.scss */
  .p-xxl-5 {
    padding: 1.5rem !important;
  }
  /* line 26854, app/assets/stylesheets/_custom.scss */
  .p-xxl-6 {
    padding: 2rem !important;
  }
  /* line 26858, app/assets/stylesheets/_custom.scss */
  .p-xxl-7 {
    padding: 2.5rem !important;
  }
  /* line 26862, app/assets/stylesheets/_custom.scss */
  .p-xxl-8 {
    padding: 3rem !important;
  }
  /* line 26866, app/assets/stylesheets/_custom.scss */
  .p-xxl-9 {
    padding: 3.5rem !important;
  }
  /* line 26870, app/assets/stylesheets/_custom.scss */
  .p-xxl-10 {
    padding: 4rem !important;
  }
  /* line 26874, app/assets/stylesheets/_custom.scss */
  .p-xxl-11 {
    padding: 4.5rem !important;
  }
  /* line 26878, app/assets/stylesheets/_custom.scss */
  .p-xxl-12 {
    padding: 5rem !important;
  }
  /* line 26882, app/assets/stylesheets/_custom.scss */
  .p-xxl-13 {
    padding: 5.5rem !important;
  }
  /* line 26886, app/assets/stylesheets/_custom.scss */
  .p-xxl-14 {
    padding: 6rem !important;
  }
  /* line 26890, app/assets/stylesheets/_custom.scss */
  .p-xxl-15 {
    padding: 6.5rem !important;
  }
  /* line 26894, app/assets/stylesheets/_custom.scss */
  .p-xxl-16 {
    padding: 7rem !important;
  }
  /* line 26898, app/assets/stylesheets/_custom.scss */
  .p-xxl-17 {
    padding: 7.5rem !important;
  }
  /* line 26902, app/assets/stylesheets/_custom.scss */
  .p-xxl-18 {
    padding: 8rem !important;
  }
  /* line 26906, app/assets/stylesheets/_custom.scss */
  .p-xxl-19 {
    padding: 8.5rem !important;
  }
  /* line 26910, app/assets/stylesheets/_custom.scss */
  .p-xxl-20 {
    padding: 9rem !important;
  }
  /* line 26914, app/assets/stylesheets/_custom.scss */
  .p-xxl-21 {
    padding: 9.5rem !important;
  }
  /* line 26918, app/assets/stylesheets/_custom.scss */
  .p-xxl-22 {
    padding: 10rem !important;
  }
  /* line 26922, app/assets/stylesheets/_custom.scss */
  .p-xxl-23 {
    padding: 12rem !important;
  }
  /* line 26926, app/assets/stylesheets/_custom.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 26931, app/assets/stylesheets/_custom.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 26936, app/assets/stylesheets/_custom.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 26941, app/assets/stylesheets/_custom.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 26946, app/assets/stylesheets/_custom.scss */
  .px-xxl-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 26951, app/assets/stylesheets/_custom.scss */
  .px-xxl-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 26956, app/assets/stylesheets/_custom.scss */
  .px-xxl-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 26961, app/assets/stylesheets/_custom.scss */
  .px-xxl-7 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 26966, app/assets/stylesheets/_custom.scss */
  .px-xxl-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 26971, app/assets/stylesheets/_custom.scss */
  .px-xxl-9 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 26976, app/assets/stylesheets/_custom.scss */
  .px-xxl-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 26981, app/assets/stylesheets/_custom.scss */
  .px-xxl-11 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 26986, app/assets/stylesheets/_custom.scss */
  .px-xxl-12 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 26991, app/assets/stylesheets/_custom.scss */
  .px-xxl-13 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 26996, app/assets/stylesheets/_custom.scss */
  .px-xxl-14 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 27001, app/assets/stylesheets/_custom.scss */
  .px-xxl-15 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 27006, app/assets/stylesheets/_custom.scss */
  .px-xxl-16 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 27011, app/assets/stylesheets/_custom.scss */
  .px-xxl-17 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 27016, app/assets/stylesheets/_custom.scss */
  .px-xxl-18 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 27021, app/assets/stylesheets/_custom.scss */
  .px-xxl-19 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  /* line 27026, app/assets/stylesheets/_custom.scss */
  .px-xxl-20 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  /* line 27031, app/assets/stylesheets/_custom.scss */
  .px-xxl-21 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  /* line 27036, app/assets/stylesheets/_custom.scss */
  .px-xxl-22 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 27041, app/assets/stylesheets/_custom.scss */
  .px-xxl-23 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 27046, app/assets/stylesheets/_custom.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 27051, app/assets/stylesheets/_custom.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 27056, app/assets/stylesheets/_custom.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 27061, app/assets/stylesheets/_custom.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 27066, app/assets/stylesheets/_custom.scss */
  .py-xxl-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 27071, app/assets/stylesheets/_custom.scss */
  .py-xxl-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 27076, app/assets/stylesheets/_custom.scss */
  .py-xxl-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 27081, app/assets/stylesheets/_custom.scss */
  .py-xxl-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 27086, app/assets/stylesheets/_custom.scss */
  .py-xxl-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 27091, app/assets/stylesheets/_custom.scss */
  .py-xxl-9 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 27096, app/assets/stylesheets/_custom.scss */
  .py-xxl-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 27101, app/assets/stylesheets/_custom.scss */
  .py-xxl-11 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 27106, app/assets/stylesheets/_custom.scss */
  .py-xxl-12 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 27111, app/assets/stylesheets/_custom.scss */
  .py-xxl-13 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 27116, app/assets/stylesheets/_custom.scss */
  .py-xxl-14 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 27121, app/assets/stylesheets/_custom.scss */
  .py-xxl-15 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 27126, app/assets/stylesheets/_custom.scss */
  .py-xxl-16 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 27131, app/assets/stylesheets/_custom.scss */
  .py-xxl-17 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 27136, app/assets/stylesheets/_custom.scss */
  .py-xxl-18 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 27141, app/assets/stylesheets/_custom.scss */
  .py-xxl-19 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  /* line 27146, app/assets/stylesheets/_custom.scss */
  .py-xxl-20 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  /* line 27151, app/assets/stylesheets/_custom.scss */
  .py-xxl-21 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  /* line 27156, app/assets/stylesheets/_custom.scss */
  .py-xxl-22 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 27161, app/assets/stylesheets/_custom.scss */
  .py-xxl-23 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 27166, app/assets/stylesheets/_custom.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 27170, app/assets/stylesheets/_custom.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 27174, app/assets/stylesheets/_custom.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 27178, app/assets/stylesheets/_custom.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 27182, app/assets/stylesheets/_custom.scss */
  .pt-xxl-4 {
    padding-top: 1.25rem !important;
  }
  /* line 27186, app/assets/stylesheets/_custom.scss */
  .pt-xxl-5 {
    padding-top: 1.5rem !important;
  }
  /* line 27190, app/assets/stylesheets/_custom.scss */
  .pt-xxl-6 {
    padding-top: 2rem !important;
  }
  /* line 27194, app/assets/stylesheets/_custom.scss */
  .pt-xxl-7 {
    padding-top: 2.5rem !important;
  }
  /* line 27198, app/assets/stylesheets/_custom.scss */
  .pt-xxl-8 {
    padding-top: 3rem !important;
  }
  /* line 27202, app/assets/stylesheets/_custom.scss */
  .pt-xxl-9 {
    padding-top: 3.5rem !important;
  }
  /* line 27206, app/assets/stylesheets/_custom.scss */
  .pt-xxl-10 {
    padding-top: 4rem !important;
  }
  /* line 27210, app/assets/stylesheets/_custom.scss */
  .pt-xxl-11 {
    padding-top: 4.5rem !important;
  }
  /* line 27214, app/assets/stylesheets/_custom.scss */
  .pt-xxl-12 {
    padding-top: 5rem !important;
  }
  /* line 27218, app/assets/stylesheets/_custom.scss */
  .pt-xxl-13 {
    padding-top: 5.5rem !important;
  }
  /* line 27222, app/assets/stylesheets/_custom.scss */
  .pt-xxl-14 {
    padding-top: 6rem !important;
  }
  /* line 27226, app/assets/stylesheets/_custom.scss */
  .pt-xxl-15 {
    padding-top: 6.5rem !important;
  }
  /* line 27230, app/assets/stylesheets/_custom.scss */
  .pt-xxl-16 {
    padding-top: 7rem !important;
  }
  /* line 27234, app/assets/stylesheets/_custom.scss */
  .pt-xxl-17 {
    padding-top: 7.5rem !important;
  }
  /* line 27238, app/assets/stylesheets/_custom.scss */
  .pt-xxl-18 {
    padding-top: 8rem !important;
  }
  /* line 27242, app/assets/stylesheets/_custom.scss */
  .pt-xxl-19 {
    padding-top: 8.5rem !important;
  }
  /* line 27246, app/assets/stylesheets/_custom.scss */
  .pt-xxl-20 {
    padding-top: 9rem !important;
  }
  /* line 27250, app/assets/stylesheets/_custom.scss */
  .pt-xxl-21 {
    padding-top: 9.5rem !important;
  }
  /* line 27254, app/assets/stylesheets/_custom.scss */
  .pt-xxl-22 {
    padding-top: 10rem !important;
  }
  /* line 27258, app/assets/stylesheets/_custom.scss */
  .pt-xxl-23 {
    padding-top: 12rem !important;
  }
  /* line 27262, app/assets/stylesheets/_custom.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 27266, app/assets/stylesheets/_custom.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 27270, app/assets/stylesheets/_custom.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 27274, app/assets/stylesheets/_custom.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 27278, app/assets/stylesheets/_custom.scss */
  .pe-xxl-4 {
    padding-right: 1.25rem !important;
  }
  /* line 27282, app/assets/stylesheets/_custom.scss */
  .pe-xxl-5 {
    padding-right: 1.5rem !important;
  }
  /* line 27286, app/assets/stylesheets/_custom.scss */
  .pe-xxl-6 {
    padding-right: 2rem !important;
  }
  /* line 27290, app/assets/stylesheets/_custom.scss */
  .pe-xxl-7 {
    padding-right: 2.5rem !important;
  }
  /* line 27294, app/assets/stylesheets/_custom.scss */
  .pe-xxl-8 {
    padding-right: 3rem !important;
  }
  /* line 27298, app/assets/stylesheets/_custom.scss */
  .pe-xxl-9 {
    padding-right: 3.5rem !important;
  }
  /* line 27302, app/assets/stylesheets/_custom.scss */
  .pe-xxl-10 {
    padding-right: 4rem !important;
  }
  /* line 27306, app/assets/stylesheets/_custom.scss */
  .pe-xxl-11 {
    padding-right: 4.5rem !important;
  }
  /* line 27310, app/assets/stylesheets/_custom.scss */
  .pe-xxl-12 {
    padding-right: 5rem !important;
  }
  /* line 27314, app/assets/stylesheets/_custom.scss */
  .pe-xxl-13 {
    padding-right: 5.5rem !important;
  }
  /* line 27318, app/assets/stylesheets/_custom.scss */
  .pe-xxl-14 {
    padding-right: 6rem !important;
  }
  /* line 27322, app/assets/stylesheets/_custom.scss */
  .pe-xxl-15 {
    padding-right: 6.5rem !important;
  }
  /* line 27326, app/assets/stylesheets/_custom.scss */
  .pe-xxl-16 {
    padding-right: 7rem !important;
  }
  /* line 27330, app/assets/stylesheets/_custom.scss */
  .pe-xxl-17 {
    padding-right: 7.5rem !important;
  }
  /* line 27334, app/assets/stylesheets/_custom.scss */
  .pe-xxl-18 {
    padding-right: 8rem !important;
  }
  /* line 27338, app/assets/stylesheets/_custom.scss */
  .pe-xxl-19 {
    padding-right: 8.5rem !important;
  }
  /* line 27342, app/assets/stylesheets/_custom.scss */
  .pe-xxl-20 {
    padding-right: 9rem !important;
  }
  /* line 27346, app/assets/stylesheets/_custom.scss */
  .pe-xxl-21 {
    padding-right: 9.5rem !important;
  }
  /* line 27350, app/assets/stylesheets/_custom.scss */
  .pe-xxl-22 {
    padding-right: 10rem !important;
  }
  /* line 27354, app/assets/stylesheets/_custom.scss */
  .pe-xxl-23 {
    padding-right: 12rem !important;
  }
  /* line 27358, app/assets/stylesheets/_custom.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 27362, app/assets/stylesheets/_custom.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 27366, app/assets/stylesheets/_custom.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 27370, app/assets/stylesheets/_custom.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 27374, app/assets/stylesheets/_custom.scss */
  .pb-xxl-4 {
    padding-bottom: 1.25rem !important;
  }
  /* line 27378, app/assets/stylesheets/_custom.scss */
  .pb-xxl-5 {
    padding-bottom: 1.5rem !important;
  }
  /* line 27382, app/assets/stylesheets/_custom.scss */
  .pb-xxl-6 {
    padding-bottom: 2rem !important;
  }
  /* line 27386, app/assets/stylesheets/_custom.scss */
  .pb-xxl-7 {
    padding-bottom: 2.5rem !important;
  }
  /* line 27390, app/assets/stylesheets/_custom.scss */
  .pb-xxl-8 {
    padding-bottom: 3rem !important;
  }
  /* line 27394, app/assets/stylesheets/_custom.scss */
  .pb-xxl-9 {
    padding-bottom: 3.5rem !important;
  }
  /* line 27398, app/assets/stylesheets/_custom.scss */
  .pb-xxl-10 {
    padding-bottom: 4rem !important;
  }
  /* line 27402, app/assets/stylesheets/_custom.scss */
  .pb-xxl-11 {
    padding-bottom: 4.5rem !important;
  }
  /* line 27406, app/assets/stylesheets/_custom.scss */
  .pb-xxl-12 {
    padding-bottom: 5rem !important;
  }
  /* line 27410, app/assets/stylesheets/_custom.scss */
  .pb-xxl-13 {
    padding-bottom: 5.5rem !important;
  }
  /* line 27414, app/assets/stylesheets/_custom.scss */
  .pb-xxl-14 {
    padding-bottom: 6rem !important;
  }
  /* line 27418, app/assets/stylesheets/_custom.scss */
  .pb-xxl-15 {
    padding-bottom: 6.5rem !important;
  }
  /* line 27422, app/assets/stylesheets/_custom.scss */
  .pb-xxl-16 {
    padding-bottom: 7rem !important;
  }
  /* line 27426, app/assets/stylesheets/_custom.scss */
  .pb-xxl-17 {
    padding-bottom: 7.5rem !important;
  }
  /* line 27430, app/assets/stylesheets/_custom.scss */
  .pb-xxl-18 {
    padding-bottom: 8rem !important;
  }
  /* line 27434, app/assets/stylesheets/_custom.scss */
  .pb-xxl-19 {
    padding-bottom: 8.5rem !important;
  }
  /* line 27438, app/assets/stylesheets/_custom.scss */
  .pb-xxl-20 {
    padding-bottom: 9rem !important;
  }
  /* line 27442, app/assets/stylesheets/_custom.scss */
  .pb-xxl-21 {
    padding-bottom: 9.5rem !important;
  }
  /* line 27446, app/assets/stylesheets/_custom.scss */
  .pb-xxl-22 {
    padding-bottom: 10rem !important;
  }
  /* line 27450, app/assets/stylesheets/_custom.scss */
  .pb-xxl-23 {
    padding-bottom: 12rem !important;
  }
  /* line 27454, app/assets/stylesheets/_custom.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 27458, app/assets/stylesheets/_custom.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 27462, app/assets/stylesheets/_custom.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 27466, app/assets/stylesheets/_custom.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 27470, app/assets/stylesheets/_custom.scss */
  .ps-xxl-4 {
    padding-left: 1.25rem !important;
  }
  /* line 27474, app/assets/stylesheets/_custom.scss */
  .ps-xxl-5 {
    padding-left: 1.5rem !important;
  }
  /* line 27478, app/assets/stylesheets/_custom.scss */
  .ps-xxl-6 {
    padding-left: 2rem !important;
  }
  /* line 27482, app/assets/stylesheets/_custom.scss */
  .ps-xxl-7 {
    padding-left: 2.5rem !important;
  }
  /* line 27486, app/assets/stylesheets/_custom.scss */
  .ps-xxl-8 {
    padding-left: 3rem !important;
  }
  /* line 27490, app/assets/stylesheets/_custom.scss */
  .ps-xxl-9 {
    padding-left: 3.5rem !important;
  }
  /* line 27494, app/assets/stylesheets/_custom.scss */
  .ps-xxl-10 {
    padding-left: 4rem !important;
  }
  /* line 27498, app/assets/stylesheets/_custom.scss */
  .ps-xxl-11 {
    padding-left: 4.5rem !important;
  }
  /* line 27502, app/assets/stylesheets/_custom.scss */
  .ps-xxl-12 {
    padding-left: 5rem !important;
  }
  /* line 27506, app/assets/stylesheets/_custom.scss */
  .ps-xxl-13 {
    padding-left: 5.5rem !important;
  }
  /* line 27510, app/assets/stylesheets/_custom.scss */
  .ps-xxl-14 {
    padding-left: 6rem !important;
  }
  /* line 27514, app/assets/stylesheets/_custom.scss */
  .ps-xxl-15 {
    padding-left: 6.5rem !important;
  }
  /* line 27518, app/assets/stylesheets/_custom.scss */
  .ps-xxl-16 {
    padding-left: 7rem !important;
  }
  /* line 27522, app/assets/stylesheets/_custom.scss */
  .ps-xxl-17 {
    padding-left: 7.5rem !important;
  }
  /* line 27526, app/assets/stylesheets/_custom.scss */
  .ps-xxl-18 {
    padding-left: 8rem !important;
  }
  /* line 27530, app/assets/stylesheets/_custom.scss */
  .ps-xxl-19 {
    padding-left: 8.5rem !important;
  }
  /* line 27534, app/assets/stylesheets/_custom.scss */
  .ps-xxl-20 {
    padding-left: 9rem !important;
  }
  /* line 27538, app/assets/stylesheets/_custom.scss */
  .ps-xxl-21 {
    padding-left: 9.5rem !important;
  }
  /* line 27542, app/assets/stylesheets/_custom.scss */
  .ps-xxl-22 {
    padding-left: 10rem !important;
  }
  /* line 27546, app/assets/stylesheets/_custom.scss */
  .ps-xxl-23 {
    padding-left: 12rem !important;
  }
  /* line 27550, app/assets/stylesheets/_custom.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 27554, app/assets/stylesheets/_custom.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 27558, app/assets/stylesheets/_custom.scss */
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 27564, app/assets/stylesheets/_custom.scss */
  .fs-1 {
    font-size: 2.25rem !important;
  }
  /* line 27568, app/assets/stylesheets/_custom.scss */
  .fs-2 {
    font-size: 1.875rem !important;
  }
  /* line 27572, app/assets/stylesheets/_custom.scss */
  .fs-3 {
    font-size: 1.5rem !important;
  }
}

@media print {
  /* line 27578, app/assets/stylesheets/_custom.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 27582, app/assets/stylesheets/_custom.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 27586, app/assets/stylesheets/_custom.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 27590, app/assets/stylesheets/_custom.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 27594, app/assets/stylesheets/_custom.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 27598, app/assets/stylesheets/_custom.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 27602, app/assets/stylesheets/_custom.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 27606, app/assets/stylesheets/_custom.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 27610, app/assets/stylesheets/_custom.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 27614, app/assets/stylesheets/_custom.scss */
  .d-print-none {
    display: none !important;
  }
}

/* line 27619, app/assets/stylesheets/_custom.scss */
.navbar-vertical {
  margin-left: -17rem;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 200px;
  padding: 0rem;
  background-color: #212B36;
  border-right: 1px solid #212B36;
  transition: margin 0.25s ease-out;
  z-index: 999;
}

/* line 27634, app/assets/stylesheets/_custom.scss */
.navbar-vertical .slimScrollDiv {
  height: 100% !important;
  overflow-y: auto;
}

/* line 27639, app/assets/stylesheets/_custom.scss */
.navbar-vertical .nav-scroller {
  height: 100% !important;
  overflow-y: auto;
}

/* line 27644, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-brand {
  padding: 1rem 1.5rem 1.5rem;
  margin-right: 0px;
  display: block;
}

/* line 27650, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-brand img {
  height: 1.875rem;
}

/* line 27654, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-heading {
  color: #454F5B;
  padding: 1rem 1.5rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  font-weight: 700;
}

/* line 27663, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav-item .nav-link {
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  color: #919EAB;
  font-weight: 500;
  line-height: 1.8;
  -webkit-transition: all 0.5s;
  white-space: nowrap;
  transition: all 0.5s;
}

/* line 27675, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav-item .nav-link:hover {
  color: #F4F6F8;
}

/* line 27679, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav-item .nav-link:hover .nav-icon {
  color: #F4F6F8;
  opacity: 1;
}

/* line 27684, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav-item .nav-link.active {
  color: #F4F6F8;
}

/* line 27688, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav-item .nav-link.active .nav-icon {
  color: #F4F6F8;
  opacity: 1;
}

/* line 27693, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav-item .nav-link[data-bs-toggle=collapse] {
  position: relative;
}

/* line 27697, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav-item .nav-link[data-bs-toggle=collapse]:after {
  display: block;
  content: "";
  background: url(/../fonts/feather-icons/icons/chevron-down.svg);
  font-family: Feather;
  margin-left: auto;
  transition: 0.5s ease;
  position: absolute;
  right: 1.5rem;
  height: 24px;
  width: 24px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

/* line 27714, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav-icon {
  opacity: 0.6;
  font-size: 0.875rem;
  transition: all 0.5s;
}

/* line 27720, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .sub-nav-icon {
  font-size: 0.35rem;
  margin-right: 0.5rem;
}

/* line 27725, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav .nav-item .nav-link {
  color: #919EAB;
  padding: 0.25rem 3rem;
}

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

/* line 27734, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav .nav-item .nav-link.active {
  color: #fff;
}

/* line 27738, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav .nav-item .nav .nav-item .nav-link {
  color: #919EAB;
  padding: 0.25rem 3.5rem;
}

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

/* line 27747, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav .nav-item .nav .nav-item .nav-link.active {
  color: #fff;
}

/* line 27751, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav .nav-item .nav .nav-item .nav .nav-item .nav-link {
  color: #919EAB;
  padding: 0.25rem 4.2rem;
}

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

/* line 27760, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav .nav-item .nav .nav-item .nav .nav-item .nav-link.active {
  color: #fff;
}

/* line 27764, app/assets/stylesheets/_custom.scss */
.collapse.in {
  display: block;
}

/* line 27768, app/assets/stylesheets/_custom.scss */
.navbar-classic {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 20, 0.08), 0px 1px 2px rgba(0, 0, 20, 0.08);
}

/* line 27773, app/assets/stylesheets/_custom.scss */
.navbar-classic .navbar-right-wrap .list-group-item {
  padding: 1rem 1.25rem;
}

/* line 27777, app/assets/stylesheets/_custom.scss */
.navbar-classic .nav-badge {
  position: absolute;
  top: -9px;
  right: 3px;
}

@media (min-width: 1200px) {
  /* line 27784, app/assets/stylesheets/_custom.scss */
  .navbar-classic .dropdown-menu-end {
    right: 0;
    left: auto;
  }
  /* line 27789, app/assets/stylesheets/_custom.scss */
  .navbar-classic .dropdown-menu-start {
    right: auto;
    left: 0;
  }
  /* line 27794, app/assets/stylesheets/_custom.scss */
  .navbar-classic .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transition: all 0.3s ease-in;
  }
  /* line 27803, app/assets/stylesheets/_custom.scss */
  .navbar-classic .dropdown:hover > .dropdown-menu {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
  /* line 27810, app/assets/stylesheets/_custom.scss */
  .navbar-classic .dropdown-submenu:hover > .dropdown-menu {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 992px) {
  /* line 27819, app/assets/stylesheets/_custom.scss */
  .navbar-classic .navbar-nav .dropdown-menu {
    margin: 0px;
  }
  /* line 27823, app/assets/stylesheets/_custom.scss */
  .navbar-classic .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
    box-shadow: none;
    margin: 0;
  }
  /* line 27828, app/assets/stylesheets/_custom.scss */
  .navbar-classic .nav-top-wrap {
    flex-direction: row;
  }
  /* line 27832, app/assets/stylesheets/_custom.scss */
  .navbar-classic .nav-top-wrap .dropdown {
    position: static;
  }
  /* line 27836, app/assets/stylesheets/_custom.scss */
  .navbar-classic .nav-top-wrap .dropdown-menu {
    position: absolute;
    margin: 0.25rem 0.75rem !important;
  }
  /* line 27841, app/assets/stylesheets/_custom.scss */
  .navbar-classic .nav-top-wrap .dropdown-menu .dropdown-submenu .dropdown-menu {
    position: relative;
    top: -7px !important;
    padding: 0px !important;
  }
}

/* line 27848, app/assets/stylesheets/_custom.scss */
.header .navbar {
  padding: 0.625rem 1.5rem;
}

/* line 27852, app/assets/stylesheets/_custom.scss */
.header .navbar #nav-toggle {
  font-size: 20px;
  color: #454F5B;
  line-height: 0.5;
}

@media (max-width: 576px) {
  /* line 27859, app/assets/stylesheets/_custom.scss */
  .header .navbar .navbar-nav {
    flex-direction: row;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 27865, app/assets/stylesheets/_custom.scss */
  .header .navbar .navbar-nav {
    flex-direction: row;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 27871, app/assets/stylesheets/_custom.scss */
  .header .navbar .navbar-nav {
    flex-direction: row;
  }
}

/* line 27876, app/assets/stylesheets/_custom.scss */
#db-wrapper {
  overflow-x: hidden;
  display: flex;
}

/* line 27881, app/assets/stylesheets/_custom.scss */
#page-content {
  min-height: 100vh;
  min-width: 100vw;
  margin-left: 12rem;
  transition: margin 0.25s ease-out;
}

/* line 27888, app/assets/stylesheets/_custom.scss */
#db-wrapper.toggled .navbar-vertical {
  margin-left: 0;
}

/* line 27892, app/assets/stylesheets/_custom.scss */
#db-wrapper.toggled #page-content {
  margin-left: 0;
}

/* line 27896, app/assets/stylesheets/_custom.scss */
#db-wrapper.toggled #page-content .inner-wrapper-sticky {
  left: 20px !important;
}

/* line 27900, app/assets/stylesheets/_custom.scss */
#db-wrapper.toggled #page-content .inner-wrapper-sticky .setting-nav {
  width: 354px;
}

@media (max-width: 1024px) {
  /* line 27905, app/assets/stylesheets/_custom.scss */
  #db-wrapper.toggled #page-content .inner-wrapper-sticky .setting-nav {
    width: 204px;
  }
}

@media (max-width: 576px) {
  /* line 27911, app/assets/stylesheets/_custom.scss */
  #page-content {
    margin-left: 0rem;
  }
  /* line 27915, app/assets/stylesheets/_custom.scss */
  #db-wrapper.toggled #page-content {
    margin-left: 15.6875rem;
  }
}

@media (min-width: 768px) {
  /* line 27921, app/assets/stylesheets/_custom.scss */
  .navbar-vertical {
    margin-left: 0rem;
  }
  /* line 27925, app/assets/stylesheets/_custom.scss */
  #page-content {
    min-width: 0rem;
    width: 100%;
  }
  /* line 27930, app/assets/stylesheets/_custom.scss */
  #db-wrapper.toggled .navbar-vertical {
    margin-left: -16rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 27936, app/assets/stylesheets/_custom.scss */
  #page-content {
    margin-left: 0rem;
  }
  /* line 27940, app/assets/stylesheets/_custom.scss */
  #db-wrapper.toggled #page-content {
    margin-left: 15.6875rem;
  }
}

/* line 27945, app/assets/stylesheets/_custom.scss */
.nav-line-bottom {
  border-bottom: 1px solid #F4F6F8;
}

/* line 27949, app/assets/stylesheets/_custom.scss */
.nav-line-bottom .nav-item .nav-link {
  color: #637381;
  border-radius: 0px;
  margin-bottom: -1px;
  padding: 0.875rem 1.25rem;
  font-weight: 500;
}

@media (max-width: 576px) {
  /* line 27958, app/assets/stylesheets/_custom.scss */
  .nav-line-bottom .nav-item .nav-link {
    padding: 0.8rem;
  }
}

/* line 27963, app/assets/stylesheets/_custom.scss */
.nav-line-bottom .nav-item .nav-link.active {
  color: #624BFF;
  background-color: transparent;
  border-bottom: 1px solid #624BFF;
}

@media (max-width: 576px) {
  /* line 27970, app/assets/stylesheets/_custom.scss */
  .nav-line-bottom .nav-item .nav-link.active {
    padding: 0.747rem;
  }
}

/* line 27975, app/assets/stylesheets/_custom.scss */
.nav-line-bottom .nav-item .nav-link:hover {
  color: #624BFF;
  background-color: transparent;
  border-bottom: 1px solid #624BFF;
}

/* line 27981, app/assets/stylesheets/_custom.scss */
.nav-line-bottom .nav-item .nav-link .badge {
  line-height: 1.4;
}

@media (max-width: 576px) {
  /* line 27986, app/assets/stylesheets/_custom.scss */
  .nav-line-bottom {
    overflow-x: scroll;
    flex-wrap: nowrap;
    overflow-y: hidden;
  }
  /* line 27992, app/assets/stylesheets/_custom.scss */
  .nav-line-bottom::-webkit-scrollbar {
    display: none;
  }
}

/* line 27997, app/assets/stylesheets/_custom.scss */
.nav-lb-tab {
  border-bottom: 1px solid #DFE3E8;
}

@media (max-width: 576px) {
  /* line 28002, app/assets/stylesheets/_custom.scss */
  .nav-lb-tab {
    overflow-x: scroll;
    flex-wrap: nowrap;
    overflow-y: hidden;
  }
  /* line 28008, app/assets/stylesheets/_custom.scss */
  .nav-lb-tab::-webkit-scrollbar {
    display: none;
  }
}

/* line 28013, app/assets/stylesheets/_custom.scss */
.nav-lb-tab .nav-item {
  margin: 0rem 1.5rem;
}

/* line 28017, app/assets/stylesheets/_custom.scss */
.nav-lb-tab .nav-item .nav-link {
  border-bottom: 2px solid transparent;
  border-radius: 0px;
  padding: 16px 0px;
  margin-bottom: -1px;
  font-weight: 500;
  color: #637381;
  white-space: nowrap;
}

/* line 28027, app/assets/stylesheets/_custom.scss */
.nav-lb-tab .nav-item .nav-link.active {
  background-color: transparent;
  border-bottom: 2px solid #624BFF;
  color: #624BFF;
}

/* line 28033, app/assets/stylesheets/_custom.scss */
.nav-lb-tab .nav-item .nav-link:hover {
  background-color: transparent;
  border-bottom: 2px solid #624BFF;
  color: #624BFF;
}

/* line 28039, app/assets/stylesheets/_custom.scss */
.nav-lt-tab {
  border-top: 1px solid #DFE3E8;
}

@media (max-width: 768px) {
  /* line 28044, app/assets/stylesheets/_custom.scss */
  .nav-lt-tab {
    overflow-x: scroll;
    flex-wrap: nowrap;
    overflow-y: hidden;
  }
  /* line 28050, app/assets/stylesheets/_custom.scss */
  .nav-lt-tab::-webkit-scrollbar {
    display: none;
  }
}

/* line 28055, app/assets/stylesheets/_custom.scss */
.nav-lt-tab .nav-item {
  margin: 0rem 1rem;
  margin-top: -0.0625rem;
}

/* line 28060, app/assets/stylesheets/_custom.scss */
.nav-lt-tab .nav-item .nav-link {
  border-top: 2px solid transparent;
  border-radius: 0px;
  padding: 1rem 0rem;
  font-weight: 500;
  color: #637381;
}

/* line 28068, app/assets/stylesheets/_custom.scss */
.nav-lt-tab .nav-item .nav-link.active {
  background-color: transparent;
  border-top: 2px solid #624BFF;
  color: #624BFF;
}

/* line 28074, app/assets/stylesheets/_custom.scss */
.nav-lt-tab .nav-item .nav-link:hover {
  background-color: transparent;
  border-top: 2px solid #624BFF;
  color: #624BFF;
}

/* line 28080, app/assets/stylesheets/_custom.scss */
.nav-email-list .nav-item .nav-link {
  color: #637381;
  padding: 6px 10px;
  border-radius: 8px;
  margin-bottom: 4px;
  font-weight: 500;
}

/* line 28088, app/assets/stylesheets/_custom.scss */
.nav-email-list .nav-item .nav-link:hover {
  background-color: #F9FAFB;
  color: #624BFF;
}

/* line 28093, app/assets/stylesheets/_custom.scss */
.nav-email-list .nav-item .nav-link.active {
  background-color: #F9FAFB;
  color: #624BFF;
}

/* line 28098, app/assets/stylesheets/_custom.scss */
.nav-email-list .nav-text {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

/* line 28105, app/assets/stylesheets/_custom.scss */
.scrollspy-example {
  position: relative;
  height: 12.5rem;
  margin-top: 0.5rem;
  overflow: auto;
}

/* line 28112, app/assets/stylesheets/_custom.scss */
.scrollspy-example-2 {
  position: relative;
  height: 21.875rem;
  overflow: auto;
}

/* line 28118, app/assets/stylesheets/_custom.scss */
body {
  -webkit-font-smoothing: antialiased;
}

/* line 28122, app/assets/stylesheets/_custom.scss */
.docs-header .docs-header-btn {
  display: flex;
  align-items: center;
}

/* line 28127, app/assets/stylesheets/_custom.scss */
.docs-header .navbar {
  margin-left: 15.625rem;
  padding: 0.5rem 0.625rem;
  border-bottom: 1px solid #F4F6F8;
}

@media (max-width: 576px) {
  /* line 28134, app/assets/stylesheets/_custom.scss */
  .docs-header .navbar {
    margin-left: 0rem;
  }
}

/* line 28139, app/assets/stylesheets/_custom.scss */
.docs-header .navbar .dropdown-menu {
  margin: 0rem;
  border: 1px solid #efeef1;
}

/* line 28144, app/assets/stylesheets/_custom.scss */
.docs-header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  line-height: 1.75rem;
  padding: 0.875rem;
  margin-bottom: 0rem;
  color: #454F5B;
}

/* line 28152, app/assets/stylesheets/_custom.scss */
.docs-header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #000;
}

/* line 28156, app/assets/stylesheets/_custom.scss */
.docs-main-wrapper {
  min-height: 100%;
  position: relative;
}

/* line 28161, app/assets/stylesheets/_custom.scss */
.docs-wrapper {
  position: relative;
  left: 0;
  margin-left: 15.625rem;
  background-color: #F9FAFB;
  top: 35px;
}

/* line 28169, app/assets/stylesheets/_custom.scss */
.docs-content {
  margin: 4.0625rem 0rem;
}

/* line 28173, app/assets/stylesheets/_custom.scss */
.docs-content-head {
  padding: 4.375rem 0rem;
}

/* line 28177, app/assets/stylesheets/_custom.scss */
.docs-example-border-utils [class^=border] {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin: 0.25rem;
  background-color: #f5f4f8;
}

/* line 28185, app/assets/stylesheets/_custom.scss */
.gd-example-modal.modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block;
}

/* line 28195, app/assets/stylesheets/_custom.scss */
.docs-example-border-utils-0 [class^=border] {
  border: 1px solid #efeef1;
}

/* line 28199, app/assets/stylesheets/_custom.scss */
.color-swatch {
  margin-bottom: 1.875rem;
}

/* line 28203, app/assets/stylesheets/_custom.scss */
.color-swatch-header {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  height: 5.5rem;
}

/* line 28209, app/assets/stylesheets/_custom.scss */
.color-swatch-body {
  border: 1px solid #F4F6F8;
  background-color: #fff;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 0.625rem 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 28220, app/assets/stylesheets/_custom.scss */
.color-swatch-body-label {
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 0.1875rem;
}

/* line 28226, app/assets/stylesheets/_custom.scss */
.color-swatch-body-value {
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin-bottom: 0rem;
}

/* line 28232, app/assets/stylesheets/_custom.scss */
.setting-nav {
  position: absolute;
  top: 60px;
  width: 95%;
  overflow-y: auto;
}

@media (max-width: 768px) {
  /* line 28240, app/assets/stylesheets/_custom.scss */
  .setting-nav {
    position: relative;
  }
}

/* line 28245, app/assets/stylesheets/_custom.scss */
.setting-nav a {
  font-size: 14px;
  color: #161C24;
  font-weight: 500;
  display: block;
  background-color: #fff;
  line-height: 26px;
  text-decoration: none;
  transition: 0.5s ease;
}

/* line 28256, app/assets/stylesheets/_custom.scss */
.setting-nav a:hover {
  color: #624BFF;
}

/* line 28260, app/assets/stylesheets/_custom.scss */
.setting-nav a.active {
  display: block;
  color: #624BFF;
  transition: 0.5s ease;
}

/* line 28266, app/assets/stylesheets/_custom.scss */
.ratio {
  display: inline-block;
  width: 10rem;
  color: #637381;
  background-color: #F9FAFB;
  border: 1px solid #F4F6F8;
}

/* line 28274, app/assets/stylesheets/_custom.scss */
.card {
  box-shadow: 0px 2px 4px rgba(0, 0, 20, 0.08), 0px 1px 2px rgba(0, 0, 20, 0.08);
  border: 0px;
  border-radius: 0.5rem;
}

/* line 28280, app/assets/stylesheets/_custom.scss */
.avatar {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
}

/* line 28287, app/assets/stylesheets/_custom.scss */
.avatar-xs {
  width: 1.5rem;
  height: 1.5rem;
}

/* line 28292, app/assets/stylesheets/_custom.scss */
.avatar-sm {
  width: 2rem;
  height: 2rem;
}

/* line 28297, app/assets/stylesheets/_custom.scss */
.avatar-md {
  width: 2.5rem;
  height: 2.5rem;
}

/* line 28302, app/assets/stylesheets/_custom.scss */
.avatar-lg {
  width: 3.5rem;
  height: 3.5rem;
}

/* line 28307, app/assets/stylesheets/_custom.scss */
.avatar-xl {
  width: 5rem;
  height: 5rem;
}

/* line 28312, app/assets/stylesheets/_custom.scss */
.avatar-xxl {
  width: 7.5rem;
  height: 7.5rem;
}

/* line 28317, app/assets/stylesheets/_custom.scss */
.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 28323, app/assets/stylesheets/_custom.scss */
.avatar-indicators {
  position: relative;
}

/* line 28327, app/assets/stylesheets/_custom.scss */
.avatar-indicators:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 5%;
  width: 30%;
  height: 30%;
  border-radius: 50%;
  border: 2px solid #fff;
  display: table;
}

/* line 28339, app/assets/stylesheets/_custom.scss */
.avatar-xxl.avatar-indicators:before {
  bottom: 5px;
  right: 17%;
  width: 16%;
  height: 16%;
}

/* line 28346, app/assets/stylesheets/_custom.scss */
.avatar-offline:before {
  background-color: #C4CDD5;
}

/* line 28350, app/assets/stylesheets/_custom.scss */
.avatar-online:before {
  background-color: #198754;
}

/* line 28354, app/assets/stylesheets/_custom.scss */
.avatar-away:before {
  background-color: #ffc107;
}

/* line 28358, app/assets/stylesheets/_custom.scss */
.avatar-busy:before {
  background-color: #dc3545;
}

/* line 28362, app/assets/stylesheets/_custom.scss */
.avatar-info:before {
  background-color: #0dcaf0;
}

/* line 28366, app/assets/stylesheets/_custom.scss */
.avatar-initials {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  text-transform: uppercase;
}

/* line 28376, app/assets/stylesheets/_custom.scss */
.avatar-primary .avatar-initials {
  color: #fff;
  background-color: #624BFF;
}

/* line 28381, app/assets/stylesheets/_custom.scss */
.avatar-secondary .avatar-initials {
  color: #fff;
  background-color: #637381;
}

/* line 28386, app/assets/stylesheets/_custom.scss */
.avatar-success .avatar-initials {
  color: #fff;
  background-color: #198754;
}

/* line 28391, app/assets/stylesheets/_custom.scss */
.avatar-warning .avatar-initials {
  color: #fff;
  background-color: #ffc107;
}

/* line 28396, app/assets/stylesheets/_custom.scss */
.avatar-info .avatar-initials {
  color: #fff;
  background-color: #0dcaf0;
}

/* line 28401, app/assets/stylesheets/_custom.scss */
.avatar-danger .avatar-initials {
  color: #fff;
  background-color: #dc3545;
}

/* line 28406, app/assets/stylesheets/_custom.scss */
.avatar-light .avatar-initials {
  color: #fff;
  background-color: #F9FAFB;
}

/* line 28411, app/assets/stylesheets/_custom.scss */
.avatar-dark .avatar-initials {
  color: #fff;
  background-color: #212B36;
}

/* line 28416, app/assets/stylesheets/_custom.scss */
.avatar-group .avatar + .avatar {
  margin-left: -1.2rem;
}

/* line 28420, app/assets/stylesheets/_custom.scss */
.avatar-group .avatar:hover {
  z-index: 2;
}

/* line 28424, app/assets/stylesheets/_custom.scss */
.avatar-group img,
.avatar-group .avatar .avatar-initials {
  border: 2px solid #fff;
}

/* line 28429, app/assets/stylesheets/_custom.scss */
.btn-outline-white {
  border-color: #DFE3E8;
  color: #637381;
}

/* line 28434, app/assets/stylesheets/_custom.scss */
.btn-outline-white:hover,
.btn-outline-white:focus {
  background-color: #F9FAFB;
  border-color: #C4CDD5;
  color: #637381;
}

/* line 28441, app/assets/stylesheets/_custom.scss */
.btn-outline-white.active {
  background-color: #F9FAFB;
  border-color: #C4CDD5;
  color: #637381;
}

/* line 28447, app/assets/stylesheets/_custom.scss */
.btn-icon {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 0.92969rem;
  font-weight: 400;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

/* line 28460, app/assets/stylesheets/_custom.scss */
.btn-icon.btn-xs {
  font-size: 0.75rem;
  width: 1.53125rem;
  height: 1.53125rem;
}

/* line 28466, app/assets/stylesheets/_custom.scss */
.btn-icon.btn-sm,
.btn-group-sm > .btn-icon.btn {
  font-size: 0.875rem;
  width: 2.1875rem;
  height: 2.1875rem;
}

/* line 28473, app/assets/stylesheets/_custom.scss */
.btn-icon.btn-lg,
.btn-group-lg > .btn-icon.btn {
  font-size: 1rem;
  width: 3.36875rem;
  height: 3.36875rem;
}

/* line 28480, app/assets/stylesheets/_custom.scss */
.color-facebook {
  color: #4267B2;
}

/* line 28484, app/assets/stylesheets/_custom.scss */
.color-twitter {
  color: #1DA1F2;
}

/* line 28488, app/assets/stylesheets/_custom.scss */
.color-github {
  color: #000000;
}

/* line 28492, app/assets/stylesheets/_custom.scss */
.color-google {
  color: #db3236;
}

/* line 28496, app/assets/stylesheets/_custom.scss */
.color-slack {
  color: #ce375c;
}

/* line 28500, app/assets/stylesheets/_custom.scss */
.color-linkedin {
  color: #0077b5;
}

/* line 28504, app/assets/stylesheets/_custom.scss */
.dropdown-menu {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #454F5B;
  border: none;
  box-shadow: 0px 0px 1px rgba(60, 66, 87, 0.05), 0px 3px 6px rgba(60, 66, 87, 0.1), 0px 9px 24px rgba(60, 66, 87, 0.2);
  border-radius: 0.5rem;
  z-index: 1040;
}

/* line 28514, app/assets/stylesheets/_custom.scss */
.dropdown-header {
  color: #919EAB;
  padding: 0.25rem 1.2rem;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
  font-weight: 500;
}

/* line 28524, app/assets/stylesheets/_custom.scss */
.dropdown-text {
  padding: 0.25rem 1.2rem;
  color: #919EAB;
  font-size: 0.75rem;
  line-height: 1.4;
}

/* line 28531, app/assets/stylesheets/_custom.scss */
.dropdown-item {
  font-size: 0.875rem;
  line-height: 28px;
  font-weight: 500;
  color: #161C24;
  padding: 0.125rem 1.2rem;
}

/* line 28539, app/assets/stylesheets/_custom.scss */
.dropdown-item:hover {
  color: #624BFF;
  text-decoration: none;
  background-color: #F9FAFB;
  border-radius: 0rem;
}

/* line 28546, app/assets/stylesheets/_custom.scss */
.dropdown-item.active {
  color: #624BFF;
  text-decoration: none;
  background-color: #F9FAFB;
}

/* line 28552, app/assets/stylesheets/_custom.scss */
.dropdown-item:last-child {
  border-bottom: 0rem;
}

/* line 28556, app/assets/stylesheets/_custom.scss */
.dropdown-item:focus {
  color: #624BFF;
  text-decoration: none;
  background-color: #DFE3E8;
  border-radius: 0rem;
  color: #624BFF;
  text-decoration: none;
  background-color: #F9FAFB;
  border-radius: 0rem;
}

/* line 28567, app/assets/stylesheets/_custom.scss */
.dropdown-item:focus .dropdown-toggle::after {
  color: #624BFF;
}

/* line 28571, app/assets/stylesheets/_custom.scss */
.dropdown-item:focus:hover {
  color: #624BFF;
  text-decoration: none;
  background-color: #F9FAFB;
  border-radius: 0rem;
}

/* line 28578, app/assets/stylesheets/_custom.scss */
.dropdown-item:focus:active {
  color: #000;
  text-decoration: none;
  background-color: #F9FAFB;
  border-radius: 0.25rem;
}

/* line 28585, app/assets/stylesheets/_custom.scss */
.dropdown-item.dropdown-toggle:hover::after {
  color: #624BFF;
}

/* line 28589, app/assets/stylesheets/_custom.scss */
.dropdown-item:hover {
  color: #624BFF;
  text-decoration: none;
  background-color: #F9FAFB;
  border-radius: 0px;
}

/* line 28596, app/assets/stylesheets/_custom.scss */
.dropdown-menu-xs {
  min-width: 8rem !important;
  border-radius: 0.5rem;
}

/* line 28601, app/assets/stylesheets/_custom.scss */
.dropdown-menu-md {
  min-width: 17rem !important;
  border-radius: 0.5rem;
}

/* line 28606, app/assets/stylesheets/_custom.scss */
.dropdown-menu-lg {
  min-width: 22rem !important;
  border-radius: 0.5rem;
}

/* line 28611, app/assets/stylesheets/_custom.scss */
.dropdown-menu-xl {
  min-width: 24rem !important;
  border-radius: 0.5rem;
}

/* line 28616, app/assets/stylesheets/_custom.scss */
.dropdown-toggle::after {
  margin-left: 0.255em;
  vertical-align: 0.255em;
  font-family: "Material Design Icons" !important;
  content: "\f0140";
  border-top: 0rem;
  border-right: 0rem;
  border-bottom: 0;
  border-left: 0rem;
  float: right;
}

/* line 28628, app/assets/stylesheets/_custom.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  font-family: "Material Design Icons" !important;
  content: "\f0143";
  border-top: 0rem;
  border-right: 0rem;
  border-bottom: 0;
  border-left: 0rem;
}

/* line 28640, app/assets/stylesheets/_custom.scss */
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  font-family: "Material Design Icons" !important;
  content: "\f0142";
  border-top: 0rem;
  border-right: 0rem;
  border-bottom: 0;
  border-left: 0rem;
}

/* line 28652, app/assets/stylesheets/_custom.scss */
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  font-family: "Material Design Icons" !important;
  content: "\f0141";
  border-top: 0rem;
  border-right: 0rem;
  border-bottom: 0;
  border-left: 0rem;
}

/* line 28663, app/assets/stylesheets/_custom.scss */
.dropdown-item-icon {
  display: inline-block;
  opacity: 0.7;
  font-size: 1rem;
  width: 1.5rem;
  color: #637381;
}

@media (min-width: 990px) {
  /* line 28672, app/assets/stylesheets/_custom.scss */
  .dropstart-lg {
    position: relative;
  }
  /* line 28676, app/assets/stylesheets/_custom.scss */
  .dropstart-lg .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: 0;
    margin-right: 0.125rem;
  }
  /* line 28683, app/assets/stylesheets/_custom.scss */
  .dropstart-toggle-none.dropstart .dropdown-toggle::before {
    display: none;
  }
}

/* line 28688, app/assets/stylesheets/_custom.scss */
.dropdown-toggle-none .dropdown-toggle::before {
  display: none;
}

/* line 28692, app/assets/stylesheets/_custom.scss */
.dropdown-animation.dropdown-submenu .dropdown-menu {
  top: 0;
  right: 100%;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 28699, app/assets/stylesheets/_custom.scss */
.dropdown-animation.dropdown-submenu .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition: all 0.3s ease-in;
}

/* line 28708, app/assets/stylesheets/_custom.scss */
.dropdown-animation.dropdown-submenu:hover > .dropdown-menu {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

/* line 28715, app/assets/stylesheets/_custom.scss */
.form-control-flush {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
}

/* line 28723, app/assets/stylesheets/_custom.scss */
.form-control-flush:focus {
  color: #495057;
  background-color: #fff;
  border-bottom-color: #C4CDD5;
  outline: 0;
  box-shadow: none;
}

/* line 28731, app/assets/stylesheets/_custom.scss */
.badge-dot {
  font-size: 0;
  vertical-align: middle;
  padding: 0;
  border-radius: 50%;
  line-height: 1;
  height: 0.5rem;
  min-height: 0.5rem;
  width: 0.5rem;
  min-width: 0.5rem;
  display: inline-block !important;
}

/* line 28744, app/assets/stylesheets/_custom.scss */
.table .thead-light th {
  color: #637381;
}

/* line 28748, app/assets/stylesheets/_custom.scss */
.table thead th {
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  text-transform: capitalize;
  font-size: 0.875rem;
  color: #637381;
}

@media (max-width: 768px) {
  /* line 28757, app/assets/stylesheets/_custom.scss */
  .docs-content {
    padding: 3.75rem 1.25rem 8.75rem 1.25rem;
  }
}

@media (max-width: 768px) {
  /* line 28763, app/assets/stylesheets/_custom.scss */
  .docs-nav-sidebar {
    width: 100%;
    position: relative;
    right: 0rem;
    top: 0;
  }
  /* line 28770, app/assets/stylesheets/_custom.scss */
  .docs-nav-sidebar .navbar-toggler {
    background-color: #fff;
  }
  /* line 28774, app/assets/stylesheets/_custom.scss */
  .docs-wrapper {
    margin-left: 0rem;
  }
  /* line 28778, app/assets/stylesheets/_custom.scss */
  .docs-main-wrapper .main-content {
    margin-left: 0rem;
    width: auto;
  }
  /* line 28783, app/assets/stylesheets/_custom.scss */
  .docs-content {
    padding: 0rem;
  }
}

/* line 28788, app/assets/stylesheets/_custom.scss */
.doc-sidebar {
  z-index: 2;
  width: 13.625rem;
  border-right: 1px solid #DFE3E8;
  position: fixed;
  height: 100%;
  overflow: auto;
}

@media (max-width: 990px) {
  /* line 28798, app/assets/stylesheets/_custom.scss */
  .doc-sidebar {
    width: 100%;
    position: relative;
    border: 0;
    height: auto;
  }
}

@media (min-width: 990px) and (max-width: 1200px) {
  /* line 28807, app/assets/stylesheets/_custom.scss */
  .doc-sidebar {
    width: 10rem;
  }
}

/* line 28812, app/assets/stylesheets/_custom.scss */
.doc-sidebar .navbar-nav {
  padding-top: 1rem;
}

/* line 28816, app/assets/stylesheets/_custom.scss */
.doc-sidebar .navbar-nav .navbar-header {
  margin-bottom: 0.5rem;
  padding: 0rem 1rem;
  margin-top: 2rem;
  font-size: 0.75rem;
}

/* line 28823, app/assets/stylesheets/_custom.scss */
.doc-sidebar .navbar-nav .navbar-header .heading {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #C4CDD5;
  margin-bottom: 0rem;
}

/* line 28832, app/assets/stylesheets/_custom.scss */
.doc-sidebar .navbar-nav .navbar-header span {
  color: #637381;
}

/* line 28836, app/assets/stylesheets/_custom.scss */
.doc-sidebar .navbar-nav .nav-item .nav-link {
  color: #212B36;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.25rem 1rem;
  font-family: "Inter", "sans-serif";
  font-weight: 500;
}

/* line 28845, app/assets/stylesheets/_custom.scss */
.doc-sidebar .navbar-nav .nav-item .nav-link:hover {
  color: #624BFF;
}

/* line 28849, app/assets/stylesheets/_custom.scss */
.doc-sidebar .navbar-nav .nav-item .nav-link.active {
  color: #624BFF;
}

/* line 28853, app/assets/stylesheets/_custom.scss */
.apexcharts-tooltip {
  border-radius: 0.5rem !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 28858, app/assets/stylesheets/_custom.scss */
.apexcharts-tooltip .apexcharts-tooltip-series-group {
  background: #fff !important;
  color: #212B36;
  padding: 3px 16px 6px 16px !important;
  display: none;
  text-align: left;
  justify-content: left;
  align-items: center;
  line-height: 1 !important;
}

/* line 28869, app/assets/stylesheets/_custom.scss */
.apexcharts-tooltip-marker {
  width: 8px !important;
  height: 8px !important;
  position: relative;
  top: 0px;
  margin-right: 6px !important;
  border-radius: 50%;
}

/* line 28878, app/assets/stylesheets/_custom.scss */
.apexcharts-tooltip.apexcharts-theme-light {
  border: 1px solid #F4F6F8 !important;
  background-color: #F9FAFB !important;
  background: #fff !important;
}

/* line 28884, app/assets/stylesheets/_custom.scss */
.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background: #fff !important;
  border-bottom: 1px solid #F4F6F8 !important;
}

/* line 28889, app/assets/stylesheets/_custom.scss */
.apexcharts-tooltip-title {
  padding: 8px 16px !important;
  font-size: 14px !important;
  margin-bottom: 4px;
  font-weight: 600 !important;
}

/* Code blocks */
/* line 28897, app/assets/stylesheets/_custom.scss */
code[class*=language-],
pre[class*=language-] {
  font-family: "Inter", "sans-serif";
}

/* line 28902, app/assets/stylesheets/_custom.scss */
pre[class*=language-] {
  padding: 1em;
  overflow: auto;
  border-radius: 0.5rem !important;
  margin: 0;
}

/* line 28909, app/assets/stylesheets/_custom.scss */
:not(pre) > code[class*=language-],
pre[class*=language-] {
  background: #161C24;
}

/* line 28914, app/assets/stylesheets/_custom.scss */
div.code-toolbar {
  position: relative;
}

/* line 28918, app/assets/stylesheets/_custom.scss */
div.code-toolbar > .toolbar {
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  padding: 0.5rem;
}

/* line 28927, app/assets/stylesheets/_custom.scss */
div.code-toolbar:hover > .toolbar,
div.code-toolbar:focus-within > .toolbar {
  opacity: 1;
}

/* line 28932, app/assets/stylesheets/_custom.scss */
div.code-toolbar > .toolbar > .toolbar-item {
  display: inline-block;
}

/* line 28936, app/assets/stylesheets/_custom.scss */
div.code-toolbar > .toolbar > .toolbar-item > a {
  cursor: pointer;
}

/* line 28940, app/assets/stylesheets/_custom.scss */
div.code-toolbar > .toolbar > .toolbar-item > button {
  background: none;
  border: 0;
  color: #212B36;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
}

/* line 28950, app/assets/stylesheets/_custom.scss */
div.code-toolbar > .toolbar > .toolbar-item > a,
div.code-toolbar > .toolbar > .toolbar-item > button,
div.code-toolbar > .toolbar > .toolbar-item > span {
  color: #212B36;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  background: #fff;
  font-weight: 600;
  border-radius: 0.25rem;
}

/* line 28961, app/assets/stylesheets/_custom.scss */
div.code-toolbar > .toolbar > .toolbar-item > a:hover,
div.code-toolbar > .toolbar > .toolbar-item > a:focus {
  color: #212B36;
  text-decoration: none;
}

/* line 28967, app/assets/stylesheets/_custom.scss */
div.code-toolbar > .toolbar > .toolbar-item > button:hover,
div.code-toolbar > .toolbar > .toolbar-item > button:focus {
  color: #212B36;
  text-decoration: none;
}

/* line 28973, app/assets/stylesheets/_custom.scss */
div.code-toolbar > .toolbar > .toolbar-item > span:hover,
div.code-toolbar > .toolbar > .toolbar-item > span:focus {
  color: inherit;
  text-decoration: none;
}

/* Separate line b/c rules are thrown out if selector is invalid.
   IE11 and old Edge versions don't support :focus-within. */
/* line 28981, app/assets/stylesheets/_custom.scss */
.heading-permalink {
  color: transparent;
  margin-left: -2rem;
}

/* line 28986, app/assets/stylesheets/_custom.scss */
.heading-permalink:hover {
  color: transparent;
}

/* line 28990, app/assets/stylesheets/_custom.scss */
.heading-permalink::before {
  color: rgba(82, 95, 127, 0);
  content: "#";
}

/* line 28995, app/assets/stylesheets/_custom.scss */
.heading-permalink:hover:before {
  color: #624BFF;
}
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/kanit/kanit-v16-latin_thai-300.woff2.woff2) format("woff2");
}

@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/kanit/kanit-v16-latin_thai-600.woff2) format("woff2");
}

@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/kanit/kanit-v16-latin_thai-700.woff2) format("woff2");
}

@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/kanit/kanit-v16-latin_thai-regular.woff2) format("woff2");
}

/* line 33, app/assets/stylesheets/application-mailer.scss */
body {
  font-family: 'Kanit', sans-serif !important;
}

/* line 37, app/assets/stylesheets/application-mailer.scss */
.dropdown-item {
  display: block !important;
  width: 100% !important;
  padding: 10px !important;
  clear: both !important;
  font-weight: 400 !important;
  color: #212529 !important;
  text-align: inherit !important;
  white-space: nowrap !important;
  background-color: transparent !important;
  border: 0 !important;
}

/* line 50, app/assets/stylesheets/application-mailer.scss */
.custom-dropdown .dropdown-menu a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  font-size: 14px !important;
  padding: 10px !important;
  position: relative !important;
  color: #b2bac1 !important;
}

/* line 58, app/assets/stylesheets/application-mailer.scss */
.float-right {
  float: right !important;
}

/* line 62, app/assets/stylesheets/application-mailer.scss */
.bg-blue {
  background-color: #03a4ed;
}
@tailwind base;
@tailwind components;
@tailwind utilities;

/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/
/* line 1, app/assets/stylesheets/invoice.scss */
body {
  font-family: 'Kanit';
}

/* line 5, app/assets/stylesheets/invoice.scss */
.text-center {
  text-align: center;
}

/* line 9, app/assets/stylesheets/invoice.scss */
.invoice-box {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  padding: 30px;
  border: 1px solid #eee;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  line-height: 24px;
  font-family: 'Kanit';
  color: #555;
}

/* line 22, app/assets/stylesheets/invoice.scss */
.invoice-box table {
  width: 100%;
  line-height: inherit;
  text-align: left;
}

/* line 28, app/assets/stylesheets/invoice.scss */
.invoice-box table td {
  padding: 5px;
  vertical-align: middle;
}

/* line 33, app/assets/stylesheets/invoice.scss */
.invoice-box table tr td:nth-child(2) {
  text-align: right;
}

/* line 37, app/assets/stylesheets/invoice.scss */
.right {
  text-align: right;
}

/* line 41, app/assets/stylesheets/invoice.scss */
.invoice-box table tr.top table td {
  padding-bottom: 20px;
}

/* line 45, app/assets/stylesheets/invoice.scss */
.invoice-box table tr.top table td.title {
  font-size: 45px;
  line-height: 45px;
  color: #333;
}

/* line 51, app/assets/stylesheets/invoice.scss */
.invoice-box table tr.information table td {
  padding-bottom: 40px;
}

/* line 55, app/assets/stylesheets/invoice.scss */
.invoice-box table tr.heading td {
  background: #eee;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}

/* line 61, app/assets/stylesheets/invoice.scss */
.invoice-box table tr.details td {
  padding-bottom: 20px;
}

/* line 65, app/assets/stylesheets/invoice.scss */
.invoice-box table tr.item td {
  border-bottom: 1px solid #eee;
}

/* line 69, app/assets/stylesheets/invoice.scss */
.invoice-box table tr.item.last td {
  border-bottom: none;
}

/* line 73, app/assets/stylesheets/invoice.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

/* line 85, app/assets/stylesheets/invoice.scss */
.badge:empty {
  display: none;
}

/* line 89, app/assets/stylesheets/invoice.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 94, app/assets/stylesheets/invoice.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 100, app/assets/stylesheets/invoice.scss */
.text-primary {
  color: #007bff;
}

/* line 104, app/assets/stylesheets/invoice.scss */
.text-success {
  color: #02BD8C;
}

/* line 108, app/assets/stylesheets/invoice.scss */
.invoice-box table tr.total td:nth-child(2) {
  border-top: 2px solid #eee;
  font-weight: bold;
}

/* line 113, app/assets/stylesheets/invoice.scss */
.rtl {
  direction: rtl;
  font-family: 'Kanit';
}

/* line 118, app/assets/stylesheets/invoice.scss */
.rtl table {
  text-align: right;
}

/* line 122, app/assets/stylesheets/invoice.scss */
.rtl table tr td:nth-child(2) {
  text-align: left;
}

/* line 126, app/assets/stylesheets/invoice.scss */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 131, app/assets/stylesheets/invoice.scss */
.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
body {
  background-color: #f0f4f8;
  font-family: 'Kanit'
}

@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/kanit/kanit-v16-latin_thai-300.woff2) format('woff2');
}

@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/kanit/kanit-v16-latin_thai-600.woff2) format('woff2');
}

@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/kanit/kanit-v16-latin_thai-700.woff2) format('woff2');
}

@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/kanit/kanit-v16-latin_thai-regular.woff2) format('woff2');
}

.tracking-progress-bar {
  height: 5px;
  background-color: #e2e8f0;
  position: relative;
  margin: 0 12px;
  flex-grow: 1;
}
.tracking-progress-bar-fill {
  position: absolute;
  height: 100%;
  background-color: #4f46e5;
  transition: width 1s ease-in-out;
}
/* Progress bar colors for different statuses */
.tracking-progress-bar-fill.blue {
  background-color: #3b82f6;
}
.tracking-progress-bar-fill.yellow {
  background-color: #eab308;
}
.tracking-progress-bar-fill.green {
  background-color: #22c55e;
}
.tracking-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.tracking-dot.active {
  background-color: #4f46e5;
  box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.2);
}
.tracking-dot.completed {
  background-color: #4f46e5;
}
/* Tracking dot colors for different statuses */
.tracking-dot.blue {
  background-color: #3b82f6;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.2);
}
.tracking-dot.yellow {
  background-color: #eab308;
  box-shadow: 0 0 0 4px rgba(234, 179, 8, 0.2);
}
.tracking-dot.green {
  background-color: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.2);
}
.tracking-dot i {
  color: white;
  font-size: 12px;
}
.parcel-card {
  transition: all 0.3s ease;
}
.parcel-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}
.pulse {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
      box-shadow: 0 0 0 0 rgba(79, 70, 229, 0.7);
  }
  70% {
      box-shadow: 0 0 0 10px rgba(79, 70, 229, 0);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(79, 70, 229, 0);
  }
}

.courier-selector {
  border-color: #e5e7eb;
  transition: all 0.3s ease;
}
.courier-selector:hover {
  border-color: #3b82f6;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.courier-selector.selected {
  border-color: #3b82f6;
  background-color: rgba(59, 130, 246, 0.05);
}
.courier-logo {
  width: 60px;
  height: 60px;
}
.slider-container {
  position: relative;
}
.slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.slider-button:hover {
  background-color: #f3f4f6;
}
.slider-button.prev {
  left: -15px;
}
.slider-button.next {
  right: -15px;
}
.courier-grid {
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.courier-grid::-webkit-scrollbar {
  display: none;
}

/* Scrollbar hide utility */
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem;
}

.toast.showing {
  opacity: 0;
}

.toast:not(.show) {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container> :not(:last-child) {
  margin-bottom: 16px;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #637381;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}

.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
  z-index: 2000;
}

.image-track {
  width: 125px;
  height: 125px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
