@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 4140, app/assets/stylesheets/_custom.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

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

/* line 4151, 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 4159, app/assets/stylesheets/_custom.scss */
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
}

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

/* line 4172, 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 4176, 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 4180, app/assets/stylesheets/_custom.scss */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 4184, 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 4198, app/assets/stylesheets/_custom.scss */
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

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

/* line 4208, 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 4218, 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 4230, app/assets/stylesheets/_custom.scss */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

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

/* line 4240, 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 4250, app/assets/stylesheets/_custom.scss */
.form-range:disabled {
  pointer-events: none;
}

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

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

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

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

/* line 4272, 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 4288, app/assets/stylesheets/_custom.scss */
  .form-floating > label {
    transition: none;
  }
}

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

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

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

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

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

/* line 4314, 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 4320, app/assets/stylesheets/_custom.scss */
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

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

/* line 4330, 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 4335, 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 4343, 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 4349, app/assets/stylesheets/_custom.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 4357, 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 4365, app/assets/stylesheets/_custom.scss */
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}

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

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

/* line 4379, 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 4394, 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 4403, 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 4412, app/assets/stylesheets/_custom.scss */
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 4rem;
}

/* line 4417, 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 4423, 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 4429, 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 4435, app/assets/stylesheets/_custom.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

/* line 4443, 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 4457, 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 4464, 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 4474, 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 4480, 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 4486, app/assets/stylesheets/_custom.scss */
.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: #198754;
}

/* line 4491, 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 4501, 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 4507, app/assets/stylesheets/_custom.scss */
.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: #198754;
}

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

/* line 4517, 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 4522, 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 4527, app/assets/stylesheets/_custom.scss */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

/* line 4531, 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 4538, 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 4545, app/assets/stylesheets/_custom.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

/* line 4553, 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 4567, 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 4574, 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 4584, 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 4590, 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 4596, app/assets/stylesheets/_custom.scss */
.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: #dc3545;
}

/* line 4601, 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 4611, 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 4617, app/assets/stylesheets/_custom.scss */
.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: #dc3545;
}

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

/* line 4627, 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 4632, 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 4637, app/assets/stylesheets/_custom.scss */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

/* line 4641, 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 4648, 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 4655, 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 4675, app/assets/stylesheets/_custom.scss */
  .btn {
    transition: none;
  }
}

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

/* line 4684, 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 4690, app/assets/stylesheets/_custom.scss */
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

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

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

/* line 4709, 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 4717, 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 4727, 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 4735, app/assets/stylesheets/_custom.scss */
.btn-primary:disabled,
.btn-primary.disabled {
  color: #fff;
  background-color: #624BFF;
  border-color: #624BFF;
}

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

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

/* line 4754, 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 4762, 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 4772, 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 4780, app/assets/stylesheets/_custom.scss */
.btn-secondary:disabled,
.btn-secondary.disabled {
  color: #fff;
  background-color: #637381;
  border-color: #637381;
}

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

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

/* line 4799, 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 4807, 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 4817, 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 4825, app/assets/stylesheets/_custom.scss */
.btn-success:disabled,
.btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

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

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

/* line 4844, 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 4852, 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 4862, 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 4870, app/assets/stylesheets/_custom.scss */
.btn-info:disabled,
.btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

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

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

/* line 4889, 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 4897, 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 4907, 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 4915, app/assets/stylesheets/_custom.scss */
.btn-warning:disabled,
.btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

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

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

/* line 4934, 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 4942, 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 4952, 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 4960, app/assets/stylesheets/_custom.scss */
.btn-danger:disabled,
.btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

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

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

/* line 4979, 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 4987, 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 4997, 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 5005, app/assets/stylesheets/_custom.scss */
.btn-light:disabled,
.btn-light.disabled {
  color: #000;
  background-color: #F9FAFB;
  border-color: #F9FAFB;
}

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

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

/* line 5024, 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 5032, 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 5042, 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 5050, app/assets/stylesheets/_custom.scss */
.btn-dark:disabled,
.btn-dark.disabled {
  color: #fff;
  background-color: #212B36;
  border-color: #212B36;
}

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

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

/* line 5069, 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 5077, 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 5087, 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 5095, app/assets/stylesheets/_custom.scss */
.btn-white:disabled,
.btn-white.disabled {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

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

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

/* line 5114, 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 5122, 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 5132, 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 5140, app/assets/stylesheets/_custom.scss */
.btn-light-primary:disabled,
.btn-light-primary.disabled {
  color: #000;
  background-color: #E0DCFE;
  border-color: #E0DCFE;
}

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

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

/* line 5159, 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 5167, 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 5177, 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 5185, app/assets/stylesheets/_custom.scss */
.btn-light-danger:disabled,
.btn-light-danger.disabled {
  color: #000;
  background-color: #FBEBEC;
  border-color: #FBEBEC;
}

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

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

/* line 5204, 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 5212, 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 5222, 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 5230, app/assets/stylesheets/_custom.scss */
.btn-light-info:disabled,
.btn-light-info.disabled {
  color: #000;
  background-color: #E7FAFE;
  border-color: #E7FAFE;
}

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

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

/* line 5249, 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 5257, 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 5267, 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 5275, app/assets/stylesheets/_custom.scss */
.btn-light-warning:disabled,
.btn-light-warning.disabled {
  color: #000;
  background-color: #FFF3CD;
  border-color: #FFF3CD;
}

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

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

/* line 5294, 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 5302, 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 5312, 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 5320, app/assets/stylesheets/_custom.scss */
.btn-light-secondary:disabled,
.btn-light-secondary.disabled {
  color: #000;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

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

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

/* line 5339, 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 5347, 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 5357, 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 5365, app/assets/stylesheets/_custom.scss */
.btn-light-success:disabled,
.btn-light-success.disabled {
  color: #000;
  background-color: #EAF6EC;
  border-color: #EAF6EC;
}

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

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

/* line 5384, 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 5392, 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 5402, 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 5410, app/assets/stylesheets/_custom.scss */
.btn-light-dark:disabled,
.btn-light-dark.disabled {
  color: #000;
  background-color: #d1cfd8;
  border-color: #d1cfd8;
}

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

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

/* line 5429, 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 5437, 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 5447, 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 5455, app/assets/stylesheets/_custom.scss */
.btn-dark-primary:disabled,
.btn-dark-primary.disabled {
  color: #fff;
  background-color: #593cc1;
  border-color: #593cc1;
}

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

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

/* line 5474, 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 5482, 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 5492, 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 5500, app/assets/stylesheets/_custom.scss */
.btn-dark-warning:disabled,
.btn-dark-warning.disabled {
  color: #000;
  background-color: #c28135;
  border-color: #c28135;
}

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

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

/* line 5519, 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 5527, 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 5537, 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 5545, app/assets/stylesheets/_custom.scss */
.btn-dark-info:disabled,
.btn-dark-info.disabled {
  color: #000;
  background-color: #51a0c2;
  border-color: #51a0c2;
}

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

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

/* line 5564, 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 5572, 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 5582, 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 5590, app/assets/stylesheets/_custom.scss */
.btn-dark-danger:disabled,
.btn-dark-danger.disabled {
  color: #fff;
  background-color: #ae302e;
  border-color: #ae302e;
}

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

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

/* line 5609, 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 5617, 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 5627, 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 5635, app/assets/stylesheets/_custom.scss */
.btn-dark-success:disabled,
.btn-dark-success.disabled {
  color: #000;
  background-color: #139a74;
  border-color: #139a74;
}

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

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

/* line 5654, 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 5662, 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 5672, 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 5680, app/assets/stylesheets/_custom.scss */
.btn-dark-secondary:disabled,
.btn-dark-secondary.disabled {
  color: #fff;
  background-color: #5c596d;
  border-color: #5c596d;
}

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

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

/* line 5698, 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 5703, 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 5713, 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 5721, app/assets/stylesheets/_custom.scss */
.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
  color: #624BFF;
  background-color: transparent;
}

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

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

/* line 5738, 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 5743, 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 5753, 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 5761, app/assets/stylesheets/_custom.scss */
.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
  color: #637381;
  background-color: transparent;
}

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

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

/* line 5778, 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 5783, 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 5793, 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 5801, app/assets/stylesheets/_custom.scss */
.btn-outline-success:disabled,
.btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

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

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

/* line 5818, 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 5823, 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 5833, 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 5841, app/assets/stylesheets/_custom.scss */
.btn-outline-info:disabled,
.btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

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

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

/* line 5858, 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 5863, 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 5873, 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 5881, app/assets/stylesheets/_custom.scss */
.btn-outline-warning:disabled,
.btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

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

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

/* line 5898, 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 5903, 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 5913, 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 5921, app/assets/stylesheets/_custom.scss */
.btn-outline-danger:disabled,
.btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

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

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

/* line 5938, 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 5943, 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 5953, 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 5961, app/assets/stylesheets/_custom.scss */
.btn-outline-light:disabled,
.btn-outline-light.disabled {
  color: #F9FAFB;
  background-color: transparent;
}

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

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

/* line 5978, 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 5983, 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 5993, 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 6001, app/assets/stylesheets/_custom.scss */
.btn-outline-dark:disabled,
.btn-outline-dark.disabled {
  color: #212B36;
  background-color: transparent;
}

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

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

/* line 6018, 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 6023, 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 6033, 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 6041, app/assets/stylesheets/_custom.scss */
.btn-outline-white:disabled,
.btn-outline-white.disabled {
  color: #fff;
  background-color: transparent;
}

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

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

/* line 6058, 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 6063, 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 6073, 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 6081, app/assets/stylesheets/_custom.scss */
.btn-outline-light-primary:disabled,
.btn-outline-light-primary.disabled {
  color: #E0DCFE;
  background-color: transparent;
}

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

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

/* line 6098, 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 6103, 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 6113, 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 6121, app/assets/stylesheets/_custom.scss */
.btn-outline-light-danger:disabled,
.btn-outline-light-danger.disabled {
  color: #FBEBEC;
  background-color: transparent;
}

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

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

/* line 6138, 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 6143, 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 6153, 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 6161, app/assets/stylesheets/_custom.scss */
.btn-outline-light-info:disabled,
.btn-outline-light-info.disabled {
  color: #E7FAFE;
  background-color: transparent;
}

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

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

/* line 6178, 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 6183, 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 6193, 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 6201, app/assets/stylesheets/_custom.scss */
.btn-outline-light-warning:disabled,
.btn-outline-light-warning.disabled {
  color: #FFF3CD;
  background-color: transparent;
}

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

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

/* line 6218, 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 6223, 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 6233, 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 6241, app/assets/stylesheets/_custom.scss */
.btn-outline-light-secondary:disabled,
.btn-outline-light-secondary.disabled {
  color: #e9ecef;
  background-color: transparent;
}

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

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

/* line 6258, 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 6263, 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 6273, 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 6281, app/assets/stylesheets/_custom.scss */
.btn-outline-light-success:disabled,
.btn-outline-light-success.disabled {
  color: #EAF6EC;
  background-color: transparent;
}

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

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

/* line 6298, 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 6303, 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 6313, 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 6321, app/assets/stylesheets/_custom.scss */
.btn-outline-light-dark:disabled,
.btn-outline-light-dark.disabled {
  color: #d1cfd8;
  background-color: transparent;
}

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

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

/* line 6338, 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 6343, 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 6353, 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 6361, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-primary:disabled,
.btn-outline-dark-primary.disabled {
  color: #593cc1;
  background-color: transparent;
}

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

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

/* line 6378, 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 6383, 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 6393, 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 6401, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-warning:disabled,
.btn-outline-dark-warning.disabled {
  color: #c28135;
  background-color: transparent;
}

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

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

/* line 6418, 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 6423, 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 6433, 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 6441, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-info:disabled,
.btn-outline-dark-info.disabled {
  color: #51a0c2;
  background-color: transparent;
}

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

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

/* line 6458, 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 6463, 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 6473, 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 6481, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-danger:disabled,
.btn-outline-dark-danger.disabled {
  color: #ae302e;
  background-color: transparent;
}

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

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

/* line 6498, 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 6503, 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 6513, 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 6521, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-success:disabled,
.btn-outline-dark-success.disabled {
  color: #139a74;
  background-color: transparent;
}

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

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

/* line 6538, 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 6543, 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 6553, 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 6561, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-secondary:disabled,
.btn-outline-dark-secondary.disabled {
  color: #5c596d;
  background-color: transparent;
}

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

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

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

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

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

/* line 6594, 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 6601, app/assets/stylesheets/_custom.scss */
.fade {
  transition: opacity 0.15s linear;
}

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

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

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

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

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

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

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

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

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

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

/* line 6669, 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 6686, app/assets/stylesheets/_custom.scss */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 6859, 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 6867, app/assets/stylesheets/_custom.scss */
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

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

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

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

/* line 6896, 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 6903, 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 6916, app/assets/stylesheets/_custom.scss */
.dropdown-item:hover,
.dropdown-item:focus {
  color: #141920;
  background-color: #F4F6F8;
}

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

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

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

/* line 6940, 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 6949, app/assets/stylesheets/_custom.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #161C24;
}

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

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

/* line 6965, 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 6971, app/assets/stylesheets/_custom.scss */
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #624BFF;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 7065, 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 7071, 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 7077, app/assets/stylesheets/_custom.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

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

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

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

/* line 7113, 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 7121, app/assets/stylesheets/_custom.scss */
  .nav-link {
    transition: none;
  }
}

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

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

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

/* line 7141, 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 7149, app/assets/stylesheets/_custom.scss */
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #F4F6F8 #F4F6F8 #DFE3E8;
  isolation: isolate;
}

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

/* line 7161, 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 7168, app/assets/stylesheets/_custom.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

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

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

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

/* line 7212, 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 7222, 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 7235, 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 7243, app/assets/stylesheets/_custom.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

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

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

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

/* line 7271, 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 7282, app/assets/stylesheets/_custom.scss */
  .navbar-toggler {
    transition: none;
  }
}

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

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

/* line 7297, 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 7307, app/assets/stylesheets/_custom.scss */
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 7313, app/assets/stylesheets/_custom.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 7318, app/assets/stylesheets/_custom.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 7322, app/assets/stylesheets/_custom.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 7326, app/assets/stylesheets/_custom.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 7331, app/assets/stylesheets/_custom.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 7335, app/assets/stylesheets/_custom.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 7340, app/assets/stylesheets/_custom.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 7344, app/assets/stylesheets/_custom.scss */
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  /* line 7348, 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 7362, app/assets/stylesheets/_custom.scss */
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 7369, 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 7378, app/assets/stylesheets/_custom.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 7383, app/assets/stylesheets/_custom.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 7387, app/assets/stylesheets/_custom.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 7391, app/assets/stylesheets/_custom.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 7396, app/assets/stylesheets/_custom.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 7400, app/assets/stylesheets/_custom.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 7405, app/assets/stylesheets/_custom.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 7409, app/assets/stylesheets/_custom.scss */
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  /* line 7413, 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 7427, app/assets/stylesheets/_custom.scss */
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 7434, 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 7443, app/assets/stylesheets/_custom.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 7448, app/assets/stylesheets/_custom.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 7452, app/assets/stylesheets/_custom.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 7456, app/assets/stylesheets/_custom.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 7461, app/assets/stylesheets/_custom.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 7465, app/assets/stylesheets/_custom.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 7470, app/assets/stylesheets/_custom.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 7474, app/assets/stylesheets/_custom.scss */
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  /* line 7478, 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 7492, app/assets/stylesheets/_custom.scss */
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 7499, 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 7508, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 7513, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 7517, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 7521, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 7526, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 7530, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 7535, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 7539, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  /* line 7543, 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 7557, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 7564, 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 7573, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 7578, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 7582, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 7586, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 7591, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 7595, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 7600, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 7604, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  /* line 7608, 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 7622, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 7629, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 7637, app/assets/stylesheets/_custom.scss */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 7642, app/assets/stylesheets/_custom.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

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

/* line 7650, app/assets/stylesheets/_custom.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 7655, app/assets/stylesheets/_custom.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 7659, app/assets/stylesheets/_custom.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 7664, app/assets/stylesheets/_custom.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 7668, app/assets/stylesheets/_custom.scss */
.navbar-expand .offcanvas-header {
  display: none;
}

/* line 7672, 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 7686, app/assets/stylesheets/_custom.scss */
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}

/* line 7693, app/assets/stylesheets/_custom.scss */
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

/* line 7700, app/assets/stylesheets/_custom.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 7704, app/assets/stylesheets/_custom.scss */
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 7709, app/assets/stylesheets/_custom.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

/* line 7713, 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 7718, app/assets/stylesheets/_custom.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 7722, 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 7727, 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 7732, 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 7736, app/assets/stylesheets/_custom.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

/* line 7740, 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 7746, app/assets/stylesheets/_custom.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 7750, app/assets/stylesheets/_custom.scss */
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 7755, app/assets/stylesheets/_custom.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

/* line 7759, 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 7764, app/assets/stylesheets/_custom.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 7768, app/assets/stylesheets/_custom.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 7773, 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 7778, 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 7782, app/assets/stylesheets/_custom.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

/* line 7786, 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 7792, 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 7804, app/assets/stylesheets/_custom.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 7809, app/assets/stylesheets/_custom.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 7814, 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 7820, 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 7826, app/assets/stylesheets/_custom.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 7831, app/assets/stylesheets/_custom.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1.5rem 1.5rem;
}

/* line 7836, app/assets/stylesheets/_custom.scss */
.card-title {
  margin-bottom: 1.5rem;
}

/* line 7840, app/assets/stylesheets/_custom.scss */
.card-subtitle {
  margin-top: -0.75rem;
  margin-bottom: 0;
}

/* line 7845, app/assets/stylesheets/_custom.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 7849, app/assets/stylesheets/_custom.scss */
.card-link + .card-link {
  margin-left: 1.5rem;
}

/* line 7853, 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 7860, app/assets/stylesheets/_custom.scss */
.card-header:first-child {
  border-radius: 0.5rem 0.5rem 0 0;
}

/* line 7864, 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 7870, app/assets/stylesheets/_custom.scss */
.card-footer:last-child {
  border-radius: 0 0 0.5rem 0.5rem;
}

/* line 7874, app/assets/stylesheets/_custom.scss */
.card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -0.75rem;
  margin-left: -0.75rem;
  border-bottom: 0;
}

/* line 7881, app/assets/stylesheets/_custom.scss */
.card-header-pills {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

/* line 7886, 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 7896, app/assets/stylesheets/_custom.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

/* line 7902, app/assets/stylesheets/_custom.scss */
.card-img,
.card-img-top {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

/* line 7908, app/assets/stylesheets/_custom.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 7914, app/assets/stylesheets/_custom.scss */
.card-group > .card {
  margin-bottom: 16px;
}

@media (min-width: 576px) {
  /* line 7919, app/assets/stylesheets/_custom.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 7924, app/assets/stylesheets/_custom.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 7929, app/assets/stylesheets/_custom.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 7934, app/assets/stylesheets/_custom.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 7939, 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 7944, 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 7949, app/assets/stylesheets/_custom.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 7954, 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 7959, 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 7965, 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 7982, app/assets/stylesheets/_custom.scss */
  .accordion-button {
    transition: none;
  }
}

/* line 7987, 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 7993, 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 7999, 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 8014, app/assets/stylesheets/_custom.scss */
  .accordion-button::after {
    transition: none;
  }
}

/* line 8019, app/assets/stylesheets/_custom.scss */
.accordion-button:hover {
  z-index: 2;
}

/* line 8023, 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 8030, app/assets/stylesheets/_custom.scss */
.accordion-header {
  margin-bottom: 0;
}

/* line 8034, app/assets/stylesheets/_custom.scss */
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 8039, app/assets/stylesheets/_custom.scss */
.accordion-item:first-of-type {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

/* line 8044, 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 8049, app/assets/stylesheets/_custom.scss */
.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 8053, app/assets/stylesheets/_custom.scss */
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

/* line 8058, 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 8063, 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 8068, app/assets/stylesheets/_custom.scss */
.accordion-body {
  padding: 1rem 1.25rem;
}

/* line 8072, app/assets/stylesheets/_custom.scss */
.accordion-flush .accordion-collapse {
  border-width: 0;
}

/* line 8076, app/assets/stylesheets/_custom.scss */
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 8082, app/assets/stylesheets/_custom.scss */
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

/* line 8086, app/assets/stylesheets/_custom.scss */
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

/* line 8090, app/assets/stylesheets/_custom.scss */
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

/* line 8094, app/assets/stylesheets/_custom.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

/* line 8102, app/assets/stylesheets/_custom.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 8106, app/assets/stylesheets/_custom.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #637381;
  content: var(--bs-breadcrumb-divider, "/");
}

/* line 8115, app/assets/stylesheets/_custom.scss */
.breadcrumb-item.active {
  color: #637381;
}

/* line 8119, app/assets/stylesheets/_custom.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 8125, 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 8135, app/assets/stylesheets/_custom.scss */
  .page-link {
    transition: none;
  }
}

/* line 8140, app/assets/stylesheets/_custom.scss */
.page-link:hover {
  z-index: 2;
  color: #4e3ccc;
  background-color: #F4F6F8;
  border-color: #DFE3E8;
}

/* line 8147, 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 8155, app/assets/stylesheets/_custom.scss */
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

/* line 8159, app/assets/stylesheets/_custom.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #624BFF;
  border-color: #624BFF;
}

/* line 8166, app/assets/stylesheets/_custom.scss */
.page-item.disabled .page-link {
  color: #637381;
  pointer-events: none;
  background-color: #fff;
  border-color: #DFE3E8;
}

/* line 8173, app/assets/stylesheets/_custom.scss */
.page-link {
  padding: 0.375rem 0.75rem;
}

/* line 8177, app/assets/stylesheets/_custom.scss */
.page-item:first-child .page-link {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

/* line 8182, app/assets/stylesheets/_custom.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

/* line 8187, app/assets/stylesheets/_custom.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.171875rem;
}

/* line 8192, 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 8197, 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 8202, app/assets/stylesheets/_custom.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.8203125rem;
}

/* line 8207, 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 8212, 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 8217, 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 8230, app/assets/stylesheets/_custom.scss */
.badge:empty {
  display: none;
}

/* line 8234, app/assets/stylesheets/_custom.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 8239, app/assets/stylesheets/_custom.scss */
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}

/* line 8247, app/assets/stylesheets/_custom.scss */
.alert-heading {
  color: inherit;
}

/* line 8251, app/assets/stylesheets/_custom.scss */
.alert-link {
  font-weight: 700;
}

/* line 8255, app/assets/stylesheets/_custom.scss */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 8259, app/assets/stylesheets/_custom.scss */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* line 8267, app/assets/stylesheets/_custom.scss */
.alert-primary {
  color: #3b2d99;
  background-color: #e0dbff;
  border-color: #d0c9ff;
}

/* line 8273, app/assets/stylesheets/_custom.scss */
.alert-primary .alert-link {
  color: #2f247a;
}

/* line 8277, app/assets/stylesheets/_custom.scss */
.alert-secondary {
  color: #3b454d;
  background-color: #e0e3e6;
  border-color: #d0d5d9;
}

/* line 8283, app/assets/stylesheets/_custom.scss */
.alert-secondary .alert-link {
  color: #2f373e;
}

/* line 8287, app/assets/stylesheets/_custom.scss */
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

/* line 8293, app/assets/stylesheets/_custom.scss */
.alert-success .alert-link {
  color: #0c4128;
}

/* line 8297, app/assets/stylesheets/_custom.scss */
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

/* line 8303, app/assets/stylesheets/_custom.scss */
.alert-info .alert-link {
  color: #04414d;
}

/* line 8307, app/assets/stylesheets/_custom.scss */
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

/* line 8313, app/assets/stylesheets/_custom.scss */
.alert-warning .alert-link {
  color: #523e02;
}

/* line 8317, app/assets/stylesheets/_custom.scss */
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

/* line 8323, app/assets/stylesheets/_custom.scss */
.alert-danger .alert-link {
  color: #6a1a21;
}

/* line 8327, app/assets/stylesheets/_custom.scss */
.alert-light {
  color: #646464;
  background-color: #fefefe;
  border-color: #fdfefe;
}

/* line 8333, app/assets/stylesheets/_custom.scss */
.alert-light .alert-link {
  color: #505050;
}

/* line 8337, app/assets/stylesheets/_custom.scss */
.alert-dark {
  color: #141a20;
  background-color: #d3d5d7;
  border-color: #bcbfc3;
}

/* line 8343, app/assets/stylesheets/_custom.scss */
.alert-dark .alert-link {
  color: #10151a;
}

/* line 8347, app/assets/stylesheets/_custom.scss */
.alert-white {
  color: #666666;
  background-color: white;
  border-color: white;
}

/* line 8353, app/assets/stylesheets/_custom.scss */
.alert-white .alert-link {
  color: #525252;
}

/* line 8357, app/assets/stylesheets/_custom.scss */
.alert-light-primary {
  color: #5a5866;
  background-color: #f9f8ff;
  border-color: #f6f5ff;
}

/* line 8363, app/assets/stylesheets/_custom.scss */
.alert-light-primary .alert-link {
  color: #484652;
}

/* line 8367, app/assets/stylesheets/_custom.scss */
.alert-light-danger {
  color: #645e5e;
  background-color: #fefbfb;
  border-color: #fef9f9;
}

/* line 8373, app/assets/stylesheets/_custom.scss */
.alert-light-danger .alert-link {
  color: #504b4b;
}

/* line 8377, app/assets/stylesheets/_custom.scss */
.alert-light-info {
  color: #5c6466;
  background-color: #fafeff;
  border-color: #f8feff;
}

/* line 8383, app/assets/stylesheets/_custom.scss */
.alert-light-info .alert-link {
  color: #4a5052;
}

/* line 8387, app/assets/stylesheets/_custom.scss */
.alert-light-warning {
  color: #666152;
  background-color: #fffdf5;
  border-color: #fffbf0;
}

/* line 8393, app/assets/stylesheets/_custom.scss */
.alert-light-warning .alert-link {
  color: #524e42;
}

/* line 8397, app/assets/stylesheets/_custom.scss */
.alert-light-secondary {
  color: #5d5e60;
  background-color: #fbfbfc;
  border-color: #f8f9fa;
}

/* line 8403, app/assets/stylesheets/_custom.scss */
.alert-light-secondary .alert-link {
  color: #4a4b4d;
}

/* line 8407, app/assets/stylesheets/_custom.scss */
.alert-light-success {
  color: #5e625e;
  background-color: #fbfdfb;
  border-color: #f9fcf9;
}

/* line 8413, app/assets/stylesheets/_custom.scss */
.alert-light-success .alert-link {
  color: #4b4e4b;
}

/* line 8417, app/assets/stylesheets/_custom.scss */
.alert-light-dark {
  color: #545356;
  background-color: #f6f5f7;
  border-color: #f1f1f3;
}

/* line 8423, app/assets/stylesheets/_custom.scss */
.alert-light-dark .alert-link {
  color: #434245;
}

/* line 8427, app/assets/stylesheets/_custom.scss */
.alert-dark-primary {
  color: #352474;
  background-color: #ded8f3;
  border-color: #cdc5ec;
}

/* line 8433, app/assets/stylesheets/_custom.scss */
.alert-dark-primary .alert-link {
  color: #2a1d5d;
}

/* line 8437, app/assets/stylesheets/_custom.scss */
.alert-dark-warning {
  color: #744d20;
  background-color: #f3e6d7;
  border-color: #edd9c2;
}

/* line 8443, app/assets/stylesheets/_custom.scss */
.alert-dark-warning .alert-link {
  color: #5d3e1a;
}

/* line 8447, app/assets/stylesheets/_custom.scss */
.alert-dark-info {
  color: #316074;
  background-color: #dcecf3;
  border-color: #cbe3ed;
}

/* line 8453, app/assets/stylesheets/_custom.scss */
.alert-dark-info .alert-link {
  color: #274d5d;
}

/* line 8457, app/assets/stylesheets/_custom.scss */
.alert-dark-danger {
  color: #681d1c;
  background-color: #efd6d5;
  border-color: #e7c1c0;
}

/* line 8463, app/assets/stylesheets/_custom.scss */
.alert-dark-danger .alert-link {
  color: #531716;
}

/* line 8467, app/assets/stylesheets/_custom.scss */
.alert-dark-success {
  color: #0b5c46;
  background-color: #d0ebe3;
  border-color: #b8e1d5;
}

/* line 8473, app/assets/stylesheets/_custom.scss */
.alert-dark-success .alert-link {
  color: #094a38;
}

/* line 8477, app/assets/stylesheets/_custom.scss */
.alert-dark-secondary {
  color: #373541;
  background-color: #dedee2;
  border-color: #cecdd3;
}

/* line 8483, 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 8499, app/assets/stylesheets/_custom.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.703125rem;
  background-color: #F4F6F8;
  border-radius: 0.375rem;
}

/* line 8508, 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 8521, app/assets/stylesheets/_custom.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 8526, 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 8531, 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 8537, app/assets/stylesheets/_custom.scss */
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

/* line 8543, app/assets/stylesheets/_custom.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.375rem;
}

/* line 8551, app/assets/stylesheets/_custom.scss */
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

/* line 8556, app/assets/stylesheets/_custom.scss */
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

/* line 8561, app/assets/stylesheets/_custom.scss */
.list-group-item-action {
  width: 100%;
  color: #454F5B;
  text-align: inherit;
}

/* line 8567, 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 8575, app/assets/stylesheets/_custom.scss */
.list-group-item-action:active {
  color: #637381;
  background-color: #F4F6F8;
}

/* line 8580, 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 8589, app/assets/stylesheets/_custom.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 8594, app/assets/stylesheets/_custom.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 8599, app/assets/stylesheets/_custom.scss */
.list-group-item.disabled,
.list-group-item:disabled {
  color: #637381;
  pointer-events: none;
  background-color: #fff;
}

/* line 8606, app/assets/stylesheets/_custom.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #624BFF;
  border-color: #624BFF;
}

/* line 8613, app/assets/stylesheets/_custom.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 8617, app/assets/stylesheets/_custom.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 8622, app/assets/stylesheets/_custom.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 8626, 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 8631, 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 8636, app/assets/stylesheets/_custom.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 8640, app/assets/stylesheets/_custom.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 8645, 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 8651, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 8655, 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 8660, 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 8665, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 8669, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 8674, 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 8681, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 8685, 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 8690, 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 8695, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 8699, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 8704, 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 8711, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 8715, 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 8720, 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 8725, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 8729, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 8734, 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 8741, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 8745, 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 8750, 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 8755, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 8759, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 8764, 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 8771, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 8775, 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 8780, 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 8785, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 8789, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 8794, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 8800, app/assets/stylesheets/_custom.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 8804, app/assets/stylesheets/_custom.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 8808, app/assets/stylesheets/_custom.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 8812, app/assets/stylesheets/_custom.scss */
.list-group-item-primary {
  color: #3b2d99;
  background-color: #e0dbff;
}

/* line 8817, 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 8823, app/assets/stylesheets/_custom.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #3b2d99;
  border-color: #3b2d99;
}

/* line 8829, app/assets/stylesheets/_custom.scss */
.list-group-item-secondary {
  color: #3b454d;
  background-color: #e0e3e6;
}

/* line 8834, 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 8840, app/assets/stylesheets/_custom.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #3b454d;
  border-color: #3b454d;
}

/* line 8846, app/assets/stylesheets/_custom.scss */
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

/* line 8851, 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 8857, app/assets/stylesheets/_custom.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

/* line 8863, app/assets/stylesheets/_custom.scss */
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

/* line 8868, 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 8874, app/assets/stylesheets/_custom.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

/* line 8880, app/assets/stylesheets/_custom.scss */
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

/* line 8885, 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 8891, app/assets/stylesheets/_custom.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

/* line 8897, app/assets/stylesheets/_custom.scss */
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

/* line 8902, 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 8908, app/assets/stylesheets/_custom.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

/* line 8914, app/assets/stylesheets/_custom.scss */
.list-group-item-light {
  color: #646464;
  background-color: #fefefe;
}

/* line 8919, 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 8925, app/assets/stylesheets/_custom.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #646464;
  border-color: #646464;
}

/* line 8931, app/assets/stylesheets/_custom.scss */
.list-group-item-dark {
  color: #141a20;
  background-color: #d3d5d7;
}

/* line 8936, 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 8942, app/assets/stylesheets/_custom.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141a20;
  border-color: #141a20;
}

/* line 8948, app/assets/stylesheets/_custom.scss */
.list-group-item-white {
  color: #666666;
  background-color: white;
}

/* line 8953, 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 8959, app/assets/stylesheets/_custom.scss */
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

/* line 8965, app/assets/stylesheets/_custom.scss */
.list-group-item-light-primary {
  color: #5a5866;
  background-color: #f9f8ff;
}

/* line 8970, 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 8976, app/assets/stylesheets/_custom.scss */
.list-group-item-light-primary.list-group-item-action.active {
  color: #fff;
  background-color: #5a5866;
  border-color: #5a5866;
}

/* line 8982, app/assets/stylesheets/_custom.scss */
.list-group-item-light-danger {
  color: #645e5e;
  background-color: #fefbfb;
}

/* line 8987, 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 8993, app/assets/stylesheets/_custom.scss */
.list-group-item-light-danger.list-group-item-action.active {
  color: #fff;
  background-color: #645e5e;
  border-color: #645e5e;
}

/* line 8999, app/assets/stylesheets/_custom.scss */
.list-group-item-light-info {
  color: #5c6466;
  background-color: #fafeff;
}

/* line 9004, 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 9010, app/assets/stylesheets/_custom.scss */
.list-group-item-light-info.list-group-item-action.active {
  color: #fff;
  background-color: #5c6466;
  border-color: #5c6466;
}

/* line 9016, app/assets/stylesheets/_custom.scss */
.list-group-item-light-warning {
  color: #666152;
  background-color: #fffdf5;
}

/* line 9021, 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 9027, app/assets/stylesheets/_custom.scss */
.list-group-item-light-warning.list-group-item-action.active {
  color: #fff;
  background-color: #666152;
  border-color: #666152;
}

/* line 9033, app/assets/stylesheets/_custom.scss */
.list-group-item-light-secondary {
  color: #5d5e60;
  background-color: #fbfbfc;
}

/* line 9038, 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 9044, app/assets/stylesheets/_custom.scss */
.list-group-item-light-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #5d5e60;
  border-color: #5d5e60;
}

/* line 9050, app/assets/stylesheets/_custom.scss */
.list-group-item-light-success {
  color: #5e625e;
  background-color: #fbfdfb;
}

/* line 9055, 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 9061, app/assets/stylesheets/_custom.scss */
.list-group-item-light-success.list-group-item-action.active {
  color: #fff;
  background-color: #5e625e;
  border-color: #5e625e;
}

/* line 9067, app/assets/stylesheets/_custom.scss */
.list-group-item-light-dark {
  color: #545356;
  background-color: #f6f5f7;
}

/* line 9072, 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 9078, app/assets/stylesheets/_custom.scss */
.list-group-item-light-dark.list-group-item-action.active {
  color: #fff;
  background-color: #545356;
  border-color: #545356;
}

/* line 9084, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-primary {
  color: #352474;
  background-color: #ded8f3;
}

/* line 9089, 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 9095, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-primary.list-group-item-action.active {
  color: #fff;
  background-color: #352474;
  border-color: #352474;
}

/* line 9101, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-warning {
  color: #744d20;
  background-color: #f3e6d7;
}

/* line 9106, 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 9112, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-warning.list-group-item-action.active {
  color: #fff;
  background-color: #744d20;
  border-color: #744d20;
}

/* line 9118, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-info {
  color: #316074;
  background-color: #dcecf3;
}

/* line 9123, 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 9129, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-info.list-group-item-action.active {
  color: #fff;
  background-color: #316074;
  border-color: #316074;
}

/* line 9135, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-danger {
  color: #681d1c;
  background-color: #efd6d5;
}

/* line 9140, 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 9146, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-danger.list-group-item-action.active {
  color: #fff;
  background-color: #681d1c;
  border-color: #681d1c;
}

/* line 9152, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-success {
  color: #0b5c46;
  background-color: #d0ebe3;
}

/* line 9157, 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 9163, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-success.list-group-item-action.active {
  color: #fff;
  background-color: #0b5c46;
  border-color: #0b5c46;
}

/* line 9169, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-secondary {
  color: #373541;
  background-color: #dedee2;
}

/* line 9174, 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 9180, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #373541;
  border-color: #373541;
}

/* line 9186, 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 9198, app/assets/stylesheets/_custom.scss */
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

/* line 9204, 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 9210, 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 9219, app/assets/stylesheets/_custom.scss */
.btn-close-white {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
  filter: invert(1) grayscale(100%) brightness(200%);
}

/* line 9224, 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 9236, app/assets/stylesheets/_custom.scss */
.toast.showing {
  opacity: 0;
}

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

/* line 9244, app/assets/stylesheets/_custom.scss */
.toast-container {
  width: -webkit-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

/* line 9251, app/assets/stylesheets/_custom.scss */
.toast-container > :not(:last-child) {
  margin-bottom: 16px;
}

/* line 9255, 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 9267, app/assets/stylesheets/_custom.scss */
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

/* line 9272, app/assets/stylesheets/_custom.scss */
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

/* line 9277, 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 9290, app/assets/stylesheets/_custom.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 9297, 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 9306, app/assets/stylesheets/_custom.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 9311, app/assets/stylesheets/_custom.scss */
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

/* line 9316, app/assets/stylesheets/_custom.scss */
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* line 9321, app/assets/stylesheets/_custom.scss */
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

/* line 9325, app/assets/stylesheets/_custom.scss */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 9330, app/assets/stylesheets/_custom.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 9334, app/assets/stylesheets/_custom.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 9340, 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 9353, app/assets/stylesheets/_custom.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 9363, app/assets/stylesheets/_custom.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 9367, app/assets/stylesheets/_custom.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 9371, 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 9382, app/assets/stylesheets/_custom.scss */
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

/* line 9387, app/assets/stylesheets/_custom.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 9392, app/assets/stylesheets/_custom.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 9398, 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 9410, app/assets/stylesheets/_custom.scss */
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  /* line 9415, app/assets/stylesheets/_custom.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 9420, app/assets/stylesheets/_custom.scss */
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  /* line 9424, app/assets/stylesheets/_custom.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 9428, app/assets/stylesheets/_custom.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 9435, app/assets/stylesheets/_custom.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 9442, app/assets/stylesheets/_custom.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 9447, app/assets/stylesheets/_custom.scss */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 9454, app/assets/stylesheets/_custom.scss */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 9460, app/assets/stylesheets/_custom.scss */
.modal-fullscreen .modal-header {
  border-radius: 0;
}

/* line 9464, app/assets/stylesheets/_custom.scss */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

/* line 9468, app/assets/stylesheets/_custom.scss */
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  /* line 9473, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 9480, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 9486, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  /* line 9490, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  /* line 9494, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 9500, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 9507, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 9513, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  /* line 9517, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  /* line 9521, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 9527, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 9534, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 9540, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  /* line 9544, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  /* line 9548, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 9554, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 9561, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 9567, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  /* line 9571, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  /* line 9575, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  /* line 9581, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 9588, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 9594, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  /* line 9598, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  /* line 9602, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

/* line 9607, 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 9631, app/assets/stylesheets/_custom.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 9635, app/assets/stylesheets/_custom.scss */
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 9642, app/assets/stylesheets/_custom.scss */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 9649, app/assets/stylesheets/_custom.scss */
.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}

/* line 9654, app/assets/stylesheets/_custom.scss */
.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}

/* line 9659, 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 9666, app/assets/stylesheets/_custom.scss */
.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}

/* line 9671, 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 9678, 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 9685, app/assets/stylesheets/_custom.scss */
.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}

/* line 9690, app/assets/stylesheets/_custom.scss */
.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}

/* line 9695, 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 9702, app/assets/stylesheets/_custom.scss */
.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}

/* line 9707, 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 9714, 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 9721, 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 9730, 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 9761, app/assets/stylesheets/_custom.scss */
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

/* line 9768, 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 9777, 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 9782, 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 9789, 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 9796, 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 9803, 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 9810, 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 9817, 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 9822, 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 9829, 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 9836, 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 9848, 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 9855, 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 9862, 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 9869, 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 9880, app/assets/stylesheets/_custom.scss */
.popover-header:empty {
  display: none;
}

/* line 9884, app/assets/stylesheets/_custom.scss */
.popover-body {
  padding: 1rem 1rem;
  color: #637381;
}

/* line 9889, app/assets/stylesheets/_custom.scss */
.carousel {
  position: relative;
}

/* line 9893, app/assets/stylesheets/_custom.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 9897, app/assets/stylesheets/_custom.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 9903, app/assets/stylesheets/_custom.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 9909, 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 9923, app/assets/stylesheets/_custom.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 9928, app/assets/stylesheets/_custom.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
/* line 9935, app/assets/stylesheets/_custom.scss */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 9941, 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 9948, app/assets/stylesheets/_custom.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

/* line 9955, 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 9962, 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 9971, app/assets/stylesheets/_custom.scss */
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

/* line 9977, 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 9998, app/assets/stylesheets/_custom.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 10004, 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 10014, app/assets/stylesheets/_custom.scss */
.carousel-control-prev {
  left: 0;
}

/* line 10018, app/assets/stylesheets/_custom.scss */
.carousel-control-next {
  right: 0;
}

/* line 10022, 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 10040, 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 10044, 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 10048, 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 10063, 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 10083, app/assets/stylesheets/_custom.scss */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 10088, app/assets/stylesheets/_custom.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 10092, 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 10103, 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 10109, app/assets/stylesheets/_custom.scss */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 10113, 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 10139, 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 10151, 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 10183, 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 10195, app/assets/stylesheets/_custom.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 10202, app/assets/stylesheets/_custom.scss */
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}

/* line 10209, 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 10226, app/assets/stylesheets/_custom.scss */
  .offcanvas {
    transition: none;
  }
}

/* line 10231, app/assets/stylesheets/_custom.scss */
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 10241, app/assets/stylesheets/_custom.scss */
.offcanvas-backdrop.fade {
  opacity: 0;
}

/* line 10245, app/assets/stylesheets/_custom.scss */
.offcanvas-backdrop.show {
  opacity: 0.5;
}

/* line 10249, app/assets/stylesheets/_custom.scss */
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

/* line 10256, 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 10263, app/assets/stylesheets/_custom.scss */
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 10268, app/assets/stylesheets/_custom.scss */
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

/* line 10274, 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 10283, 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 10292, 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 10303, 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 10313, app/assets/stylesheets/_custom.scss */
.offcanvas.show {
  -webkit-transform: none;
  transform: none;
}

/* line 10318, app/assets/stylesheets/_custom.scss */
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}

/* line 10327, app/assets/stylesheets/_custom.scss */
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

/* line 10332, app/assets/stylesheets/_custom.scss */
.placeholder-xs {
  min-height: 0.6em;
}

/* line 10336, app/assets/stylesheets/_custom.scss */
.placeholder-sm {
  min-height: 0.8em;
}

/* line 10340, app/assets/stylesheets/_custom.scss */
.placeholder-lg {
  min-height: 1.2em;
}

/* line 10344, 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 10361, 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 10384, app/assets/stylesheets/_custom.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 10390, app/assets/stylesheets/_custom.scss */
.link-primary {
  color: #624BFF;
}

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

/* line 10399, app/assets/stylesheets/_custom.scss */
.link-secondary {
  color: #637381;
}

/* line 10403, app/assets/stylesheets/_custom.scss */
.link-secondary:hover,
.link-secondary:focus {
  color: #4f5c67;
}

/* line 10408, app/assets/stylesheets/_custom.scss */
.link-success {
  color: #198754;
}

/* line 10412, app/assets/stylesheets/_custom.scss */
.link-success:hover,
.link-success:focus {
  color: #146c43;
}

/* line 10417, app/assets/stylesheets/_custom.scss */
.link-info {
  color: #0dcaf0;
}

/* line 10421, app/assets/stylesheets/_custom.scss */
.link-info:hover,
.link-info:focus {
  color: #3dd5f3;
}

/* line 10426, app/assets/stylesheets/_custom.scss */
.link-warning {
  color: #ffc107;
}

/* line 10430, app/assets/stylesheets/_custom.scss */
.link-warning:hover,
.link-warning:focus {
  color: #ffcd39;
}

/* line 10435, app/assets/stylesheets/_custom.scss */
.link-danger {
  color: #dc3545;
}

/* line 10439, app/assets/stylesheets/_custom.scss */
.link-danger:hover,
.link-danger:focus {
  color: #b02a37;
}

/* line 10444, app/assets/stylesheets/_custom.scss */
.link-light {
  color: #F9FAFB;
}

/* line 10448, app/assets/stylesheets/_custom.scss */
.link-light:hover,
.link-light:focus {
  color: #fafbfc;
}

/* line 10453, app/assets/stylesheets/_custom.scss */
.link-dark {
  color: #212B36;
}

/* line 10457, app/assets/stylesheets/_custom.scss */
.link-dark:hover,
.link-dark:focus {
  color: #1a222b;
}

/* line 10462, app/assets/stylesheets/_custom.scss */
.link-white {
  color: #fff;
}

/* line 10466, app/assets/stylesheets/_custom.scss */
.link-white:hover,
.link-white:focus {
  color: white;
}

/* line 10471, app/assets/stylesheets/_custom.scss */
.link-light-primary {
  color: #E0DCFE;
}

/* line 10475, app/assets/stylesheets/_custom.scss */
.link-light-primary:hover,
.link-light-primary:focus {
  color: #e6e3fe;
}

/* line 10480, app/assets/stylesheets/_custom.scss */
.link-light-danger {
  color: #FBEBEC;
}

/* line 10484, app/assets/stylesheets/_custom.scss */
.link-light-danger:hover,
.link-light-danger:focus {
  color: #fceff0;
}

/* line 10489, app/assets/stylesheets/_custom.scss */
.link-light-info {
  color: #E7FAFE;
}

/* line 10493, app/assets/stylesheets/_custom.scss */
.link-light-info:hover,
.link-light-info:focus {
  color: #ecfbfe;
}

/* line 10498, app/assets/stylesheets/_custom.scss */
.link-light-warning {
  color: #FFF3CD;
}

/* line 10502, app/assets/stylesheets/_custom.scss */
.link-light-warning:hover,
.link-light-warning:focus {
  color: #fff5d7;
}

/* line 10507, app/assets/stylesheets/_custom.scss */
.link-light-secondary {
  color: #e9ecef;
}

/* line 10511, app/assets/stylesheets/_custom.scss */
.link-light-secondary:hover,
.link-light-secondary:focus {
  color: #edf0f2;
}

/* line 10516, app/assets/stylesheets/_custom.scss */
.link-light-success {
  color: #EAF6EC;
}

/* line 10520, app/assets/stylesheets/_custom.scss */
.link-light-success:hover,
.link-light-success:focus {
  color: #eef8f0;
}

/* line 10525, app/assets/stylesheets/_custom.scss */
.link-light-dark {
  color: #d1cfd8;
}

/* line 10529, app/assets/stylesheets/_custom.scss */
.link-light-dark:hover,
.link-light-dark:focus {
  color: #dad9e0;
}

/* line 10534, app/assets/stylesheets/_custom.scss */
.link-dark-primary {
  color: #593cc1;
}

/* line 10538, app/assets/stylesheets/_custom.scss */
.link-dark-primary:hover,
.link-dark-primary:focus {
  color: #47309a;
}

/* line 10543, app/assets/stylesheets/_custom.scss */
.link-dark-warning {
  color: #c28135;
}

/* line 10547, app/assets/stylesheets/_custom.scss */
.link-dark-warning:hover,
.link-dark-warning:focus {
  color: #ce9a5d;
}

/* line 10552, app/assets/stylesheets/_custom.scss */
.link-dark-info {
  color: #51a0c2;
}

/* line 10556, app/assets/stylesheets/_custom.scss */
.link-dark-info:hover,
.link-dark-info:focus {
  color: #74b3ce;
}

/* line 10561, app/assets/stylesheets/_custom.scss */
.link-dark-danger {
  color: #ae302e;
}

/* line 10565, app/assets/stylesheets/_custom.scss */
.link-dark-danger:hover,
.link-dark-danger:focus {
  color: #8b2625;
}

/* line 10570, app/assets/stylesheets/_custom.scss */
.link-dark-success {
  color: #139a74;
}

/* line 10574, app/assets/stylesheets/_custom.scss */
.link-dark-success:hover,
.link-dark-success:focus {
  color: #42ae90;
}

/* line 10579, app/assets/stylesheets/_custom.scss */
.link-dark-secondary {
  color: #5c596d;
}

/* line 10583, app/assets/stylesheets/_custom.scss */
.link-dark-secondary:hover,
.link-dark-secondary:focus {
  color: #4a4757;
}

/* line 10588, app/assets/stylesheets/_custom.scss */
.ratio {
  position: relative;
  width: 100%;
}

/* line 10593, app/assets/stylesheets/_custom.scss */
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

/* line 10599, app/assets/stylesheets/_custom.scss */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 10607, app/assets/stylesheets/_custom.scss */
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

/* line 10611, app/assets/stylesheets/_custom.scss */
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

/* line 10615, app/assets/stylesheets/_custom.scss */
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

/* line 10619, app/assets/stylesheets/_custom.scss */
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

/* line 10623, app/assets/stylesheets/_custom.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 10631, app/assets/stylesheets/_custom.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 10639, app/assets/stylesheets/_custom.scss */
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 10647, app/assets/stylesheets/_custom.scss */
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 10656, app/assets/stylesheets/_custom.scss */
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 10665, app/assets/stylesheets/_custom.scss */
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 10674, app/assets/stylesheets/_custom.scss */
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 10683, app/assets/stylesheets/_custom.scss */
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 10691, app/assets/stylesheets/_custom.scss */
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

/* line 10698, app/assets/stylesheets/_custom.scss */
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

/* line 10705, 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 10718, app/assets/stylesheets/_custom.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

/* line 10734, app/assets/stylesheets/_custom.scss */
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

/* line 10743, app/assets/stylesheets/_custom.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 10747, app/assets/stylesheets/_custom.scss */
.align-top {
  vertical-align: top !important;
}

/* line 10751, app/assets/stylesheets/_custom.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 10755, app/assets/stylesheets/_custom.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 10759, app/assets/stylesheets/_custom.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 10763, app/assets/stylesheets/_custom.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 10767, app/assets/stylesheets/_custom.scss */
.float-start {
  float: left !important;
}

/* line 10771, app/assets/stylesheets/_custom.scss */
.float-end {
  float: right !important;
}

/* line 10775, app/assets/stylesheets/_custom.scss */
.float-none {
  float: none !important;
}

/* line 10779, app/assets/stylesheets/_custom.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 10783, app/assets/stylesheets/_custom.scss */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 10787, app/assets/stylesheets/_custom.scss */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 10791, app/assets/stylesheets/_custom.scss */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 10795, app/assets/stylesheets/_custom.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 10799, app/assets/stylesheets/_custom.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 10803, app/assets/stylesheets/_custom.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 10807, app/assets/stylesheets/_custom.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 10811, app/assets/stylesheets/_custom.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 10815, app/assets/stylesheets/_custom.scss */
.d-inline {
  display: inline !important;
}

/* line 10819, app/assets/stylesheets/_custom.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 10823, app/assets/stylesheets/_custom.scss */
.d-block {
  display: block !important;
}

/* line 10827, app/assets/stylesheets/_custom.scss */
.d-grid {
  display: grid !important;
}

/* line 10831, app/assets/stylesheets/_custom.scss */
.d-table {
  display: table !important;
}

/* line 10835, app/assets/stylesheets/_custom.scss */
.d-table-row {
  display: table-row !important;
}

/* line 10839, app/assets/stylesheets/_custom.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 10843, app/assets/stylesheets/_custom.scss */
.d-flex {
  display: flex !important;
}

/* line 10847, app/assets/stylesheets/_custom.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 10851, app/assets/stylesheets/_custom.scss */
.d-none {
  display: none !important;
}

/* line 10855, app/assets/stylesheets/_custom.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 10859, app/assets/stylesheets/_custom.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 10863, app/assets/stylesheets/_custom.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 10867, app/assets/stylesheets/_custom.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 10871, app/assets/stylesheets/_custom.scss */
.position-static {
  position: static !important;
}

/* line 10875, app/assets/stylesheets/_custom.scss */
.position-relative {
  position: relative !important;
}

/* line 10879, app/assets/stylesheets/_custom.scss */
.position-absolute {
  position: absolute !important;
}

/* line 10883, app/assets/stylesheets/_custom.scss */
.position-fixed {
  position: fixed !important;
}

/* line 10887, app/assets/stylesheets/_custom.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

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

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

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

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

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

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

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

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

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

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

/* line 10932, app/assets/stylesheets/_custom.scss */
.start-0 {
  left: 0 !important;
}

/* line 10936, app/assets/stylesheets/_custom.scss */
.start-1 {
  left: 1 !important;
}

/* line 10940, app/assets/stylesheets/_custom.scss */
.start-2 {
  left: 2 !important;
}

/* line 10944, app/assets/stylesheets/_custom.scss */
.start-50 {
  left: 50% !important;
}

/* line 10948, app/assets/stylesheets/_custom.scss */
.start-100 {
  left: 100% !important;
}

/* line 10952, app/assets/stylesheets/_custom.scss */
.end-0 {
  right: 0 !important;
}

/* line 10956, app/assets/stylesheets/_custom.scss */
.end-1 {
  right: 1 !important;
}

/* line 10960, app/assets/stylesheets/_custom.scss */
.end-2 {
  right: 2 !important;
}

/* line 10964, app/assets/stylesheets/_custom.scss */
.end-50 {
  right: 50% !important;
}

/* line 10968, app/assets/stylesheets/_custom.scss */
.end-100 {
  right: 100% !important;
}

/* line 10972, app/assets/stylesheets/_custom.scss */
.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

/* line 10977, app/assets/stylesheets/_custom.scss */
.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}

/* line 10982, app/assets/stylesheets/_custom.scss */
.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

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

/* line 10991, app/assets/stylesheets/_custom.scss */
.border-0 {
  border: 0 !important;
}

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

/* line 10999, app/assets/stylesheets/_custom.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 11003, app/assets/stylesheets/_custom.scss */
.border-end {
  border-right: 1px solid #DFE3E8 !important;
}

/* line 11007, app/assets/stylesheets/_custom.scss */
.border-end-0 {
  border-right: 0 !important;
}

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

/* line 11015, app/assets/stylesheets/_custom.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 11019, app/assets/stylesheets/_custom.scss */
.border-start {
  border-left: 1px solid #DFE3E8 !important;
}

/* line 11023, app/assets/stylesheets/_custom.scss */
.border-start-0 {
  border-left: 0 !important;
}

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

/* line 11031, app/assets/stylesheets/_custom.scss */
.border-secondary {
  border-color: #637381 !important;
}

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

/* line 11039, app/assets/stylesheets/_custom.scss */
.border-info {
  border-color: #0dcaf0 !important;
}

/* line 11043, app/assets/stylesheets/_custom.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 11047, app/assets/stylesheets/_custom.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 11051, app/assets/stylesheets/_custom.scss */
.border-light {
  border-color: #F9FAFB !important;
}

/* line 11055, app/assets/stylesheets/_custom.scss */
.border-dark {
  border-color: #212B36 !important;
}

/* line 11059, app/assets/stylesheets/_custom.scss */
.border-white {
  border-color: #fff !important;
}

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

/* line 11067, app/assets/stylesheets/_custom.scss */
.border-light-danger {
  border-color: #FBEBEC !important;
}

/* line 11071, app/assets/stylesheets/_custom.scss */
.border-light-info {
  border-color: #E7FAFE !important;
}

/* line 11075, app/assets/stylesheets/_custom.scss */
.border-light-warning {
  border-color: #FFF3CD !important;
}

/* line 11079, app/assets/stylesheets/_custom.scss */
.border-light-secondary {
  border-color: #e9ecef !important;
}

/* line 11083, app/assets/stylesheets/_custom.scss */
.border-light-success {
  border-color: #EAF6EC !important;
}

/* line 11087, app/assets/stylesheets/_custom.scss */
.border-light-dark {
  border-color: #d1cfd8 !important;
}

/* line 11091, app/assets/stylesheets/_custom.scss */
.border-dark-primary {
  border-color: #593cc1 !important;
}

/* line 11095, app/assets/stylesheets/_custom.scss */
.border-dark-warning {
  border-color: #c28135 !important;
}

/* line 11099, app/assets/stylesheets/_custom.scss */
.border-dark-info {
  border-color: #51a0c2 !important;
}

/* line 11103, app/assets/stylesheets/_custom.scss */
.border-dark-danger {
  border-color: #ae302e !important;
}

/* line 11107, app/assets/stylesheets/_custom.scss */
.border-dark-success {
  border-color: #139a74 !important;
}

/* line 11111, app/assets/stylesheets/_custom.scss */
.border-dark-secondary {
  border-color: #5c596d !important;
}

/* line 11115, app/assets/stylesheets/_custom.scss */
.border-1 {
  border-width: 1px !important;
}

/* line 11119, app/assets/stylesheets/_custom.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 11123, app/assets/stylesheets/_custom.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 11127, app/assets/stylesheets/_custom.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 11131, app/assets/stylesheets/_custom.scss */
.border-5 {
  border-width: 5px !important;
}

/* line 11135, app/assets/stylesheets/_custom.scss */
.w-15 {
  width: 15% !important;
}

/* line 11139, app/assets/stylesheets/_custom.scss */
.w-25 {
  width: 25% !important;
}

/* line 11143, app/assets/stylesheets/_custom.scss */
.w-30 {
  width: 30% !important;
}

/* line 11147, app/assets/stylesheets/_custom.scss */
.w-40 {
  width: 40% !important;
}

/* line 11151, app/assets/stylesheets/_custom.scss */
.w-50 {
  width: 50% !important;
}

/* line 11155, app/assets/stylesheets/_custom.scss */
.w-65 {
  width: 65% !important;
}

/* line 11159, app/assets/stylesheets/_custom.scss */
.w-75 {
  width: 75% !important;
}

/* line 11163, app/assets/stylesheets/_custom.scss */
.w-100 {
  width: 100% !important;
}

/* line 11167, app/assets/stylesheets/_custom.scss */
.w-auto {
  width: auto !important;
}

/* line 11171, app/assets/stylesheets/_custom.scss */
.mw-25 {
  max-width: 25% !important;
}

/* line 11175, app/assets/stylesheets/_custom.scss */
.mw-30 {
  max-width: 30% !important;
}

/* line 11179, app/assets/stylesheets/_custom.scss */
.mw-40 {
  max-width: 40% !important;
}

/* line 11183, app/assets/stylesheets/_custom.scss */
.mw-50 {
  max-width: 50% !important;
}

/* line 11187, app/assets/stylesheets/_custom.scss */
.mw-65 {
  max-width: 65% !important;
}

/* line 11191, app/assets/stylesheets/_custom.scss */
.mw-75 {
  max-width: 75% !important;
}

/* line 11195, app/assets/stylesheets/_custom.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 11199, app/assets/stylesheets/_custom.scss */
.mw-auto {
  max-width: auto !important;
}

/* line 11203, app/assets/stylesheets/_custom.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 11207, app/assets/stylesheets/_custom.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 11211, app/assets/stylesheets/_custom.scss */
.h-25 {
  height: 25% !important;
}

/* line 11215, app/assets/stylesheets/_custom.scss */
.h-30 {
  height: 30% !important;
}

/* line 11219, app/assets/stylesheets/_custom.scss */
.h-40 {
  height: 40% !important;
}

/* line 11223, app/assets/stylesheets/_custom.scss */
.h-50 {
  height: 50% !important;
}

/* line 11227, app/assets/stylesheets/_custom.scss */
.h-65 {
  height: 65% !important;
}

/* line 11231, app/assets/stylesheets/_custom.scss */
.h-75 {
  height: 75% !important;
}

/* line 11235, app/assets/stylesheets/_custom.scss */
.h-100 {
  height: 100% !important;
}

/* line 11239, app/assets/stylesheets/_custom.scss */
.h-auto {
  height: auto !important;
}

/* line 11243, app/assets/stylesheets/_custom.scss */
.mh-25 {
  max-height: 25% !important;
}

/* line 11247, app/assets/stylesheets/_custom.scss */
.mh-30 {
  max-height: 30% !important;
}

/* line 11251, app/assets/stylesheets/_custom.scss */
.mh-40 {
  max-height: 40% !important;
}

/* line 11255, app/assets/stylesheets/_custom.scss */
.mh-50 {
  max-height: 50% !important;
}

/* line 11259, app/assets/stylesheets/_custom.scss */
.mh-65 {
  max-height: 65% !important;
}

/* line 11263, app/assets/stylesheets/_custom.scss */
.mh-75 {
  max-height: 75% !important;
}

/* line 11267, app/assets/stylesheets/_custom.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 11271, app/assets/stylesheets/_custom.scss */
.mh-auto {
  max-height: auto !important;
}

/* line 11275, app/assets/stylesheets/_custom.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 11279, app/assets/stylesheets/_custom.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 11283, app/assets/stylesheets/_custom.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 11287, app/assets/stylesheets/_custom.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 11291, app/assets/stylesheets/_custom.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 11295, app/assets/stylesheets/_custom.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 11299, app/assets/stylesheets/_custom.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 11303, app/assets/stylesheets/_custom.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 11307, app/assets/stylesheets/_custom.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 11311, app/assets/stylesheets/_custom.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 11315, app/assets/stylesheets/_custom.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 11319, app/assets/stylesheets/_custom.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 11323, app/assets/stylesheets/_custom.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 11327, app/assets/stylesheets/_custom.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 11331, app/assets/stylesheets/_custom.scss */
.gap-0 {
  gap: 0 !important;
}

/* line 11335, app/assets/stylesheets/_custom.scss */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 11339, app/assets/stylesheets/_custom.scss */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 11343, app/assets/stylesheets/_custom.scss */
.gap-3 {
  gap: 1rem !important;
}

/* line 11347, app/assets/stylesheets/_custom.scss */
.gap-4 {
  gap: 1.25rem !important;
}

/* line 11351, app/assets/stylesheets/_custom.scss */
.gap-5 {
  gap: 1.5rem !important;
}

/* line 11355, app/assets/stylesheets/_custom.scss */
.gap-6 {
  gap: 2rem !important;
}

/* line 11359, app/assets/stylesheets/_custom.scss */
.gap-7 {
  gap: 2.5rem !important;
}

/* line 11363, app/assets/stylesheets/_custom.scss */
.gap-8 {
  gap: 3rem !important;
}

/* line 11367, app/assets/stylesheets/_custom.scss */
.gap-9 {
  gap: 3.5rem !important;
}

/* line 11371, app/assets/stylesheets/_custom.scss */
.gap-10 {
  gap: 4rem !important;
}

/* line 11375, app/assets/stylesheets/_custom.scss */
.gap-11 {
  gap: 4.5rem !important;
}

/* line 11379, app/assets/stylesheets/_custom.scss */
.gap-12 {
  gap: 5rem !important;
}

/* line 11383, app/assets/stylesheets/_custom.scss */
.gap-13 {
  gap: 5.5rem !important;
}

/* line 11387, app/assets/stylesheets/_custom.scss */
.gap-14 {
  gap: 6rem !important;
}

/* line 11391, app/assets/stylesheets/_custom.scss */
.gap-15 {
  gap: 6.5rem !important;
}

/* line 11395, app/assets/stylesheets/_custom.scss */
.gap-16 {
  gap: 7rem !important;
}

/* line 11399, app/assets/stylesheets/_custom.scss */
.gap-17 {
  gap: 7.5rem !important;
}

/* line 11403, app/assets/stylesheets/_custom.scss */
.gap-18 {
  gap: 8rem !important;
}

/* line 11407, app/assets/stylesheets/_custom.scss */
.gap-19 {
  gap: 8.5rem !important;
}

/* line 11411, app/assets/stylesheets/_custom.scss */
.gap-20 {
  gap: 9rem !important;
}

/* line 11415, app/assets/stylesheets/_custom.scss */
.gap-21 {
  gap: 9.5rem !important;
}

/* line 11419, app/assets/stylesheets/_custom.scss */
.gap-22 {
  gap: 10rem !important;
}

/* line 11423, app/assets/stylesheets/_custom.scss */
.gap-23 {
  gap: 12rem !important;
}

/* line 11427, app/assets/stylesheets/_custom.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 11431, app/assets/stylesheets/_custom.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 11435, app/assets/stylesheets/_custom.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 11439, app/assets/stylesheets/_custom.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 11443, app/assets/stylesheets/_custom.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 11447, app/assets/stylesheets/_custom.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 11451, app/assets/stylesheets/_custom.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 11455, app/assets/stylesheets/_custom.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 11459, app/assets/stylesheets/_custom.scss */
.align-items-center {
  align-items: center !important;
}

/* line 11463, app/assets/stylesheets/_custom.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 11467, app/assets/stylesheets/_custom.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 11471, app/assets/stylesheets/_custom.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 11475, app/assets/stylesheets/_custom.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 11479, app/assets/stylesheets/_custom.scss */
.align-content-center {
  align-content: center !important;
}

/* line 11483, app/assets/stylesheets/_custom.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 11487, app/assets/stylesheets/_custom.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 11491, app/assets/stylesheets/_custom.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 11495, app/assets/stylesheets/_custom.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 11499, app/assets/stylesheets/_custom.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 11503, app/assets/stylesheets/_custom.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 11507, app/assets/stylesheets/_custom.scss */
.align-self-center {
  align-self: center !important;
}

/* line 11511, app/assets/stylesheets/_custom.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 11515, app/assets/stylesheets/_custom.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 11519, app/assets/stylesheets/_custom.scss */
.order-first {
  order: -1 !important;
}

/* line 11523, app/assets/stylesheets/_custom.scss */
.order-0 {
  order: 0 !important;
}

/* line 11527, app/assets/stylesheets/_custom.scss */
.order-1 {
  order: 1 !important;
}

/* line 11531, app/assets/stylesheets/_custom.scss */
.order-2 {
  order: 2 !important;
}

/* line 11535, app/assets/stylesheets/_custom.scss */
.order-3 {
  order: 3 !important;
}

/* line 11539, app/assets/stylesheets/_custom.scss */
.order-4 {
  order: 4 !important;
}

/* line 11543, app/assets/stylesheets/_custom.scss */
.order-5 {
  order: 5 !important;
}

/* line 11547, app/assets/stylesheets/_custom.scss */
.order-last {
  order: 6 !important;
}

/* line 11551, app/assets/stylesheets/_custom.scss */
.m-0 {
  margin: 0 !important;
}

/* line 11555, app/assets/stylesheets/_custom.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 11559, app/assets/stylesheets/_custom.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 11563, app/assets/stylesheets/_custom.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 11567, app/assets/stylesheets/_custom.scss */
.m-4 {
  margin: 1.25rem !important;
}

/* line 11571, app/assets/stylesheets/_custom.scss */
.m-5 {
  margin: 1.5rem !important;
}

/* line 11575, app/assets/stylesheets/_custom.scss */
.m-6 {
  margin: 2rem !important;
}

/* line 11579, app/assets/stylesheets/_custom.scss */
.m-7 {
  margin: 2.5rem !important;
}

/* line 11583, app/assets/stylesheets/_custom.scss */
.m-8 {
  margin: 3rem !important;
}

/* line 11587, app/assets/stylesheets/_custom.scss */
.m-9 {
  margin: 3.5rem !important;
}

/* line 11591, app/assets/stylesheets/_custom.scss */
.m-10 {
  margin: 4rem !important;
}

/* line 11595, app/assets/stylesheets/_custom.scss */
.m-11 {
  margin: 4.5rem !important;
}

/* line 11599, app/assets/stylesheets/_custom.scss */
.m-12 {
  margin: 5rem !important;
}

/* line 11603, app/assets/stylesheets/_custom.scss */
.m-13 {
  margin: 5.5rem !important;
}

/* line 11607, app/assets/stylesheets/_custom.scss */
.m-14 {
  margin: 6rem !important;
}

/* line 11611, app/assets/stylesheets/_custom.scss */
.m-15 {
  margin: 6.5rem !important;
}

/* line 11615, app/assets/stylesheets/_custom.scss */
.m-16 {
  margin: 7rem !important;
}

/* line 11619, app/assets/stylesheets/_custom.scss */
.m-17 {
  margin: 7.5rem !important;
}

/* line 11623, app/assets/stylesheets/_custom.scss */
.m-18 {
  margin: 8rem !important;
}

/* line 11627, app/assets/stylesheets/_custom.scss */
.m-19 {
  margin: 8.5rem !important;
}

/* line 11631, app/assets/stylesheets/_custom.scss */
.m-20 {
  margin: 9rem !important;
}

/* line 11635, app/assets/stylesheets/_custom.scss */
.m-21 {
  margin: 9.5rem !important;
}

/* line 11639, app/assets/stylesheets/_custom.scss */
.m-22 {
  margin: 10rem !important;
}

/* line 11643, app/assets/stylesheets/_custom.scss */
.m-23 {
  margin: 12rem !important;
}

/* line 11647, app/assets/stylesheets/_custom.scss */
.m-auto {
  margin: auto !important;
}

/* line 11651, app/assets/stylesheets/_custom.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 11656, app/assets/stylesheets/_custom.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 11661, app/assets/stylesheets/_custom.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 11666, app/assets/stylesheets/_custom.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 11671, app/assets/stylesheets/_custom.scss */
.mx-4 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

/* line 11676, app/assets/stylesheets/_custom.scss */
.mx-5 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 11681, app/assets/stylesheets/_custom.scss */
.mx-6 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

/* line 11686, app/assets/stylesheets/_custom.scss */
.mx-7 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

/* line 11691, app/assets/stylesheets/_custom.scss */
.mx-8 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 11696, app/assets/stylesheets/_custom.scss */
.mx-9 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

/* line 11701, app/assets/stylesheets/_custom.scss */
.mx-10 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

/* line 11706, app/assets/stylesheets/_custom.scss */
.mx-11 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

/* line 11711, app/assets/stylesheets/_custom.scss */
.mx-12 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

/* line 11716, app/assets/stylesheets/_custom.scss */
.mx-13 {
  margin-right: 5.5rem !important;
  margin-left: 5.5rem !important;
}

/* line 11721, app/assets/stylesheets/_custom.scss */
.mx-14 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

/* line 11726, app/assets/stylesheets/_custom.scss */
.mx-15 {
  margin-right: 6.5rem !important;
  margin-left: 6.5rem !important;
}

/* line 11731, app/assets/stylesheets/_custom.scss */
.mx-16 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

/* line 11736, app/assets/stylesheets/_custom.scss */
.mx-17 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

/* line 11741, app/assets/stylesheets/_custom.scss */
.mx-18 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

/* line 11746, app/assets/stylesheets/_custom.scss */
.mx-19 {
  margin-right: 8.5rem !important;
  margin-left: 8.5rem !important;
}

/* line 11751, app/assets/stylesheets/_custom.scss */
.mx-20 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}

/* line 11756, app/assets/stylesheets/_custom.scss */
.mx-21 {
  margin-right: 9.5rem !important;
  margin-left: 9.5rem !important;
}

/* line 11761, app/assets/stylesheets/_custom.scss */
.mx-22 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

/* line 11766, app/assets/stylesheets/_custom.scss */
.mx-23 {
  margin-right: 12rem !important;
  margin-left: 12rem !important;
}

/* line 11771, app/assets/stylesheets/_custom.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 11776, app/assets/stylesheets/_custom.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 11781, app/assets/stylesheets/_custom.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 11786, app/assets/stylesheets/_custom.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 11791, app/assets/stylesheets/_custom.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 11796, app/assets/stylesheets/_custom.scss */
.my-4 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

/* line 11801, app/assets/stylesheets/_custom.scss */
.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 11806, app/assets/stylesheets/_custom.scss */
.my-6 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

/* line 11811, app/assets/stylesheets/_custom.scss */
.my-7 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

/* line 11816, app/assets/stylesheets/_custom.scss */
.my-8 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 11821, app/assets/stylesheets/_custom.scss */
.my-9 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

/* line 11826, app/assets/stylesheets/_custom.scss */
.my-10 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

/* line 11831, app/assets/stylesheets/_custom.scss */
.my-11 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

/* line 11836, app/assets/stylesheets/_custom.scss */
.my-12 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

/* line 11841, app/assets/stylesheets/_custom.scss */
.my-13 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

/* line 11846, app/assets/stylesheets/_custom.scss */
.my-14 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

/* line 11851, app/assets/stylesheets/_custom.scss */
.my-15 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

/* line 11856, app/assets/stylesheets/_custom.scss */
.my-16 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

/* line 11861, app/assets/stylesheets/_custom.scss */
.my-17 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

/* line 11866, app/assets/stylesheets/_custom.scss */
.my-18 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

/* line 11871, app/assets/stylesheets/_custom.scss */
.my-19 {
  margin-top: 8.5rem !important;
  margin-bottom: 8.5rem !important;
}

/* line 11876, app/assets/stylesheets/_custom.scss */
.my-20 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

/* line 11881, app/assets/stylesheets/_custom.scss */
.my-21 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important;
}

/* line 11886, app/assets/stylesheets/_custom.scss */
.my-22 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

/* line 11891, app/assets/stylesheets/_custom.scss */
.my-23 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

/* line 11896, app/assets/stylesheets/_custom.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 11901, app/assets/stylesheets/_custom.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 11905, app/assets/stylesheets/_custom.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 11909, app/assets/stylesheets/_custom.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 11913, app/assets/stylesheets/_custom.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 11917, app/assets/stylesheets/_custom.scss */
.mt-4 {
  margin-top: 1.25rem !important;
}

/* line 11921, app/assets/stylesheets/_custom.scss */
.mt-5 {
  margin-top: 1.5rem !important;
}

/* line 11925, app/assets/stylesheets/_custom.scss */
.mt-6 {
  margin-top: 2rem !important;
}

/* line 11929, app/assets/stylesheets/_custom.scss */
.mt-7 {
  margin-top: 2.5rem !important;
}

/* line 11933, app/assets/stylesheets/_custom.scss */
.mt-8 {
  margin-top: 3rem !important;
}

/* line 11937, app/assets/stylesheets/_custom.scss */
.mt-9 {
  margin-top: 3.5rem !important;
}

/* line 11941, app/assets/stylesheets/_custom.scss */
.mt-10 {
  margin-top: 4rem !important;
}

/* line 11945, app/assets/stylesheets/_custom.scss */
.mt-11 {
  margin-top: 4.5rem !important;
}

/* line 11949, app/assets/stylesheets/_custom.scss */
.mt-12 {
  margin-top: 5rem !important;
}

/* line 11953, app/assets/stylesheets/_custom.scss */
.mt-13 {
  margin-top: 5.5rem !important;
}

/* line 11957, app/assets/stylesheets/_custom.scss */
.mt-14 {
  margin-top: 6rem !important;
}

/* line 11961, app/assets/stylesheets/_custom.scss */
.mt-15 {
  margin-top: 6.5rem !important;
}

/* line 11965, app/assets/stylesheets/_custom.scss */
.mt-16 {
  margin-top: 7rem !important;
}

/* line 11969, app/assets/stylesheets/_custom.scss */
.mt-17 {
  margin-top: 7.5rem !important;
}

/* line 11973, app/assets/stylesheets/_custom.scss */
.mt-18 {
  margin-top: 8rem !important;
}

/* line 11977, app/assets/stylesheets/_custom.scss */
.mt-19 {
  margin-top: 8.5rem !important;
}

/* line 11981, app/assets/stylesheets/_custom.scss */
.mt-20 {
  margin-top: 9rem !important;
}

/* line 11985, app/assets/stylesheets/_custom.scss */
.mt-21 {
  margin-top: 9.5rem !important;
}

/* line 11989, app/assets/stylesheets/_custom.scss */
.mt-22 {
  margin-top: 10rem !important;
}

/* line 11993, app/assets/stylesheets/_custom.scss */
.mt-23 {
  margin-top: 12rem !important;
}

/* line 11997, app/assets/stylesheets/_custom.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 12001, app/assets/stylesheets/_custom.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 12005, app/assets/stylesheets/_custom.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 12009, app/assets/stylesheets/_custom.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 12013, app/assets/stylesheets/_custom.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 12017, app/assets/stylesheets/_custom.scss */
.me-4 {
  margin-right: 1.25rem !important;
}

/* line 12021, app/assets/stylesheets/_custom.scss */
.me-5 {
  margin-right: 1.5rem !important;
}

/* line 12025, app/assets/stylesheets/_custom.scss */
.me-6 {
  margin-right: 2rem !important;
}

/* line 12029, app/assets/stylesheets/_custom.scss */
.me-7 {
  margin-right: 2.5rem !important;
}

/* line 12033, app/assets/stylesheets/_custom.scss */
.me-8 {
  margin-right: 3rem !important;
}

/* line 12037, app/assets/stylesheets/_custom.scss */
.me-9 {
  margin-right: 3.5rem !important;
}

/* line 12041, app/assets/stylesheets/_custom.scss */
.me-10 {
  margin-right: 4rem !important;
}

/* line 12045, app/assets/stylesheets/_custom.scss */
.me-11 {
  margin-right: 4.5rem !important;
}

/* line 12049, app/assets/stylesheets/_custom.scss */
.me-12 {
  margin-right: 5rem !important;
}

/* line 12053, app/assets/stylesheets/_custom.scss */
.me-13 {
  margin-right: 5.5rem !important;
}

/* line 12057, app/assets/stylesheets/_custom.scss */
.me-14 {
  margin-right: 6rem !important;
}

/* line 12061, app/assets/stylesheets/_custom.scss */
.me-15 {
  margin-right: 6.5rem !important;
}

/* line 12065, app/assets/stylesheets/_custom.scss */
.me-16 {
  margin-right: 7rem !important;
}

/* line 12069, app/assets/stylesheets/_custom.scss */
.me-17 {
  margin-right: 7.5rem !important;
}

/* line 12073, app/assets/stylesheets/_custom.scss */
.me-18 {
  margin-right: 8rem !important;
}

/* line 12077, app/assets/stylesheets/_custom.scss */
.me-19 {
  margin-right: 8.5rem !important;
}

/* line 12081, app/assets/stylesheets/_custom.scss */
.me-20 {
  margin-right: 9rem !important;
}

/* line 12085, app/assets/stylesheets/_custom.scss */
.me-21 {
  margin-right: 9.5rem !important;
}

/* line 12089, app/assets/stylesheets/_custom.scss */
.me-22 {
  margin-right: 10rem !important;
}

/* line 12093, app/assets/stylesheets/_custom.scss */
.me-23 {
  margin-right: 12rem !important;
}

/* line 12097, app/assets/stylesheets/_custom.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 12101, app/assets/stylesheets/_custom.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 12105, app/assets/stylesheets/_custom.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 12109, app/assets/stylesheets/_custom.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 12113, app/assets/stylesheets/_custom.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 12117, app/assets/stylesheets/_custom.scss */
.mb-4 {
  margin-bottom: 1.25rem !important;
}

/* line 12121, app/assets/stylesheets/_custom.scss */
.mb-5 {
  margin-bottom: 1.5rem !important;
}

/* line 12125, app/assets/stylesheets/_custom.scss */
.mb-6 {
  margin-bottom: 2rem !important;
}

/* line 12129, app/assets/stylesheets/_custom.scss */
.mb-7 {
  margin-bottom: 2.5rem !important;
}

/* line 12133, app/assets/stylesheets/_custom.scss */
.mb-8 {
  margin-bottom: 3rem !important;
}

/* line 12137, app/assets/stylesheets/_custom.scss */
.mb-9 {
  margin-bottom: 3.5rem !important;
}

/* line 12141, app/assets/stylesheets/_custom.scss */
.mb-10 {
  margin-bottom: 4rem !important;
}

/* line 12145, app/assets/stylesheets/_custom.scss */
.mb-11 {
  margin-bottom: 4.5rem !important;
}

/* line 12149, app/assets/stylesheets/_custom.scss */
.mb-12 {
  margin-bottom: 5rem !important;
}

/* line 12153, app/assets/stylesheets/_custom.scss */
.mb-13 {
  margin-bottom: 5.5rem !important;
}

/* line 12157, app/assets/stylesheets/_custom.scss */
.mb-14 {
  margin-bottom: 6rem !important;
}

/* line 12161, app/assets/stylesheets/_custom.scss */
.mb-15 {
  margin-bottom: 6.5rem !important;
}

/* line 12165, app/assets/stylesheets/_custom.scss */
.mb-16 {
  margin-bottom: 7rem !important;
}

/* line 12169, app/assets/stylesheets/_custom.scss */
.mb-17 {
  margin-bottom: 7.5rem !important;
}

/* line 12173, app/assets/stylesheets/_custom.scss */
.mb-18 {
  margin-bottom: 8rem !important;
}

/* line 12177, app/assets/stylesheets/_custom.scss */
.mb-19 {
  margin-bottom: 8.5rem !important;
}

/* line 12181, app/assets/stylesheets/_custom.scss */
.mb-20 {
  margin-bottom: 9rem !important;
}

/* line 12185, app/assets/stylesheets/_custom.scss */
.mb-21 {
  margin-bottom: 9.5rem !important;
}

/* line 12189, app/assets/stylesheets/_custom.scss */
.mb-22 {
  margin-bottom: 10rem !important;
}

/* line 12193, app/assets/stylesheets/_custom.scss */
.mb-23 {
  margin-bottom: 12rem !important;
}

/* line 12197, app/assets/stylesheets/_custom.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 12201, app/assets/stylesheets/_custom.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 12205, app/assets/stylesheets/_custom.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 12209, app/assets/stylesheets/_custom.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 12213, app/assets/stylesheets/_custom.scss */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 12217, app/assets/stylesheets/_custom.scss */
.ms-4 {
  margin-left: 1.25rem !important;
}

/* line 12221, app/assets/stylesheets/_custom.scss */
.ms-5 {
  margin-left: 1.5rem !important;
}

/* line 12225, app/assets/stylesheets/_custom.scss */
.ms-6 {
  margin-left: 2rem !important;
}

/* line 12229, app/assets/stylesheets/_custom.scss */
.ms-7 {
  margin-left: 2.5rem !important;
}

/* line 12233, app/assets/stylesheets/_custom.scss */
.ms-8 {
  margin-left: 3rem !important;
}

/* line 12237, app/assets/stylesheets/_custom.scss */
.ms-9 {
  margin-left: 3.5rem !important;
}

/* line 12241, app/assets/stylesheets/_custom.scss */
.ms-10 {
  margin-left: 4rem !important;
}

/* line 12245, app/assets/stylesheets/_custom.scss */
.ms-11 {
  margin-left: 4.5rem !important;
}

/* line 12249, app/assets/stylesheets/_custom.scss */
.ms-12 {
  margin-left: 5rem !important;
}

/* line 12253, app/assets/stylesheets/_custom.scss */
.ms-13 {
  margin-left: 5.5rem !important;
}

/* line 12257, app/assets/stylesheets/_custom.scss */
.ms-14 {
  margin-left: 6rem !important;
}

/* line 12261, app/assets/stylesheets/_custom.scss */
.ms-15 {
  margin-left: 6.5rem !important;
}

/* line 12265, app/assets/stylesheets/_custom.scss */
.ms-16 {
  margin-left: 7rem !important;
}

/* line 12269, app/assets/stylesheets/_custom.scss */
.ms-17 {
  margin-left: 7.5rem !important;
}

/* line 12273, app/assets/stylesheets/_custom.scss */
.ms-18 {
  margin-left: 8rem !important;
}

/* line 12277, app/assets/stylesheets/_custom.scss */
.ms-19 {
  margin-left: 8.5rem !important;
}

/* line 12281, app/assets/stylesheets/_custom.scss */
.ms-20 {
  margin-left: 9rem !important;
}

/* line 12285, app/assets/stylesheets/_custom.scss */
.ms-21 {
  margin-left: 9.5rem !important;
}

/* line 12289, app/assets/stylesheets/_custom.scss */
.ms-22 {
  margin-left: 10rem !important;
}

/* line 12293, app/assets/stylesheets/_custom.scss */
.ms-23 {
  margin-left: 12rem !important;
}

/* line 12297, app/assets/stylesheets/_custom.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 12301, app/assets/stylesheets/_custom.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 12305, app/assets/stylesheets/_custom.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 12309, app/assets/stylesheets/_custom.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 12313, app/assets/stylesheets/_custom.scss */
.m-n4 {
  margin: -1.25rem !important;
}

/* line 12317, app/assets/stylesheets/_custom.scss */
.m-n5 {
  margin: -1.5rem !important;
}

/* line 12321, app/assets/stylesheets/_custom.scss */
.m-n6 {
  margin: -2rem !important;
}

/* line 12325, app/assets/stylesheets/_custom.scss */
.m-n7 {
  margin: -2.5rem !important;
}

/* line 12329, app/assets/stylesheets/_custom.scss */
.m-n8 {
  margin: -3rem !important;
}

/* line 12333, app/assets/stylesheets/_custom.scss */
.m-n9 {
  margin: -3.5rem !important;
}

/* line 12337, app/assets/stylesheets/_custom.scss */
.m-n10 {
  margin: -4rem !important;
}

/* line 12341, app/assets/stylesheets/_custom.scss */
.m-n11 {
  margin: -4.5rem !important;
}

/* line 12345, app/assets/stylesheets/_custom.scss */
.m-n12 {
  margin: -5rem !important;
}

/* line 12349, app/assets/stylesheets/_custom.scss */
.m-n13 {
  margin: -5.5rem !important;
}

/* line 12353, app/assets/stylesheets/_custom.scss */
.m-n14 {
  margin: -6rem !important;
}

/* line 12357, app/assets/stylesheets/_custom.scss */
.m-n15 {
  margin: -6.5rem !important;
}

/* line 12361, app/assets/stylesheets/_custom.scss */
.m-n16 {
  margin: -7rem !important;
}

/* line 12365, app/assets/stylesheets/_custom.scss */
.m-n17 {
  margin: -7.5rem !important;
}

/* line 12369, app/assets/stylesheets/_custom.scss */
.m-n18 {
  margin: -8rem !important;
}

/* line 12373, app/assets/stylesheets/_custom.scss */
.m-n19 {
  margin: -8.5rem !important;
}

/* line 12377, app/assets/stylesheets/_custom.scss */
.m-n20 {
  margin: -9rem !important;
}

/* line 12381, app/assets/stylesheets/_custom.scss */
.m-n21 {
  margin: -9.5rem !important;
}

/* line 12385, app/assets/stylesheets/_custom.scss */
.m-n22 {
  margin: -10rem !important;
}

/* line 12389, app/assets/stylesheets/_custom.scss */
.m-n23 {
  margin: -12rem !important;
}

/* line 12393, app/assets/stylesheets/_custom.scss */
.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

/* line 12398, app/assets/stylesheets/_custom.scss */
.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

/* line 12403, app/assets/stylesheets/_custom.scss */
.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

/* line 12408, app/assets/stylesheets/_custom.scss */
.mx-n4 {
  margin-right: -1.25rem !important;
  margin-left: -1.25rem !important;
}

/* line 12413, app/assets/stylesheets/_custom.scss */
.mx-n5 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

/* line 12418, app/assets/stylesheets/_custom.scss */
.mx-n6 {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}

/* line 12423, app/assets/stylesheets/_custom.scss */
.mx-n7 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}

/* line 12428, app/assets/stylesheets/_custom.scss */
.mx-n8 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

/* line 12433, app/assets/stylesheets/_custom.scss */
.mx-n9 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}

/* line 12438, app/assets/stylesheets/_custom.scss */
.mx-n10 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

/* line 12443, app/assets/stylesheets/_custom.scss */
.mx-n11 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important;
}

/* line 12448, app/assets/stylesheets/_custom.scss */
.mx-n12 {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}

/* line 12453, app/assets/stylesheets/_custom.scss */
.mx-n13 {
  margin-right: -5.5rem !important;
  margin-left: -5.5rem !important;
}

/* line 12458, app/assets/stylesheets/_custom.scss */
.mx-n14 {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}

/* line 12463, app/assets/stylesheets/_custom.scss */
.mx-n15 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important;
}

/* line 12468, app/assets/stylesheets/_custom.scss */
.mx-n16 {
  margin-right: -7rem !important;
  margin-left: -7rem !important;
}

/* line 12473, app/assets/stylesheets/_custom.scss */
.mx-n17 {
  margin-right: -7.5rem !important;
  margin-left: -7.5rem !important;
}

/* line 12478, app/assets/stylesheets/_custom.scss */
.mx-n18 {
  margin-right: -8rem !important;
  margin-left: -8rem !important;
}

/* line 12483, app/assets/stylesheets/_custom.scss */
.mx-n19 {
  margin-right: -8.5rem !important;
  margin-left: -8.5rem !important;
}

/* line 12488, app/assets/stylesheets/_custom.scss */
.mx-n20 {
  margin-right: -9rem !important;
  margin-left: -9rem !important;
}

/* line 12493, app/assets/stylesheets/_custom.scss */
.mx-n21 {
  margin-right: -9.5rem !important;
  margin-left: -9.5rem !important;
}

/* line 12498, app/assets/stylesheets/_custom.scss */
.mx-n22 {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}

/* line 12503, app/assets/stylesheets/_custom.scss */
.mx-n23 {
  margin-right: -12rem !important;
  margin-left: -12rem !important;
}

/* line 12508, app/assets/stylesheets/_custom.scss */
.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

/* line 12513, app/assets/stylesheets/_custom.scss */
.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

/* line 12518, app/assets/stylesheets/_custom.scss */
.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

/* line 12523, app/assets/stylesheets/_custom.scss */
.my-n4 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

/* line 12528, app/assets/stylesheets/_custom.scss */
.my-n5 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

/* line 12533, app/assets/stylesheets/_custom.scss */
.my-n6 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

/* line 12538, app/assets/stylesheets/_custom.scss */
.my-n7 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

/* line 12543, app/assets/stylesheets/_custom.scss */
.my-n8 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

/* line 12548, app/assets/stylesheets/_custom.scss */
.my-n9 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

/* line 12553, app/assets/stylesheets/_custom.scss */
.my-n10 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

/* line 12558, app/assets/stylesheets/_custom.scss */
.my-n11 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

/* line 12563, app/assets/stylesheets/_custom.scss */
.my-n12 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

/* line 12568, app/assets/stylesheets/_custom.scss */
.my-n13 {
  margin-top: -5.5rem !important;
  margin-bottom: -5.5rem !important;
}

/* line 12573, app/assets/stylesheets/_custom.scss */
.my-n14 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

/* line 12578, app/assets/stylesheets/_custom.scss */
.my-n15 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important;
}

/* line 12583, app/assets/stylesheets/_custom.scss */
.my-n16 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}

/* line 12588, app/assets/stylesheets/_custom.scss */
.my-n17 {
  margin-top: -7.5rem !important;
  margin-bottom: -7.5rem !important;
}

/* line 12593, app/assets/stylesheets/_custom.scss */
.my-n18 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

/* line 12598, app/assets/stylesheets/_custom.scss */
.my-n19 {
  margin-top: -8.5rem !important;
  margin-bottom: -8.5rem !important;
}

/* line 12603, app/assets/stylesheets/_custom.scss */
.my-n20 {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}

/* line 12608, app/assets/stylesheets/_custom.scss */
.my-n21 {
  margin-top: -9.5rem !important;
  margin-bottom: -9.5rem !important;
}

/* line 12613, app/assets/stylesheets/_custom.scss */
.my-n22 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

/* line 12618, app/assets/stylesheets/_custom.scss */
.my-n23 {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

/* line 12623, app/assets/stylesheets/_custom.scss */
.mt-n1 {
  margin-top: -0.25rem !important;
}

/* line 12627, app/assets/stylesheets/_custom.scss */
.mt-n2 {
  margin-top: -0.5rem !important;
}

/* line 12631, app/assets/stylesheets/_custom.scss */
.mt-n3 {
  margin-top: -1rem !important;
}

/* line 12635, app/assets/stylesheets/_custom.scss */
.mt-n4 {
  margin-top: -1.25rem !important;
}

/* line 12639, app/assets/stylesheets/_custom.scss */
.mt-n5 {
  margin-top: -1.5rem !important;
}

/* line 12643, app/assets/stylesheets/_custom.scss */
.mt-n6 {
  margin-top: -2rem !important;
}

/* line 12647, app/assets/stylesheets/_custom.scss */
.mt-n7 {
  margin-top: -2.5rem !important;
}

/* line 12651, app/assets/stylesheets/_custom.scss */
.mt-n8 {
  margin-top: -3rem !important;
}

/* line 12655, app/assets/stylesheets/_custom.scss */
.mt-n9 {
  margin-top: -3.5rem !important;
}

/* line 12659, app/assets/stylesheets/_custom.scss */
.mt-n10 {
  margin-top: -4rem !important;
}

/* line 12663, app/assets/stylesheets/_custom.scss */
.mt-n11 {
  margin-top: -4.5rem !important;
}

/* line 12667, app/assets/stylesheets/_custom.scss */
.mt-n12 {
  margin-top: -5rem !important;
}

/* line 12671, app/assets/stylesheets/_custom.scss */
.mt-n13 {
  margin-top: -5.5rem !important;
}

/* line 12675, app/assets/stylesheets/_custom.scss */
.mt-n14 {
  margin-top: -6rem !important;
}

/* line 12679, app/assets/stylesheets/_custom.scss */
.mt-n15 {
  margin-top: -6.5rem !important;
}

/* line 12683, app/assets/stylesheets/_custom.scss */
.mt-n16 {
  margin-top: -7rem !important;
}

/* line 12687, app/assets/stylesheets/_custom.scss */
.mt-n17 {
  margin-top: -7.5rem !important;
}

/* line 12691, app/assets/stylesheets/_custom.scss */
.mt-n18 {
  margin-top: -8rem !important;
}

/* line 12695, app/assets/stylesheets/_custom.scss */
.mt-n19 {
  margin-top: -8.5rem !important;
}

/* line 12699, app/assets/stylesheets/_custom.scss */
.mt-n20 {
  margin-top: -9rem !important;
}

/* line 12703, app/assets/stylesheets/_custom.scss */
.mt-n21 {
  margin-top: -9.5rem !important;
}

/* line 12707, app/assets/stylesheets/_custom.scss */
.mt-n22 {
  margin-top: -10rem !important;
}

/* line 12711, app/assets/stylesheets/_custom.scss */
.mt-n23 {
  margin-top: -12rem !important;
}

/* line 12715, app/assets/stylesheets/_custom.scss */
.me-n1 {
  margin-right: -0.25rem !important;
}

/* line 12719, app/assets/stylesheets/_custom.scss */
.me-n2 {
  margin-right: -0.5rem !important;
}

/* line 12723, app/assets/stylesheets/_custom.scss */
.me-n3 {
  margin-right: -1rem !important;
}

/* line 12727, app/assets/stylesheets/_custom.scss */
.me-n4 {
  margin-right: -1.25rem !important;
}

/* line 12731, app/assets/stylesheets/_custom.scss */
.me-n5 {
  margin-right: -1.5rem !important;
}

/* line 12735, app/assets/stylesheets/_custom.scss */
.me-n6 {
  margin-right: -2rem !important;
}

/* line 12739, app/assets/stylesheets/_custom.scss */
.me-n7 {
  margin-right: -2.5rem !important;
}

/* line 12743, app/assets/stylesheets/_custom.scss */
.me-n8 {
  margin-right: -3rem !important;
}

/* line 12747, app/assets/stylesheets/_custom.scss */
.me-n9 {
  margin-right: -3.5rem !important;
}

/* line 12751, app/assets/stylesheets/_custom.scss */
.me-n10 {
  margin-right: -4rem !important;
}

/* line 12755, app/assets/stylesheets/_custom.scss */
.me-n11 {
  margin-right: -4.5rem !important;
}

/* line 12759, app/assets/stylesheets/_custom.scss */
.me-n12 {
  margin-right: -5rem !important;
}

/* line 12763, app/assets/stylesheets/_custom.scss */
.me-n13 {
  margin-right: -5.5rem !important;
}

/* line 12767, app/assets/stylesheets/_custom.scss */
.me-n14 {
  margin-right: -6rem !important;
}

/* line 12771, app/assets/stylesheets/_custom.scss */
.me-n15 {
  margin-right: -6.5rem !important;
}

/* line 12775, app/assets/stylesheets/_custom.scss */
.me-n16 {
  margin-right: -7rem !important;
}

/* line 12779, app/assets/stylesheets/_custom.scss */
.me-n17 {
  margin-right: -7.5rem !important;
}

/* line 12783, app/assets/stylesheets/_custom.scss */
.me-n18 {
  margin-right: -8rem !important;
}

/* line 12787, app/assets/stylesheets/_custom.scss */
.me-n19 {
  margin-right: -8.5rem !important;
}

/* line 12791, app/assets/stylesheets/_custom.scss */
.me-n20 {
  margin-right: -9rem !important;
}

/* line 12795, app/assets/stylesheets/_custom.scss */
.me-n21 {
  margin-right: -9.5rem !important;
}

/* line 12799, app/assets/stylesheets/_custom.scss */
.me-n22 {
  margin-right: -10rem !important;
}

/* line 12803, app/assets/stylesheets/_custom.scss */
.me-n23 {
  margin-right: -12rem !important;
}

/* line 12807, app/assets/stylesheets/_custom.scss */
.mb-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 12811, app/assets/stylesheets/_custom.scss */
.mb-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 12815, app/assets/stylesheets/_custom.scss */
.mb-n3 {
  margin-bottom: -1rem !important;
}

/* line 12819, app/assets/stylesheets/_custom.scss */
.mb-n4 {
  margin-bottom: -1.25rem !important;
}

/* line 12823, app/assets/stylesheets/_custom.scss */
.mb-n5 {
  margin-bottom: -1.5rem !important;
}

/* line 12827, app/assets/stylesheets/_custom.scss */
.mb-n6 {
  margin-bottom: -2rem !important;
}

/* line 12831, app/assets/stylesheets/_custom.scss */
.mb-n7 {
  margin-bottom: -2.5rem !important;
}

/* line 12835, app/assets/stylesheets/_custom.scss */
.mb-n8 {
  margin-bottom: -3rem !important;
}

/* line 12839, app/assets/stylesheets/_custom.scss */
.mb-n9 {
  margin-bottom: -3.5rem !important;
}

/* line 12843, app/assets/stylesheets/_custom.scss */
.mb-n10 {
  margin-bottom: -4rem !important;
}

/* line 12847, app/assets/stylesheets/_custom.scss */
.mb-n11 {
  margin-bottom: -4.5rem !important;
}

/* line 12851, app/assets/stylesheets/_custom.scss */
.mb-n12 {
  margin-bottom: -5rem !important;
}

/* line 12855, app/assets/stylesheets/_custom.scss */
.mb-n13 {
  margin-bottom: -5.5rem !important;
}

/* line 12859, app/assets/stylesheets/_custom.scss */
.mb-n14 {
  margin-bottom: -6rem !important;
}

/* line 12863, app/assets/stylesheets/_custom.scss */
.mb-n15 {
  margin-bottom: -6.5rem !important;
}

/* line 12867, app/assets/stylesheets/_custom.scss */
.mb-n16 {
  margin-bottom: -7rem !important;
}

/* line 12871, app/assets/stylesheets/_custom.scss */
.mb-n17 {
  margin-bottom: -7.5rem !important;
}

/* line 12875, app/assets/stylesheets/_custom.scss */
.mb-n18 {
  margin-bottom: -8rem !important;
}

/* line 12879, app/assets/stylesheets/_custom.scss */
.mb-n19 {
  margin-bottom: -8.5rem !important;
}

/* line 12883, app/assets/stylesheets/_custom.scss */
.mb-n20 {
  margin-bottom: -9rem !important;
}

/* line 12887, app/assets/stylesheets/_custom.scss */
.mb-n21 {
  margin-bottom: -9.5rem !important;
}

/* line 12891, app/assets/stylesheets/_custom.scss */
.mb-n22 {
  margin-bottom: -10rem !important;
}

/* line 12895, app/assets/stylesheets/_custom.scss */
.mb-n23 {
  margin-bottom: -12rem !important;
}

/* line 12899, app/assets/stylesheets/_custom.scss */
.ms-n1 {
  margin-left: -0.25rem !important;
}

/* line 12903, app/assets/stylesheets/_custom.scss */
.ms-n2 {
  margin-left: -0.5rem !important;
}

/* line 12907, app/assets/stylesheets/_custom.scss */
.ms-n3 {
  margin-left: -1rem !important;
}

/* line 12911, app/assets/stylesheets/_custom.scss */
.ms-n4 {
  margin-left: -1.25rem !important;
}

/* line 12915, app/assets/stylesheets/_custom.scss */
.ms-n5 {
  margin-left: -1.5rem !important;
}

/* line 12919, app/assets/stylesheets/_custom.scss */
.ms-n6 {
  margin-left: -2rem !important;
}

/* line 12923, app/assets/stylesheets/_custom.scss */
.ms-n7 {
  margin-left: -2.5rem !important;
}

/* line 12927, app/assets/stylesheets/_custom.scss */
.ms-n8 {
  margin-left: -3rem !important;
}

/* line 12931, app/assets/stylesheets/_custom.scss */
.ms-n9 {
  margin-left: -3.5rem !important;
}

/* line 12935, app/assets/stylesheets/_custom.scss */
.ms-n10 {
  margin-left: -4rem !important;
}

/* line 12939, app/assets/stylesheets/_custom.scss */
.ms-n11 {
  margin-left: -4.5rem !important;
}

/* line 12943, app/assets/stylesheets/_custom.scss */
.ms-n12 {
  margin-left: -5rem !important;
}

/* line 12947, app/assets/stylesheets/_custom.scss */
.ms-n13 {
  margin-left: -5.5rem !important;
}

/* line 12951, app/assets/stylesheets/_custom.scss */
.ms-n14 {
  margin-left: -6rem !important;
}

/* line 12955, app/assets/stylesheets/_custom.scss */
.ms-n15 {
  margin-left: -6.5rem !important;
}

/* line 12959, app/assets/stylesheets/_custom.scss */
.ms-n16 {
  margin-left: -7rem !important;
}

/* line 12963, app/assets/stylesheets/_custom.scss */
.ms-n17 {
  margin-left: -7.5rem !important;
}

/* line 12967, app/assets/stylesheets/_custom.scss */
.ms-n18 {
  margin-left: -8rem !important;
}

/* line 12971, app/assets/stylesheets/_custom.scss */
.ms-n19 {
  margin-left: -8.5rem !important;
}

/* line 12975, app/assets/stylesheets/_custom.scss */
.ms-n20 {
  margin-left: -9rem !important;
}

/* line 12979, app/assets/stylesheets/_custom.scss */
.ms-n21 {
  margin-left: -9.5rem !important;
}

/* line 12983, app/assets/stylesheets/_custom.scss */
.ms-n22 {
  margin-left: -10rem !important;
}

/* line 12987, app/assets/stylesheets/_custom.scss */
.ms-n23 {
  margin-left: -12rem !important;
}

/* line 12991, app/assets/stylesheets/_custom.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12995, app/assets/stylesheets/_custom.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 12999, app/assets/stylesheets/_custom.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 13003, app/assets/stylesheets/_custom.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 13007, app/assets/stylesheets/_custom.scss */
.p-4 {
  padding: 1.25rem !important;
}

/* line 13011, app/assets/stylesheets/_custom.scss */
.p-5 {
  padding: 1.5rem !important;
}

/* line 13015, app/assets/stylesheets/_custom.scss */
.p-6 {
  padding: 2rem !important;
}

/* line 13019, app/assets/stylesheets/_custom.scss */
.p-7 {
  padding: 2.5rem !important;
}

/* line 13023, app/assets/stylesheets/_custom.scss */
.p-8 {
  padding: 3rem !important;
}

/* line 13027, app/assets/stylesheets/_custom.scss */
.p-9 {
  padding: 3.5rem !important;
}

/* line 13031, app/assets/stylesheets/_custom.scss */
.p-10 {
  padding: 4rem !important;
}

/* line 13035, app/assets/stylesheets/_custom.scss */
.p-11 {
  padding: 4.5rem !important;
}

/* line 13039, app/assets/stylesheets/_custom.scss */
.p-12 {
  padding: 5rem !important;
}

/* line 13043, app/assets/stylesheets/_custom.scss */
.p-13 {
  padding: 5.5rem !important;
}

/* line 13047, app/assets/stylesheets/_custom.scss */
.p-14 {
  padding: 6rem !important;
}

/* line 13051, app/assets/stylesheets/_custom.scss */
.p-15 {
  padding: 6.5rem !important;
}

/* line 13055, app/assets/stylesheets/_custom.scss */
.p-16 {
  padding: 7rem !important;
}

/* line 13059, app/assets/stylesheets/_custom.scss */
.p-17 {
  padding: 7.5rem !important;
}

/* line 13063, app/assets/stylesheets/_custom.scss */
.p-18 {
  padding: 8rem !important;
}

/* line 13067, app/assets/stylesheets/_custom.scss */
.p-19 {
  padding: 8.5rem !important;
}

/* line 13071, app/assets/stylesheets/_custom.scss */
.p-20 {
  padding: 9rem !important;
}

/* line 13075, app/assets/stylesheets/_custom.scss */
.p-21 {
  padding: 9.5rem !important;
}

/* line 13079, app/assets/stylesheets/_custom.scss */
.p-22 {
  padding: 10rem !important;
}

/* line 13083, app/assets/stylesheets/_custom.scss */
.p-23 {
  padding: 12rem !important;
}

/* line 13087, app/assets/stylesheets/_custom.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 13092, app/assets/stylesheets/_custom.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 13097, app/assets/stylesheets/_custom.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 13102, app/assets/stylesheets/_custom.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 13107, app/assets/stylesheets/_custom.scss */
.px-4 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

/* line 13112, app/assets/stylesheets/_custom.scss */
.px-5 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 13117, app/assets/stylesheets/_custom.scss */
.px-6 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

/* line 13122, app/assets/stylesheets/_custom.scss */
.px-7 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

/* line 13127, app/assets/stylesheets/_custom.scss */
.px-8 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 13132, app/assets/stylesheets/_custom.scss */
.px-9 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

/* line 13137, app/assets/stylesheets/_custom.scss */
.px-10 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

/* line 13142, app/assets/stylesheets/_custom.scss */
.px-11 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

/* line 13147, app/assets/stylesheets/_custom.scss */
.px-12 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

/* line 13152, app/assets/stylesheets/_custom.scss */
.px-13 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}

/* line 13157, app/assets/stylesheets/_custom.scss */
.px-14 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

/* line 13162, app/assets/stylesheets/_custom.scss */
.px-15 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}

/* line 13167, app/assets/stylesheets/_custom.scss */
.px-16 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

/* line 13172, app/assets/stylesheets/_custom.scss */
.px-17 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

/* line 13177, app/assets/stylesheets/_custom.scss */
.px-18 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

/* line 13182, app/assets/stylesheets/_custom.scss */
.px-19 {
  padding-right: 8.5rem !important;
  padding-left: 8.5rem !important;
}

/* line 13187, app/assets/stylesheets/_custom.scss */
.px-20 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

/* line 13192, app/assets/stylesheets/_custom.scss */
.px-21 {
  padding-right: 9.5rem !important;
  padding-left: 9.5rem !important;
}

/* line 13197, app/assets/stylesheets/_custom.scss */
.px-22 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

/* line 13202, app/assets/stylesheets/_custom.scss */
.px-23 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}

/* line 13207, app/assets/stylesheets/_custom.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 13212, app/assets/stylesheets/_custom.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 13217, app/assets/stylesheets/_custom.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 13222, app/assets/stylesheets/_custom.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 13227, app/assets/stylesheets/_custom.scss */
.py-4 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

/* line 13232, app/assets/stylesheets/_custom.scss */
.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 13237, app/assets/stylesheets/_custom.scss */
.py-6 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

/* line 13242, app/assets/stylesheets/_custom.scss */
.py-7 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

/* line 13247, app/assets/stylesheets/_custom.scss */
.py-8 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 13252, app/assets/stylesheets/_custom.scss */
.py-9 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

/* line 13257, app/assets/stylesheets/_custom.scss */
.py-10 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

/* line 13262, app/assets/stylesheets/_custom.scss */
.py-11 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

/* line 13267, app/assets/stylesheets/_custom.scss */
.py-12 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

/* line 13272, app/assets/stylesheets/_custom.scss */
.py-13 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

/* line 13277, app/assets/stylesheets/_custom.scss */
.py-14 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

/* line 13282, app/assets/stylesheets/_custom.scss */
.py-15 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

/* line 13287, app/assets/stylesheets/_custom.scss */
.py-16 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

/* line 13292, app/assets/stylesheets/_custom.scss */
.py-17 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

/* line 13297, app/assets/stylesheets/_custom.scss */
.py-18 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

/* line 13302, app/assets/stylesheets/_custom.scss */
.py-19 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important;
}

/* line 13307, app/assets/stylesheets/_custom.scss */
.py-20 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

/* line 13312, app/assets/stylesheets/_custom.scss */
.py-21 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important;
}

/* line 13317, app/assets/stylesheets/_custom.scss */
.py-22 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

/* line 13322, app/assets/stylesheets/_custom.scss */
.py-23 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

/* line 13327, app/assets/stylesheets/_custom.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 13331, app/assets/stylesheets/_custom.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 13335, app/assets/stylesheets/_custom.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 13339, app/assets/stylesheets/_custom.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 13343, app/assets/stylesheets/_custom.scss */
.pt-4 {
  padding-top: 1.25rem !important;
}

/* line 13347, app/assets/stylesheets/_custom.scss */
.pt-5 {
  padding-top: 1.5rem !important;
}

/* line 13351, app/assets/stylesheets/_custom.scss */
.pt-6 {
  padding-top: 2rem !important;
}

/* line 13355, app/assets/stylesheets/_custom.scss */
.pt-7 {
  padding-top: 2.5rem !important;
}

/* line 13359, app/assets/stylesheets/_custom.scss */
.pt-8 {
  padding-top: 3rem !important;
}

/* line 13363, app/assets/stylesheets/_custom.scss */
.pt-9 {
  padding-top: 3.5rem !important;
}

/* line 13367, app/assets/stylesheets/_custom.scss */
.pt-10 {
  padding-top: 4rem !important;
}

/* line 13371, app/assets/stylesheets/_custom.scss */
.pt-11 {
  padding-top: 4.5rem !important;
}

/* line 13375, app/assets/stylesheets/_custom.scss */
.pt-12 {
  padding-top: 5rem !important;
}

/* line 13379, app/assets/stylesheets/_custom.scss */
.pt-13 {
  padding-top: 5.5rem !important;
}

/* line 13383, app/assets/stylesheets/_custom.scss */
.pt-14 {
  padding-top: 6rem !important;
}

/* line 13387, app/assets/stylesheets/_custom.scss */
.pt-15 {
  padding-top: 6.5rem !important;
}

/* line 13391, app/assets/stylesheets/_custom.scss */
.pt-16 {
  padding-top: 7rem !important;
}

/* line 13395, app/assets/stylesheets/_custom.scss */
.pt-17 {
  padding-top: 7.5rem !important;
}

/* line 13399, app/assets/stylesheets/_custom.scss */
.pt-18 {
  padding-top: 8rem !important;
}

/* line 13403, app/assets/stylesheets/_custom.scss */
.pt-19 {
  padding-top: 8.5rem !important;
}

/* line 13407, app/assets/stylesheets/_custom.scss */
.pt-20 {
  padding-top: 9rem !important;
}

/* line 13411, app/assets/stylesheets/_custom.scss */
.pt-21 {
  padding-top: 9.5rem !important;
}

/* line 13415, app/assets/stylesheets/_custom.scss */
.pt-22 {
  padding-top: 10rem !important;
}

/* line 13419, app/assets/stylesheets/_custom.scss */
.pt-23 {
  padding-top: 12rem !important;
}

/* line 13423, app/assets/stylesheets/_custom.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 13427, app/assets/stylesheets/_custom.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 13431, app/assets/stylesheets/_custom.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 13435, app/assets/stylesheets/_custom.scss */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 13439, app/assets/stylesheets/_custom.scss */
.pe-4 {
  padding-right: 1.25rem !important;
}

/* line 13443, app/assets/stylesheets/_custom.scss */
.pe-5 {
  padding-right: 1.5rem !important;
}

/* line 13447, app/assets/stylesheets/_custom.scss */
.pe-6 {
  padding-right: 2rem !important;
}

/* line 13451, app/assets/stylesheets/_custom.scss */
.pe-7 {
  padding-right: 2.5rem !important;
}

/* line 13455, app/assets/stylesheets/_custom.scss */
.pe-8 {
  padding-right: 3rem !important;
}

/* line 13459, app/assets/stylesheets/_custom.scss */
.pe-9 {
  padding-right: 3.5rem !important;
}

/* line 13463, app/assets/stylesheets/_custom.scss */
.pe-10 {
  padding-right: 4rem !important;
}

/* line 13467, app/assets/stylesheets/_custom.scss */
.pe-11 {
  padding-right: 4.5rem !important;
}

/* line 13471, app/assets/stylesheets/_custom.scss */
.pe-12 {
  padding-right: 5rem !important;
}

/* line 13475, app/assets/stylesheets/_custom.scss */
.pe-13 {
  padding-right: 5.5rem !important;
}

/* line 13479, app/assets/stylesheets/_custom.scss */
.pe-14 {
  padding-right: 6rem !important;
}

/* line 13483, app/assets/stylesheets/_custom.scss */
.pe-15 {
  padding-right: 6.5rem !important;
}

/* line 13487, app/assets/stylesheets/_custom.scss */
.pe-16 {
  padding-right: 7rem !important;
}

/* line 13491, app/assets/stylesheets/_custom.scss */
.pe-17 {
  padding-right: 7.5rem !important;
}

/* line 13495, app/assets/stylesheets/_custom.scss */
.pe-18 {
  padding-right: 8rem !important;
}

/* line 13499, app/assets/stylesheets/_custom.scss */
.pe-19 {
  padding-right: 8.5rem !important;
}

/* line 13503, app/assets/stylesheets/_custom.scss */
.pe-20 {
  padding-right: 9rem !important;
}

/* line 13507, app/assets/stylesheets/_custom.scss */
.pe-21 {
  padding-right: 9.5rem !important;
}

/* line 13511, app/assets/stylesheets/_custom.scss */
.pe-22 {
  padding-right: 10rem !important;
}

/* line 13515, app/assets/stylesheets/_custom.scss */
.pe-23 {
  padding-right: 12rem !important;
}

/* line 13519, app/assets/stylesheets/_custom.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 13523, app/assets/stylesheets/_custom.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 13527, app/assets/stylesheets/_custom.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 13531, app/assets/stylesheets/_custom.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 13535, app/assets/stylesheets/_custom.scss */
.pb-4 {
  padding-bottom: 1.25rem !important;
}

/* line 13539, app/assets/stylesheets/_custom.scss */
.pb-5 {
  padding-bottom: 1.5rem !important;
}

/* line 13543, app/assets/stylesheets/_custom.scss */
.pb-6 {
  padding-bottom: 2rem !important;
}

/* line 13547, app/assets/stylesheets/_custom.scss */
.pb-7 {
  padding-bottom: 2.5rem !important;
}

/* line 13551, app/assets/stylesheets/_custom.scss */
.pb-8 {
  padding-bottom: 3rem !important;
}

/* line 13555, app/assets/stylesheets/_custom.scss */
.pb-9 {
  padding-bottom: 3.5rem !important;
}

/* line 13559, app/assets/stylesheets/_custom.scss */
.pb-10 {
  padding-bottom: 4rem !important;
}

/* line 13563, app/assets/stylesheets/_custom.scss */
.pb-11 {
  padding-bottom: 4.5rem !important;
}

/* line 13567, app/assets/stylesheets/_custom.scss */
.pb-12 {
  padding-bottom: 5rem !important;
}

/* line 13571, app/assets/stylesheets/_custom.scss */
.pb-13 {
  padding-bottom: 5.5rem !important;
}

/* line 13575, app/assets/stylesheets/_custom.scss */
.pb-14 {
  padding-bottom: 6rem !important;
}

/* line 13579, app/assets/stylesheets/_custom.scss */
.pb-15 {
  padding-bottom: 6.5rem !important;
}

/* line 13583, app/assets/stylesheets/_custom.scss */
.pb-16 {
  padding-bottom: 7rem !important;
}

/* line 13587, app/assets/stylesheets/_custom.scss */
.pb-17 {
  padding-bottom: 7.5rem !important;
}

/* line 13591, app/assets/stylesheets/_custom.scss */
.pb-18 {
  padding-bottom: 8rem !important;
}

/* line 13595, app/assets/stylesheets/_custom.scss */
.pb-19 {
  padding-bottom: 8.5rem !important;
}

/* line 13599, app/assets/stylesheets/_custom.scss */
.pb-20 {
  padding-bottom: 9rem !important;
}

/* line 13603, app/assets/stylesheets/_custom.scss */
.pb-21 {
  padding-bottom: 9.5rem !important;
}

/* line 13607, app/assets/stylesheets/_custom.scss */
.pb-22 {
  padding-bottom: 10rem !important;
}

/* line 13611, app/assets/stylesheets/_custom.scss */
.pb-23 {
  padding-bottom: 12rem !important;
}

/* line 13615, app/assets/stylesheets/_custom.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 13619, app/assets/stylesheets/_custom.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 13623, app/assets/stylesheets/_custom.scss */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 13627, app/assets/stylesheets/_custom.scss */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 13631, app/assets/stylesheets/_custom.scss */
.ps-4 {
  padding-left: 1.25rem !important;
}

/* line 13635, app/assets/stylesheets/_custom.scss */
.ps-5 {
  padding-left: 1.5rem !important;
}

/* line 13639, app/assets/stylesheets/_custom.scss */
.ps-6 {
  padding-left: 2rem !important;
}

/* line 13643, app/assets/stylesheets/_custom.scss */
.ps-7 {
  padding-left: 2.5rem !important;
}

/* line 13647, app/assets/stylesheets/_custom.scss */
.ps-8 {
  padding-left: 3rem !important;
}

/* line 13651, app/assets/stylesheets/_custom.scss */
.ps-9 {
  padding-left: 3.5rem !important;
}

/* line 13655, app/assets/stylesheets/_custom.scss */
.ps-10 {
  padding-left: 4rem !important;
}

/* line 13659, app/assets/stylesheets/_custom.scss */
.ps-11 {
  padding-left: 4.5rem !important;
}

/* line 13663, app/assets/stylesheets/_custom.scss */
.ps-12 {
  padding-left: 5rem !important;
}

/* line 13667, app/assets/stylesheets/_custom.scss */
.ps-13 {
  padding-left: 5.5rem !important;
}

/* line 13671, app/assets/stylesheets/_custom.scss */
.ps-14 {
  padding-left: 6rem !important;
}

/* line 13675, app/assets/stylesheets/_custom.scss */
.ps-15 {
  padding-left: 6.5rem !important;
}

/* line 13679, app/assets/stylesheets/_custom.scss */
.ps-16 {
  padding-left: 7rem !important;
}

/* line 13683, app/assets/stylesheets/_custom.scss */
.ps-17 {
  padding-left: 7.5rem !important;
}

/* line 13687, app/assets/stylesheets/_custom.scss */
.ps-18 {
  padding-left: 8rem !important;
}

/* line 13691, app/assets/stylesheets/_custom.scss */
.ps-19 {
  padding-left: 8.5rem !important;
}

/* line 13695, app/assets/stylesheets/_custom.scss */
.ps-20 {
  padding-left: 9rem !important;
}

/* line 13699, app/assets/stylesheets/_custom.scss */
.ps-21 {
  padding-left: 9.5rem !important;
}

/* line 13703, app/assets/stylesheets/_custom.scss */
.ps-22 {
  padding-left: 10rem !important;
}

/* line 13707, app/assets/stylesheets/_custom.scss */
.ps-23 {
  padding-left: 12rem !important;
}

/* line 13711, app/assets/stylesheets/_custom.scss */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 13715, app/assets/stylesheets/_custom.scss */
.fs-1 {
  font-size: calc(1.35rem + 1.2vw) !important;
}

/* line 13719, app/assets/stylesheets/_custom.scss */
.fs-2 {
  font-size: calc(1.3125rem + 0.75vw) !important;
}

/* line 13723, app/assets/stylesheets/_custom.scss */
.fs-3 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

/* line 13727, app/assets/stylesheets/_custom.scss */
.fs-4 {
  font-size: 1.125rem !important;
}

/* line 13731, app/assets/stylesheets/_custom.scss */
.fs-5 {
  font-size: 0.938rem !important;
}

/* line 13735, app/assets/stylesheets/_custom.scss */
.fs-6 {
  font-size: 0.75rem !important;
}

/* line 13739, app/assets/stylesheets/_custom.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 13743, app/assets/stylesheets/_custom.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 13747, app/assets/stylesheets/_custom.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 13751, app/assets/stylesheets/_custom.scss */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 13755, app/assets/stylesheets/_custom.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 13759, app/assets/stylesheets/_custom.scss */
.fw-semi-bold {
  font-weight: 500 !important;
}

/* line 13763, app/assets/stylesheets/_custom.scss */
.fw-medium {
  font-weight: 500 !important;
}

/* line 13767, app/assets/stylesheets/_custom.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 13771, app/assets/stylesheets/_custom.scss */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 13775, app/assets/stylesheets/_custom.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 13779, app/assets/stylesheets/_custom.scss */
.lh-2 {
  line-height: 1.5 !important;
}

/* line 13783, app/assets/stylesheets/_custom.scss */
.lh-3 {
  line-height: 1.8 !important;
}

/* line 13787, app/assets/stylesheets/_custom.scss */
.lh-sm {
  line-height: 1.2 !important;
}

/* line 13791, app/assets/stylesheets/_custom.scss */
.lh-base {
  line-height: 1.5 !important;
}

/* line 13795, app/assets/stylesheets/_custom.scss */
.lh-md {
  line-height: 1.6 !important;
}

/* line 13799, app/assets/stylesheets/_custom.scss */
.lh-lg {
  line-height: 1.8 !important;
}

/* line 13803, app/assets/stylesheets/_custom.scss */
.text-start {
  text-align: left !important;
}

/* line 13807, app/assets/stylesheets/_custom.scss */
.text-end {
  text-align: right !important;
}

/* line 13811, app/assets/stylesheets/_custom.scss */
.text-center {
  text-align: center !important;
}

/* line 13815, app/assets/stylesheets/_custom.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 13819, app/assets/stylesheets/_custom.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 13823, app/assets/stylesheets/_custom.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 13827, app/assets/stylesheets/_custom.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 13831, app/assets/stylesheets/_custom.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 13835, app/assets/stylesheets/_custom.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 13839, app/assets/stylesheets/_custom.scss */
.text-wrap {
  white-space: normal !important;
}

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

/* rtl:begin:remove */
/* line 13848, app/assets/stylesheets/_custom.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* line 13854, app/assets/stylesheets/_custom.scss */
.text-primary {
  color: #624BFF !important;
}

/* line 13858, app/assets/stylesheets/_custom.scss */
.text-secondary {
  color: #637381 !important;
}

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

/* line 13866, app/assets/stylesheets/_custom.scss */
.text-info {
  color: #0dcaf0 !important;
}

/* line 13870, app/assets/stylesheets/_custom.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 13874, app/assets/stylesheets/_custom.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 13878, app/assets/stylesheets/_custom.scss */
.text-light {
  color: #F9FAFB !important;
}

/* line 13882, app/assets/stylesheets/_custom.scss */
.text-dark {
  color: #212B36 !important;
}

/* line 13886, app/assets/stylesheets/_custom.scss */
.text-white {
  color: #fff !important;
}

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

/* line 13894, app/assets/stylesheets/_custom.scss */
.text-light-danger {
  color: #FBEBEC !important;
}

/* line 13898, app/assets/stylesheets/_custom.scss */
.text-light-info {
  color: #E7FAFE !important;
}

/* line 13902, app/assets/stylesheets/_custom.scss */
.text-light-warning {
  color: #FFF3CD !important;
}

/* line 13906, app/assets/stylesheets/_custom.scss */
.text-light-secondary {
  color: #e9ecef !important;
}

/* line 13910, app/assets/stylesheets/_custom.scss */
.text-light-success {
  color: #EAF6EC !important;
}

/* line 13914, app/assets/stylesheets/_custom.scss */
.text-light-dark {
  color: #d1cfd8 !important;
}

/* line 13918, app/assets/stylesheets/_custom.scss */
.text-dark-primary {
  color: #593cc1 !important;
}

/* line 13922, app/assets/stylesheets/_custom.scss */
.text-dark-warning {
  color: #c28135 !important;
}

/* line 13926, app/assets/stylesheets/_custom.scss */
.text-dark-info {
  color: #51a0c2 !important;
}

/* line 13930, app/assets/stylesheets/_custom.scss */
.text-dark-danger {
  color: #ae302e !important;
}

/* line 13934, app/assets/stylesheets/_custom.scss */
.text-dark-success {
  color: #139a74 !important;
}

/* line 13938, app/assets/stylesheets/_custom.scss */
.text-dark-secondary {
  color: #5c596d !important;
}

/* line 13942, app/assets/stylesheets/_custom.scss */
.text-gray-100 {
  color: #F9FAFB !important;
}

/* line 13946, app/assets/stylesheets/_custom.scss */
.text-gray-200 {
  color: #F4F6F8 !important;
}

/* line 13950, app/assets/stylesheets/_custom.scss */
.text-gray-300 {
  color: #DFE3E8 !important;
}

/* line 13954, app/assets/stylesheets/_custom.scss */
.text-gray-400 {
  color: #C4CDD5 !important;
}

/* line 13958, app/assets/stylesheets/_custom.scss */
.text-gray-500 {
  color: #919EAB !important;
}

/* line 13962, app/assets/stylesheets/_custom.scss */
.text-gray-600 {
  color: #637381 !important;
}

/* line 13966, app/assets/stylesheets/_custom.scss */
.text-gray-700 {
  color: #454F5B !important;
}

/* line 13970, app/assets/stylesheets/_custom.scss */
.text-gray-800 {
  color: #212B36 !important;
}

/* line 13974, app/assets/stylesheets/_custom.scss */
.text-gray-900 {
  color: #161C24 !important;
}

/* line 13978, app/assets/stylesheets/_custom.scss */
.text-body {
  color: #637381 !important;
}

/* line 13982, app/assets/stylesheets/_custom.scss */
.text-muted {
  color: #637381 !important;
}

/* line 13986, app/assets/stylesheets/_custom.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 13990, app/assets/stylesheets/_custom.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 13994, app/assets/stylesheets/_custom.scss */
.text-reset {
  color: inherit !important;
}

/* line 13998, app/assets/stylesheets/_custom.scss */
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

/* line 14002, app/assets/stylesheets/_custom.scss */
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

/* line 14006, app/assets/stylesheets/_custom.scss */
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

/* line 14010, app/assets/stylesheets/_custom.scss */
.text-opacity-100 {
  --bs-text-opacity: 1;
}

/* line 14014, app/assets/stylesheets/_custom.scss */
.bg-primary {
  background-color: #624BFF !important;
}

/* line 14018, app/assets/stylesheets/_custom.scss */
.bg-secondary {
  background-color: #637381 !important;
}

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

/* line 14026, app/assets/stylesheets/_custom.scss */
.bg-info {
  background-color: #0dcaf0 !important;
}

/* line 14030, app/assets/stylesheets/_custom.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 14034, app/assets/stylesheets/_custom.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 14038, app/assets/stylesheets/_custom.scss */
.bg-light {
  background-color: #F9FAFB !important;
}

/* line 14042, app/assets/stylesheets/_custom.scss */
.bg-dark {
  background-color: #212B36 !important;
}

/* line 14046, app/assets/stylesheets/_custom.scss */
.bg-white {
  background-color: #fff !important;
}

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

/* line 14054, app/assets/stylesheets/_custom.scss */
.bg-light-danger {
  background-color: #FBEBEC !important;
}

/* line 14058, app/assets/stylesheets/_custom.scss */
.bg-light-info {
  background-color: #E7FAFE !important;
}

/* line 14062, app/assets/stylesheets/_custom.scss */
.bg-light-warning {
  background-color: #FFF3CD !important;
}

/* line 14066, app/assets/stylesheets/_custom.scss */
.bg-light-secondary {
  background-color: #e9ecef !important;
}

/* line 14070, app/assets/stylesheets/_custom.scss */
.bg-light-success {
  background-color: #EAF6EC !important;
}

/* line 14074, app/assets/stylesheets/_custom.scss */
.bg-light-dark {
  background-color: #d1cfd8 !important;
}

/* line 14078, app/assets/stylesheets/_custom.scss */
.bg-dark-primary {
  background-color: #593cc1 !important;
}

/* line 14082, app/assets/stylesheets/_custom.scss */
.bg-dark-warning {
  background-color: #c28135 !important;
}

/* line 14086, app/assets/stylesheets/_custom.scss */
.bg-dark-info {
  background-color: #51a0c2 !important;
}

/* line 14090, app/assets/stylesheets/_custom.scss */
.bg-dark-danger {
  background-color: #ae302e !important;
}

/* line 14094, app/assets/stylesheets/_custom.scss */
.bg-dark-success {
  background-color: #139a74 !important;
}

/* line 14098, app/assets/stylesheets/_custom.scss */
.bg-dark-secondary {
  background-color: #5c596d !important;
}

/* line 14102, app/assets/stylesheets/_custom.scss */
.bg-gray-100 {
  background-color: #F9FAFB !important;
}

/* line 14106, app/assets/stylesheets/_custom.scss */
.bg-gray-200 {
  background-color: #F4F6F8 !important;
}

/* line 14110, app/assets/stylesheets/_custom.scss */
.bg-gray-300 {
  background-color: #DFE3E8 !important;
}

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

/* line 14118, app/assets/stylesheets/_custom.scss */
.bg-gray-500 {
  background-color: #919EAB !important;
}

/* line 14122, app/assets/stylesheets/_custom.scss */
.bg-gray-600 {
  background-color: #637381 !important;
}

/* line 14126, app/assets/stylesheets/_custom.scss */
.bg-gray-700 {
  background-color: #454F5B !important;
}

/* line 14130, app/assets/stylesheets/_custom.scss */
.bg-gray-800 {
  background-color: #212B36 !important;
}

/* line 14134, app/assets/stylesheets/_custom.scss */
.bg-gray-900 {
  background-color: #161C24 !important;
}

/* line 14138, app/assets/stylesheets/_custom.scss */
.bg-body {
  background-color: #fff !important;
}

/* line 14142, app/assets/stylesheets/_custom.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 14146, app/assets/stylesheets/_custom.scss */
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

/* line 14150, app/assets/stylesheets/_custom.scss */
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

/* line 14154, app/assets/stylesheets/_custom.scss */
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

/* line 14158, app/assets/stylesheets/_custom.scss */
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

/* line 14162, app/assets/stylesheets/_custom.scss */
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

/* line 14166, app/assets/stylesheets/_custom.scss */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 14170, app/assets/stylesheets/_custom.scss */
.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}

/* line 14175, app/assets/stylesheets/_custom.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

/* line 14181, app/assets/stylesheets/_custom.scss */
.user-select-none {
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

/* line 14187, app/assets/stylesheets/_custom.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 14191, app/assets/stylesheets/_custom.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 14195, app/assets/stylesheets/_custom.scss */
.rounded {
  border-radius: 0.375rem !important;
}

/* line 14199, app/assets/stylesheets/_custom.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 14203, app/assets/stylesheets/_custom.scss */
.rounded-1 {
  border-radius: 0.2rem !important;
}

/* line 14207, app/assets/stylesheets/_custom.scss */
.rounded-2 {
  border-radius: 0.375rem !important;
}

/* line 14211, app/assets/stylesheets/_custom.scss */
.rounded-3 {
  border-radius: 0.5rem !important;
}

/* line 14215, app/assets/stylesheets/_custom.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 14219, app/assets/stylesheets/_custom.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 14223, app/assets/stylesheets/_custom.scss */
.rounded-top {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

/* line 14228, app/assets/stylesheets/_custom.scss */
.rounded-end {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

/* line 14233, app/assets/stylesheets/_custom.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

/* line 14238, app/assets/stylesheets/_custom.scss */
.rounded-start {
  border-bottom-left-radius: 0.375rem !important;
  border-top-left-radius: 0.375rem !important;
}

/* line 14243, app/assets/stylesheets/_custom.scss */
.visible {
  visibility: visible !important;
}

/* line 14247, app/assets/stylesheets/_custom.scss */
.invisible {
  visibility: hidden !important;
}

/* line 14251, app/assets/stylesheets/_custom.scss */
.ls-xs {
  letter-spacing: -0.08em !important;
}

/* line 14255, app/assets/stylesheets/_custom.scss */
.ls-sm {
  letter-spacing: -0.04em !important;
}

/* line 14259, app/assets/stylesheets/_custom.scss */
.ls-base {
  letter-spacing: 0em !important;
}

/* line 14263, app/assets/stylesheets/_custom.scss */
.ls-md {
  letter-spacing: 0.1em !important;
}

/* line 14267, app/assets/stylesheets/_custom.scss */
.ls-lg {
  letter-spacing: 0.15em !important;
}

/* line 14271, app/assets/stylesheets/_custom.scss */
.ls-xl {
  letter-spacing: 0.2em !important;
}

/* line 14275, app/assets/stylesheets/_custom.scss */
.ls-xxl {
  letter-spacing: 0.25em !important;
}

/* line 14279, app/assets/stylesheets/_custom.scss */
.z-0 {
  z-index: 0 !important;
}

/* line 14283, app/assets/stylesheets/_custom.scss */
.z-1 {
  z-index: 1 !important;
}

/* line 14287, app/assets/stylesheets/_custom.scss */
.z-2 {
  z-index: 2 !important;
}

/* line 14291, app/assets/stylesheets/_custom.scss */
.z-3 {
  z-index: 3 !important;
}

/* line 14295, app/assets/stylesheets/_custom.scss */
.z-4 {
  z-index: 4 !important;
}

/* line 14299, app/assets/stylesheets/_custom.scss */
.z-5 {
  z-index: 5 !important;
}

@media (min-width: 576px) {
  /* line 14304, app/assets/stylesheets/_custom.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 14308, app/assets/stylesheets/_custom.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 14312, app/assets/stylesheets/_custom.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 14316, app/assets/stylesheets/_custom.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 14320, app/assets/stylesheets/_custom.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 14324, app/assets/stylesheets/_custom.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 14328, app/assets/stylesheets/_custom.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 14332, app/assets/stylesheets/_custom.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 14336, app/assets/stylesheets/_custom.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 14340, app/assets/stylesheets/_custom.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 14344, app/assets/stylesheets/_custom.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 14348, app/assets/stylesheets/_custom.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 14352, app/assets/stylesheets/_custom.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 14356, app/assets/stylesheets/_custom.scss */
  .w-sm-15 {
    width: 15% !important;
  }
  /* line 14360, app/assets/stylesheets/_custom.scss */
  .w-sm-25 {
    width: 25% !important;
  }
  /* line 14364, app/assets/stylesheets/_custom.scss */
  .w-sm-30 {
    width: 30% !important;
  }
  /* line 14368, app/assets/stylesheets/_custom.scss */
  .w-sm-40 {
    width: 40% !important;
  }
  /* line 14372, app/assets/stylesheets/_custom.scss */
  .w-sm-50 {
    width: 50% !important;
  }
  /* line 14376, app/assets/stylesheets/_custom.scss */
  .w-sm-65 {
    width: 65% !important;
  }
  /* line 14380, app/assets/stylesheets/_custom.scss */
  .w-sm-75 {
    width: 75% !important;
  }
  /* line 14384, app/assets/stylesheets/_custom.scss */
  .w-sm-100 {
    width: 100% !important;
  }
  /* line 14388, app/assets/stylesheets/_custom.scss */
  .w-sm-auto {
    width: auto !important;
  }
  /* line 14392, app/assets/stylesheets/_custom.scss */
  .mw-sm-25 {
    max-width: 25% !important;
  }
  /* line 14396, app/assets/stylesheets/_custom.scss */
  .mw-sm-30 {
    max-width: 30% !important;
  }
  /* line 14400, app/assets/stylesheets/_custom.scss */
  .mw-sm-40 {
    max-width: 40% !important;
  }
  /* line 14404, app/assets/stylesheets/_custom.scss */
  .mw-sm-50 {
    max-width: 50% !important;
  }
  /* line 14408, app/assets/stylesheets/_custom.scss */
  .mw-sm-65 {
    max-width: 65% !important;
  }
  /* line 14412, app/assets/stylesheets/_custom.scss */
  .mw-sm-75 {
    max-width: 75% !important;
  }
  /* line 14416, app/assets/stylesheets/_custom.scss */
  .mw-sm-100 {
    max-width: 100% !important;
  }
  /* line 14420, app/assets/stylesheets/_custom.scss */
  .mw-sm-auto {
    max-width: auto !important;
  }
  /* line 14424, app/assets/stylesheets/_custom.scss */
  .vw-sm-100 {
    width: 100vw !important;
  }
  /* line 14428, app/assets/stylesheets/_custom.scss */
  .min-vw-sm-100 {
    min-width: 100vw !important;
  }
  /* line 14432, app/assets/stylesheets/_custom.scss */
  .h-sm-25 {
    height: 25% !important;
  }
  /* line 14436, app/assets/stylesheets/_custom.scss */
  .h-sm-30 {
    height: 30% !important;
  }
  /* line 14440, app/assets/stylesheets/_custom.scss */
  .h-sm-40 {
    height: 40% !important;
  }
  /* line 14444, app/assets/stylesheets/_custom.scss */
  .h-sm-50 {
    height: 50% !important;
  }
  /* line 14448, app/assets/stylesheets/_custom.scss */
  .h-sm-65 {
    height: 65% !important;
  }
  /* line 14452, app/assets/stylesheets/_custom.scss */
  .h-sm-75 {
    height: 75% !important;
  }
  /* line 14456, app/assets/stylesheets/_custom.scss */
  .h-sm-100 {
    height: 100% !important;
  }
  /* line 14460, app/assets/stylesheets/_custom.scss */
  .h-sm-auto {
    height: auto !important;
  }
  /* line 14464, app/assets/stylesheets/_custom.scss */
  .mh-sm-25 {
    max-height: 25% !important;
  }
  /* line 14468, app/assets/stylesheets/_custom.scss */
  .mh-sm-30 {
    max-height: 30% !important;
  }
  /* line 14472, app/assets/stylesheets/_custom.scss */
  .mh-sm-40 {
    max-height: 40% !important;
  }
  /* line 14476, app/assets/stylesheets/_custom.scss */
  .mh-sm-50 {
    max-height: 50% !important;
  }
  /* line 14480, app/assets/stylesheets/_custom.scss */
  .mh-sm-65 {
    max-height: 65% !important;
  }
  /* line 14484, app/assets/stylesheets/_custom.scss */
  .mh-sm-75 {
    max-height: 75% !important;
  }
  /* line 14488, app/assets/stylesheets/_custom.scss */
  .mh-sm-100 {
    max-height: 100% !important;
  }
  /* line 14492, app/assets/stylesheets/_custom.scss */
  .mh-sm-auto {
    max-height: auto !important;
  }
  /* line 14496, app/assets/stylesheets/_custom.scss */
  .vh-sm-100 {
    height: 100vh !important;
  }
  /* line 14500, app/assets/stylesheets/_custom.scss */
  .min-vh-sm-100 {
    min-height: 100vh !important;
  }
  /* line 14504, app/assets/stylesheets/_custom.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 14508, app/assets/stylesheets/_custom.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 14512, app/assets/stylesheets/_custom.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 14516, app/assets/stylesheets/_custom.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14520, app/assets/stylesheets/_custom.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 14524, app/assets/stylesheets/_custom.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 14528, app/assets/stylesheets/_custom.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 14532, app/assets/stylesheets/_custom.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 14536, app/assets/stylesheets/_custom.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 14540, app/assets/stylesheets/_custom.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 14544, app/assets/stylesheets/_custom.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 14548, app/assets/stylesheets/_custom.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 14552, app/assets/stylesheets/_custom.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 14556, app/assets/stylesheets/_custom.scss */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 14560, app/assets/stylesheets/_custom.scss */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 14564, app/assets/stylesheets/_custom.scss */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 14568, app/assets/stylesheets/_custom.scss */
  .gap-sm-4 {
    gap: 1.25rem !important;
  }
  /* line 14572, app/assets/stylesheets/_custom.scss */
  .gap-sm-5 {
    gap: 1.5rem !important;
  }
  /* line 14576, app/assets/stylesheets/_custom.scss */
  .gap-sm-6 {
    gap: 2rem !important;
  }
  /* line 14580, app/assets/stylesheets/_custom.scss */
  .gap-sm-7 {
    gap: 2.5rem !important;
  }
  /* line 14584, app/assets/stylesheets/_custom.scss */
  .gap-sm-8 {
    gap: 3rem !important;
  }
  /* line 14588, app/assets/stylesheets/_custom.scss */
  .gap-sm-9 {
    gap: 3.5rem !important;
  }
  /* line 14592, app/assets/stylesheets/_custom.scss */
  .gap-sm-10 {
    gap: 4rem !important;
  }
  /* line 14596, app/assets/stylesheets/_custom.scss */
  .gap-sm-11 {
    gap: 4.5rem !important;
  }
  /* line 14600, app/assets/stylesheets/_custom.scss */
  .gap-sm-12 {
    gap: 5rem !important;
  }
  /* line 14604, app/assets/stylesheets/_custom.scss */
  .gap-sm-13 {
    gap: 5.5rem !important;
  }
  /* line 14608, app/assets/stylesheets/_custom.scss */
  .gap-sm-14 {
    gap: 6rem !important;
  }
  /* line 14612, app/assets/stylesheets/_custom.scss */
  .gap-sm-15 {
    gap: 6.5rem !important;
  }
  /* line 14616, app/assets/stylesheets/_custom.scss */
  .gap-sm-16 {
    gap: 7rem !important;
  }
  /* line 14620, app/assets/stylesheets/_custom.scss */
  .gap-sm-17 {
    gap: 7.5rem !important;
  }
  /* line 14624, app/assets/stylesheets/_custom.scss */
  .gap-sm-18 {
    gap: 8rem !important;
  }
  /* line 14628, app/assets/stylesheets/_custom.scss */
  .gap-sm-19 {
    gap: 8.5rem !important;
  }
  /* line 14632, app/assets/stylesheets/_custom.scss */
  .gap-sm-20 {
    gap: 9rem !important;
  }
  /* line 14636, app/assets/stylesheets/_custom.scss */
  .gap-sm-21 {
    gap: 9.5rem !important;
  }
  /* line 14640, app/assets/stylesheets/_custom.scss */
  .gap-sm-22 {
    gap: 10rem !important;
  }
  /* line 14644, app/assets/stylesheets/_custom.scss */
  .gap-sm-23 {
    gap: 12rem !important;
  }
  /* line 14648, app/assets/stylesheets/_custom.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 14652, app/assets/stylesheets/_custom.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 14656, app/assets/stylesheets/_custom.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 14660, app/assets/stylesheets/_custom.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 14664, app/assets/stylesheets/_custom.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 14668, app/assets/stylesheets/_custom.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 14672, app/assets/stylesheets/_custom.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 14676, app/assets/stylesheets/_custom.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 14680, app/assets/stylesheets/_custom.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 14684, app/assets/stylesheets/_custom.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 14688, app/assets/stylesheets/_custom.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 14692, app/assets/stylesheets/_custom.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 14696, app/assets/stylesheets/_custom.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 14700, app/assets/stylesheets/_custom.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 14704, app/assets/stylesheets/_custom.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 14708, app/assets/stylesheets/_custom.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 14712, app/assets/stylesheets/_custom.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 14716, app/assets/stylesheets/_custom.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 14720, app/assets/stylesheets/_custom.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 14724, app/assets/stylesheets/_custom.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 14728, app/assets/stylesheets/_custom.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 14732, app/assets/stylesheets/_custom.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 14736, app/assets/stylesheets/_custom.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 14740, app/assets/stylesheets/_custom.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 14744, app/assets/stylesheets/_custom.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 14748, app/assets/stylesheets/_custom.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 14752, app/assets/stylesheets/_custom.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 14756, app/assets/stylesheets/_custom.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 14760, app/assets/stylesheets/_custom.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 14764, app/assets/stylesheets/_custom.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 14768, app/assets/stylesheets/_custom.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 14772, app/assets/stylesheets/_custom.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 14776, app/assets/stylesheets/_custom.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 14780, app/assets/stylesheets/_custom.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 14784, app/assets/stylesheets/_custom.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 14788, app/assets/stylesheets/_custom.scss */
  .m-sm-4 {
    margin: 1.25rem !important;
  }
  /* line 14792, app/assets/stylesheets/_custom.scss */
  .m-sm-5 {
    margin: 1.5rem !important;
  }
  /* line 14796, app/assets/stylesheets/_custom.scss */
  .m-sm-6 {
    margin: 2rem !important;
  }
  /* line 14800, app/assets/stylesheets/_custom.scss */
  .m-sm-7 {
    margin: 2.5rem !important;
  }
  /* line 14804, app/assets/stylesheets/_custom.scss */
  .m-sm-8 {
    margin: 3rem !important;
  }
  /* line 14808, app/assets/stylesheets/_custom.scss */
  .m-sm-9 {
    margin: 3.5rem !important;
  }
  /* line 14812, app/assets/stylesheets/_custom.scss */
  .m-sm-10 {
    margin: 4rem !important;
  }
  /* line 14816, app/assets/stylesheets/_custom.scss */
  .m-sm-11 {
    margin: 4.5rem !important;
  }
  /* line 14820, app/assets/stylesheets/_custom.scss */
  .m-sm-12 {
    margin: 5rem !important;
  }
  /* line 14824, app/assets/stylesheets/_custom.scss */
  .m-sm-13 {
    margin: 5.5rem !important;
  }
  /* line 14828, app/assets/stylesheets/_custom.scss */
  .m-sm-14 {
    margin: 6rem !important;
  }
  /* line 14832, app/assets/stylesheets/_custom.scss */
  .m-sm-15 {
    margin: 6.5rem !important;
  }
  /* line 14836, app/assets/stylesheets/_custom.scss */
  .m-sm-16 {
    margin: 7rem !important;
  }
  /* line 14840, app/assets/stylesheets/_custom.scss */
  .m-sm-17 {
    margin: 7.5rem !important;
  }
  /* line 14844, app/assets/stylesheets/_custom.scss */
  .m-sm-18 {
    margin: 8rem !important;
  }
  /* line 14848, app/assets/stylesheets/_custom.scss */
  .m-sm-19 {
    margin: 8.5rem !important;
  }
  /* line 14852, app/assets/stylesheets/_custom.scss */
  .m-sm-20 {
    margin: 9rem !important;
  }
  /* line 14856, app/assets/stylesheets/_custom.scss */
  .m-sm-21 {
    margin: 9.5rem !important;
  }
  /* line 14860, app/assets/stylesheets/_custom.scss */
  .m-sm-22 {
    margin: 10rem !important;
  }
  /* line 14864, app/assets/stylesheets/_custom.scss */
  .m-sm-23 {
    margin: 12rem !important;
  }
  /* line 14868, app/assets/stylesheets/_custom.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 14872, app/assets/stylesheets/_custom.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 14877, app/assets/stylesheets/_custom.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 14882, app/assets/stylesheets/_custom.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 14887, app/assets/stylesheets/_custom.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 14892, app/assets/stylesheets/_custom.scss */
  .mx-sm-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 14897, app/assets/stylesheets/_custom.scss */
  .mx-sm-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 14902, app/assets/stylesheets/_custom.scss */
  .mx-sm-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 14907, app/assets/stylesheets/_custom.scss */
  .mx-sm-7 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 14912, app/assets/stylesheets/_custom.scss */
  .mx-sm-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 14917, app/assets/stylesheets/_custom.scss */
  .mx-sm-9 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 14922, app/assets/stylesheets/_custom.scss */
  .mx-sm-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 14927, app/assets/stylesheets/_custom.scss */
  .mx-sm-11 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 14932, app/assets/stylesheets/_custom.scss */
  .mx-sm-12 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 14937, app/assets/stylesheets/_custom.scss */
  .mx-sm-13 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 14942, app/assets/stylesheets/_custom.scss */
  .mx-sm-14 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 14947, app/assets/stylesheets/_custom.scss */
  .mx-sm-15 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 14952, app/assets/stylesheets/_custom.scss */
  .mx-sm-16 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 14957, app/assets/stylesheets/_custom.scss */
  .mx-sm-17 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 14962, app/assets/stylesheets/_custom.scss */
  .mx-sm-18 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 14967, app/assets/stylesheets/_custom.scss */
  .mx-sm-19 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  /* line 14972, app/assets/stylesheets/_custom.scss */
  .mx-sm-20 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  /* line 14977, app/assets/stylesheets/_custom.scss */
  .mx-sm-21 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  /* line 14982, app/assets/stylesheets/_custom.scss */
  .mx-sm-22 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 14987, app/assets/stylesheets/_custom.scss */
  .mx-sm-23 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 14992, app/assets/stylesheets/_custom.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 14997, app/assets/stylesheets/_custom.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 15002, app/assets/stylesheets/_custom.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 15007, app/assets/stylesheets/_custom.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 15012, app/assets/stylesheets/_custom.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 15017, app/assets/stylesheets/_custom.scss */
  .my-sm-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 15022, app/assets/stylesheets/_custom.scss */
  .my-sm-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 15027, app/assets/stylesheets/_custom.scss */
  .my-sm-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 15032, app/assets/stylesheets/_custom.scss */
  .my-sm-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 15037, app/assets/stylesheets/_custom.scss */
  .my-sm-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 15042, app/assets/stylesheets/_custom.scss */
  .my-sm-9 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 15047, app/assets/stylesheets/_custom.scss */
  .my-sm-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 15052, app/assets/stylesheets/_custom.scss */
  .my-sm-11 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 15057, app/assets/stylesheets/_custom.scss */
  .my-sm-12 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 15062, app/assets/stylesheets/_custom.scss */
  .my-sm-13 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 15067, app/assets/stylesheets/_custom.scss */
  .my-sm-14 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 15072, app/assets/stylesheets/_custom.scss */
  .my-sm-15 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 15077, app/assets/stylesheets/_custom.scss */
  .my-sm-16 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 15082, app/assets/stylesheets/_custom.scss */
  .my-sm-17 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 15087, app/assets/stylesheets/_custom.scss */
  .my-sm-18 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 15092, app/assets/stylesheets/_custom.scss */
  .my-sm-19 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  /* line 15097, app/assets/stylesheets/_custom.scss */
  .my-sm-20 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  /* line 15102, app/assets/stylesheets/_custom.scss */
  .my-sm-21 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  /* line 15107, app/assets/stylesheets/_custom.scss */
  .my-sm-22 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 15112, app/assets/stylesheets/_custom.scss */
  .my-sm-23 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 15117, app/assets/stylesheets/_custom.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 15122, app/assets/stylesheets/_custom.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 15126, app/assets/stylesheets/_custom.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15130, app/assets/stylesheets/_custom.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15134, app/assets/stylesheets/_custom.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 15138, app/assets/stylesheets/_custom.scss */
  .mt-sm-4 {
    margin-top: 1.25rem !important;
  }
  /* line 15142, app/assets/stylesheets/_custom.scss */
  .mt-sm-5 {
    margin-top: 1.5rem !important;
  }
  /* line 15146, app/assets/stylesheets/_custom.scss */
  .mt-sm-6 {
    margin-top: 2rem !important;
  }
  /* line 15150, app/assets/stylesheets/_custom.scss */
  .mt-sm-7 {
    margin-top: 2.5rem !important;
  }
  /* line 15154, app/assets/stylesheets/_custom.scss */
  .mt-sm-8 {
    margin-top: 3rem !important;
  }
  /* line 15158, app/assets/stylesheets/_custom.scss */
  .mt-sm-9 {
    margin-top: 3.5rem !important;
  }
  /* line 15162, app/assets/stylesheets/_custom.scss */
  .mt-sm-10 {
    margin-top: 4rem !important;
  }
  /* line 15166, app/assets/stylesheets/_custom.scss */
  .mt-sm-11 {
    margin-top: 4.5rem !important;
  }
  /* line 15170, app/assets/stylesheets/_custom.scss */
  .mt-sm-12 {
    margin-top: 5rem !important;
  }
  /* line 15174, app/assets/stylesheets/_custom.scss */
  .mt-sm-13 {
    margin-top: 5.5rem !important;
  }
  /* line 15178, app/assets/stylesheets/_custom.scss */
  .mt-sm-14 {
    margin-top: 6rem !important;
  }
  /* line 15182, app/assets/stylesheets/_custom.scss */
  .mt-sm-15 {
    margin-top: 6.5rem !important;
  }
  /* line 15186, app/assets/stylesheets/_custom.scss */
  .mt-sm-16 {
    margin-top: 7rem !important;
  }
  /* line 15190, app/assets/stylesheets/_custom.scss */
  .mt-sm-17 {
    margin-top: 7.5rem !important;
  }
  /* line 15194, app/assets/stylesheets/_custom.scss */
  .mt-sm-18 {
    margin-top: 8rem !important;
  }
  /* line 15198, app/assets/stylesheets/_custom.scss */
  .mt-sm-19 {
    margin-top: 8.5rem !important;
  }
  /* line 15202, app/assets/stylesheets/_custom.scss */
  .mt-sm-20 {
    margin-top: 9rem !important;
  }
  /* line 15206, app/assets/stylesheets/_custom.scss */
  .mt-sm-21 {
    margin-top: 9.5rem !important;
  }
  /* line 15210, app/assets/stylesheets/_custom.scss */
  .mt-sm-22 {
    margin-top: 10rem !important;
  }
  /* line 15214, app/assets/stylesheets/_custom.scss */
  .mt-sm-23 {
    margin-top: 12rem !important;
  }
  /* line 15218, app/assets/stylesheets/_custom.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 15222, app/assets/stylesheets/_custom.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 15226, app/assets/stylesheets/_custom.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 15230, app/assets/stylesheets/_custom.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 15234, app/assets/stylesheets/_custom.scss */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 15238, app/assets/stylesheets/_custom.scss */
  .me-sm-4 {
    margin-right: 1.25rem !important;
  }
  /* line 15242, app/assets/stylesheets/_custom.scss */
  .me-sm-5 {
    margin-right: 1.5rem !important;
  }
  /* line 15246, app/assets/stylesheets/_custom.scss */
  .me-sm-6 {
    margin-right: 2rem !important;
  }
  /* line 15250, app/assets/stylesheets/_custom.scss */
  .me-sm-7 {
    margin-right: 2.5rem !important;
  }
  /* line 15254, app/assets/stylesheets/_custom.scss */
  .me-sm-8 {
    margin-right: 3rem !important;
  }
  /* line 15258, app/assets/stylesheets/_custom.scss */
  .me-sm-9 {
    margin-right: 3.5rem !important;
  }
  /* line 15262, app/assets/stylesheets/_custom.scss */
  .me-sm-10 {
    margin-right: 4rem !important;
  }
  /* line 15266, app/assets/stylesheets/_custom.scss */
  .me-sm-11 {
    margin-right: 4.5rem !important;
  }
  /* line 15270, app/assets/stylesheets/_custom.scss */
  .me-sm-12 {
    margin-right: 5rem !important;
  }
  /* line 15274, app/assets/stylesheets/_custom.scss */
  .me-sm-13 {
    margin-right: 5.5rem !important;
  }
  /* line 15278, app/assets/stylesheets/_custom.scss */
  .me-sm-14 {
    margin-right: 6rem !important;
  }
  /* line 15282, app/assets/stylesheets/_custom.scss */
  .me-sm-15 {
    margin-right: 6.5rem !important;
  }
  /* line 15286, app/assets/stylesheets/_custom.scss */
  .me-sm-16 {
    margin-right: 7rem !important;
  }
  /* line 15290, app/assets/stylesheets/_custom.scss */
  .me-sm-17 {
    margin-right: 7.5rem !important;
  }
  /* line 15294, app/assets/stylesheets/_custom.scss */
  .me-sm-18 {
    margin-right: 8rem !important;
  }
  /* line 15298, app/assets/stylesheets/_custom.scss */
  .me-sm-19 {
    margin-right: 8.5rem !important;
  }
  /* line 15302, app/assets/stylesheets/_custom.scss */
  .me-sm-20 {
    margin-right: 9rem !important;
  }
  /* line 15306, app/assets/stylesheets/_custom.scss */
  .me-sm-21 {
    margin-right: 9.5rem !important;
  }
  /* line 15310, app/assets/stylesheets/_custom.scss */
  .me-sm-22 {
    margin-right: 10rem !important;
  }
  /* line 15314, app/assets/stylesheets/_custom.scss */
  .me-sm-23 {
    margin-right: 12rem !important;
  }
  /* line 15318, app/assets/stylesheets/_custom.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 15322, app/assets/stylesheets/_custom.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 15326, app/assets/stylesheets/_custom.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 15330, app/assets/stylesheets/_custom.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 15334, app/assets/stylesheets/_custom.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 15338, app/assets/stylesheets/_custom.scss */
  .mb-sm-4 {
    margin-bottom: 1.25rem !important;
  }
  /* line 15342, app/assets/stylesheets/_custom.scss */
  .mb-sm-5 {
    margin-bottom: 1.5rem !important;
  }
  /* line 15346, app/assets/stylesheets/_custom.scss */
  .mb-sm-6 {
    margin-bottom: 2rem !important;
  }
  /* line 15350, app/assets/stylesheets/_custom.scss */
  .mb-sm-7 {
    margin-bottom: 2.5rem !important;
  }
  /* line 15354, app/assets/stylesheets/_custom.scss */
  .mb-sm-8 {
    margin-bottom: 3rem !important;
  }
  /* line 15358, app/assets/stylesheets/_custom.scss */
  .mb-sm-9 {
    margin-bottom: 3.5rem !important;
  }
  /* line 15362, app/assets/stylesheets/_custom.scss */
  .mb-sm-10 {
    margin-bottom: 4rem !important;
  }
  /* line 15366, app/assets/stylesheets/_custom.scss */
  .mb-sm-11 {
    margin-bottom: 4.5rem !important;
  }
  /* line 15370, app/assets/stylesheets/_custom.scss */
  .mb-sm-12 {
    margin-bottom: 5rem !important;
  }
  /* line 15374, app/assets/stylesheets/_custom.scss */
  .mb-sm-13 {
    margin-bottom: 5.5rem !important;
  }
  /* line 15378, app/assets/stylesheets/_custom.scss */
  .mb-sm-14 {
    margin-bottom: 6rem !important;
  }
  /* line 15382, app/assets/stylesheets/_custom.scss */
  .mb-sm-15 {
    margin-bottom: 6.5rem !important;
  }
  /* line 15386, app/assets/stylesheets/_custom.scss */
  .mb-sm-16 {
    margin-bottom: 7rem !important;
  }
  /* line 15390, app/assets/stylesheets/_custom.scss */
  .mb-sm-17 {
    margin-bottom: 7.5rem !important;
  }
  /* line 15394, app/assets/stylesheets/_custom.scss */
  .mb-sm-18 {
    margin-bottom: 8rem !important;
  }
  /* line 15398, app/assets/stylesheets/_custom.scss */
  .mb-sm-19 {
    margin-bottom: 8.5rem !important;
  }
  /* line 15402, app/assets/stylesheets/_custom.scss */
  .mb-sm-20 {
    margin-bottom: 9rem !important;
  }
  /* line 15406, app/assets/stylesheets/_custom.scss */
  .mb-sm-21 {
    margin-bottom: 9.5rem !important;
  }
  /* line 15410, app/assets/stylesheets/_custom.scss */
  .mb-sm-22 {
    margin-bottom: 10rem !important;
  }
  /* line 15414, app/assets/stylesheets/_custom.scss */
  .mb-sm-23 {
    margin-bottom: 12rem !important;
  }
  /* line 15418, app/assets/stylesheets/_custom.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 15422, app/assets/stylesheets/_custom.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 15426, app/assets/stylesheets/_custom.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 15430, app/assets/stylesheets/_custom.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 15434, app/assets/stylesheets/_custom.scss */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 15438, app/assets/stylesheets/_custom.scss */
  .ms-sm-4 {
    margin-left: 1.25rem !important;
  }
  /* line 15442, app/assets/stylesheets/_custom.scss */
  .ms-sm-5 {
    margin-left: 1.5rem !important;
  }
  /* line 15446, app/assets/stylesheets/_custom.scss */
  .ms-sm-6 {
    margin-left: 2rem !important;
  }
  /* line 15450, app/assets/stylesheets/_custom.scss */
  .ms-sm-7 {
    margin-left: 2.5rem !important;
  }
  /* line 15454, app/assets/stylesheets/_custom.scss */
  .ms-sm-8 {
    margin-left: 3rem !important;
  }
  /* line 15458, app/assets/stylesheets/_custom.scss */
  .ms-sm-9 {
    margin-left: 3.5rem !important;
  }
  /* line 15462, app/assets/stylesheets/_custom.scss */
  .ms-sm-10 {
    margin-left: 4rem !important;
  }
  /* line 15466, app/assets/stylesheets/_custom.scss */
  .ms-sm-11 {
    margin-left: 4.5rem !important;
  }
  /* line 15470, app/assets/stylesheets/_custom.scss */
  .ms-sm-12 {
    margin-left: 5rem !important;
  }
  /* line 15474, app/assets/stylesheets/_custom.scss */
  .ms-sm-13 {
    margin-left: 5.5rem !important;
  }
  /* line 15478, app/assets/stylesheets/_custom.scss */
  .ms-sm-14 {
    margin-left: 6rem !important;
  }
  /* line 15482, app/assets/stylesheets/_custom.scss */
  .ms-sm-15 {
    margin-left: 6.5rem !important;
  }
  /* line 15486, app/assets/stylesheets/_custom.scss */
  .ms-sm-16 {
    margin-left: 7rem !important;
  }
  /* line 15490, app/assets/stylesheets/_custom.scss */
  .ms-sm-17 {
    margin-left: 7.5rem !important;
  }
  /* line 15494, app/assets/stylesheets/_custom.scss */
  .ms-sm-18 {
    margin-left: 8rem !important;
  }
  /* line 15498, app/assets/stylesheets/_custom.scss */
  .ms-sm-19 {
    margin-left: 8.5rem !important;
  }
  /* line 15502, app/assets/stylesheets/_custom.scss */
  .ms-sm-20 {
    margin-left: 9rem !important;
  }
  /* line 15506, app/assets/stylesheets/_custom.scss */
  .ms-sm-21 {
    margin-left: 9.5rem !important;
  }
  /* line 15510, app/assets/stylesheets/_custom.scss */
  .ms-sm-22 {
    margin-left: 10rem !important;
  }
  /* line 15514, app/assets/stylesheets/_custom.scss */
  .ms-sm-23 {
    margin-left: 12rem !important;
  }
  /* line 15518, app/assets/stylesheets/_custom.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 15522, app/assets/stylesheets/_custom.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 15526, app/assets/stylesheets/_custom.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 15530, app/assets/stylesheets/_custom.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 15534, app/assets/stylesheets/_custom.scss */
  .m-sm-n4 {
    margin: -1.25rem !important;
  }
  /* line 15538, app/assets/stylesheets/_custom.scss */
  .m-sm-n5 {
    margin: -1.5rem !important;
  }
  /* line 15542, app/assets/stylesheets/_custom.scss */
  .m-sm-n6 {
    margin: -2rem !important;
  }
  /* line 15546, app/assets/stylesheets/_custom.scss */
  .m-sm-n7 {
    margin: -2.5rem !important;
  }
  /* line 15550, app/assets/stylesheets/_custom.scss */
  .m-sm-n8 {
    margin: -3rem !important;
  }
  /* line 15554, app/assets/stylesheets/_custom.scss */
  .m-sm-n9 {
    margin: -3.5rem !important;
  }
  /* line 15558, app/assets/stylesheets/_custom.scss */
  .m-sm-n10 {
    margin: -4rem !important;
  }
  /* line 15562, app/assets/stylesheets/_custom.scss */
  .m-sm-n11 {
    margin: -4.5rem !important;
  }
  /* line 15566, app/assets/stylesheets/_custom.scss */
  .m-sm-n12 {
    margin: -5rem !important;
  }
  /* line 15570, app/assets/stylesheets/_custom.scss */
  .m-sm-n13 {
    margin: -5.5rem !important;
  }
  /* line 15574, app/assets/stylesheets/_custom.scss */
  .m-sm-n14 {
    margin: -6rem !important;
  }
  /* line 15578, app/assets/stylesheets/_custom.scss */
  .m-sm-n15 {
    margin: -6.5rem !important;
  }
  /* line 15582, app/assets/stylesheets/_custom.scss */
  .m-sm-n16 {
    margin: -7rem !important;
  }
  /* line 15586, app/assets/stylesheets/_custom.scss */
  .m-sm-n17 {
    margin: -7.5rem !important;
  }
  /* line 15590, app/assets/stylesheets/_custom.scss */
  .m-sm-n18 {
    margin: -8rem !important;
  }
  /* line 15594, app/assets/stylesheets/_custom.scss */
  .m-sm-n19 {
    margin: -8.5rem !important;
  }
  /* line 15598, app/assets/stylesheets/_custom.scss */
  .m-sm-n20 {
    margin: -9rem !important;
  }
  /* line 15602, app/assets/stylesheets/_custom.scss */
  .m-sm-n21 {
    margin: -9.5rem !important;
  }
  /* line 15606, app/assets/stylesheets/_custom.scss */
  .m-sm-n22 {
    margin: -10rem !important;
  }
  /* line 15610, app/assets/stylesheets/_custom.scss */
  .m-sm-n23 {
    margin: -12rem !important;
  }
  /* line 15614, app/assets/stylesheets/_custom.scss */
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 15619, app/assets/stylesheets/_custom.scss */
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 15624, app/assets/stylesheets/_custom.scss */
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 15629, app/assets/stylesheets/_custom.scss */
  .mx-sm-n4 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  /* line 15634, app/assets/stylesheets/_custom.scss */
  .mx-sm-n5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 15639, app/assets/stylesheets/_custom.scss */
  .mx-sm-n6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 15644, app/assets/stylesheets/_custom.scss */
  .mx-sm-n7 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 15649, app/assets/stylesheets/_custom.scss */
  .mx-sm-n8 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 15654, app/assets/stylesheets/_custom.scss */
  .mx-sm-n9 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 15659, app/assets/stylesheets/_custom.scss */
  .mx-sm-n10 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 15664, app/assets/stylesheets/_custom.scss */
  .mx-sm-n11 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 15669, app/assets/stylesheets/_custom.scss */
  .mx-sm-n12 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 15674, app/assets/stylesheets/_custom.scss */
  .mx-sm-n13 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 15679, app/assets/stylesheets/_custom.scss */
  .mx-sm-n14 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 15684, app/assets/stylesheets/_custom.scss */
  .mx-sm-n15 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 15689, app/assets/stylesheets/_custom.scss */
  .mx-sm-n16 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 15694, app/assets/stylesheets/_custom.scss */
  .mx-sm-n17 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 15699, app/assets/stylesheets/_custom.scss */
  .mx-sm-n18 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 15704, app/assets/stylesheets/_custom.scss */
  .mx-sm-n19 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  /* line 15709, app/assets/stylesheets/_custom.scss */
  .mx-sm-n20 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  /* line 15714, app/assets/stylesheets/_custom.scss */
  .mx-sm-n21 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  /* line 15719, app/assets/stylesheets/_custom.scss */
  .mx-sm-n22 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 15724, app/assets/stylesheets/_custom.scss */
  .mx-sm-n23 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 15729, app/assets/stylesheets/_custom.scss */
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 15734, app/assets/stylesheets/_custom.scss */
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 15739, app/assets/stylesheets/_custom.scss */
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 15744, app/assets/stylesheets/_custom.scss */
  .my-sm-n4 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  /* line 15749, app/assets/stylesheets/_custom.scss */
  .my-sm-n5 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 15754, app/assets/stylesheets/_custom.scss */
  .my-sm-n6 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 15759, app/assets/stylesheets/_custom.scss */
  .my-sm-n7 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 15764, app/assets/stylesheets/_custom.scss */
  .my-sm-n8 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 15769, app/assets/stylesheets/_custom.scss */
  .my-sm-n9 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 15774, app/assets/stylesheets/_custom.scss */
  .my-sm-n10 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 15779, app/assets/stylesheets/_custom.scss */
  .my-sm-n11 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 15784, app/assets/stylesheets/_custom.scss */
  .my-sm-n12 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 15789, app/assets/stylesheets/_custom.scss */
  .my-sm-n13 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 15794, app/assets/stylesheets/_custom.scss */
  .my-sm-n14 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 15799, app/assets/stylesheets/_custom.scss */
  .my-sm-n15 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 15804, app/assets/stylesheets/_custom.scss */
  .my-sm-n16 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 15809, app/assets/stylesheets/_custom.scss */
  .my-sm-n17 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 15814, app/assets/stylesheets/_custom.scss */
  .my-sm-n18 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 15819, app/assets/stylesheets/_custom.scss */
  .my-sm-n19 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  /* line 15824, app/assets/stylesheets/_custom.scss */
  .my-sm-n20 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  /* line 15829, app/assets/stylesheets/_custom.scss */
  .my-sm-n21 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  /* line 15834, app/assets/stylesheets/_custom.scss */
  .my-sm-n22 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 15839, app/assets/stylesheets/_custom.scss */
  .my-sm-n23 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 15844, app/assets/stylesheets/_custom.scss */
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 15848, app/assets/stylesheets/_custom.scss */
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 15852, app/assets/stylesheets/_custom.scss */
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 15856, app/assets/stylesheets/_custom.scss */
  .mt-sm-n4 {
    margin-top: -1.25rem !important;
  }
  /* line 15860, app/assets/stylesheets/_custom.scss */
  .mt-sm-n5 {
    margin-top: -1.5rem !important;
  }
  /* line 15864, app/assets/stylesheets/_custom.scss */
  .mt-sm-n6 {
    margin-top: -2rem !important;
  }
  /* line 15868, app/assets/stylesheets/_custom.scss */
  .mt-sm-n7 {
    margin-top: -2.5rem !important;
  }
  /* line 15872, app/assets/stylesheets/_custom.scss */
  .mt-sm-n8 {
    margin-top: -3rem !important;
  }
  /* line 15876, app/assets/stylesheets/_custom.scss */
  .mt-sm-n9 {
    margin-top: -3.5rem !important;
  }
  /* line 15880, app/assets/stylesheets/_custom.scss */
  .mt-sm-n10 {
    margin-top: -4rem !important;
  }
  /* line 15884, app/assets/stylesheets/_custom.scss */
  .mt-sm-n11 {
    margin-top: -4.5rem !important;
  }
  /* line 15888, app/assets/stylesheets/_custom.scss */
  .mt-sm-n12 {
    margin-top: -5rem !important;
  }
  /* line 15892, app/assets/stylesheets/_custom.scss */
  .mt-sm-n13 {
    margin-top: -5.5rem !important;
  }
  /* line 15896, app/assets/stylesheets/_custom.scss */
  .mt-sm-n14 {
    margin-top: -6rem !important;
  }
  /* line 15900, app/assets/stylesheets/_custom.scss */
  .mt-sm-n15 {
    margin-top: -6.5rem !important;
  }
  /* line 15904, app/assets/stylesheets/_custom.scss */
  .mt-sm-n16 {
    margin-top: -7rem !important;
  }
  /* line 15908, app/assets/stylesheets/_custom.scss */
  .mt-sm-n17 {
    margin-top: -7.5rem !important;
  }
  /* line 15912, app/assets/stylesheets/_custom.scss */
  .mt-sm-n18 {
    margin-top: -8rem !important;
  }
  /* line 15916, app/assets/stylesheets/_custom.scss */
  .mt-sm-n19 {
    margin-top: -8.5rem !important;
  }
  /* line 15920, app/assets/stylesheets/_custom.scss */
  .mt-sm-n20 {
    margin-top: -9rem !important;
  }
  /* line 15924, app/assets/stylesheets/_custom.scss */
  .mt-sm-n21 {
    margin-top: -9.5rem !important;
  }
  /* line 15928, app/assets/stylesheets/_custom.scss */
  .mt-sm-n22 {
    margin-top: -10rem !important;
  }
  /* line 15932, app/assets/stylesheets/_custom.scss */
  .mt-sm-n23 {
    margin-top: -12rem !important;
  }
  /* line 15936, app/assets/stylesheets/_custom.scss */
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 15940, app/assets/stylesheets/_custom.scss */
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 15944, app/assets/stylesheets/_custom.scss */
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 15948, app/assets/stylesheets/_custom.scss */
  .me-sm-n4 {
    margin-right: -1.25rem !important;
  }
  /* line 15952, app/assets/stylesheets/_custom.scss */
  .me-sm-n5 {
    margin-right: -1.5rem !important;
  }
  /* line 15956, app/assets/stylesheets/_custom.scss */
  .me-sm-n6 {
    margin-right: -2rem !important;
  }
  /* line 15960, app/assets/stylesheets/_custom.scss */
  .me-sm-n7 {
    margin-right: -2.5rem !important;
  }
  /* line 15964, app/assets/stylesheets/_custom.scss */
  .me-sm-n8 {
    margin-right: -3rem !important;
  }
  /* line 15968, app/assets/stylesheets/_custom.scss */
  .me-sm-n9 {
    margin-right: -3.5rem !important;
  }
  /* line 15972, app/assets/stylesheets/_custom.scss */
  .me-sm-n10 {
    margin-right: -4rem !important;
  }
  /* line 15976, app/assets/stylesheets/_custom.scss */
  .me-sm-n11 {
    margin-right: -4.5rem !important;
  }
  /* line 15980, app/assets/stylesheets/_custom.scss */
  .me-sm-n12 {
    margin-right: -5rem !important;
  }
  /* line 15984, app/assets/stylesheets/_custom.scss */
  .me-sm-n13 {
    margin-right: -5.5rem !important;
  }
  /* line 15988, app/assets/stylesheets/_custom.scss */
  .me-sm-n14 {
    margin-right: -6rem !important;
  }
  /* line 15992, app/assets/stylesheets/_custom.scss */
  .me-sm-n15 {
    margin-right: -6.5rem !important;
  }
  /* line 15996, app/assets/stylesheets/_custom.scss */
  .me-sm-n16 {
    margin-right: -7rem !important;
  }
  /* line 16000, app/assets/stylesheets/_custom.scss */
  .me-sm-n17 {
    margin-right: -7.5rem !important;
  }
  /* line 16004, app/assets/stylesheets/_custom.scss */
  .me-sm-n18 {
    margin-right: -8rem !important;
  }
  /* line 16008, app/assets/stylesheets/_custom.scss */
  .me-sm-n19 {
    margin-right: -8.5rem !important;
  }
  /* line 16012, app/assets/stylesheets/_custom.scss */
  .me-sm-n20 {
    margin-right: -9rem !important;
  }
  /* line 16016, app/assets/stylesheets/_custom.scss */
  .me-sm-n21 {
    margin-right: -9.5rem !important;
  }
  /* line 16020, app/assets/stylesheets/_custom.scss */
  .me-sm-n22 {
    margin-right: -10rem !important;
  }
  /* line 16024, app/assets/stylesheets/_custom.scss */
  .me-sm-n23 {
    margin-right: -12rem !important;
  }
  /* line 16028, app/assets/stylesheets/_custom.scss */
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 16032, app/assets/stylesheets/_custom.scss */
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 16036, app/assets/stylesheets/_custom.scss */
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 16040, app/assets/stylesheets/_custom.scss */
  .mb-sm-n4 {
    margin-bottom: -1.25rem !important;
  }
  /* line 16044, app/assets/stylesheets/_custom.scss */
  .mb-sm-n5 {
    margin-bottom: -1.5rem !important;
  }
  /* line 16048, app/assets/stylesheets/_custom.scss */
  .mb-sm-n6 {
    margin-bottom: -2rem !important;
  }
  /* line 16052, app/assets/stylesheets/_custom.scss */
  .mb-sm-n7 {
    margin-bottom: -2.5rem !important;
  }
  /* line 16056, app/assets/stylesheets/_custom.scss */
  .mb-sm-n8 {
    margin-bottom: -3rem !important;
  }
  /* line 16060, app/assets/stylesheets/_custom.scss */
  .mb-sm-n9 {
    margin-bottom: -3.5rem !important;
  }
  /* line 16064, app/assets/stylesheets/_custom.scss */
  .mb-sm-n10 {
    margin-bottom: -4rem !important;
  }
  /* line 16068, app/assets/stylesheets/_custom.scss */
  .mb-sm-n11 {
    margin-bottom: -4.5rem !important;
  }
  /* line 16072, app/assets/stylesheets/_custom.scss */
  .mb-sm-n12 {
    margin-bottom: -5rem !important;
  }
  /* line 16076, app/assets/stylesheets/_custom.scss */
  .mb-sm-n13 {
    margin-bottom: -5.5rem !important;
  }
  /* line 16080, app/assets/stylesheets/_custom.scss */
  .mb-sm-n14 {
    margin-bottom: -6rem !important;
  }
  /* line 16084, app/assets/stylesheets/_custom.scss */
  .mb-sm-n15 {
    margin-bottom: -6.5rem !important;
  }
  /* line 16088, app/assets/stylesheets/_custom.scss */
  .mb-sm-n16 {
    margin-bottom: -7rem !important;
  }
  /* line 16092, app/assets/stylesheets/_custom.scss */
  .mb-sm-n17 {
    margin-bottom: -7.5rem !important;
  }
  /* line 16096, app/assets/stylesheets/_custom.scss */
  .mb-sm-n18 {
    margin-bottom: -8rem !important;
  }
  /* line 16100, app/assets/stylesheets/_custom.scss */
  .mb-sm-n19 {
    margin-bottom: -8.5rem !important;
  }
  /* line 16104, app/assets/stylesheets/_custom.scss */
  .mb-sm-n20 {
    margin-bottom: -9rem !important;
  }
  /* line 16108, app/assets/stylesheets/_custom.scss */
  .mb-sm-n21 {
    margin-bottom: -9.5rem !important;
  }
  /* line 16112, app/assets/stylesheets/_custom.scss */
  .mb-sm-n22 {
    margin-bottom: -10rem !important;
  }
  /* line 16116, app/assets/stylesheets/_custom.scss */
  .mb-sm-n23 {
    margin-bottom: -12rem !important;
  }
  /* line 16120, app/assets/stylesheets/_custom.scss */
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 16124, app/assets/stylesheets/_custom.scss */
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 16128, app/assets/stylesheets/_custom.scss */
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 16132, app/assets/stylesheets/_custom.scss */
  .ms-sm-n4 {
    margin-left: -1.25rem !important;
  }
  /* line 16136, app/assets/stylesheets/_custom.scss */
  .ms-sm-n5 {
    margin-left: -1.5rem !important;
  }
  /* line 16140, app/assets/stylesheets/_custom.scss */
  .ms-sm-n6 {
    margin-left: -2rem !important;
  }
  /* line 16144, app/assets/stylesheets/_custom.scss */
  .ms-sm-n7 {
    margin-left: -2.5rem !important;
  }
  /* line 16148, app/assets/stylesheets/_custom.scss */
  .ms-sm-n8 {
    margin-left: -3rem !important;
  }
  /* line 16152, app/assets/stylesheets/_custom.scss */
  .ms-sm-n9 {
    margin-left: -3.5rem !important;
  }
  /* line 16156, app/assets/stylesheets/_custom.scss */
  .ms-sm-n10 {
    margin-left: -4rem !important;
  }
  /* line 16160, app/assets/stylesheets/_custom.scss */
  .ms-sm-n11 {
    margin-left: -4.5rem !important;
  }
  /* line 16164, app/assets/stylesheets/_custom.scss */
  .ms-sm-n12 {
    margin-left: -5rem !important;
  }
  /* line 16168, app/assets/stylesheets/_custom.scss */
  .ms-sm-n13 {
    margin-left: -5.5rem !important;
  }
  /* line 16172, app/assets/stylesheets/_custom.scss */
  .ms-sm-n14 {
    margin-left: -6rem !important;
  }
  /* line 16176, app/assets/stylesheets/_custom.scss */
  .ms-sm-n15 {
    margin-left: -6.5rem !important;
  }
  /* line 16180, app/assets/stylesheets/_custom.scss */
  .ms-sm-n16 {
    margin-left: -7rem !important;
  }
  /* line 16184, app/assets/stylesheets/_custom.scss */
  .ms-sm-n17 {
    margin-left: -7.5rem !important;
  }
  /* line 16188, app/assets/stylesheets/_custom.scss */
  .ms-sm-n18 {
    margin-left: -8rem !important;
  }
  /* line 16192, app/assets/stylesheets/_custom.scss */
  .ms-sm-n19 {
    margin-left: -8.5rem !important;
  }
  /* line 16196, app/assets/stylesheets/_custom.scss */
  .ms-sm-n20 {
    margin-left: -9rem !important;
  }
  /* line 16200, app/assets/stylesheets/_custom.scss */
  .ms-sm-n21 {
    margin-left: -9.5rem !important;
  }
  /* line 16204, app/assets/stylesheets/_custom.scss */
  .ms-sm-n22 {
    margin-left: -10rem !important;
  }
  /* line 16208, app/assets/stylesheets/_custom.scss */
  .ms-sm-n23 {
    margin-left: -12rem !important;
  }
  /* line 16212, app/assets/stylesheets/_custom.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 16216, app/assets/stylesheets/_custom.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 16220, app/assets/stylesheets/_custom.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 16224, app/assets/stylesheets/_custom.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 16228, app/assets/stylesheets/_custom.scss */
  .p-sm-4 {
    padding: 1.25rem !important;
  }
  /* line 16232, app/assets/stylesheets/_custom.scss */
  .p-sm-5 {
    padding: 1.5rem !important;
  }
  /* line 16236, app/assets/stylesheets/_custom.scss */
  .p-sm-6 {
    padding: 2rem !important;
  }
  /* line 16240, app/assets/stylesheets/_custom.scss */
  .p-sm-7 {
    padding: 2.5rem !important;
  }
  /* line 16244, app/assets/stylesheets/_custom.scss */
  .p-sm-8 {
    padding: 3rem !important;
  }
  /* line 16248, app/assets/stylesheets/_custom.scss */
  .p-sm-9 {
    padding: 3.5rem !important;
  }
  /* line 16252, app/assets/stylesheets/_custom.scss */
  .p-sm-10 {
    padding: 4rem !important;
  }
  /* line 16256, app/assets/stylesheets/_custom.scss */
  .p-sm-11 {
    padding: 4.5rem !important;
  }
  /* line 16260, app/assets/stylesheets/_custom.scss */
  .p-sm-12 {
    padding: 5rem !important;
  }
  /* line 16264, app/assets/stylesheets/_custom.scss */
  .p-sm-13 {
    padding: 5.5rem !important;
  }
  /* line 16268, app/assets/stylesheets/_custom.scss */
  .p-sm-14 {
    padding: 6rem !important;
  }
  /* line 16272, app/assets/stylesheets/_custom.scss */
  .p-sm-15 {
    padding: 6.5rem !important;
  }
  /* line 16276, app/assets/stylesheets/_custom.scss */
  .p-sm-16 {
    padding: 7rem !important;
  }
  /* line 16280, app/assets/stylesheets/_custom.scss */
  .p-sm-17 {
    padding: 7.5rem !important;
  }
  /* line 16284, app/assets/stylesheets/_custom.scss */
  .p-sm-18 {
    padding: 8rem !important;
  }
  /* line 16288, app/assets/stylesheets/_custom.scss */
  .p-sm-19 {
    padding: 8.5rem !important;
  }
  /* line 16292, app/assets/stylesheets/_custom.scss */
  .p-sm-20 {
    padding: 9rem !important;
  }
  /* line 16296, app/assets/stylesheets/_custom.scss */
  .p-sm-21 {
    padding: 9.5rem !important;
  }
  /* line 16300, app/assets/stylesheets/_custom.scss */
  .p-sm-22 {
    padding: 10rem !important;
  }
  /* line 16304, app/assets/stylesheets/_custom.scss */
  .p-sm-23 {
    padding: 12rem !important;
  }
  /* line 16308, app/assets/stylesheets/_custom.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 16313, app/assets/stylesheets/_custom.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 16318, app/assets/stylesheets/_custom.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 16323, app/assets/stylesheets/_custom.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 16328, app/assets/stylesheets/_custom.scss */
  .px-sm-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 16333, app/assets/stylesheets/_custom.scss */
  .px-sm-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 16338, app/assets/stylesheets/_custom.scss */
  .px-sm-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 16343, app/assets/stylesheets/_custom.scss */
  .px-sm-7 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 16348, app/assets/stylesheets/_custom.scss */
  .px-sm-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 16353, app/assets/stylesheets/_custom.scss */
  .px-sm-9 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 16358, app/assets/stylesheets/_custom.scss */
  .px-sm-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 16363, app/assets/stylesheets/_custom.scss */
  .px-sm-11 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 16368, app/assets/stylesheets/_custom.scss */
  .px-sm-12 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 16373, app/assets/stylesheets/_custom.scss */
  .px-sm-13 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 16378, app/assets/stylesheets/_custom.scss */
  .px-sm-14 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 16383, app/assets/stylesheets/_custom.scss */
  .px-sm-15 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 16388, app/assets/stylesheets/_custom.scss */
  .px-sm-16 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 16393, app/assets/stylesheets/_custom.scss */
  .px-sm-17 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 16398, app/assets/stylesheets/_custom.scss */
  .px-sm-18 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 16403, app/assets/stylesheets/_custom.scss */
  .px-sm-19 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  /* line 16408, app/assets/stylesheets/_custom.scss */
  .px-sm-20 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  /* line 16413, app/assets/stylesheets/_custom.scss */
  .px-sm-21 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  /* line 16418, app/assets/stylesheets/_custom.scss */
  .px-sm-22 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 16423, app/assets/stylesheets/_custom.scss */
  .px-sm-23 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 16428, app/assets/stylesheets/_custom.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 16433, app/assets/stylesheets/_custom.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 16438, app/assets/stylesheets/_custom.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 16443, app/assets/stylesheets/_custom.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 16448, app/assets/stylesheets/_custom.scss */
  .py-sm-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 16453, app/assets/stylesheets/_custom.scss */
  .py-sm-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 16458, app/assets/stylesheets/_custom.scss */
  .py-sm-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 16463, app/assets/stylesheets/_custom.scss */
  .py-sm-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 16468, app/assets/stylesheets/_custom.scss */
  .py-sm-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 16473, app/assets/stylesheets/_custom.scss */
  .py-sm-9 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 16478, app/assets/stylesheets/_custom.scss */
  .py-sm-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 16483, app/assets/stylesheets/_custom.scss */
  .py-sm-11 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 16488, app/assets/stylesheets/_custom.scss */
  .py-sm-12 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 16493, app/assets/stylesheets/_custom.scss */
  .py-sm-13 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 16498, app/assets/stylesheets/_custom.scss */
  .py-sm-14 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 16503, app/assets/stylesheets/_custom.scss */
  .py-sm-15 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 16508, app/assets/stylesheets/_custom.scss */
  .py-sm-16 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 16513, app/assets/stylesheets/_custom.scss */
  .py-sm-17 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 16518, app/assets/stylesheets/_custom.scss */
  .py-sm-18 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 16523, app/assets/stylesheets/_custom.scss */
  .py-sm-19 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  /* line 16528, app/assets/stylesheets/_custom.scss */
  .py-sm-20 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  /* line 16533, app/assets/stylesheets/_custom.scss */
  .py-sm-21 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  /* line 16538, app/assets/stylesheets/_custom.scss */
  .py-sm-22 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 16543, app/assets/stylesheets/_custom.scss */
  .py-sm-23 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 16548, app/assets/stylesheets/_custom.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 16552, app/assets/stylesheets/_custom.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16556, app/assets/stylesheets/_custom.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16560, app/assets/stylesheets/_custom.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 16564, app/assets/stylesheets/_custom.scss */
  .pt-sm-4 {
    padding-top: 1.25rem !important;
  }
  /* line 16568, app/assets/stylesheets/_custom.scss */
  .pt-sm-5 {
    padding-top: 1.5rem !important;
  }
  /* line 16572, app/assets/stylesheets/_custom.scss */
  .pt-sm-6 {
    padding-top: 2rem !important;
  }
  /* line 16576, app/assets/stylesheets/_custom.scss */
  .pt-sm-7 {
    padding-top: 2.5rem !important;
  }
  /* line 16580, app/assets/stylesheets/_custom.scss */
  .pt-sm-8 {
    padding-top: 3rem !important;
  }
  /* line 16584, app/assets/stylesheets/_custom.scss */
  .pt-sm-9 {
    padding-top: 3.5rem !important;
  }
  /* line 16588, app/assets/stylesheets/_custom.scss */
  .pt-sm-10 {
    padding-top: 4rem !important;
  }
  /* line 16592, app/assets/stylesheets/_custom.scss */
  .pt-sm-11 {
    padding-top: 4.5rem !important;
  }
  /* line 16596, app/assets/stylesheets/_custom.scss */
  .pt-sm-12 {
    padding-top: 5rem !important;
  }
  /* line 16600, app/assets/stylesheets/_custom.scss */
  .pt-sm-13 {
    padding-top: 5.5rem !important;
  }
  /* line 16604, app/assets/stylesheets/_custom.scss */
  .pt-sm-14 {
    padding-top: 6rem !important;
  }
  /* line 16608, app/assets/stylesheets/_custom.scss */
  .pt-sm-15 {
    padding-top: 6.5rem !important;
  }
  /* line 16612, app/assets/stylesheets/_custom.scss */
  .pt-sm-16 {
    padding-top: 7rem !important;
  }
  /* line 16616, app/assets/stylesheets/_custom.scss */
  .pt-sm-17 {
    padding-top: 7.5rem !important;
  }
  /* line 16620, app/assets/stylesheets/_custom.scss */
  .pt-sm-18 {
    padding-top: 8rem !important;
  }
  /* line 16624, app/assets/stylesheets/_custom.scss */
  .pt-sm-19 {
    padding-top: 8.5rem !important;
  }
  /* line 16628, app/assets/stylesheets/_custom.scss */
  .pt-sm-20 {
    padding-top: 9rem !important;
  }
  /* line 16632, app/assets/stylesheets/_custom.scss */
  .pt-sm-21 {
    padding-top: 9.5rem !important;
  }
  /* line 16636, app/assets/stylesheets/_custom.scss */
  .pt-sm-22 {
    padding-top: 10rem !important;
  }
  /* line 16640, app/assets/stylesheets/_custom.scss */
  .pt-sm-23 {
    padding-top: 12rem !important;
  }
  /* line 16644, app/assets/stylesheets/_custom.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 16648, app/assets/stylesheets/_custom.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 16652, app/assets/stylesheets/_custom.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 16656, app/assets/stylesheets/_custom.scss */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 16660, app/assets/stylesheets/_custom.scss */
  .pe-sm-4 {
    padding-right: 1.25rem !important;
  }
  /* line 16664, app/assets/stylesheets/_custom.scss */
  .pe-sm-5 {
    padding-right: 1.5rem !important;
  }
  /* line 16668, app/assets/stylesheets/_custom.scss */
  .pe-sm-6 {
    padding-right: 2rem !important;
  }
  /* line 16672, app/assets/stylesheets/_custom.scss */
  .pe-sm-7 {
    padding-right: 2.5rem !important;
  }
  /* line 16676, app/assets/stylesheets/_custom.scss */
  .pe-sm-8 {
    padding-right: 3rem !important;
  }
  /* line 16680, app/assets/stylesheets/_custom.scss */
  .pe-sm-9 {
    padding-right: 3.5rem !important;
  }
  /* line 16684, app/assets/stylesheets/_custom.scss */
  .pe-sm-10 {
    padding-right: 4rem !important;
  }
  /* line 16688, app/assets/stylesheets/_custom.scss */
  .pe-sm-11 {
    padding-right: 4.5rem !important;
  }
  /* line 16692, app/assets/stylesheets/_custom.scss */
  .pe-sm-12 {
    padding-right: 5rem !important;
  }
  /* line 16696, app/assets/stylesheets/_custom.scss */
  .pe-sm-13 {
    padding-right: 5.5rem !important;
  }
  /* line 16700, app/assets/stylesheets/_custom.scss */
  .pe-sm-14 {
    padding-right: 6rem !important;
  }
  /* line 16704, app/assets/stylesheets/_custom.scss */
  .pe-sm-15 {
    padding-right: 6.5rem !important;
  }
  /* line 16708, app/assets/stylesheets/_custom.scss */
  .pe-sm-16 {
    padding-right: 7rem !important;
  }
  /* line 16712, app/assets/stylesheets/_custom.scss */
  .pe-sm-17 {
    padding-right: 7.5rem !important;
  }
  /* line 16716, app/assets/stylesheets/_custom.scss */
  .pe-sm-18 {
    padding-right: 8rem !important;
  }
  /* line 16720, app/assets/stylesheets/_custom.scss */
  .pe-sm-19 {
    padding-right: 8.5rem !important;
  }
  /* line 16724, app/assets/stylesheets/_custom.scss */
  .pe-sm-20 {
    padding-right: 9rem !important;
  }
  /* line 16728, app/assets/stylesheets/_custom.scss */
  .pe-sm-21 {
    padding-right: 9.5rem !important;
  }
  /* line 16732, app/assets/stylesheets/_custom.scss */
  .pe-sm-22 {
    padding-right: 10rem !important;
  }
  /* line 16736, app/assets/stylesheets/_custom.scss */
  .pe-sm-23 {
    padding-right: 12rem !important;
  }
  /* line 16740, app/assets/stylesheets/_custom.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 16744, app/assets/stylesheets/_custom.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 16748, app/assets/stylesheets/_custom.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 16752, app/assets/stylesheets/_custom.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 16756, app/assets/stylesheets/_custom.scss */
  .pb-sm-4 {
    padding-bottom: 1.25rem !important;
  }
  /* line 16760, app/assets/stylesheets/_custom.scss */
  .pb-sm-5 {
    padding-bottom: 1.5rem !important;
  }
  /* line 16764, app/assets/stylesheets/_custom.scss */
  .pb-sm-6 {
    padding-bottom: 2rem !important;
  }
  /* line 16768, app/assets/stylesheets/_custom.scss */
  .pb-sm-7 {
    padding-bottom: 2.5rem !important;
  }
  /* line 16772, app/assets/stylesheets/_custom.scss */
  .pb-sm-8 {
    padding-bottom: 3rem !important;
  }
  /* line 16776, app/assets/stylesheets/_custom.scss */
  .pb-sm-9 {
    padding-bottom: 3.5rem !important;
  }
  /* line 16780, app/assets/stylesheets/_custom.scss */
  .pb-sm-10 {
    padding-bottom: 4rem !important;
  }
  /* line 16784, app/assets/stylesheets/_custom.scss */
  .pb-sm-11 {
    padding-bottom: 4.5rem !important;
  }
  /* line 16788, app/assets/stylesheets/_custom.scss */
  .pb-sm-12 {
    padding-bottom: 5rem !important;
  }
  /* line 16792, app/assets/stylesheets/_custom.scss */
  .pb-sm-13 {
    padding-bottom: 5.5rem !important;
  }
  /* line 16796, app/assets/stylesheets/_custom.scss */
  .pb-sm-14 {
    padding-bottom: 6rem !important;
  }
  /* line 16800, app/assets/stylesheets/_custom.scss */
  .pb-sm-15 {
    padding-bottom: 6.5rem !important;
  }
  /* line 16804, app/assets/stylesheets/_custom.scss */
  .pb-sm-16 {
    padding-bottom: 7rem !important;
  }
  /* line 16808, app/assets/stylesheets/_custom.scss */
  .pb-sm-17 {
    padding-bottom: 7.5rem !important;
  }
  /* line 16812, app/assets/stylesheets/_custom.scss */
  .pb-sm-18 {
    padding-bottom: 8rem !important;
  }
  /* line 16816, app/assets/stylesheets/_custom.scss */
  .pb-sm-19 {
    padding-bottom: 8.5rem !important;
  }
  /* line 16820, app/assets/stylesheets/_custom.scss */
  .pb-sm-20 {
    padding-bottom: 9rem !important;
  }
  /* line 16824, app/assets/stylesheets/_custom.scss */
  .pb-sm-21 {
    padding-bottom: 9.5rem !important;
  }
  /* line 16828, app/assets/stylesheets/_custom.scss */
  .pb-sm-22 {
    padding-bottom: 10rem !important;
  }
  /* line 16832, app/assets/stylesheets/_custom.scss */
  .pb-sm-23 {
    padding-bottom: 12rem !important;
  }
  /* line 16836, app/assets/stylesheets/_custom.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 16840, app/assets/stylesheets/_custom.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 16844, app/assets/stylesheets/_custom.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 16848, app/assets/stylesheets/_custom.scss */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 16852, app/assets/stylesheets/_custom.scss */
  .ps-sm-4 {
    padding-left: 1.25rem !important;
  }
  /* line 16856, app/assets/stylesheets/_custom.scss */
  .ps-sm-5 {
    padding-left: 1.5rem !important;
  }
  /* line 16860, app/assets/stylesheets/_custom.scss */
  .ps-sm-6 {
    padding-left: 2rem !important;
  }
  /* line 16864, app/assets/stylesheets/_custom.scss */
  .ps-sm-7 {
    padding-left: 2.5rem !important;
  }
  /* line 16868, app/assets/stylesheets/_custom.scss */
  .ps-sm-8 {
    padding-left: 3rem !important;
  }
  /* line 16872, app/assets/stylesheets/_custom.scss */
  .ps-sm-9 {
    padding-left: 3.5rem !important;
  }
  /* line 16876, app/assets/stylesheets/_custom.scss */
  .ps-sm-10 {
    padding-left: 4rem !important;
  }
  /* line 16880, app/assets/stylesheets/_custom.scss */
  .ps-sm-11 {
    padding-left: 4.5rem !important;
  }
  /* line 16884, app/assets/stylesheets/_custom.scss */
  .ps-sm-12 {
    padding-left: 5rem !important;
  }
  /* line 16888, app/assets/stylesheets/_custom.scss */
  .ps-sm-13 {
    padding-left: 5.5rem !important;
  }
  /* line 16892, app/assets/stylesheets/_custom.scss */
  .ps-sm-14 {
    padding-left: 6rem !important;
  }
  /* line 16896, app/assets/stylesheets/_custom.scss */
  .ps-sm-15 {
    padding-left: 6.5rem !important;
  }
  /* line 16900, app/assets/stylesheets/_custom.scss */
  .ps-sm-16 {
    padding-left: 7rem !important;
  }
  /* line 16904, app/assets/stylesheets/_custom.scss */
  .ps-sm-17 {
    padding-left: 7.5rem !important;
  }
  /* line 16908, app/assets/stylesheets/_custom.scss */
  .ps-sm-18 {
    padding-left: 8rem !important;
  }
  /* line 16912, app/assets/stylesheets/_custom.scss */
  .ps-sm-19 {
    padding-left: 8.5rem !important;
  }
  /* line 16916, app/assets/stylesheets/_custom.scss */
  .ps-sm-20 {
    padding-left: 9rem !important;
  }
  /* line 16920, app/assets/stylesheets/_custom.scss */
  .ps-sm-21 {
    padding-left: 9.5rem !important;
  }
  /* line 16924, app/assets/stylesheets/_custom.scss */
  .ps-sm-22 {
    padding-left: 10rem !important;
  }
  /* line 16928, app/assets/stylesheets/_custom.scss */
  .ps-sm-23 {
    padding-left: 12rem !important;
  }
  /* line 16932, app/assets/stylesheets/_custom.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 16936, app/assets/stylesheets/_custom.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 16940, app/assets/stylesheets/_custom.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 16946, app/assets/stylesheets/_custom.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 16950, app/assets/stylesheets/_custom.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 16954, app/assets/stylesheets/_custom.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 16958, app/assets/stylesheets/_custom.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 16962, app/assets/stylesheets/_custom.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 16966, app/assets/stylesheets/_custom.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 16970, app/assets/stylesheets/_custom.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 16974, app/assets/stylesheets/_custom.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 16978, app/assets/stylesheets/_custom.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 16982, app/assets/stylesheets/_custom.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 16986, app/assets/stylesheets/_custom.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 16990, app/assets/stylesheets/_custom.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 16994, app/assets/stylesheets/_custom.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 16998, app/assets/stylesheets/_custom.scss */
  .w-md-15 {
    width: 15% !important;
  }
  /* line 17002, app/assets/stylesheets/_custom.scss */
  .w-md-25 {
    width: 25% !important;
  }
  /* line 17006, app/assets/stylesheets/_custom.scss */
  .w-md-30 {
    width: 30% !important;
  }
  /* line 17010, app/assets/stylesheets/_custom.scss */
  .w-md-40 {
    width: 40% !important;
  }
  /* line 17014, app/assets/stylesheets/_custom.scss */
  .w-md-50 {
    width: 50% !important;
  }
  /* line 17018, app/assets/stylesheets/_custom.scss */
  .w-md-65 {
    width: 65% !important;
  }
  /* line 17022, app/assets/stylesheets/_custom.scss */
  .w-md-75 {
    width: 75% !important;
  }
  /* line 17026, app/assets/stylesheets/_custom.scss */
  .w-md-100 {
    width: 100% !important;
  }
  /* line 17030, app/assets/stylesheets/_custom.scss */
  .w-md-auto {
    width: auto !important;
  }
  /* line 17034, app/assets/stylesheets/_custom.scss */
  .mw-md-25 {
    max-width: 25% !important;
  }
  /* line 17038, app/assets/stylesheets/_custom.scss */
  .mw-md-30 {
    max-width: 30% !important;
  }
  /* line 17042, app/assets/stylesheets/_custom.scss */
  .mw-md-40 {
    max-width: 40% !important;
  }
  /* line 17046, app/assets/stylesheets/_custom.scss */
  .mw-md-50 {
    max-width: 50% !important;
  }
  /* line 17050, app/assets/stylesheets/_custom.scss */
  .mw-md-65 {
    max-width: 65% !important;
  }
  /* line 17054, app/assets/stylesheets/_custom.scss */
  .mw-md-75 {
    max-width: 75% !important;
  }
  /* line 17058, app/assets/stylesheets/_custom.scss */
  .mw-md-100 {
    max-width: 100% !important;
  }
  /* line 17062, app/assets/stylesheets/_custom.scss */
  .mw-md-auto {
    max-width: auto !important;
  }
  /* line 17066, app/assets/stylesheets/_custom.scss */
  .vw-md-100 {
    width: 100vw !important;
  }
  /* line 17070, app/assets/stylesheets/_custom.scss */
  .min-vw-md-100 {
    min-width: 100vw !important;
  }
  /* line 17074, app/assets/stylesheets/_custom.scss */
  .h-md-25 {
    height: 25% !important;
  }
  /* line 17078, app/assets/stylesheets/_custom.scss */
  .h-md-30 {
    height: 30% !important;
  }
  /* line 17082, app/assets/stylesheets/_custom.scss */
  .h-md-40 {
    height: 40% !important;
  }
  /* line 17086, app/assets/stylesheets/_custom.scss */
  .h-md-50 {
    height: 50% !important;
  }
  /* line 17090, app/assets/stylesheets/_custom.scss */
  .h-md-65 {
    height: 65% !important;
  }
  /* line 17094, app/assets/stylesheets/_custom.scss */
  .h-md-75 {
    height: 75% !important;
  }
  /* line 17098, app/assets/stylesheets/_custom.scss */
  .h-md-100 {
    height: 100% !important;
  }
  /* line 17102, app/assets/stylesheets/_custom.scss */
  .h-md-auto {
    height: auto !important;
  }
  /* line 17106, app/assets/stylesheets/_custom.scss */
  .mh-md-25 {
    max-height: 25% !important;
  }
  /* line 17110, app/assets/stylesheets/_custom.scss */
  .mh-md-30 {
    max-height: 30% !important;
  }
  /* line 17114, app/assets/stylesheets/_custom.scss */
  .mh-md-40 {
    max-height: 40% !important;
  }
  /* line 17118, app/assets/stylesheets/_custom.scss */
  .mh-md-50 {
    max-height: 50% !important;
  }
  /* line 17122, app/assets/stylesheets/_custom.scss */
  .mh-md-65 {
    max-height: 65% !important;
  }
  /* line 17126, app/assets/stylesheets/_custom.scss */
  .mh-md-75 {
    max-height: 75% !important;
  }
  /* line 17130, app/assets/stylesheets/_custom.scss */
  .mh-md-100 {
    max-height: 100% !important;
  }
  /* line 17134, app/assets/stylesheets/_custom.scss */
  .mh-md-auto {
    max-height: auto !important;
  }
  /* line 17138, app/assets/stylesheets/_custom.scss */
  .vh-md-100 {
    height: 100vh !important;
  }
  /* line 17142, app/assets/stylesheets/_custom.scss */
  .min-vh-md-100 {
    min-height: 100vh !important;
  }
  /* line 17146, app/assets/stylesheets/_custom.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 17150, app/assets/stylesheets/_custom.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 17154, app/assets/stylesheets/_custom.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 17158, app/assets/stylesheets/_custom.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 17162, app/assets/stylesheets/_custom.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 17166, app/assets/stylesheets/_custom.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 17170, app/assets/stylesheets/_custom.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 17174, app/assets/stylesheets/_custom.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 17178, app/assets/stylesheets/_custom.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 17182, app/assets/stylesheets/_custom.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17186, app/assets/stylesheets/_custom.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 17190, app/assets/stylesheets/_custom.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 17194, app/assets/stylesheets/_custom.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 17198, app/assets/stylesheets/_custom.scss */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 17202, app/assets/stylesheets/_custom.scss */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 17206, app/assets/stylesheets/_custom.scss */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 17210, app/assets/stylesheets/_custom.scss */
  .gap-md-4 {
    gap: 1.25rem !important;
  }
  /* line 17214, app/assets/stylesheets/_custom.scss */
  .gap-md-5 {
    gap: 1.5rem !important;
  }
  /* line 17218, app/assets/stylesheets/_custom.scss */
  .gap-md-6 {
    gap: 2rem !important;
  }
  /* line 17222, app/assets/stylesheets/_custom.scss */
  .gap-md-7 {
    gap: 2.5rem !important;
  }
  /* line 17226, app/assets/stylesheets/_custom.scss */
  .gap-md-8 {
    gap: 3rem !important;
  }
  /* line 17230, app/assets/stylesheets/_custom.scss */
  .gap-md-9 {
    gap: 3.5rem !important;
  }
  /* line 17234, app/assets/stylesheets/_custom.scss */
  .gap-md-10 {
    gap: 4rem !important;
  }
  /* line 17238, app/assets/stylesheets/_custom.scss */
  .gap-md-11 {
    gap: 4.5rem !important;
  }
  /* line 17242, app/assets/stylesheets/_custom.scss */
  .gap-md-12 {
    gap: 5rem !important;
  }
  /* line 17246, app/assets/stylesheets/_custom.scss */
  .gap-md-13 {
    gap: 5.5rem !important;
  }
  /* line 17250, app/assets/stylesheets/_custom.scss */
  .gap-md-14 {
    gap: 6rem !important;
  }
  /* line 17254, app/assets/stylesheets/_custom.scss */
  .gap-md-15 {
    gap: 6.5rem !important;
  }
  /* line 17258, app/assets/stylesheets/_custom.scss */
  .gap-md-16 {
    gap: 7rem !important;
  }
  /* line 17262, app/assets/stylesheets/_custom.scss */
  .gap-md-17 {
    gap: 7.5rem !important;
  }
  /* line 17266, app/assets/stylesheets/_custom.scss */
  .gap-md-18 {
    gap: 8rem !important;
  }
  /* line 17270, app/assets/stylesheets/_custom.scss */
  .gap-md-19 {
    gap: 8.5rem !important;
  }
  /* line 17274, app/assets/stylesheets/_custom.scss */
  .gap-md-20 {
    gap: 9rem !important;
  }
  /* line 17278, app/assets/stylesheets/_custom.scss */
  .gap-md-21 {
    gap: 9.5rem !important;
  }
  /* line 17282, app/assets/stylesheets/_custom.scss */
  .gap-md-22 {
    gap: 10rem !important;
  }
  /* line 17286, app/assets/stylesheets/_custom.scss */
  .gap-md-23 {
    gap: 12rem !important;
  }
  /* line 17290, app/assets/stylesheets/_custom.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 17294, app/assets/stylesheets/_custom.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 17298, app/assets/stylesheets/_custom.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 17302, app/assets/stylesheets/_custom.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 17306, app/assets/stylesheets/_custom.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 17310, app/assets/stylesheets/_custom.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 17314, app/assets/stylesheets/_custom.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 17318, app/assets/stylesheets/_custom.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 17322, app/assets/stylesheets/_custom.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 17326, app/assets/stylesheets/_custom.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 17330, app/assets/stylesheets/_custom.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 17334, app/assets/stylesheets/_custom.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 17338, app/assets/stylesheets/_custom.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 17342, app/assets/stylesheets/_custom.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 17346, app/assets/stylesheets/_custom.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 17350, app/assets/stylesheets/_custom.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 17354, app/assets/stylesheets/_custom.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 17358, app/assets/stylesheets/_custom.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 17362, app/assets/stylesheets/_custom.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 17366, app/assets/stylesheets/_custom.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 17370, app/assets/stylesheets/_custom.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 17374, app/assets/stylesheets/_custom.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 17378, app/assets/stylesheets/_custom.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 17382, app/assets/stylesheets/_custom.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 17386, app/assets/stylesheets/_custom.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 17390, app/assets/stylesheets/_custom.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 17394, app/assets/stylesheets/_custom.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 17398, app/assets/stylesheets/_custom.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 17402, app/assets/stylesheets/_custom.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 17406, app/assets/stylesheets/_custom.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 17410, app/assets/stylesheets/_custom.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 17414, app/assets/stylesheets/_custom.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 17418, app/assets/stylesheets/_custom.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 17422, app/assets/stylesheets/_custom.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 17426, app/assets/stylesheets/_custom.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 17430, app/assets/stylesheets/_custom.scss */
  .m-md-4 {
    margin: 1.25rem !important;
  }
  /* line 17434, app/assets/stylesheets/_custom.scss */
  .m-md-5 {
    margin: 1.5rem !important;
  }
  /* line 17438, app/assets/stylesheets/_custom.scss */
  .m-md-6 {
    margin: 2rem !important;
  }
  /* line 17442, app/assets/stylesheets/_custom.scss */
  .m-md-7 {
    margin: 2.5rem !important;
  }
  /* line 17446, app/assets/stylesheets/_custom.scss */
  .m-md-8 {
    margin: 3rem !important;
  }
  /* line 17450, app/assets/stylesheets/_custom.scss */
  .m-md-9 {
    margin: 3.5rem !important;
  }
  /* line 17454, app/assets/stylesheets/_custom.scss */
  .m-md-10 {
    margin: 4rem !important;
  }
  /* line 17458, app/assets/stylesheets/_custom.scss */
  .m-md-11 {
    margin: 4.5rem !important;
  }
  /* line 17462, app/assets/stylesheets/_custom.scss */
  .m-md-12 {
    margin: 5rem !important;
  }
  /* line 17466, app/assets/stylesheets/_custom.scss */
  .m-md-13 {
    margin: 5.5rem !important;
  }
  /* line 17470, app/assets/stylesheets/_custom.scss */
  .m-md-14 {
    margin: 6rem !important;
  }
  /* line 17474, app/assets/stylesheets/_custom.scss */
  .m-md-15 {
    margin: 6.5rem !important;
  }
  /* line 17478, app/assets/stylesheets/_custom.scss */
  .m-md-16 {
    margin: 7rem !important;
  }
  /* line 17482, app/assets/stylesheets/_custom.scss */
  .m-md-17 {
    margin: 7.5rem !important;
  }
  /* line 17486, app/assets/stylesheets/_custom.scss */
  .m-md-18 {
    margin: 8rem !important;
  }
  /* line 17490, app/assets/stylesheets/_custom.scss */
  .m-md-19 {
    margin: 8.5rem !important;
  }
  /* line 17494, app/assets/stylesheets/_custom.scss */
  .m-md-20 {
    margin: 9rem !important;
  }
  /* line 17498, app/assets/stylesheets/_custom.scss */
  .m-md-21 {
    margin: 9.5rem !important;
  }
  /* line 17502, app/assets/stylesheets/_custom.scss */
  .m-md-22 {
    margin: 10rem !important;
  }
  /* line 17506, app/assets/stylesheets/_custom.scss */
  .m-md-23 {
    margin: 12rem !important;
  }
  /* line 17510, app/assets/stylesheets/_custom.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 17514, app/assets/stylesheets/_custom.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 17519, app/assets/stylesheets/_custom.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 17524, app/assets/stylesheets/_custom.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 17529, app/assets/stylesheets/_custom.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 17534, app/assets/stylesheets/_custom.scss */
  .mx-md-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 17539, app/assets/stylesheets/_custom.scss */
  .mx-md-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 17544, app/assets/stylesheets/_custom.scss */
  .mx-md-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 17549, app/assets/stylesheets/_custom.scss */
  .mx-md-7 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 17554, app/assets/stylesheets/_custom.scss */
  .mx-md-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 17559, app/assets/stylesheets/_custom.scss */
  .mx-md-9 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 17564, app/assets/stylesheets/_custom.scss */
  .mx-md-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 17569, app/assets/stylesheets/_custom.scss */
  .mx-md-11 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 17574, app/assets/stylesheets/_custom.scss */
  .mx-md-12 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 17579, app/assets/stylesheets/_custom.scss */
  .mx-md-13 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 17584, app/assets/stylesheets/_custom.scss */
  .mx-md-14 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 17589, app/assets/stylesheets/_custom.scss */
  .mx-md-15 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 17594, app/assets/stylesheets/_custom.scss */
  .mx-md-16 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 17599, app/assets/stylesheets/_custom.scss */
  .mx-md-17 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 17604, app/assets/stylesheets/_custom.scss */
  .mx-md-18 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 17609, app/assets/stylesheets/_custom.scss */
  .mx-md-19 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  /* line 17614, app/assets/stylesheets/_custom.scss */
  .mx-md-20 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  /* line 17619, app/assets/stylesheets/_custom.scss */
  .mx-md-21 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  /* line 17624, app/assets/stylesheets/_custom.scss */
  .mx-md-22 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 17629, app/assets/stylesheets/_custom.scss */
  .mx-md-23 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 17634, app/assets/stylesheets/_custom.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 17639, app/assets/stylesheets/_custom.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 17644, app/assets/stylesheets/_custom.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 17649, app/assets/stylesheets/_custom.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 17654, app/assets/stylesheets/_custom.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 17659, app/assets/stylesheets/_custom.scss */
  .my-md-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 17664, app/assets/stylesheets/_custom.scss */
  .my-md-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 17669, app/assets/stylesheets/_custom.scss */
  .my-md-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 17674, app/assets/stylesheets/_custom.scss */
  .my-md-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 17679, app/assets/stylesheets/_custom.scss */
  .my-md-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 17684, app/assets/stylesheets/_custom.scss */
  .my-md-9 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 17689, app/assets/stylesheets/_custom.scss */
  .my-md-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 17694, app/assets/stylesheets/_custom.scss */
  .my-md-11 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 17699, app/assets/stylesheets/_custom.scss */
  .my-md-12 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 17704, app/assets/stylesheets/_custom.scss */
  .my-md-13 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 17709, app/assets/stylesheets/_custom.scss */
  .my-md-14 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 17714, app/assets/stylesheets/_custom.scss */
  .my-md-15 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 17719, app/assets/stylesheets/_custom.scss */
  .my-md-16 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 17724, app/assets/stylesheets/_custom.scss */
  .my-md-17 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 17729, app/assets/stylesheets/_custom.scss */
  .my-md-18 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 17734, app/assets/stylesheets/_custom.scss */
  .my-md-19 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  /* line 17739, app/assets/stylesheets/_custom.scss */
  .my-md-20 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  /* line 17744, app/assets/stylesheets/_custom.scss */
  .my-md-21 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  /* line 17749, app/assets/stylesheets/_custom.scss */
  .my-md-22 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 17754, app/assets/stylesheets/_custom.scss */
  .my-md-23 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 17759, app/assets/stylesheets/_custom.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 17764, app/assets/stylesheets/_custom.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 17768, app/assets/stylesheets/_custom.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 17772, app/assets/stylesheets/_custom.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 17776, app/assets/stylesheets/_custom.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 17780, app/assets/stylesheets/_custom.scss */
  .mt-md-4 {
    margin-top: 1.25rem !important;
  }
  /* line 17784, app/assets/stylesheets/_custom.scss */
  .mt-md-5 {
    margin-top: 1.5rem !important;
  }
  /* line 17788, app/assets/stylesheets/_custom.scss */
  .mt-md-6 {
    margin-top: 2rem !important;
  }
  /* line 17792, app/assets/stylesheets/_custom.scss */
  .mt-md-7 {
    margin-top: 2.5rem !important;
  }
  /* line 17796, app/assets/stylesheets/_custom.scss */
  .mt-md-8 {
    margin-top: 3rem !important;
  }
  /* line 17800, app/assets/stylesheets/_custom.scss */
  .mt-md-9 {
    margin-top: 3.5rem !important;
  }
  /* line 17804, app/assets/stylesheets/_custom.scss */
  .mt-md-10 {
    margin-top: 4rem !important;
  }
  /* line 17808, app/assets/stylesheets/_custom.scss */
  .mt-md-11 {
    margin-top: 4.5rem !important;
  }
  /* line 17812, app/assets/stylesheets/_custom.scss */
  .mt-md-12 {
    margin-top: 5rem !important;
  }
  /* line 17816, app/assets/stylesheets/_custom.scss */
  .mt-md-13 {
    margin-top: 5.5rem !important;
  }
  /* line 17820, app/assets/stylesheets/_custom.scss */
  .mt-md-14 {
    margin-top: 6rem !important;
  }
  /* line 17824, app/assets/stylesheets/_custom.scss */
  .mt-md-15 {
    margin-top: 6.5rem !important;
  }
  /* line 17828, app/assets/stylesheets/_custom.scss */
  .mt-md-16 {
    margin-top: 7rem !important;
  }
  /* line 17832, app/assets/stylesheets/_custom.scss */
  .mt-md-17 {
    margin-top: 7.5rem !important;
  }
  /* line 17836, app/assets/stylesheets/_custom.scss */
  .mt-md-18 {
    margin-top: 8rem !important;
  }
  /* line 17840, app/assets/stylesheets/_custom.scss */
  .mt-md-19 {
    margin-top: 8.5rem !important;
  }
  /* line 17844, app/assets/stylesheets/_custom.scss */
  .mt-md-20 {
    margin-top: 9rem !important;
  }
  /* line 17848, app/assets/stylesheets/_custom.scss */
  .mt-md-21 {
    margin-top: 9.5rem !important;
  }
  /* line 17852, app/assets/stylesheets/_custom.scss */
  .mt-md-22 {
    margin-top: 10rem !important;
  }
  /* line 17856, app/assets/stylesheets/_custom.scss */
  .mt-md-23 {
    margin-top: 12rem !important;
  }
  /* line 17860, app/assets/stylesheets/_custom.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 17864, app/assets/stylesheets/_custom.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 17868, app/assets/stylesheets/_custom.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 17872, app/assets/stylesheets/_custom.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 17876, app/assets/stylesheets/_custom.scss */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 17880, app/assets/stylesheets/_custom.scss */
  .me-md-4 {
    margin-right: 1.25rem !important;
  }
  /* line 17884, app/assets/stylesheets/_custom.scss */
  .me-md-5 {
    margin-right: 1.5rem !important;
  }
  /* line 17888, app/assets/stylesheets/_custom.scss */
  .me-md-6 {
    margin-right: 2rem !important;
  }
  /* line 17892, app/assets/stylesheets/_custom.scss */
  .me-md-7 {
    margin-right: 2.5rem !important;
  }
  /* line 17896, app/assets/stylesheets/_custom.scss */
  .me-md-8 {
    margin-right: 3rem !important;
  }
  /* line 17900, app/assets/stylesheets/_custom.scss */
  .me-md-9 {
    margin-right: 3.5rem !important;
  }
  /* line 17904, app/assets/stylesheets/_custom.scss */
  .me-md-10 {
    margin-right: 4rem !important;
  }
  /* line 17908, app/assets/stylesheets/_custom.scss */
  .me-md-11 {
    margin-right: 4.5rem !important;
  }
  /* line 17912, app/assets/stylesheets/_custom.scss */
  .me-md-12 {
    margin-right: 5rem !important;
  }
  /* line 17916, app/assets/stylesheets/_custom.scss */
  .me-md-13 {
    margin-right: 5.5rem !important;
  }
  /* line 17920, app/assets/stylesheets/_custom.scss */
  .me-md-14 {
    margin-right: 6rem !important;
  }
  /* line 17924, app/assets/stylesheets/_custom.scss */
  .me-md-15 {
    margin-right: 6.5rem !important;
  }
  /* line 17928, app/assets/stylesheets/_custom.scss */
  .me-md-16 {
    margin-right: 7rem !important;
  }
  /* line 17932, app/assets/stylesheets/_custom.scss */
  .me-md-17 {
    margin-right: 7.5rem !important;
  }
  /* line 17936, app/assets/stylesheets/_custom.scss */
  .me-md-18 {
    margin-right: 8rem !important;
  }
  /* line 17940, app/assets/stylesheets/_custom.scss */
  .me-md-19 {
    margin-right: 8.5rem !important;
  }
  /* line 17944, app/assets/stylesheets/_custom.scss */
  .me-md-20 {
    margin-right: 9rem !important;
  }
  /* line 17948, app/assets/stylesheets/_custom.scss */
  .me-md-21 {
    margin-right: 9.5rem !important;
  }
  /* line 17952, app/assets/stylesheets/_custom.scss */
  .me-md-22 {
    margin-right: 10rem !important;
  }
  /* line 17956, app/assets/stylesheets/_custom.scss */
  .me-md-23 {
    margin-right: 12rem !important;
  }
  /* line 17960, app/assets/stylesheets/_custom.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 17964, app/assets/stylesheets/_custom.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 17968, app/assets/stylesheets/_custom.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 17972, app/assets/stylesheets/_custom.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 17976, app/assets/stylesheets/_custom.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 17980, app/assets/stylesheets/_custom.scss */
  .mb-md-4 {
    margin-bottom: 1.25rem !important;
  }
  /* line 17984, app/assets/stylesheets/_custom.scss */
  .mb-md-5 {
    margin-bottom: 1.5rem !important;
  }
  /* line 17988, app/assets/stylesheets/_custom.scss */
  .mb-md-6 {
    margin-bottom: 2rem !important;
  }
  /* line 17992, app/assets/stylesheets/_custom.scss */
  .mb-md-7 {
    margin-bottom: 2.5rem !important;
  }
  /* line 17996, app/assets/stylesheets/_custom.scss */
  .mb-md-8 {
    margin-bottom: 3rem !important;
  }
  /* line 18000, app/assets/stylesheets/_custom.scss */
  .mb-md-9 {
    margin-bottom: 3.5rem !important;
  }
  /* line 18004, app/assets/stylesheets/_custom.scss */
  .mb-md-10 {
    margin-bottom: 4rem !important;
  }
  /* line 18008, app/assets/stylesheets/_custom.scss */
  .mb-md-11 {
    margin-bottom: 4.5rem !important;
  }
  /* line 18012, app/assets/stylesheets/_custom.scss */
  .mb-md-12 {
    margin-bottom: 5rem !important;
  }
  /* line 18016, app/assets/stylesheets/_custom.scss */
  .mb-md-13 {
    margin-bottom: 5.5rem !important;
  }
  /* line 18020, app/assets/stylesheets/_custom.scss */
  .mb-md-14 {
    margin-bottom: 6rem !important;
  }
  /* line 18024, app/assets/stylesheets/_custom.scss */
  .mb-md-15 {
    margin-bottom: 6.5rem !important;
  }
  /* line 18028, app/assets/stylesheets/_custom.scss */
  .mb-md-16 {
    margin-bottom: 7rem !important;
  }
  /* line 18032, app/assets/stylesheets/_custom.scss */
  .mb-md-17 {
    margin-bottom: 7.5rem !important;
  }
  /* line 18036, app/assets/stylesheets/_custom.scss */
  .mb-md-18 {
    margin-bottom: 8rem !important;
  }
  /* line 18040, app/assets/stylesheets/_custom.scss */
  .mb-md-19 {
    margin-bottom: 8.5rem !important;
  }
  /* line 18044, app/assets/stylesheets/_custom.scss */
  .mb-md-20 {
    margin-bottom: 9rem !important;
  }
  /* line 18048, app/assets/stylesheets/_custom.scss */
  .mb-md-21 {
    margin-bottom: 9.5rem !important;
  }
  /* line 18052, app/assets/stylesheets/_custom.scss */
  .mb-md-22 {
    margin-bottom: 10rem !important;
  }
  /* line 18056, app/assets/stylesheets/_custom.scss */
  .mb-md-23 {
    margin-bottom: 12rem !important;
  }
  /* line 18060, app/assets/stylesheets/_custom.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 18064, app/assets/stylesheets/_custom.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 18068, app/assets/stylesheets/_custom.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 18072, app/assets/stylesheets/_custom.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 18076, app/assets/stylesheets/_custom.scss */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 18080, app/assets/stylesheets/_custom.scss */
  .ms-md-4 {
    margin-left: 1.25rem !important;
  }
  /* line 18084, app/assets/stylesheets/_custom.scss */
  .ms-md-5 {
    margin-left: 1.5rem !important;
  }
  /* line 18088, app/assets/stylesheets/_custom.scss */
  .ms-md-6 {
    margin-left: 2rem !important;
  }
  /* line 18092, app/assets/stylesheets/_custom.scss */
  .ms-md-7 {
    margin-left: 2.5rem !important;
  }
  /* line 18096, app/assets/stylesheets/_custom.scss */
  .ms-md-8 {
    margin-left: 3rem !important;
  }
  /* line 18100, app/assets/stylesheets/_custom.scss */
  .ms-md-9 {
    margin-left: 3.5rem !important;
  }
  /* line 18104, app/assets/stylesheets/_custom.scss */
  .ms-md-10 {
    margin-left: 4rem !important;
  }
  /* line 18108, app/assets/stylesheets/_custom.scss */
  .ms-md-11 {
    margin-left: 4.5rem !important;
  }
  /* line 18112, app/assets/stylesheets/_custom.scss */
  .ms-md-12 {
    margin-left: 5rem !important;
  }
  /* line 18116, app/assets/stylesheets/_custom.scss */
  .ms-md-13 {
    margin-left: 5.5rem !important;
  }
  /* line 18120, app/assets/stylesheets/_custom.scss */
  .ms-md-14 {
    margin-left: 6rem !important;
  }
  /* line 18124, app/assets/stylesheets/_custom.scss */
  .ms-md-15 {
    margin-left: 6.5rem !important;
  }
  /* line 18128, app/assets/stylesheets/_custom.scss */
  .ms-md-16 {
    margin-left: 7rem !important;
  }
  /* line 18132, app/assets/stylesheets/_custom.scss */
  .ms-md-17 {
    margin-left: 7.5rem !important;
  }
  /* line 18136, app/assets/stylesheets/_custom.scss */
  .ms-md-18 {
    margin-left: 8rem !important;
  }
  /* line 18140, app/assets/stylesheets/_custom.scss */
  .ms-md-19 {
    margin-left: 8.5rem !important;
  }
  /* line 18144, app/assets/stylesheets/_custom.scss */
  .ms-md-20 {
    margin-left: 9rem !important;
  }
  /* line 18148, app/assets/stylesheets/_custom.scss */
  .ms-md-21 {
    margin-left: 9.5rem !important;
  }
  /* line 18152, app/assets/stylesheets/_custom.scss */
  .ms-md-22 {
    margin-left: 10rem !important;
  }
  /* line 18156, app/assets/stylesheets/_custom.scss */
  .ms-md-23 {
    margin-left: 12rem !important;
  }
  /* line 18160, app/assets/stylesheets/_custom.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 18164, app/assets/stylesheets/_custom.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 18168, app/assets/stylesheets/_custom.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 18172, app/assets/stylesheets/_custom.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 18176, app/assets/stylesheets/_custom.scss */
  .m-md-n4 {
    margin: -1.25rem !important;
  }
  /* line 18180, app/assets/stylesheets/_custom.scss */
  .m-md-n5 {
    margin: -1.5rem !important;
  }
  /* line 18184, app/assets/stylesheets/_custom.scss */
  .m-md-n6 {
    margin: -2rem !important;
  }
  /* line 18188, app/assets/stylesheets/_custom.scss */
  .m-md-n7 {
    margin: -2.5rem !important;
  }
  /* line 18192, app/assets/stylesheets/_custom.scss */
  .m-md-n8 {
    margin: -3rem !important;
  }
  /* line 18196, app/assets/stylesheets/_custom.scss */
  .m-md-n9 {
    margin: -3.5rem !important;
  }
  /* line 18200, app/assets/stylesheets/_custom.scss */
  .m-md-n10 {
    margin: -4rem !important;
  }
  /* line 18204, app/assets/stylesheets/_custom.scss */
  .m-md-n11 {
    margin: -4.5rem !important;
  }
  /* line 18208, app/assets/stylesheets/_custom.scss */
  .m-md-n12 {
    margin: -5rem !important;
  }
  /* line 18212, app/assets/stylesheets/_custom.scss */
  .m-md-n13 {
    margin: -5.5rem !important;
  }
  /* line 18216, app/assets/stylesheets/_custom.scss */
  .m-md-n14 {
    margin: -6rem !important;
  }
  /* line 18220, app/assets/stylesheets/_custom.scss */
  .m-md-n15 {
    margin: -6.5rem !important;
  }
  /* line 18224, app/assets/stylesheets/_custom.scss */
  .m-md-n16 {
    margin: -7rem !important;
  }
  /* line 18228, app/assets/stylesheets/_custom.scss */
  .m-md-n17 {
    margin: -7.5rem !important;
  }
  /* line 18232, app/assets/stylesheets/_custom.scss */
  .m-md-n18 {
    margin: -8rem !important;
  }
  /* line 18236, app/assets/stylesheets/_custom.scss */
  .m-md-n19 {
    margin: -8.5rem !important;
  }
  /* line 18240, app/assets/stylesheets/_custom.scss */
  .m-md-n20 {
    margin: -9rem !important;
  }
  /* line 18244, app/assets/stylesheets/_custom.scss */
  .m-md-n21 {
    margin: -9.5rem !important;
  }
  /* line 18248, app/assets/stylesheets/_custom.scss */
  .m-md-n22 {
    margin: -10rem !important;
  }
  /* line 18252, app/assets/stylesheets/_custom.scss */
  .m-md-n23 {
    margin: -12rem !important;
  }
  /* line 18256, app/assets/stylesheets/_custom.scss */
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 18261, app/assets/stylesheets/_custom.scss */
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 18266, app/assets/stylesheets/_custom.scss */
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 18271, app/assets/stylesheets/_custom.scss */
  .mx-md-n4 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  /* line 18276, app/assets/stylesheets/_custom.scss */
  .mx-md-n5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 18281, app/assets/stylesheets/_custom.scss */
  .mx-md-n6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 18286, app/assets/stylesheets/_custom.scss */
  .mx-md-n7 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 18291, app/assets/stylesheets/_custom.scss */
  .mx-md-n8 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 18296, app/assets/stylesheets/_custom.scss */
  .mx-md-n9 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 18301, app/assets/stylesheets/_custom.scss */
  .mx-md-n10 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 18306, app/assets/stylesheets/_custom.scss */
  .mx-md-n11 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 18311, app/assets/stylesheets/_custom.scss */
  .mx-md-n12 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 18316, app/assets/stylesheets/_custom.scss */
  .mx-md-n13 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 18321, app/assets/stylesheets/_custom.scss */
  .mx-md-n14 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 18326, app/assets/stylesheets/_custom.scss */
  .mx-md-n15 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 18331, app/assets/stylesheets/_custom.scss */
  .mx-md-n16 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 18336, app/assets/stylesheets/_custom.scss */
  .mx-md-n17 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 18341, app/assets/stylesheets/_custom.scss */
  .mx-md-n18 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 18346, app/assets/stylesheets/_custom.scss */
  .mx-md-n19 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  /* line 18351, app/assets/stylesheets/_custom.scss */
  .mx-md-n20 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  /* line 18356, app/assets/stylesheets/_custom.scss */
  .mx-md-n21 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  /* line 18361, app/assets/stylesheets/_custom.scss */
  .mx-md-n22 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 18366, app/assets/stylesheets/_custom.scss */
  .mx-md-n23 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 18371, app/assets/stylesheets/_custom.scss */
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 18376, app/assets/stylesheets/_custom.scss */
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 18381, app/assets/stylesheets/_custom.scss */
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 18386, app/assets/stylesheets/_custom.scss */
  .my-md-n4 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  /* line 18391, app/assets/stylesheets/_custom.scss */
  .my-md-n5 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 18396, app/assets/stylesheets/_custom.scss */
  .my-md-n6 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 18401, app/assets/stylesheets/_custom.scss */
  .my-md-n7 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 18406, app/assets/stylesheets/_custom.scss */
  .my-md-n8 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 18411, app/assets/stylesheets/_custom.scss */
  .my-md-n9 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 18416, app/assets/stylesheets/_custom.scss */
  .my-md-n10 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 18421, app/assets/stylesheets/_custom.scss */
  .my-md-n11 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 18426, app/assets/stylesheets/_custom.scss */
  .my-md-n12 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 18431, app/assets/stylesheets/_custom.scss */
  .my-md-n13 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 18436, app/assets/stylesheets/_custom.scss */
  .my-md-n14 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 18441, app/assets/stylesheets/_custom.scss */
  .my-md-n15 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 18446, app/assets/stylesheets/_custom.scss */
  .my-md-n16 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 18451, app/assets/stylesheets/_custom.scss */
  .my-md-n17 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 18456, app/assets/stylesheets/_custom.scss */
  .my-md-n18 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 18461, app/assets/stylesheets/_custom.scss */
  .my-md-n19 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  /* line 18466, app/assets/stylesheets/_custom.scss */
  .my-md-n20 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  /* line 18471, app/assets/stylesheets/_custom.scss */
  .my-md-n21 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  /* line 18476, app/assets/stylesheets/_custom.scss */
  .my-md-n22 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 18481, app/assets/stylesheets/_custom.scss */
  .my-md-n23 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 18486, app/assets/stylesheets/_custom.scss */
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 18490, app/assets/stylesheets/_custom.scss */
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 18494, app/assets/stylesheets/_custom.scss */
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 18498, app/assets/stylesheets/_custom.scss */
  .mt-md-n4 {
    margin-top: -1.25rem !important;
  }
  /* line 18502, app/assets/stylesheets/_custom.scss */
  .mt-md-n5 {
    margin-top: -1.5rem !important;
  }
  /* line 18506, app/assets/stylesheets/_custom.scss */
  .mt-md-n6 {
    margin-top: -2rem !important;
  }
  /* line 18510, app/assets/stylesheets/_custom.scss */
  .mt-md-n7 {
    margin-top: -2.5rem !important;
  }
  /* line 18514, app/assets/stylesheets/_custom.scss */
  .mt-md-n8 {
    margin-top: -3rem !important;
  }
  /* line 18518, app/assets/stylesheets/_custom.scss */
  .mt-md-n9 {
    margin-top: -3.5rem !important;
  }
  /* line 18522, app/assets/stylesheets/_custom.scss */
  .mt-md-n10 {
    margin-top: -4rem !important;
  }
  /* line 18526, app/assets/stylesheets/_custom.scss */
  .mt-md-n11 {
    margin-top: -4.5rem !important;
  }
  /* line 18530, app/assets/stylesheets/_custom.scss */
  .mt-md-n12 {
    margin-top: -5rem !important;
  }
  /* line 18534, app/assets/stylesheets/_custom.scss */
  .mt-md-n13 {
    margin-top: -5.5rem !important;
  }
  /* line 18538, app/assets/stylesheets/_custom.scss */
  .mt-md-n14 {
    margin-top: -6rem !important;
  }
  /* line 18542, app/assets/stylesheets/_custom.scss */
  .mt-md-n15 {
    margin-top: -6.5rem !important;
  }
  /* line 18546, app/assets/stylesheets/_custom.scss */
  .mt-md-n16 {
    margin-top: -7rem !important;
  }
  /* line 18550, app/assets/stylesheets/_custom.scss */
  .mt-md-n17 {
    margin-top: -7.5rem !important;
  }
  /* line 18554, app/assets/stylesheets/_custom.scss */
  .mt-md-n18 {
    margin-top: -8rem !important;
  }
  /* line 18558, app/assets/stylesheets/_custom.scss */
  .mt-md-n19 {
    margin-top: -8.5rem !important;
  }
  /* line 18562, app/assets/stylesheets/_custom.scss */
  .mt-md-n20 {
    margin-top: -9rem !important;
  }
  /* line 18566, app/assets/stylesheets/_custom.scss */
  .mt-md-n21 {
    margin-top: -9.5rem !important;
  }
  /* line 18570, app/assets/stylesheets/_custom.scss */
  .mt-md-n22 {
    margin-top: -10rem !important;
  }
  /* line 18574, app/assets/stylesheets/_custom.scss */
  .mt-md-n23 {
    margin-top: -12rem !important;
  }
  /* line 18578, app/assets/stylesheets/_custom.scss */
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 18582, app/assets/stylesheets/_custom.scss */
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 18586, app/assets/stylesheets/_custom.scss */
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 18590, app/assets/stylesheets/_custom.scss */
  .me-md-n4 {
    margin-right: -1.25rem !important;
  }
  /* line 18594, app/assets/stylesheets/_custom.scss */
  .me-md-n5 {
    margin-right: -1.5rem !important;
  }
  /* line 18598, app/assets/stylesheets/_custom.scss */
  .me-md-n6 {
    margin-right: -2rem !important;
  }
  /* line 18602, app/assets/stylesheets/_custom.scss */
  .me-md-n7 {
    margin-right: -2.5rem !important;
  }
  /* line 18606, app/assets/stylesheets/_custom.scss */
  .me-md-n8 {
    margin-right: -3rem !important;
  }
  /* line 18610, app/assets/stylesheets/_custom.scss */
  .me-md-n9 {
    margin-right: -3.5rem !important;
  }
  /* line 18614, app/assets/stylesheets/_custom.scss */
  .me-md-n10 {
    margin-right: -4rem !important;
  }
  /* line 18618, app/assets/stylesheets/_custom.scss */
  .me-md-n11 {
    margin-right: -4.5rem !important;
  }
  /* line 18622, app/assets/stylesheets/_custom.scss */
  .me-md-n12 {
    margin-right: -5rem !important;
  }
  /* line 18626, app/assets/stylesheets/_custom.scss */
  .me-md-n13 {
    margin-right: -5.5rem !important;
  }
  /* line 18630, app/assets/stylesheets/_custom.scss */
  .me-md-n14 {
    margin-right: -6rem !important;
  }
  /* line 18634, app/assets/stylesheets/_custom.scss */
  .me-md-n15 {
    margin-right: -6.5rem !important;
  }
  /* line 18638, app/assets/stylesheets/_custom.scss */
  .me-md-n16 {
    margin-right: -7rem !important;
  }
  /* line 18642, app/assets/stylesheets/_custom.scss */
  .me-md-n17 {
    margin-right: -7.5rem !important;
  }
  /* line 18646, app/assets/stylesheets/_custom.scss */
  .me-md-n18 {
    margin-right: -8rem !important;
  }
  /* line 18650, app/assets/stylesheets/_custom.scss */
  .me-md-n19 {
    margin-right: -8.5rem !important;
  }
  /* line 18654, app/assets/stylesheets/_custom.scss */
  .me-md-n20 {
    margin-right: -9rem !important;
  }
  /* line 18658, app/assets/stylesheets/_custom.scss */
  .me-md-n21 {
    margin-right: -9.5rem !important;
  }
  /* line 18662, app/assets/stylesheets/_custom.scss */
  .me-md-n22 {
    margin-right: -10rem !important;
  }
  /* line 18666, app/assets/stylesheets/_custom.scss */
  .me-md-n23 {
    margin-right: -12rem !important;
  }
  /* line 18670, app/assets/stylesheets/_custom.scss */
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 18674, app/assets/stylesheets/_custom.scss */
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 18678, app/assets/stylesheets/_custom.scss */
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 18682, app/assets/stylesheets/_custom.scss */
  .mb-md-n4 {
    margin-bottom: -1.25rem !important;
  }
  /* line 18686, app/assets/stylesheets/_custom.scss */
  .mb-md-n5 {
    margin-bottom: -1.5rem !important;
  }
  /* line 18690, app/assets/stylesheets/_custom.scss */
  .mb-md-n6 {
    margin-bottom: -2rem !important;
  }
  /* line 18694, app/assets/stylesheets/_custom.scss */
  .mb-md-n7 {
    margin-bottom: -2.5rem !important;
  }
  /* line 18698, app/assets/stylesheets/_custom.scss */
  .mb-md-n8 {
    margin-bottom: -3rem !important;
  }
  /* line 18702, app/assets/stylesheets/_custom.scss */
  .mb-md-n9 {
    margin-bottom: -3.5rem !important;
  }
  /* line 18706, app/assets/stylesheets/_custom.scss */
  .mb-md-n10 {
    margin-bottom: -4rem !important;
  }
  /* line 18710, app/assets/stylesheets/_custom.scss */
  .mb-md-n11 {
    margin-bottom: -4.5rem !important;
  }
  /* line 18714, app/assets/stylesheets/_custom.scss */
  .mb-md-n12 {
    margin-bottom: -5rem !important;
  }
  /* line 18718, app/assets/stylesheets/_custom.scss */
  .mb-md-n13 {
    margin-bottom: -5.5rem !important;
  }
  /* line 18722, app/assets/stylesheets/_custom.scss */
  .mb-md-n14 {
    margin-bottom: -6rem !important;
  }
  /* line 18726, app/assets/stylesheets/_custom.scss */
  .mb-md-n15 {
    margin-bottom: -6.5rem !important;
  }
  /* line 18730, app/assets/stylesheets/_custom.scss */
  .mb-md-n16 {
    margin-bottom: -7rem !important;
  }
  /* line 18734, app/assets/stylesheets/_custom.scss */
  .mb-md-n17 {
    margin-bottom: -7.5rem !important;
  }
  /* line 18738, app/assets/stylesheets/_custom.scss */
  .mb-md-n18 {
    margin-bottom: -8rem !important;
  }
  /* line 18742, app/assets/stylesheets/_custom.scss */
  .mb-md-n19 {
    margin-bottom: -8.5rem !important;
  }
  /* line 18746, app/assets/stylesheets/_custom.scss */
  .mb-md-n20 {
    margin-bottom: -9rem !important;
  }
  /* line 18750, app/assets/stylesheets/_custom.scss */
  .mb-md-n21 {
    margin-bottom: -9.5rem !important;
  }
  /* line 18754, app/assets/stylesheets/_custom.scss */
  .mb-md-n22 {
    margin-bottom: -10rem !important;
  }
  /* line 18758, app/assets/stylesheets/_custom.scss */
  .mb-md-n23 {
    margin-bottom: -12rem !important;
  }
  /* line 18762, app/assets/stylesheets/_custom.scss */
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 18766, app/assets/stylesheets/_custom.scss */
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 18770, app/assets/stylesheets/_custom.scss */
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 18774, app/assets/stylesheets/_custom.scss */
  .ms-md-n4 {
    margin-left: -1.25rem !important;
  }
  /* line 18778, app/assets/stylesheets/_custom.scss */
  .ms-md-n5 {
    margin-left: -1.5rem !important;
  }
  /* line 18782, app/assets/stylesheets/_custom.scss */
  .ms-md-n6 {
    margin-left: -2rem !important;
  }
  /* line 18786, app/assets/stylesheets/_custom.scss */
  .ms-md-n7 {
    margin-left: -2.5rem !important;
  }
  /* line 18790, app/assets/stylesheets/_custom.scss */
  .ms-md-n8 {
    margin-left: -3rem !important;
  }
  /* line 18794, app/assets/stylesheets/_custom.scss */
  .ms-md-n9 {
    margin-left: -3.5rem !important;
  }
  /* line 18798, app/assets/stylesheets/_custom.scss */
  .ms-md-n10 {
    margin-left: -4rem !important;
  }
  /* line 18802, app/assets/stylesheets/_custom.scss */
  .ms-md-n11 {
    margin-left: -4.5rem !important;
  }
  /* line 18806, app/assets/stylesheets/_custom.scss */
  .ms-md-n12 {
    margin-left: -5rem !important;
  }
  /* line 18810, app/assets/stylesheets/_custom.scss */
  .ms-md-n13 {
    margin-left: -5.5rem !important;
  }
  /* line 18814, app/assets/stylesheets/_custom.scss */
  .ms-md-n14 {
    margin-left: -6rem !important;
  }
  /* line 18818, app/assets/stylesheets/_custom.scss */
  .ms-md-n15 {
    margin-left: -6.5rem !important;
  }
  /* line 18822, app/assets/stylesheets/_custom.scss */
  .ms-md-n16 {
    margin-left: -7rem !important;
  }
  /* line 18826, app/assets/stylesheets/_custom.scss */
  .ms-md-n17 {
    margin-left: -7.5rem !important;
  }
  /* line 18830, app/assets/stylesheets/_custom.scss */
  .ms-md-n18 {
    margin-left: -8rem !important;
  }
  /* line 18834, app/assets/stylesheets/_custom.scss */
  .ms-md-n19 {
    margin-left: -8.5rem !important;
  }
  /* line 18838, app/assets/stylesheets/_custom.scss */
  .ms-md-n20 {
    margin-left: -9rem !important;
  }
  /* line 18842, app/assets/stylesheets/_custom.scss */
  .ms-md-n21 {
    margin-left: -9.5rem !important;
  }
  /* line 18846, app/assets/stylesheets/_custom.scss */
  .ms-md-n22 {
    margin-left: -10rem !important;
  }
  /* line 18850, app/assets/stylesheets/_custom.scss */
  .ms-md-n23 {
    margin-left: -12rem !important;
  }
  /* line 18854, app/assets/stylesheets/_custom.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 18858, app/assets/stylesheets/_custom.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 18862, app/assets/stylesheets/_custom.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 18866, app/assets/stylesheets/_custom.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 18870, app/assets/stylesheets/_custom.scss */
  .p-md-4 {
    padding: 1.25rem !important;
  }
  /* line 18874, app/assets/stylesheets/_custom.scss */
  .p-md-5 {
    padding: 1.5rem !important;
  }
  /* line 18878, app/assets/stylesheets/_custom.scss */
  .p-md-6 {
    padding: 2rem !important;
  }
  /* line 18882, app/assets/stylesheets/_custom.scss */
  .p-md-7 {
    padding: 2.5rem !important;
  }
  /* line 18886, app/assets/stylesheets/_custom.scss */
  .p-md-8 {
    padding: 3rem !important;
  }
  /* line 18890, app/assets/stylesheets/_custom.scss */
  .p-md-9 {
    padding: 3.5rem !important;
  }
  /* line 18894, app/assets/stylesheets/_custom.scss */
  .p-md-10 {
    padding: 4rem !important;
  }
  /* line 18898, app/assets/stylesheets/_custom.scss */
  .p-md-11 {
    padding: 4.5rem !important;
  }
  /* line 18902, app/assets/stylesheets/_custom.scss */
  .p-md-12 {
    padding: 5rem !important;
  }
  /* line 18906, app/assets/stylesheets/_custom.scss */
  .p-md-13 {
    padding: 5.5rem !important;
  }
  /* line 18910, app/assets/stylesheets/_custom.scss */
  .p-md-14 {
    padding: 6rem !important;
  }
  /* line 18914, app/assets/stylesheets/_custom.scss */
  .p-md-15 {
    padding: 6.5rem !important;
  }
  /* line 18918, app/assets/stylesheets/_custom.scss */
  .p-md-16 {
    padding: 7rem !important;
  }
  /* line 18922, app/assets/stylesheets/_custom.scss */
  .p-md-17 {
    padding: 7.5rem !important;
  }
  /* line 18926, app/assets/stylesheets/_custom.scss */
  .p-md-18 {
    padding: 8rem !important;
  }
  /* line 18930, app/assets/stylesheets/_custom.scss */
  .p-md-19 {
    padding: 8.5rem !important;
  }
  /* line 18934, app/assets/stylesheets/_custom.scss */
  .p-md-20 {
    padding: 9rem !important;
  }
  /* line 18938, app/assets/stylesheets/_custom.scss */
  .p-md-21 {
    padding: 9.5rem !important;
  }
  /* line 18942, app/assets/stylesheets/_custom.scss */
  .p-md-22 {
    padding: 10rem !important;
  }
  /* line 18946, app/assets/stylesheets/_custom.scss */
  .p-md-23 {
    padding: 12rem !important;
  }
  /* line 18950, app/assets/stylesheets/_custom.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 18955, app/assets/stylesheets/_custom.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 18960, app/assets/stylesheets/_custom.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 18965, app/assets/stylesheets/_custom.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 18970, app/assets/stylesheets/_custom.scss */
  .px-md-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 18975, app/assets/stylesheets/_custom.scss */
  .px-md-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 18980, app/assets/stylesheets/_custom.scss */
  .px-md-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 18985, app/assets/stylesheets/_custom.scss */
  .px-md-7 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 18990, app/assets/stylesheets/_custom.scss */
  .px-md-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 18995, app/assets/stylesheets/_custom.scss */
  .px-md-9 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 19000, app/assets/stylesheets/_custom.scss */
  .px-md-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 19005, app/assets/stylesheets/_custom.scss */
  .px-md-11 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 19010, app/assets/stylesheets/_custom.scss */
  .px-md-12 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 19015, app/assets/stylesheets/_custom.scss */
  .px-md-13 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 19020, app/assets/stylesheets/_custom.scss */
  .px-md-14 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 19025, app/assets/stylesheets/_custom.scss */
  .px-md-15 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 19030, app/assets/stylesheets/_custom.scss */
  .px-md-16 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 19035, app/assets/stylesheets/_custom.scss */
  .px-md-17 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 19040, app/assets/stylesheets/_custom.scss */
  .px-md-18 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 19045, app/assets/stylesheets/_custom.scss */
  .px-md-19 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  /* line 19050, app/assets/stylesheets/_custom.scss */
  .px-md-20 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  /* line 19055, app/assets/stylesheets/_custom.scss */
  .px-md-21 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  /* line 19060, app/assets/stylesheets/_custom.scss */
  .px-md-22 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 19065, app/assets/stylesheets/_custom.scss */
  .px-md-23 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 19070, app/assets/stylesheets/_custom.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 19075, app/assets/stylesheets/_custom.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 19080, app/assets/stylesheets/_custom.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 19085, app/assets/stylesheets/_custom.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 19090, app/assets/stylesheets/_custom.scss */
  .py-md-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 19095, app/assets/stylesheets/_custom.scss */
  .py-md-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 19100, app/assets/stylesheets/_custom.scss */
  .py-md-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 19105, app/assets/stylesheets/_custom.scss */
  .py-md-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 19110, app/assets/stylesheets/_custom.scss */
  .py-md-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 19115, app/assets/stylesheets/_custom.scss */
  .py-md-9 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 19120, app/assets/stylesheets/_custom.scss */
  .py-md-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 19125, app/assets/stylesheets/_custom.scss */
  .py-md-11 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 19130, app/assets/stylesheets/_custom.scss */
  .py-md-12 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 19135, app/assets/stylesheets/_custom.scss */
  .py-md-13 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 19140, app/assets/stylesheets/_custom.scss */
  .py-md-14 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 19145, app/assets/stylesheets/_custom.scss */
  .py-md-15 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 19150, app/assets/stylesheets/_custom.scss */
  .py-md-16 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 19155, app/assets/stylesheets/_custom.scss */
  .py-md-17 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 19160, app/assets/stylesheets/_custom.scss */
  .py-md-18 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 19165, app/assets/stylesheets/_custom.scss */
  .py-md-19 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  /* line 19170, app/assets/stylesheets/_custom.scss */
  .py-md-20 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  /* line 19175, app/assets/stylesheets/_custom.scss */
  .py-md-21 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  /* line 19180, app/assets/stylesheets/_custom.scss */
  .py-md-22 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 19185, app/assets/stylesheets/_custom.scss */
  .py-md-23 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 19190, app/assets/stylesheets/_custom.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 19194, app/assets/stylesheets/_custom.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 19198, app/assets/stylesheets/_custom.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 19202, app/assets/stylesheets/_custom.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 19206, app/assets/stylesheets/_custom.scss */
  .pt-md-4 {
    padding-top: 1.25rem !important;
  }
  /* line 19210, app/assets/stylesheets/_custom.scss */
  .pt-md-5 {
    padding-top: 1.5rem !important;
  }
  /* line 19214, app/assets/stylesheets/_custom.scss */
  .pt-md-6 {
    padding-top: 2rem !important;
  }
  /* line 19218, app/assets/stylesheets/_custom.scss */
  .pt-md-7 {
    padding-top: 2.5rem !important;
  }
  /* line 19222, app/assets/stylesheets/_custom.scss */
  .pt-md-8 {
    padding-top: 3rem !important;
  }
  /* line 19226, app/assets/stylesheets/_custom.scss */
  .pt-md-9 {
    padding-top: 3.5rem !important;
  }
  /* line 19230, app/assets/stylesheets/_custom.scss */
  .pt-md-10 {
    padding-top: 4rem !important;
  }
  /* line 19234, app/assets/stylesheets/_custom.scss */
  .pt-md-11 {
    padding-top: 4.5rem !important;
  }
  /* line 19238, app/assets/stylesheets/_custom.scss */
  .pt-md-12 {
    padding-top: 5rem !important;
  }
  /* line 19242, app/assets/stylesheets/_custom.scss */
  .pt-md-13 {
    padding-top: 5.5rem !important;
  }
  /* line 19246, app/assets/stylesheets/_custom.scss */
  .pt-md-14 {
    padding-top: 6rem !important;
  }
  /* line 19250, app/assets/stylesheets/_custom.scss */
  .pt-md-15 {
    padding-top: 6.5rem !important;
  }
  /* line 19254, app/assets/stylesheets/_custom.scss */
  .pt-md-16 {
    padding-top: 7rem !important;
  }
  /* line 19258, app/assets/stylesheets/_custom.scss */
  .pt-md-17 {
    padding-top: 7.5rem !important;
  }
  /* line 19262, app/assets/stylesheets/_custom.scss */
  .pt-md-18 {
    padding-top: 8rem !important;
  }
  /* line 19266, app/assets/stylesheets/_custom.scss */
  .pt-md-19 {
    padding-top: 8.5rem !important;
  }
  /* line 19270, app/assets/stylesheets/_custom.scss */
  .pt-md-20 {
    padding-top: 9rem !important;
  }
  /* line 19274, app/assets/stylesheets/_custom.scss */
  .pt-md-21 {
    padding-top: 9.5rem !important;
  }
  /* line 19278, app/assets/stylesheets/_custom.scss */
  .pt-md-22 {
    padding-top: 10rem !important;
  }
  /* line 19282, app/assets/stylesheets/_custom.scss */
  .pt-md-23 {
    padding-top: 12rem !important;
  }
  /* line 19286, app/assets/stylesheets/_custom.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 19290, app/assets/stylesheets/_custom.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 19294, app/assets/stylesheets/_custom.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 19298, app/assets/stylesheets/_custom.scss */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 19302, app/assets/stylesheets/_custom.scss */
  .pe-md-4 {
    padding-right: 1.25rem !important;
  }
  /* line 19306, app/assets/stylesheets/_custom.scss */
  .pe-md-5 {
    padding-right: 1.5rem !important;
  }
  /* line 19310, app/assets/stylesheets/_custom.scss */
  .pe-md-6 {
    padding-right: 2rem !important;
  }
  /* line 19314, app/assets/stylesheets/_custom.scss */
  .pe-md-7 {
    padding-right: 2.5rem !important;
  }
  /* line 19318, app/assets/stylesheets/_custom.scss */
  .pe-md-8 {
    padding-right: 3rem !important;
  }
  /* line 19322, app/assets/stylesheets/_custom.scss */
  .pe-md-9 {
    padding-right: 3.5rem !important;
  }
  /* line 19326, app/assets/stylesheets/_custom.scss */
  .pe-md-10 {
    padding-right: 4rem !important;
  }
  /* line 19330, app/assets/stylesheets/_custom.scss */
  .pe-md-11 {
    padding-right: 4.5rem !important;
  }
  /* line 19334, app/assets/stylesheets/_custom.scss */
  .pe-md-12 {
    padding-right: 5rem !important;
  }
  /* line 19338, app/assets/stylesheets/_custom.scss */
  .pe-md-13 {
    padding-right: 5.5rem !important;
  }
  /* line 19342, app/assets/stylesheets/_custom.scss */
  .pe-md-14 {
    padding-right: 6rem !important;
  }
  /* line 19346, app/assets/stylesheets/_custom.scss */
  .pe-md-15 {
    padding-right: 6.5rem !important;
  }
  /* line 19350, app/assets/stylesheets/_custom.scss */
  .pe-md-16 {
    padding-right: 7rem !important;
  }
  /* line 19354, app/assets/stylesheets/_custom.scss */
  .pe-md-17 {
    padding-right: 7.5rem !important;
  }
  /* line 19358, app/assets/stylesheets/_custom.scss */
  .pe-md-18 {
    padding-right: 8rem !important;
  }
  /* line 19362, app/assets/stylesheets/_custom.scss */
  .pe-md-19 {
    padding-right: 8.5rem !important;
  }
  /* line 19366, app/assets/stylesheets/_custom.scss */
  .pe-md-20 {
    padding-right: 9rem !important;
  }
  /* line 19370, app/assets/stylesheets/_custom.scss */
  .pe-md-21 {
    padding-right: 9.5rem !important;
  }
  /* line 19374, app/assets/stylesheets/_custom.scss */
  .pe-md-22 {
    padding-right: 10rem !important;
  }
  /* line 19378, app/assets/stylesheets/_custom.scss */
  .pe-md-23 {
    padding-right: 12rem !important;
  }
  /* line 19382, app/assets/stylesheets/_custom.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 19386, app/assets/stylesheets/_custom.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 19390, app/assets/stylesheets/_custom.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 19394, app/assets/stylesheets/_custom.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 19398, app/assets/stylesheets/_custom.scss */
  .pb-md-4 {
    padding-bottom: 1.25rem !important;
  }
  /* line 19402, app/assets/stylesheets/_custom.scss */
  .pb-md-5 {
    padding-bottom: 1.5rem !important;
  }
  /* line 19406, app/assets/stylesheets/_custom.scss */
  .pb-md-6 {
    padding-bottom: 2rem !important;
  }
  /* line 19410, app/assets/stylesheets/_custom.scss */
  .pb-md-7 {
    padding-bottom: 2.5rem !important;
  }
  /* line 19414, app/assets/stylesheets/_custom.scss */
  .pb-md-8 {
    padding-bottom: 3rem !important;
  }
  /* line 19418, app/assets/stylesheets/_custom.scss */
  .pb-md-9 {
    padding-bottom: 3.5rem !important;
  }
  /* line 19422, app/assets/stylesheets/_custom.scss */
  .pb-md-10 {
    padding-bottom: 4rem !important;
  }
  /* line 19426, app/assets/stylesheets/_custom.scss */
  .pb-md-11 {
    padding-bottom: 4.5rem !important;
  }
  /* line 19430, app/assets/stylesheets/_custom.scss */
  .pb-md-12 {
    padding-bottom: 5rem !important;
  }
  /* line 19434, app/assets/stylesheets/_custom.scss */
  .pb-md-13 {
    padding-bottom: 5.5rem !important;
  }
  /* line 19438, app/assets/stylesheets/_custom.scss */
  .pb-md-14 {
    padding-bottom: 6rem !important;
  }
  /* line 19442, app/assets/stylesheets/_custom.scss */
  .pb-md-15 {
    padding-bottom: 6.5rem !important;
  }
  /* line 19446, app/assets/stylesheets/_custom.scss */
  .pb-md-16 {
    padding-bottom: 7rem !important;
  }
  /* line 19450, app/assets/stylesheets/_custom.scss */
  .pb-md-17 {
    padding-bottom: 7.5rem !important;
  }
  /* line 19454, app/assets/stylesheets/_custom.scss */
  .pb-md-18 {
    padding-bottom: 8rem !important;
  }
  /* line 19458, app/assets/stylesheets/_custom.scss */
  .pb-md-19 {
    padding-bottom: 8.5rem !important;
  }
  /* line 19462, app/assets/stylesheets/_custom.scss */
  .pb-md-20 {
    padding-bottom: 9rem !important;
  }
  /* line 19466, app/assets/stylesheets/_custom.scss */
  .pb-md-21 {
    padding-bottom: 9.5rem !important;
  }
  /* line 19470, app/assets/stylesheets/_custom.scss */
  .pb-md-22 {
    padding-bottom: 10rem !important;
  }
  /* line 19474, app/assets/stylesheets/_custom.scss */
  .pb-md-23 {
    padding-bottom: 12rem !important;
  }
  /* line 19478, app/assets/stylesheets/_custom.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 19482, app/assets/stylesheets/_custom.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 19486, app/assets/stylesheets/_custom.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 19490, app/assets/stylesheets/_custom.scss */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 19494, app/assets/stylesheets/_custom.scss */
  .ps-md-4 {
    padding-left: 1.25rem !important;
  }
  /* line 19498, app/assets/stylesheets/_custom.scss */
  .ps-md-5 {
    padding-left: 1.5rem !important;
  }
  /* line 19502, app/assets/stylesheets/_custom.scss */
  .ps-md-6 {
    padding-left: 2rem !important;
  }
  /* line 19506, app/assets/stylesheets/_custom.scss */
  .ps-md-7 {
    padding-left: 2.5rem !important;
  }
  /* line 19510, app/assets/stylesheets/_custom.scss */
  .ps-md-8 {
    padding-left: 3rem !important;
  }
  /* line 19514, app/assets/stylesheets/_custom.scss */
  .ps-md-9 {
    padding-left: 3.5rem !important;
  }
  /* line 19518, app/assets/stylesheets/_custom.scss */
  .ps-md-10 {
    padding-left: 4rem !important;
  }
  /* line 19522, app/assets/stylesheets/_custom.scss */
  .ps-md-11 {
    padding-left: 4.5rem !important;
  }
  /* line 19526, app/assets/stylesheets/_custom.scss */
  .ps-md-12 {
    padding-left: 5rem !important;
  }
  /* line 19530, app/assets/stylesheets/_custom.scss */
  .ps-md-13 {
    padding-left: 5.5rem !important;
  }
  /* line 19534, app/assets/stylesheets/_custom.scss */
  .ps-md-14 {
    padding-left: 6rem !important;
  }
  /* line 19538, app/assets/stylesheets/_custom.scss */
  .ps-md-15 {
    padding-left: 6.5rem !important;
  }
  /* line 19542, app/assets/stylesheets/_custom.scss */
  .ps-md-16 {
    padding-left: 7rem !important;
  }
  /* line 19546, app/assets/stylesheets/_custom.scss */
  .ps-md-17 {
    padding-left: 7.5rem !important;
  }
  /* line 19550, app/assets/stylesheets/_custom.scss */
  .ps-md-18 {
    padding-left: 8rem !important;
  }
  /* line 19554, app/assets/stylesheets/_custom.scss */
  .ps-md-19 {
    padding-left: 8.5rem !important;
  }
  /* line 19558, app/assets/stylesheets/_custom.scss */
  .ps-md-20 {
    padding-left: 9rem !important;
  }
  /* line 19562, app/assets/stylesheets/_custom.scss */
  .ps-md-21 {
    padding-left: 9.5rem !important;
  }
  /* line 19566, app/assets/stylesheets/_custom.scss */
  .ps-md-22 {
    padding-left: 10rem !important;
  }
  /* line 19570, app/assets/stylesheets/_custom.scss */
  .ps-md-23 {
    padding-left: 12rem !important;
  }
  /* line 19574, app/assets/stylesheets/_custom.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 19578, app/assets/stylesheets/_custom.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 19582, app/assets/stylesheets/_custom.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 19588, app/assets/stylesheets/_custom.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 19592, app/assets/stylesheets/_custom.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 19596, app/assets/stylesheets/_custom.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 19600, app/assets/stylesheets/_custom.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 19604, app/assets/stylesheets/_custom.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 19608, app/assets/stylesheets/_custom.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 19612, app/assets/stylesheets/_custom.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 19616, app/assets/stylesheets/_custom.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 19620, app/assets/stylesheets/_custom.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 19624, app/assets/stylesheets/_custom.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 19628, app/assets/stylesheets/_custom.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 19632, app/assets/stylesheets/_custom.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 19636, app/assets/stylesheets/_custom.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 19640, app/assets/stylesheets/_custom.scss */
  .w-lg-15 {
    width: 15% !important;
  }
  /* line 19644, app/assets/stylesheets/_custom.scss */
  .w-lg-25 {
    width: 25% !important;
  }
  /* line 19648, app/assets/stylesheets/_custom.scss */
  .w-lg-30 {
    width: 30% !important;
  }
  /* line 19652, app/assets/stylesheets/_custom.scss */
  .w-lg-40 {
    width: 40% !important;
  }
  /* line 19656, app/assets/stylesheets/_custom.scss */
  .w-lg-50 {
    width: 50% !important;
  }
  /* line 19660, app/assets/stylesheets/_custom.scss */
  .w-lg-65 {
    width: 65% !important;
  }
  /* line 19664, app/assets/stylesheets/_custom.scss */
  .w-lg-75 {
    width: 75% !important;
  }
  /* line 19668, app/assets/stylesheets/_custom.scss */
  .w-lg-100 {
    width: 100% !important;
  }
  /* line 19672, app/assets/stylesheets/_custom.scss */
  .w-lg-auto {
    width: auto !important;
  }
  /* line 19676, app/assets/stylesheets/_custom.scss */
  .mw-lg-25 {
    max-width: 25% !important;
  }
  /* line 19680, app/assets/stylesheets/_custom.scss */
  .mw-lg-30 {
    max-width: 30% !important;
  }
  /* line 19684, app/assets/stylesheets/_custom.scss */
  .mw-lg-40 {
    max-width: 40% !important;
  }
  /* line 19688, app/assets/stylesheets/_custom.scss */
  .mw-lg-50 {
    max-width: 50% !important;
  }
  /* line 19692, app/assets/stylesheets/_custom.scss */
  .mw-lg-65 {
    max-width: 65% !important;
  }
  /* line 19696, app/assets/stylesheets/_custom.scss */
  .mw-lg-75 {
    max-width: 75% !important;
  }
  /* line 19700, app/assets/stylesheets/_custom.scss */
  .mw-lg-100 {
    max-width: 100% !important;
  }
  /* line 19704, app/assets/stylesheets/_custom.scss */
  .mw-lg-auto {
    max-width: auto !important;
  }
  /* line 19708, app/assets/stylesheets/_custom.scss */
  .vw-lg-100 {
    width: 100vw !important;
  }
  /* line 19712, app/assets/stylesheets/_custom.scss */
  .min-vw-lg-100 {
    min-width: 100vw !important;
  }
  /* line 19716, app/assets/stylesheets/_custom.scss */
  .h-lg-25 {
    height: 25% !important;
  }
  /* line 19720, app/assets/stylesheets/_custom.scss */
  .h-lg-30 {
    height: 30% !important;
  }
  /* line 19724, app/assets/stylesheets/_custom.scss */
  .h-lg-40 {
    height: 40% !important;
  }
  /* line 19728, app/assets/stylesheets/_custom.scss */
  .h-lg-50 {
    height: 50% !important;
  }
  /* line 19732, app/assets/stylesheets/_custom.scss */
  .h-lg-65 {
    height: 65% !important;
  }
  /* line 19736, app/assets/stylesheets/_custom.scss */
  .h-lg-75 {
    height: 75% !important;
  }
  /* line 19740, app/assets/stylesheets/_custom.scss */
  .h-lg-100 {
    height: 100% !important;
  }
  /* line 19744, app/assets/stylesheets/_custom.scss */
  .h-lg-auto {
    height: auto !important;
  }
  /* line 19748, app/assets/stylesheets/_custom.scss */
  .mh-lg-25 {
    max-height: 25% !important;
  }
  /* line 19752, app/assets/stylesheets/_custom.scss */
  .mh-lg-30 {
    max-height: 30% !important;
  }
  /* line 19756, app/assets/stylesheets/_custom.scss */
  .mh-lg-40 {
    max-height: 40% !important;
  }
  /* line 19760, app/assets/stylesheets/_custom.scss */
  .mh-lg-50 {
    max-height: 50% !important;
  }
  /* line 19764, app/assets/stylesheets/_custom.scss */
  .mh-lg-65 {
    max-height: 65% !important;
  }
  /* line 19768, app/assets/stylesheets/_custom.scss */
  .mh-lg-75 {
    max-height: 75% !important;
  }
  /* line 19772, app/assets/stylesheets/_custom.scss */
  .mh-lg-100 {
    max-height: 100% !important;
  }
  /* line 19776, app/assets/stylesheets/_custom.scss */
  .mh-lg-auto {
    max-height: auto !important;
  }
  /* line 19780, app/assets/stylesheets/_custom.scss */
  .vh-lg-100 {
    height: 100vh !important;
  }
  /* line 19784, app/assets/stylesheets/_custom.scss */
  .min-vh-lg-100 {
    min-height: 100vh !important;
  }
  /* line 19788, app/assets/stylesheets/_custom.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 19792, app/assets/stylesheets/_custom.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 19796, app/assets/stylesheets/_custom.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 19800, app/assets/stylesheets/_custom.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 19804, app/assets/stylesheets/_custom.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 19808, app/assets/stylesheets/_custom.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 19812, app/assets/stylesheets/_custom.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 19816, app/assets/stylesheets/_custom.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 19820, app/assets/stylesheets/_custom.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 19824, app/assets/stylesheets/_custom.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 19828, app/assets/stylesheets/_custom.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 19832, app/assets/stylesheets/_custom.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19836, app/assets/stylesheets/_custom.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 19840, app/assets/stylesheets/_custom.scss */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 19844, app/assets/stylesheets/_custom.scss */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 19848, app/assets/stylesheets/_custom.scss */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 19852, app/assets/stylesheets/_custom.scss */
  .gap-lg-4 {
    gap: 1.25rem !important;
  }
  /* line 19856, app/assets/stylesheets/_custom.scss */
  .gap-lg-5 {
    gap: 1.5rem !important;
  }
  /* line 19860, app/assets/stylesheets/_custom.scss */
  .gap-lg-6 {
    gap: 2rem !important;
  }
  /* line 19864, app/assets/stylesheets/_custom.scss */
  .gap-lg-7 {
    gap: 2.5rem !important;
  }
  /* line 19868, app/assets/stylesheets/_custom.scss */
  .gap-lg-8 {
    gap: 3rem !important;
  }
  /* line 19872, app/assets/stylesheets/_custom.scss */
  .gap-lg-9 {
    gap: 3.5rem !important;
  }
  /* line 19876, app/assets/stylesheets/_custom.scss */
  .gap-lg-10 {
    gap: 4rem !important;
  }
  /* line 19880, app/assets/stylesheets/_custom.scss */
  .gap-lg-11 {
    gap: 4.5rem !important;
  }
  /* line 19884, app/assets/stylesheets/_custom.scss */
  .gap-lg-12 {
    gap: 5rem !important;
  }
  /* line 19888, app/assets/stylesheets/_custom.scss */
  .gap-lg-13 {
    gap: 5.5rem !important;
  }
  /* line 19892, app/assets/stylesheets/_custom.scss */
  .gap-lg-14 {
    gap: 6rem !important;
  }
  /* line 19896, app/assets/stylesheets/_custom.scss */
  .gap-lg-15 {
    gap: 6.5rem !important;
  }
  /* line 19900, app/assets/stylesheets/_custom.scss */
  .gap-lg-16 {
    gap: 7rem !important;
  }
  /* line 19904, app/assets/stylesheets/_custom.scss */
  .gap-lg-17 {
    gap: 7.5rem !important;
  }
  /* line 19908, app/assets/stylesheets/_custom.scss */
  .gap-lg-18 {
    gap: 8rem !important;
  }
  /* line 19912, app/assets/stylesheets/_custom.scss */
  .gap-lg-19 {
    gap: 8.5rem !important;
  }
  /* line 19916, app/assets/stylesheets/_custom.scss */
  .gap-lg-20 {
    gap: 9rem !important;
  }
  /* line 19920, app/assets/stylesheets/_custom.scss */
  .gap-lg-21 {
    gap: 9.5rem !important;
  }
  /* line 19924, app/assets/stylesheets/_custom.scss */
  .gap-lg-22 {
    gap: 10rem !important;
  }
  /* line 19928, app/assets/stylesheets/_custom.scss */
  .gap-lg-23 {
    gap: 12rem !important;
  }
  /* line 19932, app/assets/stylesheets/_custom.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 19936, app/assets/stylesheets/_custom.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 19940, app/assets/stylesheets/_custom.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 19944, app/assets/stylesheets/_custom.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 19948, app/assets/stylesheets/_custom.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 19952, app/assets/stylesheets/_custom.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 19956, app/assets/stylesheets/_custom.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 19960, app/assets/stylesheets/_custom.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 19964, app/assets/stylesheets/_custom.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 19968, app/assets/stylesheets/_custom.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 19972, app/assets/stylesheets/_custom.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 19976, app/assets/stylesheets/_custom.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 19980, app/assets/stylesheets/_custom.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 19984, app/assets/stylesheets/_custom.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 19988, app/assets/stylesheets/_custom.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 19992, app/assets/stylesheets/_custom.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 19996, app/assets/stylesheets/_custom.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 20000, app/assets/stylesheets/_custom.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 20004, app/assets/stylesheets/_custom.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 20008, app/assets/stylesheets/_custom.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 20012, app/assets/stylesheets/_custom.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 20016, app/assets/stylesheets/_custom.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 20020, app/assets/stylesheets/_custom.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 20024, app/assets/stylesheets/_custom.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 20028, app/assets/stylesheets/_custom.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 20032, app/assets/stylesheets/_custom.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 20036, app/assets/stylesheets/_custom.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 20040, app/assets/stylesheets/_custom.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 20044, app/assets/stylesheets/_custom.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 20048, app/assets/stylesheets/_custom.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 20052, app/assets/stylesheets/_custom.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 20056, app/assets/stylesheets/_custom.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 20060, app/assets/stylesheets/_custom.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 20064, app/assets/stylesheets/_custom.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 20068, app/assets/stylesheets/_custom.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 20072, app/assets/stylesheets/_custom.scss */
  .m-lg-4 {
    margin: 1.25rem !important;
  }
  /* line 20076, app/assets/stylesheets/_custom.scss */
  .m-lg-5 {
    margin: 1.5rem !important;
  }
  /* line 20080, app/assets/stylesheets/_custom.scss */
  .m-lg-6 {
    margin: 2rem !important;
  }
  /* line 20084, app/assets/stylesheets/_custom.scss */
  .m-lg-7 {
    margin: 2.5rem !important;
  }
  /* line 20088, app/assets/stylesheets/_custom.scss */
  .m-lg-8 {
    margin: 3rem !important;
  }
  /* line 20092, app/assets/stylesheets/_custom.scss */
  .m-lg-9 {
    margin: 3.5rem !important;
  }
  /* line 20096, app/assets/stylesheets/_custom.scss */
  .m-lg-10 {
    margin: 4rem !important;
  }
  /* line 20100, app/assets/stylesheets/_custom.scss */
  .m-lg-11 {
    margin: 4.5rem !important;
  }
  /* line 20104, app/assets/stylesheets/_custom.scss */
  .m-lg-12 {
    margin: 5rem !important;
  }
  /* line 20108, app/assets/stylesheets/_custom.scss */
  .m-lg-13 {
    margin: 5.5rem !important;
  }
  /* line 20112, app/assets/stylesheets/_custom.scss */
  .m-lg-14 {
    margin: 6rem !important;
  }
  /* line 20116, app/assets/stylesheets/_custom.scss */
  .m-lg-15 {
    margin: 6.5rem !important;
  }
  /* line 20120, app/assets/stylesheets/_custom.scss */
  .m-lg-16 {
    margin: 7rem !important;
  }
  /* line 20124, app/assets/stylesheets/_custom.scss */
  .m-lg-17 {
    margin: 7.5rem !important;
  }
  /* line 20128, app/assets/stylesheets/_custom.scss */
  .m-lg-18 {
    margin: 8rem !important;
  }
  /* line 20132, app/assets/stylesheets/_custom.scss */
  .m-lg-19 {
    margin: 8.5rem !important;
  }
  /* line 20136, app/assets/stylesheets/_custom.scss */
  .m-lg-20 {
    margin: 9rem !important;
  }
  /* line 20140, app/assets/stylesheets/_custom.scss */
  .m-lg-21 {
    margin: 9.5rem !important;
  }
  /* line 20144, app/assets/stylesheets/_custom.scss */
  .m-lg-22 {
    margin: 10rem !important;
  }
  /* line 20148, app/assets/stylesheets/_custom.scss */
  .m-lg-23 {
    margin: 12rem !important;
  }
  /* line 20152, app/assets/stylesheets/_custom.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 20156, app/assets/stylesheets/_custom.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 20161, app/assets/stylesheets/_custom.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 20166, app/assets/stylesheets/_custom.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 20171, app/assets/stylesheets/_custom.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 20176, app/assets/stylesheets/_custom.scss */
  .mx-lg-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 20181, app/assets/stylesheets/_custom.scss */
  .mx-lg-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 20186, app/assets/stylesheets/_custom.scss */
  .mx-lg-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 20191, app/assets/stylesheets/_custom.scss */
  .mx-lg-7 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 20196, app/assets/stylesheets/_custom.scss */
  .mx-lg-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 20201, app/assets/stylesheets/_custom.scss */
  .mx-lg-9 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 20206, app/assets/stylesheets/_custom.scss */
  .mx-lg-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 20211, app/assets/stylesheets/_custom.scss */
  .mx-lg-11 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 20216, app/assets/stylesheets/_custom.scss */
  .mx-lg-12 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 20221, app/assets/stylesheets/_custom.scss */
  .mx-lg-13 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 20226, app/assets/stylesheets/_custom.scss */
  .mx-lg-14 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 20231, app/assets/stylesheets/_custom.scss */
  .mx-lg-15 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 20236, app/assets/stylesheets/_custom.scss */
  .mx-lg-16 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 20241, app/assets/stylesheets/_custom.scss */
  .mx-lg-17 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 20246, app/assets/stylesheets/_custom.scss */
  .mx-lg-18 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 20251, app/assets/stylesheets/_custom.scss */
  .mx-lg-19 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  /* line 20256, app/assets/stylesheets/_custom.scss */
  .mx-lg-20 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  /* line 20261, app/assets/stylesheets/_custom.scss */
  .mx-lg-21 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  /* line 20266, app/assets/stylesheets/_custom.scss */
  .mx-lg-22 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 20271, app/assets/stylesheets/_custom.scss */
  .mx-lg-23 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 20276, app/assets/stylesheets/_custom.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 20281, app/assets/stylesheets/_custom.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 20286, app/assets/stylesheets/_custom.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 20291, app/assets/stylesheets/_custom.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 20296, app/assets/stylesheets/_custom.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 20301, app/assets/stylesheets/_custom.scss */
  .my-lg-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 20306, app/assets/stylesheets/_custom.scss */
  .my-lg-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 20311, app/assets/stylesheets/_custom.scss */
  .my-lg-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 20316, app/assets/stylesheets/_custom.scss */
  .my-lg-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 20321, app/assets/stylesheets/_custom.scss */
  .my-lg-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 20326, app/assets/stylesheets/_custom.scss */
  .my-lg-9 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 20331, app/assets/stylesheets/_custom.scss */
  .my-lg-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 20336, app/assets/stylesheets/_custom.scss */
  .my-lg-11 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 20341, app/assets/stylesheets/_custom.scss */
  .my-lg-12 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 20346, app/assets/stylesheets/_custom.scss */
  .my-lg-13 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 20351, app/assets/stylesheets/_custom.scss */
  .my-lg-14 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 20356, app/assets/stylesheets/_custom.scss */
  .my-lg-15 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 20361, app/assets/stylesheets/_custom.scss */
  .my-lg-16 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 20366, app/assets/stylesheets/_custom.scss */
  .my-lg-17 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 20371, app/assets/stylesheets/_custom.scss */
  .my-lg-18 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 20376, app/assets/stylesheets/_custom.scss */
  .my-lg-19 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  /* line 20381, app/assets/stylesheets/_custom.scss */
  .my-lg-20 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  /* line 20386, app/assets/stylesheets/_custom.scss */
  .my-lg-21 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  /* line 20391, app/assets/stylesheets/_custom.scss */
  .my-lg-22 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 20396, app/assets/stylesheets/_custom.scss */
  .my-lg-23 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 20401, app/assets/stylesheets/_custom.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 20406, app/assets/stylesheets/_custom.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 20410, app/assets/stylesheets/_custom.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 20414, app/assets/stylesheets/_custom.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 20418, app/assets/stylesheets/_custom.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 20422, app/assets/stylesheets/_custom.scss */
  .mt-lg-4 {
    margin-top: 1.25rem !important;
  }
  /* line 20426, app/assets/stylesheets/_custom.scss */
  .mt-lg-5 {
    margin-top: 1.5rem !important;
  }
  /* line 20430, app/assets/stylesheets/_custom.scss */
  .mt-lg-6 {
    margin-top: 2rem !important;
  }
  /* line 20434, app/assets/stylesheets/_custom.scss */
  .mt-lg-7 {
    margin-top: 2.5rem !important;
  }
  /* line 20438, app/assets/stylesheets/_custom.scss */
  .mt-lg-8 {
    margin-top: 3rem !important;
  }
  /* line 20442, app/assets/stylesheets/_custom.scss */
  .mt-lg-9 {
    margin-top: 3.5rem !important;
  }
  /* line 20446, app/assets/stylesheets/_custom.scss */
  .mt-lg-10 {
    margin-top: 4rem !important;
  }
  /* line 20450, app/assets/stylesheets/_custom.scss */
  .mt-lg-11 {
    margin-top: 4.5rem !important;
  }
  /* line 20454, app/assets/stylesheets/_custom.scss */
  .mt-lg-12 {
    margin-top: 5rem !important;
  }
  /* line 20458, app/assets/stylesheets/_custom.scss */
  .mt-lg-13 {
    margin-top: 5.5rem !important;
  }
  /* line 20462, app/assets/stylesheets/_custom.scss */
  .mt-lg-14 {
    margin-top: 6rem !important;
  }
  /* line 20466, app/assets/stylesheets/_custom.scss */
  .mt-lg-15 {
    margin-top: 6.5rem !important;
  }
  /* line 20470, app/assets/stylesheets/_custom.scss */
  .mt-lg-16 {
    margin-top: 7rem !important;
  }
  /* line 20474, app/assets/stylesheets/_custom.scss */
  .mt-lg-17 {
    margin-top: 7.5rem !important;
  }
  /* line 20478, app/assets/stylesheets/_custom.scss */
  .mt-lg-18 {
    margin-top: 8rem !important;
  }
  /* line 20482, app/assets/stylesheets/_custom.scss */
  .mt-lg-19 {
    margin-top: 8.5rem !important;
  }
  /* line 20486, app/assets/stylesheets/_custom.scss */
  .mt-lg-20 {
    margin-top: 9rem !important;
  }
  /* line 20490, app/assets/stylesheets/_custom.scss */
  .mt-lg-21 {
    margin-top: 9.5rem !important;
  }
  /* line 20494, app/assets/stylesheets/_custom.scss */
  .mt-lg-22 {
    margin-top: 10rem !important;
  }
  /* line 20498, app/assets/stylesheets/_custom.scss */
  .mt-lg-23 {
    margin-top: 12rem !important;
  }
  /* line 20502, app/assets/stylesheets/_custom.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 20506, app/assets/stylesheets/_custom.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 20510, app/assets/stylesheets/_custom.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 20514, app/assets/stylesheets/_custom.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 20518, app/assets/stylesheets/_custom.scss */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 20522, app/assets/stylesheets/_custom.scss */
  .me-lg-4 {
    margin-right: 1.25rem !important;
  }
  /* line 20526, app/assets/stylesheets/_custom.scss */
  .me-lg-5 {
    margin-right: 1.5rem !important;
  }
  /* line 20530, app/assets/stylesheets/_custom.scss */
  .me-lg-6 {
    margin-right: 2rem !important;
  }
  /* line 20534, app/assets/stylesheets/_custom.scss */
  .me-lg-7 {
    margin-right: 2.5rem !important;
  }
  /* line 20538, app/assets/stylesheets/_custom.scss */
  .me-lg-8 {
    margin-right: 3rem !important;
  }
  /* line 20542, app/assets/stylesheets/_custom.scss */
  .me-lg-9 {
    margin-right: 3.5rem !important;
  }
  /* line 20546, app/assets/stylesheets/_custom.scss */
  .me-lg-10 {
    margin-right: 4rem !important;
  }
  /* line 20550, app/assets/stylesheets/_custom.scss */
  .me-lg-11 {
    margin-right: 4.5rem !important;
  }
  /* line 20554, app/assets/stylesheets/_custom.scss */
  .me-lg-12 {
    margin-right: 5rem !important;
  }
  /* line 20558, app/assets/stylesheets/_custom.scss */
  .me-lg-13 {
    margin-right: 5.5rem !important;
  }
  /* line 20562, app/assets/stylesheets/_custom.scss */
  .me-lg-14 {
    margin-right: 6rem !important;
  }
  /* line 20566, app/assets/stylesheets/_custom.scss */
  .me-lg-15 {
    margin-right: 6.5rem !important;
  }
  /* line 20570, app/assets/stylesheets/_custom.scss */
  .me-lg-16 {
    margin-right: 7rem !important;
  }
  /* line 20574, app/assets/stylesheets/_custom.scss */
  .me-lg-17 {
    margin-right: 7.5rem !important;
  }
  /* line 20578, app/assets/stylesheets/_custom.scss */
  .me-lg-18 {
    margin-right: 8rem !important;
  }
  /* line 20582, app/assets/stylesheets/_custom.scss */
  .me-lg-19 {
    margin-right: 8.5rem !important;
  }
  /* line 20586, app/assets/stylesheets/_custom.scss */
  .me-lg-20 {
    margin-right: 9rem !important;
  }
  /* line 20590, app/assets/stylesheets/_custom.scss */
  .me-lg-21 {
    margin-right: 9.5rem !important;
  }
  /* line 20594, app/assets/stylesheets/_custom.scss */
  .me-lg-22 {
    margin-right: 10rem !important;
  }
  /* line 20598, app/assets/stylesheets/_custom.scss */
  .me-lg-23 {
    margin-right: 12rem !important;
  }
  /* line 20602, app/assets/stylesheets/_custom.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 20606, app/assets/stylesheets/_custom.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 20610, app/assets/stylesheets/_custom.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 20614, app/assets/stylesheets/_custom.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 20618, app/assets/stylesheets/_custom.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 20622, app/assets/stylesheets/_custom.scss */
  .mb-lg-4 {
    margin-bottom: 1.25rem !important;
  }
  /* line 20626, app/assets/stylesheets/_custom.scss */
  .mb-lg-5 {
    margin-bottom: 1.5rem !important;
  }
  /* line 20630, app/assets/stylesheets/_custom.scss */
  .mb-lg-6 {
    margin-bottom: 2rem !important;
  }
  /* line 20634, app/assets/stylesheets/_custom.scss */
  .mb-lg-7 {
    margin-bottom: 2.5rem !important;
  }
  /* line 20638, app/assets/stylesheets/_custom.scss */
  .mb-lg-8 {
    margin-bottom: 3rem !important;
  }
  /* line 20642, app/assets/stylesheets/_custom.scss */
  .mb-lg-9 {
    margin-bottom: 3.5rem !important;
  }
  /* line 20646, app/assets/stylesheets/_custom.scss */
  .mb-lg-10 {
    margin-bottom: 4rem !important;
  }
  /* line 20650, app/assets/stylesheets/_custom.scss */
  .mb-lg-11 {
    margin-bottom: 4.5rem !important;
  }
  /* line 20654, app/assets/stylesheets/_custom.scss */
  .mb-lg-12 {
    margin-bottom: 5rem !important;
  }
  /* line 20658, app/assets/stylesheets/_custom.scss */
  .mb-lg-13 {
    margin-bottom: 5.5rem !important;
  }
  /* line 20662, app/assets/stylesheets/_custom.scss */
  .mb-lg-14 {
    margin-bottom: 6rem !important;
  }
  /* line 20666, app/assets/stylesheets/_custom.scss */
  .mb-lg-15 {
    margin-bottom: 6.5rem !important;
  }
  /* line 20670, app/assets/stylesheets/_custom.scss */
  .mb-lg-16 {
    margin-bottom: 7rem !important;
  }
  /* line 20674, app/assets/stylesheets/_custom.scss */
  .mb-lg-17 {
    margin-bottom: 7.5rem !important;
  }
  /* line 20678, app/assets/stylesheets/_custom.scss */
  .mb-lg-18 {
    margin-bottom: 8rem !important;
  }
  /* line 20682, app/assets/stylesheets/_custom.scss */
  .mb-lg-19 {
    margin-bottom: 8.5rem !important;
  }
  /* line 20686, app/assets/stylesheets/_custom.scss */
  .mb-lg-20 {
    margin-bottom: 9rem !important;
  }
  /* line 20690, app/assets/stylesheets/_custom.scss */
  .mb-lg-21 {
    margin-bottom: 9.5rem !important;
  }
  /* line 20694, app/assets/stylesheets/_custom.scss */
  .mb-lg-22 {
    margin-bottom: 10rem !important;
  }
  /* line 20698, app/assets/stylesheets/_custom.scss */
  .mb-lg-23 {
    margin-bottom: 12rem !important;
  }
  /* line 20702, app/assets/stylesheets/_custom.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 20706, app/assets/stylesheets/_custom.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 20710, app/assets/stylesheets/_custom.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 20714, app/assets/stylesheets/_custom.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 20718, app/assets/stylesheets/_custom.scss */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 20722, app/assets/stylesheets/_custom.scss */
  .ms-lg-4 {
    margin-left: 1.25rem !important;
  }
  /* line 20726, app/assets/stylesheets/_custom.scss */
  .ms-lg-5 {
    margin-left: 1.5rem !important;
  }
  /* line 20730, app/assets/stylesheets/_custom.scss */
  .ms-lg-6 {
    margin-left: 2rem !important;
  }
  /* line 20734, app/assets/stylesheets/_custom.scss */
  .ms-lg-7 {
    margin-left: 2.5rem !important;
  }
  /* line 20738, app/assets/stylesheets/_custom.scss */
  .ms-lg-8 {
    margin-left: 3rem !important;
  }
  /* line 20742, app/assets/stylesheets/_custom.scss */
  .ms-lg-9 {
    margin-left: 3.5rem !important;
  }
  /* line 20746, app/assets/stylesheets/_custom.scss */
  .ms-lg-10 {
    margin-left: 4rem !important;
  }
  /* line 20750, app/assets/stylesheets/_custom.scss */
  .ms-lg-11 {
    margin-left: 4.5rem !important;
  }
  /* line 20754, app/assets/stylesheets/_custom.scss */
  .ms-lg-12 {
    margin-left: 5rem !important;
  }
  /* line 20758, app/assets/stylesheets/_custom.scss */
  .ms-lg-13 {
    margin-left: 5.5rem !important;
  }
  /* line 20762, app/assets/stylesheets/_custom.scss */
  .ms-lg-14 {
    margin-left: 6rem !important;
  }
  /* line 20766, app/assets/stylesheets/_custom.scss */
  .ms-lg-15 {
    margin-left: 6.5rem !important;
  }
  /* line 20770, app/assets/stylesheets/_custom.scss */
  .ms-lg-16 {
    margin-left: 7rem !important;
  }
  /* line 20774, app/assets/stylesheets/_custom.scss */
  .ms-lg-17 {
    margin-left: 7.5rem !important;
  }
  /* line 20778, app/assets/stylesheets/_custom.scss */
  .ms-lg-18 {
    margin-left: 8rem !important;
  }
  /* line 20782, app/assets/stylesheets/_custom.scss */
  .ms-lg-19 {
    margin-left: 8.5rem !important;
  }
  /* line 20786, app/assets/stylesheets/_custom.scss */
  .ms-lg-20 {
    margin-left: 9rem !important;
  }
  /* line 20790, app/assets/stylesheets/_custom.scss */
  .ms-lg-21 {
    margin-left: 9.5rem !important;
  }
  /* line 20794, app/assets/stylesheets/_custom.scss */
  .ms-lg-22 {
    margin-left: 10rem !important;
  }
  /* line 20798, app/assets/stylesheets/_custom.scss */
  .ms-lg-23 {
    margin-left: 12rem !important;
  }
  /* line 20802, app/assets/stylesheets/_custom.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 20806, app/assets/stylesheets/_custom.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 20810, app/assets/stylesheets/_custom.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 20814, app/assets/stylesheets/_custom.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 20818, app/assets/stylesheets/_custom.scss */
  .m-lg-n4 {
    margin: -1.25rem !important;
  }
  /* line 20822, app/assets/stylesheets/_custom.scss */
  .m-lg-n5 {
    margin: -1.5rem !important;
  }
  /* line 20826, app/assets/stylesheets/_custom.scss */
  .m-lg-n6 {
    margin: -2rem !important;
  }
  /* line 20830, app/assets/stylesheets/_custom.scss */
  .m-lg-n7 {
    margin: -2.5rem !important;
  }
  /* line 20834, app/assets/stylesheets/_custom.scss */
  .m-lg-n8 {
    margin: -3rem !important;
  }
  /* line 20838, app/assets/stylesheets/_custom.scss */
  .m-lg-n9 {
    margin: -3.5rem !important;
  }
  /* line 20842, app/assets/stylesheets/_custom.scss */
  .m-lg-n10 {
    margin: -4rem !important;
  }
  /* line 20846, app/assets/stylesheets/_custom.scss */
  .m-lg-n11 {
    margin: -4.5rem !important;
  }
  /* line 20850, app/assets/stylesheets/_custom.scss */
  .m-lg-n12 {
    margin: -5rem !important;
  }
  /* line 20854, app/assets/stylesheets/_custom.scss */
  .m-lg-n13 {
    margin: -5.5rem !important;
  }
  /* line 20858, app/assets/stylesheets/_custom.scss */
  .m-lg-n14 {
    margin: -6rem !important;
  }
  /* line 20862, app/assets/stylesheets/_custom.scss */
  .m-lg-n15 {
    margin: -6.5rem !important;
  }
  /* line 20866, app/assets/stylesheets/_custom.scss */
  .m-lg-n16 {
    margin: -7rem !important;
  }
  /* line 20870, app/assets/stylesheets/_custom.scss */
  .m-lg-n17 {
    margin: -7.5rem !important;
  }
  /* line 20874, app/assets/stylesheets/_custom.scss */
  .m-lg-n18 {
    margin: -8rem !important;
  }
  /* line 20878, app/assets/stylesheets/_custom.scss */
  .m-lg-n19 {
    margin: -8.5rem !important;
  }
  /* line 20882, app/assets/stylesheets/_custom.scss */
  .m-lg-n20 {
    margin: -9rem !important;
  }
  /* line 20886, app/assets/stylesheets/_custom.scss */
  .m-lg-n21 {
    margin: -9.5rem !important;
  }
  /* line 20890, app/assets/stylesheets/_custom.scss */
  .m-lg-n22 {
    margin: -10rem !important;
  }
  /* line 20894, app/assets/stylesheets/_custom.scss */
  .m-lg-n23 {
    margin: -12rem !important;
  }
  /* line 20898, app/assets/stylesheets/_custom.scss */
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 20903, app/assets/stylesheets/_custom.scss */
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 20908, app/assets/stylesheets/_custom.scss */
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 20913, app/assets/stylesheets/_custom.scss */
  .mx-lg-n4 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  /* line 20918, app/assets/stylesheets/_custom.scss */
  .mx-lg-n5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 20923, app/assets/stylesheets/_custom.scss */
  .mx-lg-n6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 20928, app/assets/stylesheets/_custom.scss */
  .mx-lg-n7 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 20933, app/assets/stylesheets/_custom.scss */
  .mx-lg-n8 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 20938, app/assets/stylesheets/_custom.scss */
  .mx-lg-n9 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 20943, app/assets/stylesheets/_custom.scss */
  .mx-lg-n10 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 20948, app/assets/stylesheets/_custom.scss */
  .mx-lg-n11 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 20953, app/assets/stylesheets/_custom.scss */
  .mx-lg-n12 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 20958, app/assets/stylesheets/_custom.scss */
  .mx-lg-n13 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 20963, app/assets/stylesheets/_custom.scss */
  .mx-lg-n14 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 20968, app/assets/stylesheets/_custom.scss */
  .mx-lg-n15 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 20973, app/assets/stylesheets/_custom.scss */
  .mx-lg-n16 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 20978, app/assets/stylesheets/_custom.scss */
  .mx-lg-n17 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 20983, app/assets/stylesheets/_custom.scss */
  .mx-lg-n18 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 20988, app/assets/stylesheets/_custom.scss */
  .mx-lg-n19 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  /* line 20993, app/assets/stylesheets/_custom.scss */
  .mx-lg-n20 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  /* line 20998, app/assets/stylesheets/_custom.scss */
  .mx-lg-n21 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  /* line 21003, app/assets/stylesheets/_custom.scss */
  .mx-lg-n22 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 21008, app/assets/stylesheets/_custom.scss */
  .mx-lg-n23 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 21013, app/assets/stylesheets/_custom.scss */
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 21018, app/assets/stylesheets/_custom.scss */
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 21023, app/assets/stylesheets/_custom.scss */
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 21028, app/assets/stylesheets/_custom.scss */
  .my-lg-n4 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  /* line 21033, app/assets/stylesheets/_custom.scss */
  .my-lg-n5 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 21038, app/assets/stylesheets/_custom.scss */
  .my-lg-n6 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 21043, app/assets/stylesheets/_custom.scss */
  .my-lg-n7 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 21048, app/assets/stylesheets/_custom.scss */
  .my-lg-n8 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 21053, app/assets/stylesheets/_custom.scss */
  .my-lg-n9 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 21058, app/assets/stylesheets/_custom.scss */
  .my-lg-n10 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 21063, app/assets/stylesheets/_custom.scss */
  .my-lg-n11 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 21068, app/assets/stylesheets/_custom.scss */
  .my-lg-n12 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 21073, app/assets/stylesheets/_custom.scss */
  .my-lg-n13 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 21078, app/assets/stylesheets/_custom.scss */
  .my-lg-n14 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 21083, app/assets/stylesheets/_custom.scss */
  .my-lg-n15 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 21088, app/assets/stylesheets/_custom.scss */
  .my-lg-n16 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 21093, app/assets/stylesheets/_custom.scss */
  .my-lg-n17 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 21098, app/assets/stylesheets/_custom.scss */
  .my-lg-n18 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 21103, app/assets/stylesheets/_custom.scss */
  .my-lg-n19 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  /* line 21108, app/assets/stylesheets/_custom.scss */
  .my-lg-n20 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  /* line 21113, app/assets/stylesheets/_custom.scss */
  .my-lg-n21 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  /* line 21118, app/assets/stylesheets/_custom.scss */
  .my-lg-n22 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 21123, app/assets/stylesheets/_custom.scss */
  .my-lg-n23 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 21128, app/assets/stylesheets/_custom.scss */
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 21132, app/assets/stylesheets/_custom.scss */
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 21136, app/assets/stylesheets/_custom.scss */
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 21140, app/assets/stylesheets/_custom.scss */
  .mt-lg-n4 {
    margin-top: -1.25rem !important;
  }
  /* line 21144, app/assets/stylesheets/_custom.scss */
  .mt-lg-n5 {
    margin-top: -1.5rem !important;
  }
  /* line 21148, app/assets/stylesheets/_custom.scss */
  .mt-lg-n6 {
    margin-top: -2rem !important;
  }
  /* line 21152, app/assets/stylesheets/_custom.scss */
  .mt-lg-n7 {
    margin-top: -2.5rem !important;
  }
  /* line 21156, app/assets/stylesheets/_custom.scss */
  .mt-lg-n8 {
    margin-top: -3rem !important;
  }
  /* line 21160, app/assets/stylesheets/_custom.scss */
  .mt-lg-n9 {
    margin-top: -3.5rem !important;
  }
  /* line 21164, app/assets/stylesheets/_custom.scss */
  .mt-lg-n10 {
    margin-top: -4rem !important;
  }
  /* line 21168, app/assets/stylesheets/_custom.scss */
  .mt-lg-n11 {
    margin-top: -4.5rem !important;
  }
  /* line 21172, app/assets/stylesheets/_custom.scss */
  .mt-lg-n12 {
    margin-top: -5rem !important;
  }
  /* line 21176, app/assets/stylesheets/_custom.scss */
  .mt-lg-n13 {
    margin-top: -5.5rem !important;
  }
  /* line 21180, app/assets/stylesheets/_custom.scss */
  .mt-lg-n14 {
    margin-top: -6rem !important;
  }
  /* line 21184, app/assets/stylesheets/_custom.scss */
  .mt-lg-n15 {
    margin-top: -6.5rem !important;
  }
  /* line 21188, app/assets/stylesheets/_custom.scss */
  .mt-lg-n16 {
    margin-top: -7rem !important;
  }
  /* line 21192, app/assets/stylesheets/_custom.scss */
  .mt-lg-n17 {
    margin-top: -7.5rem !important;
  }
  /* line 21196, app/assets/stylesheets/_custom.scss */
  .mt-lg-n18 {
    margin-top: -8rem !important;
  }
  /* line 21200, app/assets/stylesheets/_custom.scss */
  .mt-lg-n19 {
    margin-top: -8.5rem !important;
  }
  /* line 21204, app/assets/stylesheets/_custom.scss */
  .mt-lg-n20 {
    margin-top: -9rem !important;
  }
  /* line 21208, app/assets/stylesheets/_custom.scss */
  .mt-lg-n21 {
    margin-top: -9.5rem !important;
  }
  /* line 21212, app/assets/stylesheets/_custom.scss */
  .mt-lg-n22 {
    margin-top: -10rem !important;
  }
  /* line 21216, app/assets/stylesheets/_custom.scss */
  .mt-lg-n23 {
    margin-top: -12rem !important;
  }
  /* line 21220, app/assets/stylesheets/_custom.scss */
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 21224, app/assets/stylesheets/_custom.scss */
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 21228, app/assets/stylesheets/_custom.scss */
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 21232, app/assets/stylesheets/_custom.scss */
  .me-lg-n4 {
    margin-right: -1.25rem !important;
  }
  /* line 21236, app/assets/stylesheets/_custom.scss */
  .me-lg-n5 {
    margin-right: -1.5rem !important;
  }
  /* line 21240, app/assets/stylesheets/_custom.scss */
  .me-lg-n6 {
    margin-right: -2rem !important;
  }
  /* line 21244, app/assets/stylesheets/_custom.scss */
  .me-lg-n7 {
    margin-right: -2.5rem !important;
  }
  /* line 21248, app/assets/stylesheets/_custom.scss */
  .me-lg-n8 {
    margin-right: -3rem !important;
  }
  /* line 21252, app/assets/stylesheets/_custom.scss */
  .me-lg-n9 {
    margin-right: -3.5rem !important;
  }
  /* line 21256, app/assets/stylesheets/_custom.scss */
  .me-lg-n10 {
    margin-right: -4rem !important;
  }
  /* line 21260, app/assets/stylesheets/_custom.scss */
  .me-lg-n11 {
    margin-right: -4.5rem !important;
  }
  /* line 21264, app/assets/stylesheets/_custom.scss */
  .me-lg-n12 {
    margin-right: -5rem !important;
  }
  /* line 21268, app/assets/stylesheets/_custom.scss */
  .me-lg-n13 {
    margin-right: -5.5rem !important;
  }
  /* line 21272, app/assets/stylesheets/_custom.scss */
  .me-lg-n14 {
    margin-right: -6rem !important;
  }
  /* line 21276, app/assets/stylesheets/_custom.scss */
  .me-lg-n15 {
    margin-right: -6.5rem !important;
  }
  /* line 21280, app/assets/stylesheets/_custom.scss */
  .me-lg-n16 {
    margin-right: -7rem !important;
  }
  /* line 21284, app/assets/stylesheets/_custom.scss */
  .me-lg-n17 {
    margin-right: -7.5rem !important;
  }
  /* line 21288, app/assets/stylesheets/_custom.scss */
  .me-lg-n18 {
    margin-right: -8rem !important;
  }
  /* line 21292, app/assets/stylesheets/_custom.scss */
  .me-lg-n19 {
    margin-right: -8.5rem !important;
  }
  /* line 21296, app/assets/stylesheets/_custom.scss */
  .me-lg-n20 {
    margin-right: -9rem !important;
  }
  /* line 21300, app/assets/stylesheets/_custom.scss */
  .me-lg-n21 {
    margin-right: -9.5rem !important;
  }
  /* line 21304, app/assets/stylesheets/_custom.scss */
  .me-lg-n22 {
    margin-right: -10rem !important;
  }
  /* line 21308, app/assets/stylesheets/_custom.scss */
  .me-lg-n23 {
    margin-right: -12rem !important;
  }
  /* line 21312, app/assets/stylesheets/_custom.scss */
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 21316, app/assets/stylesheets/_custom.scss */
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 21320, app/assets/stylesheets/_custom.scss */
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 21324, app/assets/stylesheets/_custom.scss */
  .mb-lg-n4 {
    margin-bottom: -1.25rem !important;
  }
  /* line 21328, app/assets/stylesheets/_custom.scss */
  .mb-lg-n5 {
    margin-bottom: -1.5rem !important;
  }
  /* line 21332, app/assets/stylesheets/_custom.scss */
  .mb-lg-n6 {
    margin-bottom: -2rem !important;
  }
  /* line 21336, app/assets/stylesheets/_custom.scss */
  .mb-lg-n7 {
    margin-bottom: -2.5rem !important;
  }
  /* line 21340, app/assets/stylesheets/_custom.scss */
  .mb-lg-n8 {
    margin-bottom: -3rem !important;
  }
  /* line 21344, app/assets/stylesheets/_custom.scss */
  .mb-lg-n9 {
    margin-bottom: -3.5rem !important;
  }
  /* line 21348, app/assets/stylesheets/_custom.scss */
  .mb-lg-n10 {
    margin-bottom: -4rem !important;
  }
  /* line 21352, app/assets/stylesheets/_custom.scss */
  .mb-lg-n11 {
    margin-bottom: -4.5rem !important;
  }
  /* line 21356, app/assets/stylesheets/_custom.scss */
  .mb-lg-n12 {
    margin-bottom: -5rem !important;
  }
  /* line 21360, app/assets/stylesheets/_custom.scss */
  .mb-lg-n13 {
    margin-bottom: -5.5rem !important;
  }
  /* line 21364, app/assets/stylesheets/_custom.scss */
  .mb-lg-n14 {
    margin-bottom: -6rem !important;
  }
  /* line 21368, app/assets/stylesheets/_custom.scss */
  .mb-lg-n15 {
    margin-bottom: -6.5rem !important;
  }
  /* line 21372, app/assets/stylesheets/_custom.scss */
  .mb-lg-n16 {
    margin-bottom: -7rem !important;
  }
  /* line 21376, app/assets/stylesheets/_custom.scss */
  .mb-lg-n17 {
    margin-bottom: -7.5rem !important;
  }
  /* line 21380, app/assets/stylesheets/_custom.scss */
  .mb-lg-n18 {
    margin-bottom: -8rem !important;
  }
  /* line 21384, app/assets/stylesheets/_custom.scss */
  .mb-lg-n19 {
    margin-bottom: -8.5rem !important;
  }
  /* line 21388, app/assets/stylesheets/_custom.scss */
  .mb-lg-n20 {
    margin-bottom: -9rem !important;
  }
  /* line 21392, app/assets/stylesheets/_custom.scss */
  .mb-lg-n21 {
    margin-bottom: -9.5rem !important;
  }
  /* line 21396, app/assets/stylesheets/_custom.scss */
  .mb-lg-n22 {
    margin-bottom: -10rem !important;
  }
  /* line 21400, app/assets/stylesheets/_custom.scss */
  .mb-lg-n23 {
    margin-bottom: -12rem !important;
  }
  /* line 21404, app/assets/stylesheets/_custom.scss */
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 21408, app/assets/stylesheets/_custom.scss */
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 21412, app/assets/stylesheets/_custom.scss */
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 21416, app/assets/stylesheets/_custom.scss */
  .ms-lg-n4 {
    margin-left: -1.25rem !important;
  }
  /* line 21420, app/assets/stylesheets/_custom.scss */
  .ms-lg-n5 {
    margin-left: -1.5rem !important;
  }
  /* line 21424, app/assets/stylesheets/_custom.scss */
  .ms-lg-n6 {
    margin-left: -2rem !important;
  }
  /* line 21428, app/assets/stylesheets/_custom.scss */
  .ms-lg-n7 {
    margin-left: -2.5rem !important;
  }
  /* line 21432, app/assets/stylesheets/_custom.scss */
  .ms-lg-n8 {
    margin-left: -3rem !important;
  }
  /* line 21436, app/assets/stylesheets/_custom.scss */
  .ms-lg-n9 {
    margin-left: -3.5rem !important;
  }
  /* line 21440, app/assets/stylesheets/_custom.scss */
  .ms-lg-n10 {
    margin-left: -4rem !important;
  }
  /* line 21444, app/assets/stylesheets/_custom.scss */
  .ms-lg-n11 {
    margin-left: -4.5rem !important;
  }
  /* line 21448, app/assets/stylesheets/_custom.scss */
  .ms-lg-n12 {
    margin-left: -5rem !important;
  }
  /* line 21452, app/assets/stylesheets/_custom.scss */
  .ms-lg-n13 {
    margin-left: -5.5rem !important;
  }
  /* line 21456, app/assets/stylesheets/_custom.scss */
  .ms-lg-n14 {
    margin-left: -6rem !important;
  }
  /* line 21460, app/assets/stylesheets/_custom.scss */
  .ms-lg-n15 {
    margin-left: -6.5rem !important;
  }
  /* line 21464, app/assets/stylesheets/_custom.scss */
  .ms-lg-n16 {
    margin-left: -7rem !important;
  }
  /* line 21468, app/assets/stylesheets/_custom.scss */
  .ms-lg-n17 {
    margin-left: -7.5rem !important;
  }
  /* line 21472, app/assets/stylesheets/_custom.scss */
  .ms-lg-n18 {
    margin-left: -8rem !important;
  }
  /* line 21476, app/assets/stylesheets/_custom.scss */
  .ms-lg-n19 {
    margin-left: -8.5rem !important;
  }
  /* line 21480, app/assets/stylesheets/_custom.scss */
  .ms-lg-n20 {
    margin-left: -9rem !important;
  }
  /* line 21484, app/assets/stylesheets/_custom.scss */
  .ms-lg-n21 {
    margin-left: -9.5rem !important;
  }
  /* line 21488, app/assets/stylesheets/_custom.scss */
  .ms-lg-n22 {
    margin-left: -10rem !important;
  }
  /* line 21492, app/assets/stylesheets/_custom.scss */
  .ms-lg-n23 {
    margin-left: -12rem !important;
  }
  /* line 21496, app/assets/stylesheets/_custom.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 21500, app/assets/stylesheets/_custom.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 21504, app/assets/stylesheets/_custom.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 21508, app/assets/stylesheets/_custom.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 21512, app/assets/stylesheets/_custom.scss */
  .p-lg-4 {
    padding: 1.25rem !important;
  }
  /* line 21516, app/assets/stylesheets/_custom.scss */
  .p-lg-5 {
    padding: 1.5rem !important;
  }
  /* line 21520, app/assets/stylesheets/_custom.scss */
  .p-lg-6 {
    padding: 2rem !important;
  }
  /* line 21524, app/assets/stylesheets/_custom.scss */
  .p-lg-7 {
    padding: 2.5rem !important;
  }
  /* line 21528, app/assets/stylesheets/_custom.scss */
  .p-lg-8 {
    padding: 3rem !important;
  }
  /* line 21532, app/assets/stylesheets/_custom.scss */
  .p-lg-9 {
    padding: 3.5rem !important;
  }
  /* line 21536, app/assets/stylesheets/_custom.scss */
  .p-lg-10 {
    padding: 4rem !important;
  }
  /* line 21540, app/assets/stylesheets/_custom.scss */
  .p-lg-11 {
    padding: 4.5rem !important;
  }
  /* line 21544, app/assets/stylesheets/_custom.scss */
  .p-lg-12 {
    padding: 5rem !important;
  }
  /* line 21548, app/assets/stylesheets/_custom.scss */
  .p-lg-13 {
    padding: 5.5rem !important;
  }
  /* line 21552, app/assets/stylesheets/_custom.scss */
  .p-lg-14 {
    padding: 6rem !important;
  }
  /* line 21556, app/assets/stylesheets/_custom.scss */
  .p-lg-15 {
    padding: 6.5rem !important;
  }
  /* line 21560, app/assets/stylesheets/_custom.scss */
  .p-lg-16 {
    padding: 7rem !important;
  }
  /* line 21564, app/assets/stylesheets/_custom.scss */
  .p-lg-17 {
    padding: 7.5rem !important;
  }
  /* line 21568, app/assets/stylesheets/_custom.scss */
  .p-lg-18 {
    padding: 8rem !important;
  }
  /* line 21572, app/assets/stylesheets/_custom.scss */
  .p-lg-19 {
    padding: 8.5rem !important;
  }
  /* line 21576, app/assets/stylesheets/_custom.scss */
  .p-lg-20 {
    padding: 9rem !important;
  }
  /* line 21580, app/assets/stylesheets/_custom.scss */
  .p-lg-21 {
    padding: 9.5rem !important;
  }
  /* line 21584, app/assets/stylesheets/_custom.scss */
  .p-lg-22 {
    padding: 10rem !important;
  }
  /* line 21588, app/assets/stylesheets/_custom.scss */
  .p-lg-23 {
    padding: 12rem !important;
  }
  /* line 21592, app/assets/stylesheets/_custom.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 21597, app/assets/stylesheets/_custom.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 21602, app/assets/stylesheets/_custom.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 21607, app/assets/stylesheets/_custom.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 21612, app/assets/stylesheets/_custom.scss */
  .px-lg-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 21617, app/assets/stylesheets/_custom.scss */
  .px-lg-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 21622, app/assets/stylesheets/_custom.scss */
  .px-lg-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 21627, app/assets/stylesheets/_custom.scss */
  .px-lg-7 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 21632, app/assets/stylesheets/_custom.scss */
  .px-lg-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 21637, app/assets/stylesheets/_custom.scss */
  .px-lg-9 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 21642, app/assets/stylesheets/_custom.scss */
  .px-lg-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 21647, app/assets/stylesheets/_custom.scss */
  .px-lg-11 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 21652, app/assets/stylesheets/_custom.scss */
  .px-lg-12 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 21657, app/assets/stylesheets/_custom.scss */
  .px-lg-13 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 21662, app/assets/stylesheets/_custom.scss */
  .px-lg-14 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 21667, app/assets/stylesheets/_custom.scss */
  .px-lg-15 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 21672, app/assets/stylesheets/_custom.scss */
  .px-lg-16 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 21677, app/assets/stylesheets/_custom.scss */
  .px-lg-17 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 21682, app/assets/stylesheets/_custom.scss */
  .px-lg-18 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 21687, app/assets/stylesheets/_custom.scss */
  .px-lg-19 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  /* line 21692, app/assets/stylesheets/_custom.scss */
  .px-lg-20 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  /* line 21697, app/assets/stylesheets/_custom.scss */
  .px-lg-21 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  /* line 21702, app/assets/stylesheets/_custom.scss */
  .px-lg-22 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 21707, app/assets/stylesheets/_custom.scss */
  .px-lg-23 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 21712, app/assets/stylesheets/_custom.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 21717, app/assets/stylesheets/_custom.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 21722, app/assets/stylesheets/_custom.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 21727, app/assets/stylesheets/_custom.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 21732, app/assets/stylesheets/_custom.scss */
  .py-lg-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 21737, app/assets/stylesheets/_custom.scss */
  .py-lg-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 21742, app/assets/stylesheets/_custom.scss */
  .py-lg-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 21747, app/assets/stylesheets/_custom.scss */
  .py-lg-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 21752, app/assets/stylesheets/_custom.scss */
  .py-lg-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 21757, app/assets/stylesheets/_custom.scss */
  .py-lg-9 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 21762, app/assets/stylesheets/_custom.scss */
  .py-lg-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 21767, app/assets/stylesheets/_custom.scss */
  .py-lg-11 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 21772, app/assets/stylesheets/_custom.scss */
  .py-lg-12 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 21777, app/assets/stylesheets/_custom.scss */
  .py-lg-13 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 21782, app/assets/stylesheets/_custom.scss */
  .py-lg-14 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 21787, app/assets/stylesheets/_custom.scss */
  .py-lg-15 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 21792, app/assets/stylesheets/_custom.scss */
  .py-lg-16 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 21797, app/assets/stylesheets/_custom.scss */
  .py-lg-17 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 21802, app/assets/stylesheets/_custom.scss */
  .py-lg-18 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 21807, app/assets/stylesheets/_custom.scss */
  .py-lg-19 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  /* line 21812, app/assets/stylesheets/_custom.scss */
  .py-lg-20 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  /* line 21817, app/assets/stylesheets/_custom.scss */
  .py-lg-21 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  /* line 21822, app/assets/stylesheets/_custom.scss */
  .py-lg-22 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 21827, app/assets/stylesheets/_custom.scss */
  .py-lg-23 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 21832, app/assets/stylesheets/_custom.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 21836, app/assets/stylesheets/_custom.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 21840, app/assets/stylesheets/_custom.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 21844, app/assets/stylesheets/_custom.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 21848, app/assets/stylesheets/_custom.scss */
  .pt-lg-4 {
    padding-top: 1.25rem !important;
  }
  /* line 21852, app/assets/stylesheets/_custom.scss */
  .pt-lg-5 {
    padding-top: 1.5rem !important;
  }
  /* line 21856, app/assets/stylesheets/_custom.scss */
  .pt-lg-6 {
    padding-top: 2rem !important;
  }
  /* line 21860, app/assets/stylesheets/_custom.scss */
  .pt-lg-7 {
    padding-top: 2.5rem !important;
  }
  /* line 21864, app/assets/stylesheets/_custom.scss */
  .pt-lg-8 {
    padding-top: 3rem !important;
  }
  /* line 21868, app/assets/stylesheets/_custom.scss */
  .pt-lg-9 {
    padding-top: 3.5rem !important;
  }
  /* line 21872, app/assets/stylesheets/_custom.scss */
  .pt-lg-10 {
    padding-top: 4rem !important;
  }
  /* line 21876, app/assets/stylesheets/_custom.scss */
  .pt-lg-11 {
    padding-top: 4.5rem !important;
  }
  /* line 21880, app/assets/stylesheets/_custom.scss */
  .pt-lg-12 {
    padding-top: 5rem !important;
  }
  /* line 21884, app/assets/stylesheets/_custom.scss */
  .pt-lg-13 {
    padding-top: 5.5rem !important;
  }
  /* line 21888, app/assets/stylesheets/_custom.scss */
  .pt-lg-14 {
    padding-top: 6rem !important;
  }
  /* line 21892, app/assets/stylesheets/_custom.scss */
  .pt-lg-15 {
    padding-top: 6.5rem !important;
  }
  /* line 21896, app/assets/stylesheets/_custom.scss */
  .pt-lg-16 {
    padding-top: 7rem !important;
  }
  /* line 21900, app/assets/stylesheets/_custom.scss */
  .pt-lg-17 {
    padding-top: 7.5rem !important;
  }
  /* line 21904, app/assets/stylesheets/_custom.scss */
  .pt-lg-18 {
    padding-top: 8rem !important;
  }
  /* line 21908, app/assets/stylesheets/_custom.scss */
  .pt-lg-19 {
    padding-top: 8.5rem !important;
  }
  /* line 21912, app/assets/stylesheets/_custom.scss */
  .pt-lg-20 {
    padding-top: 9rem !important;
  }
  /* line 21916, app/assets/stylesheets/_custom.scss */
  .pt-lg-21 {
    padding-top: 9.5rem !important;
  }
  /* line 21920, app/assets/stylesheets/_custom.scss */
  .pt-lg-22 {
    padding-top: 10rem !important;
  }
  /* line 21924, app/assets/stylesheets/_custom.scss */
  .pt-lg-23 {
    padding-top: 12rem !important;
  }
  /* line 21928, app/assets/stylesheets/_custom.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 21932, app/assets/stylesheets/_custom.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 21936, app/assets/stylesheets/_custom.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 21940, app/assets/stylesheets/_custom.scss */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 21944, app/assets/stylesheets/_custom.scss */
  .pe-lg-4 {
    padding-right: 1.25rem !important;
  }
  /* line 21948, app/assets/stylesheets/_custom.scss */
  .pe-lg-5 {
    padding-right: 1.5rem !important;
  }
  /* line 21952, app/assets/stylesheets/_custom.scss */
  .pe-lg-6 {
    padding-right: 2rem !important;
  }
  /* line 21956, app/assets/stylesheets/_custom.scss */
  .pe-lg-7 {
    padding-right: 2.5rem !important;
  }
  /* line 21960, app/assets/stylesheets/_custom.scss */
  .pe-lg-8 {
    padding-right: 3rem !important;
  }
  /* line 21964, app/assets/stylesheets/_custom.scss */
  .pe-lg-9 {
    padding-right: 3.5rem !important;
  }
  /* line 21968, app/assets/stylesheets/_custom.scss */
  .pe-lg-10 {
    padding-right: 4rem !important;
  }
  /* line 21972, app/assets/stylesheets/_custom.scss */
  .pe-lg-11 {
    padding-right: 4.5rem !important;
  }
  /* line 21976, app/assets/stylesheets/_custom.scss */
  .pe-lg-12 {
    padding-right: 5rem !important;
  }
  /* line 21980, app/assets/stylesheets/_custom.scss */
  .pe-lg-13 {
    padding-right: 5.5rem !important;
  }
  /* line 21984, app/assets/stylesheets/_custom.scss */
  .pe-lg-14 {
    padding-right: 6rem !important;
  }
  /* line 21988, app/assets/stylesheets/_custom.scss */
  .pe-lg-15 {
    padding-right: 6.5rem !important;
  }
  /* line 21992, app/assets/stylesheets/_custom.scss */
  .pe-lg-16 {
    padding-right: 7rem !important;
  }
  /* line 21996, app/assets/stylesheets/_custom.scss */
  .pe-lg-17 {
    padding-right: 7.5rem !important;
  }
  /* line 22000, app/assets/stylesheets/_custom.scss */
  .pe-lg-18 {
    padding-right: 8rem !important;
  }
  /* line 22004, app/assets/stylesheets/_custom.scss */
  .pe-lg-19 {
    padding-right: 8.5rem !important;
  }
  /* line 22008, app/assets/stylesheets/_custom.scss */
  .pe-lg-20 {
    padding-right: 9rem !important;
  }
  /* line 22012, app/assets/stylesheets/_custom.scss */
  .pe-lg-21 {
    padding-right: 9.5rem !important;
  }
  /* line 22016, app/assets/stylesheets/_custom.scss */
  .pe-lg-22 {
    padding-right: 10rem !important;
  }
  /* line 22020, app/assets/stylesheets/_custom.scss */
  .pe-lg-23 {
    padding-right: 12rem !important;
  }
  /* line 22024, app/assets/stylesheets/_custom.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 22028, app/assets/stylesheets/_custom.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 22032, app/assets/stylesheets/_custom.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 22036, app/assets/stylesheets/_custom.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 22040, app/assets/stylesheets/_custom.scss */
  .pb-lg-4 {
    padding-bottom: 1.25rem !important;
  }
  /* line 22044, app/assets/stylesheets/_custom.scss */
  .pb-lg-5 {
    padding-bottom: 1.5rem !important;
  }
  /* line 22048, app/assets/stylesheets/_custom.scss */
  .pb-lg-6 {
    padding-bottom: 2rem !important;
  }
  /* line 22052, app/assets/stylesheets/_custom.scss */
  .pb-lg-7 {
    padding-bottom: 2.5rem !important;
  }
  /* line 22056, app/assets/stylesheets/_custom.scss */
  .pb-lg-8 {
    padding-bottom: 3rem !important;
  }
  /* line 22060, app/assets/stylesheets/_custom.scss */
  .pb-lg-9 {
    padding-bottom: 3.5rem !important;
  }
  /* line 22064, app/assets/stylesheets/_custom.scss */
  .pb-lg-10 {
    padding-bottom: 4rem !important;
  }
  /* line 22068, app/assets/stylesheets/_custom.scss */
  .pb-lg-11 {
    padding-bottom: 4.5rem !important;
  }
  /* line 22072, app/assets/stylesheets/_custom.scss */
  .pb-lg-12 {
    padding-bottom: 5rem !important;
  }
  /* line 22076, app/assets/stylesheets/_custom.scss */
  .pb-lg-13 {
    padding-bottom: 5.5rem !important;
  }
  /* line 22080, app/assets/stylesheets/_custom.scss */
  .pb-lg-14 {
    padding-bottom: 6rem !important;
  }
  /* line 22084, app/assets/stylesheets/_custom.scss */
  .pb-lg-15 {
    padding-bottom: 6.5rem !important;
  }
  /* line 22088, app/assets/stylesheets/_custom.scss */
  .pb-lg-16 {
    padding-bottom: 7rem !important;
  }
  /* line 22092, app/assets/stylesheets/_custom.scss */
  .pb-lg-17 {
    padding-bottom: 7.5rem !important;
  }
  /* line 22096, app/assets/stylesheets/_custom.scss */
  .pb-lg-18 {
    padding-bottom: 8rem !important;
  }
  /* line 22100, app/assets/stylesheets/_custom.scss */
  .pb-lg-19 {
    padding-bottom: 8.5rem !important;
  }
  /* line 22104, app/assets/stylesheets/_custom.scss */
  .pb-lg-20 {
    padding-bottom: 9rem !important;
  }
  /* line 22108, app/assets/stylesheets/_custom.scss */
  .pb-lg-21 {
    padding-bottom: 9.5rem !important;
  }
  /* line 22112, app/assets/stylesheets/_custom.scss */
  .pb-lg-22 {
    padding-bottom: 10rem !important;
  }
  /* line 22116, app/assets/stylesheets/_custom.scss */
  .pb-lg-23 {
    padding-bottom: 12rem !important;
  }
  /* line 22120, app/assets/stylesheets/_custom.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 22124, app/assets/stylesheets/_custom.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 22128, app/assets/stylesheets/_custom.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 22132, app/assets/stylesheets/_custom.scss */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 22136, app/assets/stylesheets/_custom.scss */
  .ps-lg-4 {
    padding-left: 1.25rem !important;
  }
  /* line 22140, app/assets/stylesheets/_custom.scss */
  .ps-lg-5 {
    padding-left: 1.5rem !important;
  }
  /* line 22144, app/assets/stylesheets/_custom.scss */
  .ps-lg-6 {
    padding-left: 2rem !important;
  }
  /* line 22148, app/assets/stylesheets/_custom.scss */
  .ps-lg-7 {
    padding-left: 2.5rem !important;
  }
  /* line 22152, app/assets/stylesheets/_custom.scss */
  .ps-lg-8 {
    padding-left: 3rem !important;
  }
  /* line 22156, app/assets/stylesheets/_custom.scss */
  .ps-lg-9 {
    padding-left: 3.5rem !important;
  }
  /* line 22160, app/assets/stylesheets/_custom.scss */
  .ps-lg-10 {
    padding-left: 4rem !important;
  }
  /* line 22164, app/assets/stylesheets/_custom.scss */
  .ps-lg-11 {
    padding-left: 4.5rem !important;
  }
  /* line 22168, app/assets/stylesheets/_custom.scss */
  .ps-lg-12 {
    padding-left: 5rem !important;
  }
  /* line 22172, app/assets/stylesheets/_custom.scss */
  .ps-lg-13 {
    padding-left: 5.5rem !important;
  }
  /* line 22176, app/assets/stylesheets/_custom.scss */
  .ps-lg-14 {
    padding-left: 6rem !important;
  }
  /* line 22180, app/assets/stylesheets/_custom.scss */
  .ps-lg-15 {
    padding-left: 6.5rem !important;
  }
  /* line 22184, app/assets/stylesheets/_custom.scss */
  .ps-lg-16 {
    padding-left: 7rem !important;
  }
  /* line 22188, app/assets/stylesheets/_custom.scss */
  .ps-lg-17 {
    padding-left: 7.5rem !important;
  }
  /* line 22192, app/assets/stylesheets/_custom.scss */
  .ps-lg-18 {
    padding-left: 8rem !important;
  }
  /* line 22196, app/assets/stylesheets/_custom.scss */
  .ps-lg-19 {
    padding-left: 8.5rem !important;
  }
  /* line 22200, app/assets/stylesheets/_custom.scss */
  .ps-lg-20 {
    padding-left: 9rem !important;
  }
  /* line 22204, app/assets/stylesheets/_custom.scss */
  .ps-lg-21 {
    padding-left: 9.5rem !important;
  }
  /* line 22208, app/assets/stylesheets/_custom.scss */
  .ps-lg-22 {
    padding-left: 10rem !important;
  }
  /* line 22212, app/assets/stylesheets/_custom.scss */
  .ps-lg-23 {
    padding-left: 12rem !important;
  }
  /* line 22216, app/assets/stylesheets/_custom.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 22220, app/assets/stylesheets/_custom.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 22224, app/assets/stylesheets/_custom.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 22230, app/assets/stylesheets/_custom.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 22234, app/assets/stylesheets/_custom.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 22238, app/assets/stylesheets/_custom.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 22242, app/assets/stylesheets/_custom.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 22246, app/assets/stylesheets/_custom.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 22250, app/assets/stylesheets/_custom.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 22254, app/assets/stylesheets/_custom.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 22258, app/assets/stylesheets/_custom.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 22262, app/assets/stylesheets/_custom.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 22266, app/assets/stylesheets/_custom.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 22270, app/assets/stylesheets/_custom.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 22274, app/assets/stylesheets/_custom.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 22278, app/assets/stylesheets/_custom.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 22282, app/assets/stylesheets/_custom.scss */
  .w-xl-15 {
    width: 15% !important;
  }
  /* line 22286, app/assets/stylesheets/_custom.scss */
  .w-xl-25 {
    width: 25% !important;
  }
  /* line 22290, app/assets/stylesheets/_custom.scss */
  .w-xl-30 {
    width: 30% !important;
  }
  /* line 22294, app/assets/stylesheets/_custom.scss */
  .w-xl-40 {
    width: 40% !important;
  }
  /* line 22298, app/assets/stylesheets/_custom.scss */
  .w-xl-50 {
    width: 50% !important;
  }
  /* line 22302, app/assets/stylesheets/_custom.scss */
  .w-xl-65 {
    width: 65% !important;
  }
  /* line 22306, app/assets/stylesheets/_custom.scss */
  .w-xl-75 {
    width: 75% !important;
  }
  /* line 22310, app/assets/stylesheets/_custom.scss */
  .w-xl-100 {
    width: 100% !important;
  }
  /* line 22314, app/assets/stylesheets/_custom.scss */
  .w-xl-auto {
    width: auto !important;
  }
  /* line 22318, app/assets/stylesheets/_custom.scss */
  .mw-xl-25 {
    max-width: 25% !important;
  }
  /* line 22322, app/assets/stylesheets/_custom.scss */
  .mw-xl-30 {
    max-width: 30% !important;
  }
  /* line 22326, app/assets/stylesheets/_custom.scss */
  .mw-xl-40 {
    max-width: 40% !important;
  }
  /* line 22330, app/assets/stylesheets/_custom.scss */
  .mw-xl-50 {
    max-width: 50% !important;
  }
  /* line 22334, app/assets/stylesheets/_custom.scss */
  .mw-xl-65 {
    max-width: 65% !important;
  }
  /* line 22338, app/assets/stylesheets/_custom.scss */
  .mw-xl-75 {
    max-width: 75% !important;
  }
  /* line 22342, app/assets/stylesheets/_custom.scss */
  .mw-xl-100 {
    max-width: 100% !important;
  }
  /* line 22346, app/assets/stylesheets/_custom.scss */
  .mw-xl-auto {
    max-width: auto !important;
  }
  /* line 22350, app/assets/stylesheets/_custom.scss */
  .vw-xl-100 {
    width: 100vw !important;
  }
  /* line 22354, app/assets/stylesheets/_custom.scss */
  .min-vw-xl-100 {
    min-width: 100vw !important;
  }
  /* line 22358, app/assets/stylesheets/_custom.scss */
  .h-xl-25 {
    height: 25% !important;
  }
  /* line 22362, app/assets/stylesheets/_custom.scss */
  .h-xl-30 {
    height: 30% !important;
  }
  /* line 22366, app/assets/stylesheets/_custom.scss */
  .h-xl-40 {
    height: 40% !important;
  }
  /* line 22370, app/assets/stylesheets/_custom.scss */
  .h-xl-50 {
    height: 50% !important;
  }
  /* line 22374, app/assets/stylesheets/_custom.scss */
  .h-xl-65 {
    height: 65% !important;
  }
  /* line 22378, app/assets/stylesheets/_custom.scss */
  .h-xl-75 {
    height: 75% !important;
  }
  /* line 22382, app/assets/stylesheets/_custom.scss */
  .h-xl-100 {
    height: 100% !important;
  }
  /* line 22386, app/assets/stylesheets/_custom.scss */
  .h-xl-auto {
    height: auto !important;
  }
  /* line 22390, app/assets/stylesheets/_custom.scss */
  .mh-xl-25 {
    max-height: 25% !important;
  }
  /* line 22394, app/assets/stylesheets/_custom.scss */
  .mh-xl-30 {
    max-height: 30% !important;
  }
  /* line 22398, app/assets/stylesheets/_custom.scss */
  .mh-xl-40 {
    max-height: 40% !important;
  }
  /* line 22402, app/assets/stylesheets/_custom.scss */
  .mh-xl-50 {
    max-height: 50% !important;
  }
  /* line 22406, app/assets/stylesheets/_custom.scss */
  .mh-xl-65 {
    max-height: 65% !important;
  }
  /* line 22410, app/assets/stylesheets/_custom.scss */
  .mh-xl-75 {
    max-height: 75% !important;
  }
  /* line 22414, app/assets/stylesheets/_custom.scss */
  .mh-xl-100 {
    max-height: 100% !important;
  }
  /* line 22418, app/assets/stylesheets/_custom.scss */
  .mh-xl-auto {
    max-height: auto !important;
  }
  /* line 22422, app/assets/stylesheets/_custom.scss */
  .vh-xl-100 {
    height: 100vh !important;
  }
  /* line 22426, app/assets/stylesheets/_custom.scss */
  .min-vh-xl-100 {
    min-height: 100vh !important;
  }
  /* line 22430, app/assets/stylesheets/_custom.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 22434, app/assets/stylesheets/_custom.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 22438, app/assets/stylesheets/_custom.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 22442, app/assets/stylesheets/_custom.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 22446, app/assets/stylesheets/_custom.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 22450, app/assets/stylesheets/_custom.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 22454, app/assets/stylesheets/_custom.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22458, app/assets/stylesheets/_custom.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 22462, app/assets/stylesheets/_custom.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 22466, app/assets/stylesheets/_custom.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 22470, app/assets/stylesheets/_custom.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 22474, app/assets/stylesheets/_custom.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 22478, app/assets/stylesheets/_custom.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 22482, app/assets/stylesheets/_custom.scss */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 22486, app/assets/stylesheets/_custom.scss */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 22490, app/assets/stylesheets/_custom.scss */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 22494, app/assets/stylesheets/_custom.scss */
  .gap-xl-4 {
    gap: 1.25rem !important;
  }
  /* line 22498, app/assets/stylesheets/_custom.scss */
  .gap-xl-5 {
    gap: 1.5rem !important;
  }
  /* line 22502, app/assets/stylesheets/_custom.scss */
  .gap-xl-6 {
    gap: 2rem !important;
  }
  /* line 22506, app/assets/stylesheets/_custom.scss */
  .gap-xl-7 {
    gap: 2.5rem !important;
  }
  /* line 22510, app/assets/stylesheets/_custom.scss */
  .gap-xl-8 {
    gap: 3rem !important;
  }
  /* line 22514, app/assets/stylesheets/_custom.scss */
  .gap-xl-9 {
    gap: 3.5rem !important;
  }
  /* line 22518, app/assets/stylesheets/_custom.scss */
  .gap-xl-10 {
    gap: 4rem !important;
  }
  /* line 22522, app/assets/stylesheets/_custom.scss */
  .gap-xl-11 {
    gap: 4.5rem !important;
  }
  /* line 22526, app/assets/stylesheets/_custom.scss */
  .gap-xl-12 {
    gap: 5rem !important;
  }
  /* line 22530, app/assets/stylesheets/_custom.scss */
  .gap-xl-13 {
    gap: 5.5rem !important;
  }
  /* line 22534, app/assets/stylesheets/_custom.scss */
  .gap-xl-14 {
    gap: 6rem !important;
  }
  /* line 22538, app/assets/stylesheets/_custom.scss */
  .gap-xl-15 {
    gap: 6.5rem !important;
  }
  /* line 22542, app/assets/stylesheets/_custom.scss */
  .gap-xl-16 {
    gap: 7rem !important;
  }
  /* line 22546, app/assets/stylesheets/_custom.scss */
  .gap-xl-17 {
    gap: 7.5rem !important;
  }
  /* line 22550, app/assets/stylesheets/_custom.scss */
  .gap-xl-18 {
    gap: 8rem !important;
  }
  /* line 22554, app/assets/stylesheets/_custom.scss */
  .gap-xl-19 {
    gap: 8.5rem !important;
  }
  /* line 22558, app/assets/stylesheets/_custom.scss */
  .gap-xl-20 {
    gap: 9rem !important;
  }
  /* line 22562, app/assets/stylesheets/_custom.scss */
  .gap-xl-21 {
    gap: 9.5rem !important;
  }
  /* line 22566, app/assets/stylesheets/_custom.scss */
  .gap-xl-22 {
    gap: 10rem !important;
  }
  /* line 22570, app/assets/stylesheets/_custom.scss */
  .gap-xl-23 {
    gap: 12rem !important;
  }
  /* line 22574, app/assets/stylesheets/_custom.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 22578, app/assets/stylesheets/_custom.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 22582, app/assets/stylesheets/_custom.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 22586, app/assets/stylesheets/_custom.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 22590, app/assets/stylesheets/_custom.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 22594, app/assets/stylesheets/_custom.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 22598, app/assets/stylesheets/_custom.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 22602, app/assets/stylesheets/_custom.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 22606, app/assets/stylesheets/_custom.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 22610, app/assets/stylesheets/_custom.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 22614, app/assets/stylesheets/_custom.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 22618, app/assets/stylesheets/_custom.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 22622, app/assets/stylesheets/_custom.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 22626, app/assets/stylesheets/_custom.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 22630, app/assets/stylesheets/_custom.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 22634, app/assets/stylesheets/_custom.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 22638, app/assets/stylesheets/_custom.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 22642, app/assets/stylesheets/_custom.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 22646, app/assets/stylesheets/_custom.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 22650, app/assets/stylesheets/_custom.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 22654, app/assets/stylesheets/_custom.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 22658, app/assets/stylesheets/_custom.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 22662, app/assets/stylesheets/_custom.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 22666, app/assets/stylesheets/_custom.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 22670, app/assets/stylesheets/_custom.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 22674, app/assets/stylesheets/_custom.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 22678, app/assets/stylesheets/_custom.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 22682, app/assets/stylesheets/_custom.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 22686, app/assets/stylesheets/_custom.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 22690, app/assets/stylesheets/_custom.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 22694, app/assets/stylesheets/_custom.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 22698, app/assets/stylesheets/_custom.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 22702, app/assets/stylesheets/_custom.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 22706, app/assets/stylesheets/_custom.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 22710, app/assets/stylesheets/_custom.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 22714, app/assets/stylesheets/_custom.scss */
  .m-xl-4 {
    margin: 1.25rem !important;
  }
  /* line 22718, app/assets/stylesheets/_custom.scss */
  .m-xl-5 {
    margin: 1.5rem !important;
  }
  /* line 22722, app/assets/stylesheets/_custom.scss */
  .m-xl-6 {
    margin: 2rem !important;
  }
  /* line 22726, app/assets/stylesheets/_custom.scss */
  .m-xl-7 {
    margin: 2.5rem !important;
  }
  /* line 22730, app/assets/stylesheets/_custom.scss */
  .m-xl-8 {
    margin: 3rem !important;
  }
  /* line 22734, app/assets/stylesheets/_custom.scss */
  .m-xl-9 {
    margin: 3.5rem !important;
  }
  /* line 22738, app/assets/stylesheets/_custom.scss */
  .m-xl-10 {
    margin: 4rem !important;
  }
  /* line 22742, app/assets/stylesheets/_custom.scss */
  .m-xl-11 {
    margin: 4.5rem !important;
  }
  /* line 22746, app/assets/stylesheets/_custom.scss */
  .m-xl-12 {
    margin: 5rem !important;
  }
  /* line 22750, app/assets/stylesheets/_custom.scss */
  .m-xl-13 {
    margin: 5.5rem !important;
  }
  /* line 22754, app/assets/stylesheets/_custom.scss */
  .m-xl-14 {
    margin: 6rem !important;
  }
  /* line 22758, app/assets/stylesheets/_custom.scss */
  .m-xl-15 {
    margin: 6.5rem !important;
  }
  /* line 22762, app/assets/stylesheets/_custom.scss */
  .m-xl-16 {
    margin: 7rem !important;
  }
  /* line 22766, app/assets/stylesheets/_custom.scss */
  .m-xl-17 {
    margin: 7.5rem !important;
  }
  /* line 22770, app/assets/stylesheets/_custom.scss */
  .m-xl-18 {
    margin: 8rem !important;
  }
  /* line 22774, app/assets/stylesheets/_custom.scss */
  .m-xl-19 {
    margin: 8.5rem !important;
  }
  /* line 22778, app/assets/stylesheets/_custom.scss */
  .m-xl-20 {
    margin: 9rem !important;
  }
  /* line 22782, app/assets/stylesheets/_custom.scss */
  .m-xl-21 {
    margin: 9.5rem !important;
  }
  /* line 22786, app/assets/stylesheets/_custom.scss */
  .m-xl-22 {
    margin: 10rem !important;
  }
  /* line 22790, app/assets/stylesheets/_custom.scss */
  .m-xl-23 {
    margin: 12rem !important;
  }
  /* line 22794, app/assets/stylesheets/_custom.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 22798, app/assets/stylesheets/_custom.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 22803, app/assets/stylesheets/_custom.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 22808, app/assets/stylesheets/_custom.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 22813, app/assets/stylesheets/_custom.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 22818, app/assets/stylesheets/_custom.scss */
  .mx-xl-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 22823, app/assets/stylesheets/_custom.scss */
  .mx-xl-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 22828, app/assets/stylesheets/_custom.scss */
  .mx-xl-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 22833, app/assets/stylesheets/_custom.scss */
  .mx-xl-7 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 22838, app/assets/stylesheets/_custom.scss */
  .mx-xl-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 22843, app/assets/stylesheets/_custom.scss */
  .mx-xl-9 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 22848, app/assets/stylesheets/_custom.scss */
  .mx-xl-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 22853, app/assets/stylesheets/_custom.scss */
  .mx-xl-11 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 22858, app/assets/stylesheets/_custom.scss */
  .mx-xl-12 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 22863, app/assets/stylesheets/_custom.scss */
  .mx-xl-13 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 22868, app/assets/stylesheets/_custom.scss */
  .mx-xl-14 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 22873, app/assets/stylesheets/_custom.scss */
  .mx-xl-15 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 22878, app/assets/stylesheets/_custom.scss */
  .mx-xl-16 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 22883, app/assets/stylesheets/_custom.scss */
  .mx-xl-17 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 22888, app/assets/stylesheets/_custom.scss */
  .mx-xl-18 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 22893, app/assets/stylesheets/_custom.scss */
  .mx-xl-19 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  /* line 22898, app/assets/stylesheets/_custom.scss */
  .mx-xl-20 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  /* line 22903, app/assets/stylesheets/_custom.scss */
  .mx-xl-21 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  /* line 22908, app/assets/stylesheets/_custom.scss */
  .mx-xl-22 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 22913, app/assets/stylesheets/_custom.scss */
  .mx-xl-23 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 22918, app/assets/stylesheets/_custom.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 22923, app/assets/stylesheets/_custom.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 22928, app/assets/stylesheets/_custom.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 22933, app/assets/stylesheets/_custom.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 22938, app/assets/stylesheets/_custom.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 22943, app/assets/stylesheets/_custom.scss */
  .my-xl-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 22948, app/assets/stylesheets/_custom.scss */
  .my-xl-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 22953, app/assets/stylesheets/_custom.scss */
  .my-xl-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 22958, app/assets/stylesheets/_custom.scss */
  .my-xl-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 22963, app/assets/stylesheets/_custom.scss */
  .my-xl-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 22968, app/assets/stylesheets/_custom.scss */
  .my-xl-9 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 22973, app/assets/stylesheets/_custom.scss */
  .my-xl-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 22978, app/assets/stylesheets/_custom.scss */
  .my-xl-11 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 22983, app/assets/stylesheets/_custom.scss */
  .my-xl-12 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 22988, app/assets/stylesheets/_custom.scss */
  .my-xl-13 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 22993, app/assets/stylesheets/_custom.scss */
  .my-xl-14 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 22998, app/assets/stylesheets/_custom.scss */
  .my-xl-15 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 23003, app/assets/stylesheets/_custom.scss */
  .my-xl-16 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 23008, app/assets/stylesheets/_custom.scss */
  .my-xl-17 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 23013, app/assets/stylesheets/_custom.scss */
  .my-xl-18 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 23018, app/assets/stylesheets/_custom.scss */
  .my-xl-19 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  /* line 23023, app/assets/stylesheets/_custom.scss */
  .my-xl-20 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  /* line 23028, app/assets/stylesheets/_custom.scss */
  .my-xl-21 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  /* line 23033, app/assets/stylesheets/_custom.scss */
  .my-xl-22 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 23038, app/assets/stylesheets/_custom.scss */
  .my-xl-23 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 23043, app/assets/stylesheets/_custom.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 23048, app/assets/stylesheets/_custom.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 23052, app/assets/stylesheets/_custom.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 23056, app/assets/stylesheets/_custom.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 23060, app/assets/stylesheets/_custom.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 23064, app/assets/stylesheets/_custom.scss */
  .mt-xl-4 {
    margin-top: 1.25rem !important;
  }
  /* line 23068, app/assets/stylesheets/_custom.scss */
  .mt-xl-5 {
    margin-top: 1.5rem !important;
  }
  /* line 23072, app/assets/stylesheets/_custom.scss */
  .mt-xl-6 {
    margin-top: 2rem !important;
  }
  /* line 23076, app/assets/stylesheets/_custom.scss */
  .mt-xl-7 {
    margin-top: 2.5rem !important;
  }
  /* line 23080, app/assets/stylesheets/_custom.scss */
  .mt-xl-8 {
    margin-top: 3rem !important;
  }
  /* line 23084, app/assets/stylesheets/_custom.scss */
  .mt-xl-9 {
    margin-top: 3.5rem !important;
  }
  /* line 23088, app/assets/stylesheets/_custom.scss */
  .mt-xl-10 {
    margin-top: 4rem !important;
  }
  /* line 23092, app/assets/stylesheets/_custom.scss */
  .mt-xl-11 {
    margin-top: 4.5rem !important;
  }
  /* line 23096, app/assets/stylesheets/_custom.scss */
  .mt-xl-12 {
    margin-top: 5rem !important;
  }
  /* line 23100, app/assets/stylesheets/_custom.scss */
  .mt-xl-13 {
    margin-top: 5.5rem !important;
  }
  /* line 23104, app/assets/stylesheets/_custom.scss */
  .mt-xl-14 {
    margin-top: 6rem !important;
  }
  /* line 23108, app/assets/stylesheets/_custom.scss */
  .mt-xl-15 {
    margin-top: 6.5rem !important;
  }
  /* line 23112, app/assets/stylesheets/_custom.scss */
  .mt-xl-16 {
    margin-top: 7rem !important;
  }
  /* line 23116, app/assets/stylesheets/_custom.scss */
  .mt-xl-17 {
    margin-top: 7.5rem !important;
  }
  /* line 23120, app/assets/stylesheets/_custom.scss */
  .mt-xl-18 {
    margin-top: 8rem !important;
  }
  /* line 23124, app/assets/stylesheets/_custom.scss */
  .mt-xl-19 {
    margin-top: 8.5rem !important;
  }
  /* line 23128, app/assets/stylesheets/_custom.scss */
  .mt-xl-20 {
    margin-top: 9rem !important;
  }
  /* line 23132, app/assets/stylesheets/_custom.scss */
  .mt-xl-21 {
    margin-top: 9.5rem !important;
  }
  /* line 23136, app/assets/stylesheets/_custom.scss */
  .mt-xl-22 {
    margin-top: 10rem !important;
  }
  /* line 23140, app/assets/stylesheets/_custom.scss */
  .mt-xl-23 {
    margin-top: 12rem !important;
  }
  /* line 23144, app/assets/stylesheets/_custom.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 23148, app/assets/stylesheets/_custom.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 23152, app/assets/stylesheets/_custom.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 23156, app/assets/stylesheets/_custom.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 23160, app/assets/stylesheets/_custom.scss */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 23164, app/assets/stylesheets/_custom.scss */
  .me-xl-4 {
    margin-right: 1.25rem !important;
  }
  /* line 23168, app/assets/stylesheets/_custom.scss */
  .me-xl-5 {
    margin-right: 1.5rem !important;
  }
  /* line 23172, app/assets/stylesheets/_custom.scss */
  .me-xl-6 {
    margin-right: 2rem !important;
  }
  /* line 23176, app/assets/stylesheets/_custom.scss */
  .me-xl-7 {
    margin-right: 2.5rem !important;
  }
  /* line 23180, app/assets/stylesheets/_custom.scss */
  .me-xl-8 {
    margin-right: 3rem !important;
  }
  /* line 23184, app/assets/stylesheets/_custom.scss */
  .me-xl-9 {
    margin-right: 3.5rem !important;
  }
  /* line 23188, app/assets/stylesheets/_custom.scss */
  .me-xl-10 {
    margin-right: 4rem !important;
  }
  /* line 23192, app/assets/stylesheets/_custom.scss */
  .me-xl-11 {
    margin-right: 4.5rem !important;
  }
  /* line 23196, app/assets/stylesheets/_custom.scss */
  .me-xl-12 {
    margin-right: 5rem !important;
  }
  /* line 23200, app/assets/stylesheets/_custom.scss */
  .me-xl-13 {
    margin-right: 5.5rem !important;
  }
  /* line 23204, app/assets/stylesheets/_custom.scss */
  .me-xl-14 {
    margin-right: 6rem !important;
  }
  /* line 23208, app/assets/stylesheets/_custom.scss */
  .me-xl-15 {
    margin-right: 6.5rem !important;
  }
  /* line 23212, app/assets/stylesheets/_custom.scss */
  .me-xl-16 {
    margin-right: 7rem !important;
  }
  /* line 23216, app/assets/stylesheets/_custom.scss */
  .me-xl-17 {
    margin-right: 7.5rem !important;
  }
  /* line 23220, app/assets/stylesheets/_custom.scss */
  .me-xl-18 {
    margin-right: 8rem !important;
  }
  /* line 23224, app/assets/stylesheets/_custom.scss */
  .me-xl-19 {
    margin-right: 8.5rem !important;
  }
  /* line 23228, app/assets/stylesheets/_custom.scss */
  .me-xl-20 {
    margin-right: 9rem !important;
  }
  /* line 23232, app/assets/stylesheets/_custom.scss */
  .me-xl-21 {
    margin-right: 9.5rem !important;
  }
  /* line 23236, app/assets/stylesheets/_custom.scss */
  .me-xl-22 {
    margin-right: 10rem !important;
  }
  /* line 23240, app/assets/stylesheets/_custom.scss */
  .me-xl-23 {
    margin-right: 12rem !important;
  }
  /* line 23244, app/assets/stylesheets/_custom.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 23248, app/assets/stylesheets/_custom.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 23252, app/assets/stylesheets/_custom.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 23256, app/assets/stylesheets/_custom.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 23260, app/assets/stylesheets/_custom.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 23264, app/assets/stylesheets/_custom.scss */
  .mb-xl-4 {
    margin-bottom: 1.25rem !important;
  }
  /* line 23268, app/assets/stylesheets/_custom.scss */
  .mb-xl-5 {
    margin-bottom: 1.5rem !important;
  }
  /* line 23272, app/assets/stylesheets/_custom.scss */
  .mb-xl-6 {
    margin-bottom: 2rem !important;
  }
  /* line 23276, app/assets/stylesheets/_custom.scss */
  .mb-xl-7 {
    margin-bottom: 2.5rem !important;
  }
  /* line 23280, app/assets/stylesheets/_custom.scss */
  .mb-xl-8 {
    margin-bottom: 3rem !important;
  }
  /* line 23284, app/assets/stylesheets/_custom.scss */
  .mb-xl-9 {
    margin-bottom: 3.5rem !important;
  }
  /* line 23288, app/assets/stylesheets/_custom.scss */
  .mb-xl-10 {
    margin-bottom: 4rem !important;
  }
  /* line 23292, app/assets/stylesheets/_custom.scss */
  .mb-xl-11 {
    margin-bottom: 4.5rem !important;
  }
  /* line 23296, app/assets/stylesheets/_custom.scss */
  .mb-xl-12 {
    margin-bottom: 5rem !important;
  }
  /* line 23300, app/assets/stylesheets/_custom.scss */
  .mb-xl-13 {
    margin-bottom: 5.5rem !important;
  }
  /* line 23304, app/assets/stylesheets/_custom.scss */
  .mb-xl-14 {
    margin-bottom: 6rem !important;
  }
  /* line 23308, app/assets/stylesheets/_custom.scss */
  .mb-xl-15 {
    margin-bottom: 6.5rem !important;
  }
  /* line 23312, app/assets/stylesheets/_custom.scss */
  .mb-xl-16 {
    margin-bottom: 7rem !important;
  }
  /* line 23316, app/assets/stylesheets/_custom.scss */
  .mb-xl-17 {
    margin-bottom: 7.5rem !important;
  }
  /* line 23320, app/assets/stylesheets/_custom.scss */
  .mb-xl-18 {
    margin-bottom: 8rem !important;
  }
  /* line 23324, app/assets/stylesheets/_custom.scss */
  .mb-xl-19 {
    margin-bottom: 8.5rem !important;
  }
  /* line 23328, app/assets/stylesheets/_custom.scss */
  .mb-xl-20 {
    margin-bottom: 9rem !important;
  }
  /* line 23332, app/assets/stylesheets/_custom.scss */
  .mb-xl-21 {
    margin-bottom: 9.5rem !important;
  }
  /* line 23336, app/assets/stylesheets/_custom.scss */
  .mb-xl-22 {
    margin-bottom: 10rem !important;
  }
  /* line 23340, app/assets/stylesheets/_custom.scss */
  .mb-xl-23 {
    margin-bottom: 12rem !important;
  }
  /* line 23344, app/assets/stylesheets/_custom.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 23348, app/assets/stylesheets/_custom.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 23352, app/assets/stylesheets/_custom.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 23356, app/assets/stylesheets/_custom.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 23360, app/assets/stylesheets/_custom.scss */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 23364, app/assets/stylesheets/_custom.scss */
  .ms-xl-4 {
    margin-left: 1.25rem !important;
  }
  /* line 23368, app/assets/stylesheets/_custom.scss */
  .ms-xl-5 {
    margin-left: 1.5rem !important;
  }
  /* line 23372, app/assets/stylesheets/_custom.scss */
  .ms-xl-6 {
    margin-left: 2rem !important;
  }
  /* line 23376, app/assets/stylesheets/_custom.scss */
  .ms-xl-7 {
    margin-left: 2.5rem !important;
  }
  /* line 23380, app/assets/stylesheets/_custom.scss */
  .ms-xl-8 {
    margin-left: 3rem !important;
  }
  /* line 23384, app/assets/stylesheets/_custom.scss */
  .ms-xl-9 {
    margin-left: 3.5rem !important;
  }
  /* line 23388, app/assets/stylesheets/_custom.scss */
  .ms-xl-10 {
    margin-left: 4rem !important;
  }
  /* line 23392, app/assets/stylesheets/_custom.scss */
  .ms-xl-11 {
    margin-left: 4.5rem !important;
  }
  /* line 23396, app/assets/stylesheets/_custom.scss */
  .ms-xl-12 {
    margin-left: 5rem !important;
  }
  /* line 23400, app/assets/stylesheets/_custom.scss */
  .ms-xl-13 {
    margin-left: 5.5rem !important;
  }
  /* line 23404, app/assets/stylesheets/_custom.scss */
  .ms-xl-14 {
    margin-left: 6rem !important;
  }
  /* line 23408, app/assets/stylesheets/_custom.scss */
  .ms-xl-15 {
    margin-left: 6.5rem !important;
  }
  /* line 23412, app/assets/stylesheets/_custom.scss */
  .ms-xl-16 {
    margin-left: 7rem !important;
  }
  /* line 23416, app/assets/stylesheets/_custom.scss */
  .ms-xl-17 {
    margin-left: 7.5rem !important;
  }
  /* line 23420, app/assets/stylesheets/_custom.scss */
  .ms-xl-18 {
    margin-left: 8rem !important;
  }
  /* line 23424, app/assets/stylesheets/_custom.scss */
  .ms-xl-19 {
    margin-left: 8.5rem !important;
  }
  /* line 23428, app/assets/stylesheets/_custom.scss */
  .ms-xl-20 {
    margin-left: 9rem !important;
  }
  /* line 23432, app/assets/stylesheets/_custom.scss */
  .ms-xl-21 {
    margin-left: 9.5rem !important;
  }
  /* line 23436, app/assets/stylesheets/_custom.scss */
  .ms-xl-22 {
    margin-left: 10rem !important;
  }
  /* line 23440, app/assets/stylesheets/_custom.scss */
  .ms-xl-23 {
    margin-left: 12rem !important;
  }
  /* line 23444, app/assets/stylesheets/_custom.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 23448, app/assets/stylesheets/_custom.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 23452, app/assets/stylesheets/_custom.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 23456, app/assets/stylesheets/_custom.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 23460, app/assets/stylesheets/_custom.scss */
  .m-xl-n4 {
    margin: -1.25rem !important;
  }
  /* line 23464, app/assets/stylesheets/_custom.scss */
  .m-xl-n5 {
    margin: -1.5rem !important;
  }
  /* line 23468, app/assets/stylesheets/_custom.scss */
  .m-xl-n6 {
    margin: -2rem !important;
  }
  /* line 23472, app/assets/stylesheets/_custom.scss */
  .m-xl-n7 {
    margin: -2.5rem !important;
  }
  /* line 23476, app/assets/stylesheets/_custom.scss */
  .m-xl-n8 {
    margin: -3rem !important;
  }
  /* line 23480, app/assets/stylesheets/_custom.scss */
  .m-xl-n9 {
    margin: -3.5rem !important;
  }
  /* line 23484, app/assets/stylesheets/_custom.scss */
  .m-xl-n10 {
    margin: -4rem !important;
  }
  /* line 23488, app/assets/stylesheets/_custom.scss */
  .m-xl-n11 {
    margin: -4.5rem !important;
  }
  /* line 23492, app/assets/stylesheets/_custom.scss */
  .m-xl-n12 {
    margin: -5rem !important;
  }
  /* line 23496, app/assets/stylesheets/_custom.scss */
  .m-xl-n13 {
    margin: -5.5rem !important;
  }
  /* line 23500, app/assets/stylesheets/_custom.scss */
  .m-xl-n14 {
    margin: -6rem !important;
  }
  /* line 23504, app/assets/stylesheets/_custom.scss */
  .m-xl-n15 {
    margin: -6.5rem !important;
  }
  /* line 23508, app/assets/stylesheets/_custom.scss */
  .m-xl-n16 {
    margin: -7rem !important;
  }
  /* line 23512, app/assets/stylesheets/_custom.scss */
  .m-xl-n17 {
    margin: -7.5rem !important;
  }
  /* line 23516, app/assets/stylesheets/_custom.scss */
  .m-xl-n18 {
    margin: -8rem !important;
  }
  /* line 23520, app/assets/stylesheets/_custom.scss */
  .m-xl-n19 {
    margin: -8.5rem !important;
  }
  /* line 23524, app/assets/stylesheets/_custom.scss */
  .m-xl-n20 {
    margin: -9rem !important;
  }
  /* line 23528, app/assets/stylesheets/_custom.scss */
  .m-xl-n21 {
    margin: -9.5rem !important;
  }
  /* line 23532, app/assets/stylesheets/_custom.scss */
  .m-xl-n22 {
    margin: -10rem !important;
  }
  /* line 23536, app/assets/stylesheets/_custom.scss */
  .m-xl-n23 {
    margin: -12rem !important;
  }
  /* line 23540, app/assets/stylesheets/_custom.scss */
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 23545, app/assets/stylesheets/_custom.scss */
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 23550, app/assets/stylesheets/_custom.scss */
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 23555, app/assets/stylesheets/_custom.scss */
  .mx-xl-n4 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  /* line 23560, app/assets/stylesheets/_custom.scss */
  .mx-xl-n5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 23565, app/assets/stylesheets/_custom.scss */
  .mx-xl-n6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 23570, app/assets/stylesheets/_custom.scss */
  .mx-xl-n7 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 23575, app/assets/stylesheets/_custom.scss */
  .mx-xl-n8 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 23580, app/assets/stylesheets/_custom.scss */
  .mx-xl-n9 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 23585, app/assets/stylesheets/_custom.scss */
  .mx-xl-n10 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 23590, app/assets/stylesheets/_custom.scss */
  .mx-xl-n11 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 23595, app/assets/stylesheets/_custom.scss */
  .mx-xl-n12 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 23600, app/assets/stylesheets/_custom.scss */
  .mx-xl-n13 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 23605, app/assets/stylesheets/_custom.scss */
  .mx-xl-n14 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 23610, app/assets/stylesheets/_custom.scss */
  .mx-xl-n15 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 23615, app/assets/stylesheets/_custom.scss */
  .mx-xl-n16 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 23620, app/assets/stylesheets/_custom.scss */
  .mx-xl-n17 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 23625, app/assets/stylesheets/_custom.scss */
  .mx-xl-n18 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 23630, app/assets/stylesheets/_custom.scss */
  .mx-xl-n19 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  /* line 23635, app/assets/stylesheets/_custom.scss */
  .mx-xl-n20 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  /* line 23640, app/assets/stylesheets/_custom.scss */
  .mx-xl-n21 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  /* line 23645, app/assets/stylesheets/_custom.scss */
  .mx-xl-n22 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 23650, app/assets/stylesheets/_custom.scss */
  .mx-xl-n23 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 23655, app/assets/stylesheets/_custom.scss */
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 23660, app/assets/stylesheets/_custom.scss */
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 23665, app/assets/stylesheets/_custom.scss */
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 23670, app/assets/stylesheets/_custom.scss */
  .my-xl-n4 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  /* line 23675, app/assets/stylesheets/_custom.scss */
  .my-xl-n5 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 23680, app/assets/stylesheets/_custom.scss */
  .my-xl-n6 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 23685, app/assets/stylesheets/_custom.scss */
  .my-xl-n7 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 23690, app/assets/stylesheets/_custom.scss */
  .my-xl-n8 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 23695, app/assets/stylesheets/_custom.scss */
  .my-xl-n9 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 23700, app/assets/stylesheets/_custom.scss */
  .my-xl-n10 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 23705, app/assets/stylesheets/_custom.scss */
  .my-xl-n11 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 23710, app/assets/stylesheets/_custom.scss */
  .my-xl-n12 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 23715, app/assets/stylesheets/_custom.scss */
  .my-xl-n13 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 23720, app/assets/stylesheets/_custom.scss */
  .my-xl-n14 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 23725, app/assets/stylesheets/_custom.scss */
  .my-xl-n15 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 23730, app/assets/stylesheets/_custom.scss */
  .my-xl-n16 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 23735, app/assets/stylesheets/_custom.scss */
  .my-xl-n17 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 23740, app/assets/stylesheets/_custom.scss */
  .my-xl-n18 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 23745, app/assets/stylesheets/_custom.scss */
  .my-xl-n19 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  /* line 23750, app/assets/stylesheets/_custom.scss */
  .my-xl-n20 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  /* line 23755, app/assets/stylesheets/_custom.scss */
  .my-xl-n21 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  /* line 23760, app/assets/stylesheets/_custom.scss */
  .my-xl-n22 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 23765, app/assets/stylesheets/_custom.scss */
  .my-xl-n23 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 23770, app/assets/stylesheets/_custom.scss */
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 23774, app/assets/stylesheets/_custom.scss */
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 23778, app/assets/stylesheets/_custom.scss */
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 23782, app/assets/stylesheets/_custom.scss */
  .mt-xl-n4 {
    margin-top: -1.25rem !important;
  }
  /* line 23786, app/assets/stylesheets/_custom.scss */
  .mt-xl-n5 {
    margin-top: -1.5rem !important;
  }
  /* line 23790, app/assets/stylesheets/_custom.scss */
  .mt-xl-n6 {
    margin-top: -2rem !important;
  }
  /* line 23794, app/assets/stylesheets/_custom.scss */
  .mt-xl-n7 {
    margin-top: -2.5rem !important;
  }
  /* line 23798, app/assets/stylesheets/_custom.scss */
  .mt-xl-n8 {
    margin-top: -3rem !important;
  }
  /* line 23802, app/assets/stylesheets/_custom.scss */
  .mt-xl-n9 {
    margin-top: -3.5rem !important;
  }
  /* line 23806, app/assets/stylesheets/_custom.scss */
  .mt-xl-n10 {
    margin-top: -4rem !important;
  }
  /* line 23810, app/assets/stylesheets/_custom.scss */
  .mt-xl-n11 {
    margin-top: -4.5rem !important;
  }
  /* line 23814, app/assets/stylesheets/_custom.scss */
  .mt-xl-n12 {
    margin-top: -5rem !important;
  }
  /* line 23818, app/assets/stylesheets/_custom.scss */
  .mt-xl-n13 {
    margin-top: -5.5rem !important;
  }
  /* line 23822, app/assets/stylesheets/_custom.scss */
  .mt-xl-n14 {
    margin-top: -6rem !important;
  }
  /* line 23826, app/assets/stylesheets/_custom.scss */
  .mt-xl-n15 {
    margin-top: -6.5rem !important;
  }
  /* line 23830, app/assets/stylesheets/_custom.scss */
  .mt-xl-n16 {
    margin-top: -7rem !important;
  }
  /* line 23834, app/assets/stylesheets/_custom.scss */
  .mt-xl-n17 {
    margin-top: -7.5rem !important;
  }
  /* line 23838, app/assets/stylesheets/_custom.scss */
  .mt-xl-n18 {
    margin-top: -8rem !important;
  }
  /* line 23842, app/assets/stylesheets/_custom.scss */
  .mt-xl-n19 {
    margin-top: -8.5rem !important;
  }
  /* line 23846, app/assets/stylesheets/_custom.scss */
  .mt-xl-n20 {
    margin-top: -9rem !important;
  }
  /* line 23850, app/assets/stylesheets/_custom.scss */
  .mt-xl-n21 {
    margin-top: -9.5rem !important;
  }
  /* line 23854, app/assets/stylesheets/_custom.scss */
  .mt-xl-n22 {
    margin-top: -10rem !important;
  }
  /* line 23858, app/assets/stylesheets/_custom.scss */
  .mt-xl-n23 {
    margin-top: -12rem !important;
  }
  /* line 23862, app/assets/stylesheets/_custom.scss */
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 23866, app/assets/stylesheets/_custom.scss */
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 23870, app/assets/stylesheets/_custom.scss */
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 23874, app/assets/stylesheets/_custom.scss */
  .me-xl-n4 {
    margin-right: -1.25rem !important;
  }
  /* line 23878, app/assets/stylesheets/_custom.scss */
  .me-xl-n5 {
    margin-right: -1.5rem !important;
  }
  /* line 23882, app/assets/stylesheets/_custom.scss */
  .me-xl-n6 {
    margin-right: -2rem !important;
  }
  /* line 23886, app/assets/stylesheets/_custom.scss */
  .me-xl-n7 {
    margin-right: -2.5rem !important;
  }
  /* line 23890, app/assets/stylesheets/_custom.scss */
  .me-xl-n8 {
    margin-right: -3rem !important;
  }
  /* line 23894, app/assets/stylesheets/_custom.scss */
  .me-xl-n9 {
    margin-right: -3.5rem !important;
  }
  /* line 23898, app/assets/stylesheets/_custom.scss */
  .me-xl-n10 {
    margin-right: -4rem !important;
  }
  /* line 23902, app/assets/stylesheets/_custom.scss */
  .me-xl-n11 {
    margin-right: -4.5rem !important;
  }
  /* line 23906, app/assets/stylesheets/_custom.scss */
  .me-xl-n12 {
    margin-right: -5rem !important;
  }
  /* line 23910, app/assets/stylesheets/_custom.scss */
  .me-xl-n13 {
    margin-right: -5.5rem !important;
  }
  /* line 23914, app/assets/stylesheets/_custom.scss */
  .me-xl-n14 {
    margin-right: -6rem !important;
  }
  /* line 23918, app/assets/stylesheets/_custom.scss */
  .me-xl-n15 {
    margin-right: -6.5rem !important;
  }
  /* line 23922, app/assets/stylesheets/_custom.scss */
  .me-xl-n16 {
    margin-right: -7rem !important;
  }
  /* line 23926, app/assets/stylesheets/_custom.scss */
  .me-xl-n17 {
    margin-right: -7.5rem !important;
  }
  /* line 23930, app/assets/stylesheets/_custom.scss */
  .me-xl-n18 {
    margin-right: -8rem !important;
  }
  /* line 23934, app/assets/stylesheets/_custom.scss */
  .me-xl-n19 {
    margin-right: -8.5rem !important;
  }
  /* line 23938, app/assets/stylesheets/_custom.scss */
  .me-xl-n20 {
    margin-right: -9rem !important;
  }
  /* line 23942, app/assets/stylesheets/_custom.scss */
  .me-xl-n21 {
    margin-right: -9.5rem !important;
  }
  /* line 23946, app/assets/stylesheets/_custom.scss */
  .me-xl-n22 {
    margin-right: -10rem !important;
  }
  /* line 23950, app/assets/stylesheets/_custom.scss */
  .me-xl-n23 {
    margin-right: -12rem !important;
  }
  /* line 23954, app/assets/stylesheets/_custom.scss */
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 23958, app/assets/stylesheets/_custom.scss */
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 23962, app/assets/stylesheets/_custom.scss */
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 23966, app/assets/stylesheets/_custom.scss */
  .mb-xl-n4 {
    margin-bottom: -1.25rem !important;
  }
  /* line 23970, app/assets/stylesheets/_custom.scss */
  .mb-xl-n5 {
    margin-bottom: -1.5rem !important;
  }
  /* line 23974, app/assets/stylesheets/_custom.scss */
  .mb-xl-n6 {
    margin-bottom: -2rem !important;
  }
  /* line 23978, app/assets/stylesheets/_custom.scss */
  .mb-xl-n7 {
    margin-bottom: -2.5rem !important;
  }
  /* line 23982, app/assets/stylesheets/_custom.scss */
  .mb-xl-n8 {
    margin-bottom: -3rem !important;
  }
  /* line 23986, app/assets/stylesheets/_custom.scss */
  .mb-xl-n9 {
    margin-bottom: -3.5rem !important;
  }
  /* line 23990, app/assets/stylesheets/_custom.scss */
  .mb-xl-n10 {
    margin-bottom: -4rem !important;
  }
  /* line 23994, app/assets/stylesheets/_custom.scss */
  .mb-xl-n11 {
    margin-bottom: -4.5rem !important;
  }
  /* line 23998, app/assets/stylesheets/_custom.scss */
  .mb-xl-n12 {
    margin-bottom: -5rem !important;
  }
  /* line 24002, app/assets/stylesheets/_custom.scss */
  .mb-xl-n13 {
    margin-bottom: -5.5rem !important;
  }
  /* line 24006, app/assets/stylesheets/_custom.scss */
  .mb-xl-n14 {
    margin-bottom: -6rem !important;
  }
  /* line 24010, app/assets/stylesheets/_custom.scss */
  .mb-xl-n15 {
    margin-bottom: -6.5rem !important;
  }
  /* line 24014, app/assets/stylesheets/_custom.scss */
  .mb-xl-n16 {
    margin-bottom: -7rem !important;
  }
  /* line 24018, app/assets/stylesheets/_custom.scss */
  .mb-xl-n17 {
    margin-bottom: -7.5rem !important;
  }
  /* line 24022, app/assets/stylesheets/_custom.scss */
  .mb-xl-n18 {
    margin-bottom: -8rem !important;
  }
  /* line 24026, app/assets/stylesheets/_custom.scss */
  .mb-xl-n19 {
    margin-bottom: -8.5rem !important;
  }
  /* line 24030, app/assets/stylesheets/_custom.scss */
  .mb-xl-n20 {
    margin-bottom: -9rem !important;
  }
  /* line 24034, app/assets/stylesheets/_custom.scss */
  .mb-xl-n21 {
    margin-bottom: -9.5rem !important;
  }
  /* line 24038, app/assets/stylesheets/_custom.scss */
  .mb-xl-n22 {
    margin-bottom: -10rem !important;
  }
  /* line 24042, app/assets/stylesheets/_custom.scss */
  .mb-xl-n23 {
    margin-bottom: -12rem !important;
  }
  /* line 24046, app/assets/stylesheets/_custom.scss */
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 24050, app/assets/stylesheets/_custom.scss */
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 24054, app/assets/stylesheets/_custom.scss */
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 24058, app/assets/stylesheets/_custom.scss */
  .ms-xl-n4 {
    margin-left: -1.25rem !important;
  }
  /* line 24062, app/assets/stylesheets/_custom.scss */
  .ms-xl-n5 {
    margin-left: -1.5rem !important;
  }
  /* line 24066, app/assets/stylesheets/_custom.scss */
  .ms-xl-n6 {
    margin-left: -2rem !important;
  }
  /* line 24070, app/assets/stylesheets/_custom.scss */
  .ms-xl-n7 {
    margin-left: -2.5rem !important;
  }
  /* line 24074, app/assets/stylesheets/_custom.scss */
  .ms-xl-n8 {
    margin-left: -3rem !important;
  }
  /* line 24078, app/assets/stylesheets/_custom.scss */
  .ms-xl-n9 {
    margin-left: -3.5rem !important;
  }
  /* line 24082, app/assets/stylesheets/_custom.scss */
  .ms-xl-n10 {
    margin-left: -4rem !important;
  }
  /* line 24086, app/assets/stylesheets/_custom.scss */
  .ms-xl-n11 {
    margin-left: -4.5rem !important;
  }
  /* line 24090, app/assets/stylesheets/_custom.scss */
  .ms-xl-n12 {
    margin-left: -5rem !important;
  }
  /* line 24094, app/assets/stylesheets/_custom.scss */
  .ms-xl-n13 {
    margin-left: -5.5rem !important;
  }
  /* line 24098, app/assets/stylesheets/_custom.scss */
  .ms-xl-n14 {
    margin-left: -6rem !important;
  }
  /* line 24102, app/assets/stylesheets/_custom.scss */
  .ms-xl-n15 {
    margin-left: -6.5rem !important;
  }
  /* line 24106, app/assets/stylesheets/_custom.scss */
  .ms-xl-n16 {
    margin-left: -7rem !important;
  }
  /* line 24110, app/assets/stylesheets/_custom.scss */
  .ms-xl-n17 {
    margin-left: -7.5rem !important;
  }
  /* line 24114, app/assets/stylesheets/_custom.scss */
  .ms-xl-n18 {
    margin-left: -8rem !important;
  }
  /* line 24118, app/assets/stylesheets/_custom.scss */
  .ms-xl-n19 {
    margin-left: -8.5rem !important;
  }
  /* line 24122, app/assets/stylesheets/_custom.scss */
  .ms-xl-n20 {
    margin-left: -9rem !important;
  }
  /* line 24126, app/assets/stylesheets/_custom.scss */
  .ms-xl-n21 {
    margin-left: -9.5rem !important;
  }
  /* line 24130, app/assets/stylesheets/_custom.scss */
  .ms-xl-n22 {
    margin-left: -10rem !important;
  }
  /* line 24134, app/assets/stylesheets/_custom.scss */
  .ms-xl-n23 {
    margin-left: -12rem !important;
  }
  /* line 24138, app/assets/stylesheets/_custom.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 24142, app/assets/stylesheets/_custom.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 24146, app/assets/stylesheets/_custom.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 24150, app/assets/stylesheets/_custom.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 24154, app/assets/stylesheets/_custom.scss */
  .p-xl-4 {
    padding: 1.25rem !important;
  }
  /* line 24158, app/assets/stylesheets/_custom.scss */
  .p-xl-5 {
    padding: 1.5rem !important;
  }
  /* line 24162, app/assets/stylesheets/_custom.scss */
  .p-xl-6 {
    padding: 2rem !important;
  }
  /* line 24166, app/assets/stylesheets/_custom.scss */
  .p-xl-7 {
    padding: 2.5rem !important;
  }
  /* line 24170, app/assets/stylesheets/_custom.scss */
  .p-xl-8 {
    padding: 3rem !important;
  }
  /* line 24174, app/assets/stylesheets/_custom.scss */
  .p-xl-9 {
    padding: 3.5rem !important;
  }
  /* line 24178, app/assets/stylesheets/_custom.scss */
  .p-xl-10 {
    padding: 4rem !important;
  }
  /* line 24182, app/assets/stylesheets/_custom.scss */
  .p-xl-11 {
    padding: 4.5rem !important;
  }
  /* line 24186, app/assets/stylesheets/_custom.scss */
  .p-xl-12 {
    padding: 5rem !important;
  }
  /* line 24190, app/assets/stylesheets/_custom.scss */
  .p-xl-13 {
    padding: 5.5rem !important;
  }
  /* line 24194, app/assets/stylesheets/_custom.scss */
  .p-xl-14 {
    padding: 6rem !important;
  }
  /* line 24198, app/assets/stylesheets/_custom.scss */
  .p-xl-15 {
    padding: 6.5rem !important;
  }
  /* line 24202, app/assets/stylesheets/_custom.scss */
  .p-xl-16 {
    padding: 7rem !important;
  }
  /* line 24206, app/assets/stylesheets/_custom.scss */
  .p-xl-17 {
    padding: 7.5rem !important;
  }
  /* line 24210, app/assets/stylesheets/_custom.scss */
  .p-xl-18 {
    padding: 8rem !important;
  }
  /* line 24214, app/assets/stylesheets/_custom.scss */
  .p-xl-19 {
    padding: 8.5rem !important;
  }
  /* line 24218, app/assets/stylesheets/_custom.scss */
  .p-xl-20 {
    padding: 9rem !important;
  }
  /* line 24222, app/assets/stylesheets/_custom.scss */
  .p-xl-21 {
    padding: 9.5rem !important;
  }
  /* line 24226, app/assets/stylesheets/_custom.scss */
  .p-xl-22 {
    padding: 10rem !important;
  }
  /* line 24230, app/assets/stylesheets/_custom.scss */
  .p-xl-23 {
    padding: 12rem !important;
  }
  /* line 24234, app/assets/stylesheets/_custom.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 24239, app/assets/stylesheets/_custom.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 24244, app/assets/stylesheets/_custom.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 24249, app/assets/stylesheets/_custom.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 24254, app/assets/stylesheets/_custom.scss */
  .px-xl-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 24259, app/assets/stylesheets/_custom.scss */
  .px-xl-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 24264, app/assets/stylesheets/_custom.scss */
  .px-xl-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 24269, app/assets/stylesheets/_custom.scss */
  .px-xl-7 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 24274, app/assets/stylesheets/_custom.scss */
  .px-xl-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 24279, app/assets/stylesheets/_custom.scss */
  .px-xl-9 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 24284, app/assets/stylesheets/_custom.scss */
  .px-xl-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 24289, app/assets/stylesheets/_custom.scss */
  .px-xl-11 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 24294, app/assets/stylesheets/_custom.scss */
  .px-xl-12 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 24299, app/assets/stylesheets/_custom.scss */
  .px-xl-13 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 24304, app/assets/stylesheets/_custom.scss */
  .px-xl-14 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 24309, app/assets/stylesheets/_custom.scss */
  .px-xl-15 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 24314, app/assets/stylesheets/_custom.scss */
  .px-xl-16 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 24319, app/assets/stylesheets/_custom.scss */
  .px-xl-17 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 24324, app/assets/stylesheets/_custom.scss */
  .px-xl-18 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 24329, app/assets/stylesheets/_custom.scss */
  .px-xl-19 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  /* line 24334, app/assets/stylesheets/_custom.scss */
  .px-xl-20 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  /* line 24339, app/assets/stylesheets/_custom.scss */
  .px-xl-21 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  /* line 24344, app/assets/stylesheets/_custom.scss */
  .px-xl-22 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 24349, app/assets/stylesheets/_custom.scss */
  .px-xl-23 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 24354, app/assets/stylesheets/_custom.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 24359, app/assets/stylesheets/_custom.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 24364, app/assets/stylesheets/_custom.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 24369, app/assets/stylesheets/_custom.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 24374, app/assets/stylesheets/_custom.scss */
  .py-xl-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 24379, app/assets/stylesheets/_custom.scss */
  .py-xl-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 24384, app/assets/stylesheets/_custom.scss */
  .py-xl-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 24389, app/assets/stylesheets/_custom.scss */
  .py-xl-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 24394, app/assets/stylesheets/_custom.scss */
  .py-xl-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 24399, app/assets/stylesheets/_custom.scss */
  .py-xl-9 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 24404, app/assets/stylesheets/_custom.scss */
  .py-xl-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 24409, app/assets/stylesheets/_custom.scss */
  .py-xl-11 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 24414, app/assets/stylesheets/_custom.scss */
  .py-xl-12 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 24419, app/assets/stylesheets/_custom.scss */
  .py-xl-13 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 24424, app/assets/stylesheets/_custom.scss */
  .py-xl-14 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 24429, app/assets/stylesheets/_custom.scss */
  .py-xl-15 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 24434, app/assets/stylesheets/_custom.scss */
  .py-xl-16 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 24439, app/assets/stylesheets/_custom.scss */
  .py-xl-17 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 24444, app/assets/stylesheets/_custom.scss */
  .py-xl-18 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 24449, app/assets/stylesheets/_custom.scss */
  .py-xl-19 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  /* line 24454, app/assets/stylesheets/_custom.scss */
  .py-xl-20 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  /* line 24459, app/assets/stylesheets/_custom.scss */
  .py-xl-21 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  /* line 24464, app/assets/stylesheets/_custom.scss */
  .py-xl-22 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 24469, app/assets/stylesheets/_custom.scss */
  .py-xl-23 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 24474, app/assets/stylesheets/_custom.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 24478, app/assets/stylesheets/_custom.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 24482, app/assets/stylesheets/_custom.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 24486, app/assets/stylesheets/_custom.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 24490, app/assets/stylesheets/_custom.scss */
  .pt-xl-4 {
    padding-top: 1.25rem !important;
  }
  /* line 24494, app/assets/stylesheets/_custom.scss */
  .pt-xl-5 {
    padding-top: 1.5rem !important;
  }
  /* line 24498, app/assets/stylesheets/_custom.scss */
  .pt-xl-6 {
    padding-top: 2rem !important;
  }
  /* line 24502, app/assets/stylesheets/_custom.scss */
  .pt-xl-7 {
    padding-top: 2.5rem !important;
  }
  /* line 24506, app/assets/stylesheets/_custom.scss */
  .pt-xl-8 {
    padding-top: 3rem !important;
  }
  /* line 24510, app/assets/stylesheets/_custom.scss */
  .pt-xl-9 {
    padding-top: 3.5rem !important;
  }
  /* line 24514, app/assets/stylesheets/_custom.scss */
  .pt-xl-10 {
    padding-top: 4rem !important;
  }
  /* line 24518, app/assets/stylesheets/_custom.scss */
  .pt-xl-11 {
    padding-top: 4.5rem !important;
  }
  /* line 24522, app/assets/stylesheets/_custom.scss */
  .pt-xl-12 {
    padding-top: 5rem !important;
  }
  /* line 24526, app/assets/stylesheets/_custom.scss */
  .pt-xl-13 {
    padding-top: 5.5rem !important;
  }
  /* line 24530, app/assets/stylesheets/_custom.scss */
  .pt-xl-14 {
    padding-top: 6rem !important;
  }
  /* line 24534, app/assets/stylesheets/_custom.scss */
  .pt-xl-15 {
    padding-top: 6.5rem !important;
  }
  /* line 24538, app/assets/stylesheets/_custom.scss */
  .pt-xl-16 {
    padding-top: 7rem !important;
  }
  /* line 24542, app/assets/stylesheets/_custom.scss */
  .pt-xl-17 {
    padding-top: 7.5rem !important;
  }
  /* line 24546, app/assets/stylesheets/_custom.scss */
  .pt-xl-18 {
    padding-top: 8rem !important;
  }
  /* line 24550, app/assets/stylesheets/_custom.scss */
  .pt-xl-19 {
    padding-top: 8.5rem !important;
  }
  /* line 24554, app/assets/stylesheets/_custom.scss */
  .pt-xl-20 {
    padding-top: 9rem !important;
  }
  /* line 24558, app/assets/stylesheets/_custom.scss */
  .pt-xl-21 {
    padding-top: 9.5rem !important;
  }
  /* line 24562, app/assets/stylesheets/_custom.scss */
  .pt-xl-22 {
    padding-top: 10rem !important;
  }
  /* line 24566, app/assets/stylesheets/_custom.scss */
  .pt-xl-23 {
    padding-top: 12rem !important;
  }
  /* line 24570, app/assets/stylesheets/_custom.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 24574, app/assets/stylesheets/_custom.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 24578, app/assets/stylesheets/_custom.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 24582, app/assets/stylesheets/_custom.scss */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 24586, app/assets/stylesheets/_custom.scss */
  .pe-xl-4 {
    padding-right: 1.25rem !important;
  }
  /* line 24590, app/assets/stylesheets/_custom.scss */
  .pe-xl-5 {
    padding-right: 1.5rem !important;
  }
  /* line 24594, app/assets/stylesheets/_custom.scss */
  .pe-xl-6 {
    padding-right: 2rem !important;
  }
  /* line 24598, app/assets/stylesheets/_custom.scss */
  .pe-xl-7 {
    padding-right: 2.5rem !important;
  }
  /* line 24602, app/assets/stylesheets/_custom.scss */
  .pe-xl-8 {
    padding-right: 3rem !important;
  }
  /* line 24606, app/assets/stylesheets/_custom.scss */
  .pe-xl-9 {
    padding-right: 3.5rem !important;
  }
  /* line 24610, app/assets/stylesheets/_custom.scss */
  .pe-xl-10 {
    padding-right: 4rem !important;
  }
  /* line 24614, app/assets/stylesheets/_custom.scss */
  .pe-xl-11 {
    padding-right: 4.5rem !important;
  }
  /* line 24618, app/assets/stylesheets/_custom.scss */
  .pe-xl-12 {
    padding-right: 5rem !important;
  }
  /* line 24622, app/assets/stylesheets/_custom.scss */
  .pe-xl-13 {
    padding-right: 5.5rem !important;
  }
  /* line 24626, app/assets/stylesheets/_custom.scss */
  .pe-xl-14 {
    padding-right: 6rem !important;
  }
  /* line 24630, app/assets/stylesheets/_custom.scss */
  .pe-xl-15 {
    padding-right: 6.5rem !important;
  }
  /* line 24634, app/assets/stylesheets/_custom.scss */
  .pe-xl-16 {
    padding-right: 7rem !important;
  }
  /* line 24638, app/assets/stylesheets/_custom.scss */
  .pe-xl-17 {
    padding-right: 7.5rem !important;
  }
  /* line 24642, app/assets/stylesheets/_custom.scss */
  .pe-xl-18 {
    padding-right: 8rem !important;
  }
  /* line 24646, app/assets/stylesheets/_custom.scss */
  .pe-xl-19 {
    padding-right: 8.5rem !important;
  }
  /* line 24650, app/assets/stylesheets/_custom.scss */
  .pe-xl-20 {
    padding-right: 9rem !important;
  }
  /* line 24654, app/assets/stylesheets/_custom.scss */
  .pe-xl-21 {
    padding-right: 9.5rem !important;
  }
  /* line 24658, app/assets/stylesheets/_custom.scss */
  .pe-xl-22 {
    padding-right: 10rem !important;
  }
  /* line 24662, app/assets/stylesheets/_custom.scss */
  .pe-xl-23 {
    padding-right: 12rem !important;
  }
  /* line 24666, app/assets/stylesheets/_custom.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 24670, app/assets/stylesheets/_custom.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 24674, app/assets/stylesheets/_custom.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 24678, app/assets/stylesheets/_custom.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 24682, app/assets/stylesheets/_custom.scss */
  .pb-xl-4 {
    padding-bottom: 1.25rem !important;
  }
  /* line 24686, app/assets/stylesheets/_custom.scss */
  .pb-xl-5 {
    padding-bottom: 1.5rem !important;
  }
  /* line 24690, app/assets/stylesheets/_custom.scss */
  .pb-xl-6 {
    padding-bottom: 2rem !important;
  }
  /* line 24694, app/assets/stylesheets/_custom.scss */
  .pb-xl-7 {
    padding-bottom: 2.5rem !important;
  }
  /* line 24698, app/assets/stylesheets/_custom.scss */
  .pb-xl-8 {
    padding-bottom: 3rem !important;
  }
  /* line 24702, app/assets/stylesheets/_custom.scss */
  .pb-xl-9 {
    padding-bottom: 3.5rem !important;
  }
  /* line 24706, app/assets/stylesheets/_custom.scss */
  .pb-xl-10 {
    padding-bottom: 4rem !important;
  }
  /* line 24710, app/assets/stylesheets/_custom.scss */
  .pb-xl-11 {
    padding-bottom: 4.5rem !important;
  }
  /* line 24714, app/assets/stylesheets/_custom.scss */
  .pb-xl-12 {
    padding-bottom: 5rem !important;
  }
  /* line 24718, app/assets/stylesheets/_custom.scss */
  .pb-xl-13 {
    padding-bottom: 5.5rem !important;
  }
  /* line 24722, app/assets/stylesheets/_custom.scss */
  .pb-xl-14 {
    padding-bottom: 6rem !important;
  }
  /* line 24726, app/assets/stylesheets/_custom.scss */
  .pb-xl-15 {
    padding-bottom: 6.5rem !important;
  }
  /* line 24730, app/assets/stylesheets/_custom.scss */
  .pb-xl-16 {
    padding-bottom: 7rem !important;
  }
  /* line 24734, app/assets/stylesheets/_custom.scss */
  .pb-xl-17 {
    padding-bottom: 7.5rem !important;
  }
  /* line 24738, app/assets/stylesheets/_custom.scss */
  .pb-xl-18 {
    padding-bottom: 8rem !important;
  }
  /* line 24742, app/assets/stylesheets/_custom.scss */
  .pb-xl-19 {
    padding-bottom: 8.5rem !important;
  }
  /* line 24746, app/assets/stylesheets/_custom.scss */
  .pb-xl-20 {
    padding-bottom: 9rem !important;
  }
  /* line 24750, app/assets/stylesheets/_custom.scss */
  .pb-xl-21 {
    padding-bottom: 9.5rem !important;
  }
  /* line 24754, app/assets/stylesheets/_custom.scss */
  .pb-xl-22 {
    padding-bottom: 10rem !important;
  }
  /* line 24758, app/assets/stylesheets/_custom.scss */
  .pb-xl-23 {
    padding-bottom: 12rem !important;
  }
  /* line 24762, app/assets/stylesheets/_custom.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 24766, app/assets/stylesheets/_custom.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 24770, app/assets/stylesheets/_custom.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 24774, app/assets/stylesheets/_custom.scss */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 24778, app/assets/stylesheets/_custom.scss */
  .ps-xl-4 {
    padding-left: 1.25rem !important;
  }
  /* line 24782, app/assets/stylesheets/_custom.scss */
  .ps-xl-5 {
    padding-left: 1.5rem !important;
  }
  /* line 24786, app/assets/stylesheets/_custom.scss */
  .ps-xl-6 {
    padding-left: 2rem !important;
  }
  /* line 24790, app/assets/stylesheets/_custom.scss */
  .ps-xl-7 {
    padding-left: 2.5rem !important;
  }
  /* line 24794, app/assets/stylesheets/_custom.scss */
  .ps-xl-8 {
    padding-left: 3rem !important;
  }
  /* line 24798, app/assets/stylesheets/_custom.scss */
  .ps-xl-9 {
    padding-left: 3.5rem !important;
  }
  /* line 24802, app/assets/stylesheets/_custom.scss */
  .ps-xl-10 {
    padding-left: 4rem !important;
  }
  /* line 24806, app/assets/stylesheets/_custom.scss */
  .ps-xl-11 {
    padding-left: 4.5rem !important;
  }
  /* line 24810, app/assets/stylesheets/_custom.scss */
  .ps-xl-12 {
    padding-left: 5rem !important;
  }
  /* line 24814, app/assets/stylesheets/_custom.scss */
  .ps-xl-13 {
    padding-left: 5.5rem !important;
  }
  /* line 24818, app/assets/stylesheets/_custom.scss */
  .ps-xl-14 {
    padding-left: 6rem !important;
  }
  /* line 24822, app/assets/stylesheets/_custom.scss */
  .ps-xl-15 {
    padding-left: 6.5rem !important;
  }
  /* line 24826, app/assets/stylesheets/_custom.scss */
  .ps-xl-16 {
    padding-left: 7rem !important;
  }
  /* line 24830, app/assets/stylesheets/_custom.scss */
  .ps-xl-17 {
    padding-left: 7.5rem !important;
  }
  /* line 24834, app/assets/stylesheets/_custom.scss */
  .ps-xl-18 {
    padding-left: 8rem !important;
  }
  /* line 24838, app/assets/stylesheets/_custom.scss */
  .ps-xl-19 {
    padding-left: 8.5rem !important;
  }
  /* line 24842, app/assets/stylesheets/_custom.scss */
  .ps-xl-20 {
    padding-left: 9rem !important;
  }
  /* line 24846, app/assets/stylesheets/_custom.scss */
  .ps-xl-21 {
    padding-left: 9.5rem !important;
  }
  /* line 24850, app/assets/stylesheets/_custom.scss */
  .ps-xl-22 {
    padding-left: 10rem !important;
  }
  /* line 24854, app/assets/stylesheets/_custom.scss */
  .ps-xl-23 {
    padding-left: 12rem !important;
  }
  /* line 24858, app/assets/stylesheets/_custom.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 24862, app/assets/stylesheets/_custom.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 24866, app/assets/stylesheets/_custom.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  /* line 24872, app/assets/stylesheets/_custom.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 24876, app/assets/stylesheets/_custom.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 24880, app/assets/stylesheets/_custom.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 24884, app/assets/stylesheets/_custom.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 24888, app/assets/stylesheets/_custom.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 24892, app/assets/stylesheets/_custom.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 24896, app/assets/stylesheets/_custom.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 24900, app/assets/stylesheets/_custom.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 24904, app/assets/stylesheets/_custom.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 24908, app/assets/stylesheets/_custom.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 24912, app/assets/stylesheets/_custom.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 24916, app/assets/stylesheets/_custom.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 24920, app/assets/stylesheets/_custom.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 24924, app/assets/stylesheets/_custom.scss */
  .w-xxl-15 {
    width: 15% !important;
  }
  /* line 24928, app/assets/stylesheets/_custom.scss */
  .w-xxl-25 {
    width: 25% !important;
  }
  /* line 24932, app/assets/stylesheets/_custom.scss */
  .w-xxl-30 {
    width: 30% !important;
  }
  /* line 24936, app/assets/stylesheets/_custom.scss */
  .w-xxl-40 {
    width: 40% !important;
  }
  /* line 24940, app/assets/stylesheets/_custom.scss */
  .w-xxl-50 {
    width: 50% !important;
  }
  /* line 24944, app/assets/stylesheets/_custom.scss */
  .w-xxl-65 {
    width: 65% !important;
  }
  /* line 24948, app/assets/stylesheets/_custom.scss */
  .w-xxl-75 {
    width: 75% !important;
  }
  /* line 24952, app/assets/stylesheets/_custom.scss */
  .w-xxl-100 {
    width: 100% !important;
  }
  /* line 24956, app/assets/stylesheets/_custom.scss */
  .w-xxl-auto {
    width: auto !important;
  }
  /* line 24960, app/assets/stylesheets/_custom.scss */
  .mw-xxl-25 {
    max-width: 25% !important;
  }
  /* line 24964, app/assets/stylesheets/_custom.scss */
  .mw-xxl-30 {
    max-width: 30% !important;
  }
  /* line 24968, app/assets/stylesheets/_custom.scss */
  .mw-xxl-40 {
    max-width: 40% !important;
  }
  /* line 24972, app/assets/stylesheets/_custom.scss */
  .mw-xxl-50 {
    max-width: 50% !important;
  }
  /* line 24976, app/assets/stylesheets/_custom.scss */
  .mw-xxl-65 {
    max-width: 65% !important;
  }
  /* line 24980, app/assets/stylesheets/_custom.scss */
  .mw-xxl-75 {
    max-width: 75% !important;
  }
  /* line 24984, app/assets/stylesheets/_custom.scss */
  .mw-xxl-100 {
    max-width: 100% !important;
  }
  /* line 24988, app/assets/stylesheets/_custom.scss */
  .mw-xxl-auto {
    max-width: auto !important;
  }
  /* line 24992, app/assets/stylesheets/_custom.scss */
  .vw-xxl-100 {
    width: 100vw !important;
  }
  /* line 24996, app/assets/stylesheets/_custom.scss */
  .min-vw-xxl-100 {
    min-width: 100vw !important;
  }
  /* line 25000, app/assets/stylesheets/_custom.scss */
  .h-xxl-25 {
    height: 25% !important;
  }
  /* line 25004, app/assets/stylesheets/_custom.scss */
  .h-xxl-30 {
    height: 30% !important;
  }
  /* line 25008, app/assets/stylesheets/_custom.scss */
  .h-xxl-40 {
    height: 40% !important;
  }
  /* line 25012, app/assets/stylesheets/_custom.scss */
  .h-xxl-50 {
    height: 50% !important;
  }
  /* line 25016, app/assets/stylesheets/_custom.scss */
  .h-xxl-65 {
    height: 65% !important;
  }
  /* line 25020, app/assets/stylesheets/_custom.scss */
  .h-xxl-75 {
    height: 75% !important;
  }
  /* line 25024, app/assets/stylesheets/_custom.scss */
  .h-xxl-100 {
    height: 100% !important;
  }
  /* line 25028, app/assets/stylesheets/_custom.scss */
  .h-xxl-auto {
    height: auto !important;
  }
  /* line 25032, app/assets/stylesheets/_custom.scss */
  .mh-xxl-25 {
    max-height: 25% !important;
  }
  /* line 25036, app/assets/stylesheets/_custom.scss */
  .mh-xxl-30 {
    max-height: 30% !important;
  }
  /* line 25040, app/assets/stylesheets/_custom.scss */
  .mh-xxl-40 {
    max-height: 40% !important;
  }
  /* line 25044, app/assets/stylesheets/_custom.scss */
  .mh-xxl-50 {
    max-height: 50% !important;
  }
  /* line 25048, app/assets/stylesheets/_custom.scss */
  .mh-xxl-65 {
    max-height: 65% !important;
  }
  /* line 25052, app/assets/stylesheets/_custom.scss */
  .mh-xxl-75 {
    max-height: 75% !important;
  }
  /* line 25056, app/assets/stylesheets/_custom.scss */
  .mh-xxl-100 {
    max-height: 100% !important;
  }
  /* line 25060, app/assets/stylesheets/_custom.scss */
  .mh-xxl-auto {
    max-height: auto !important;
  }
  /* line 25064, app/assets/stylesheets/_custom.scss */
  .vh-xxl-100 {
    height: 100vh !important;
  }
  /* line 25068, app/assets/stylesheets/_custom.scss */
  .min-vh-xxl-100 {
    min-height: 100vh !important;
  }
  /* line 25072, app/assets/stylesheets/_custom.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 25076, app/assets/stylesheets/_custom.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 25080, app/assets/stylesheets/_custom.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 25084, app/assets/stylesheets/_custom.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 25088, app/assets/stylesheets/_custom.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 25092, app/assets/stylesheets/_custom.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 25096, app/assets/stylesheets/_custom.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 25100, app/assets/stylesheets/_custom.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 25104, app/assets/stylesheets/_custom.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25108, app/assets/stylesheets/_custom.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 25112, app/assets/stylesheets/_custom.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 25116, app/assets/stylesheets/_custom.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 25120, app/assets/stylesheets/_custom.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 25124, app/assets/stylesheets/_custom.scss */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 25128, app/assets/stylesheets/_custom.scss */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 25132, app/assets/stylesheets/_custom.scss */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 25136, app/assets/stylesheets/_custom.scss */
  .gap-xxl-4 {
    gap: 1.25rem !important;
  }
  /* line 25140, app/assets/stylesheets/_custom.scss */
  .gap-xxl-5 {
    gap: 1.5rem !important;
  }
  /* line 25144, app/assets/stylesheets/_custom.scss */
  .gap-xxl-6 {
    gap: 2rem !important;
  }
  /* line 25148, app/assets/stylesheets/_custom.scss */
  .gap-xxl-7 {
    gap: 2.5rem !important;
  }
  /* line 25152, app/assets/stylesheets/_custom.scss */
  .gap-xxl-8 {
    gap: 3rem !important;
  }
  /* line 25156, app/assets/stylesheets/_custom.scss */
  .gap-xxl-9 {
    gap: 3.5rem !important;
  }
  /* line 25160, app/assets/stylesheets/_custom.scss */
  .gap-xxl-10 {
    gap: 4rem !important;
  }
  /* line 25164, app/assets/stylesheets/_custom.scss */
  .gap-xxl-11 {
    gap: 4.5rem !important;
  }
  /* line 25168, app/assets/stylesheets/_custom.scss */
  .gap-xxl-12 {
    gap: 5rem !important;
  }
  /* line 25172, app/assets/stylesheets/_custom.scss */
  .gap-xxl-13 {
    gap: 5.5rem !important;
  }
  /* line 25176, app/assets/stylesheets/_custom.scss */
  .gap-xxl-14 {
    gap: 6rem !important;
  }
  /* line 25180, app/assets/stylesheets/_custom.scss */
  .gap-xxl-15 {
    gap: 6.5rem !important;
  }
  /* line 25184, app/assets/stylesheets/_custom.scss */
  .gap-xxl-16 {
    gap: 7rem !important;
  }
  /* line 25188, app/assets/stylesheets/_custom.scss */
  .gap-xxl-17 {
    gap: 7.5rem !important;
  }
  /* line 25192, app/assets/stylesheets/_custom.scss */
  .gap-xxl-18 {
    gap: 8rem !important;
  }
  /* line 25196, app/assets/stylesheets/_custom.scss */
  .gap-xxl-19 {
    gap: 8.5rem !important;
  }
  /* line 25200, app/assets/stylesheets/_custom.scss */
  .gap-xxl-20 {
    gap: 9rem !important;
  }
  /* line 25204, app/assets/stylesheets/_custom.scss */
  .gap-xxl-21 {
    gap: 9.5rem !important;
  }
  /* line 25208, app/assets/stylesheets/_custom.scss */
  .gap-xxl-22 {
    gap: 10rem !important;
  }
  /* line 25212, app/assets/stylesheets/_custom.scss */
  .gap-xxl-23 {
    gap: 12rem !important;
  }
  /* line 25216, app/assets/stylesheets/_custom.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 25220, app/assets/stylesheets/_custom.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 25224, app/assets/stylesheets/_custom.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 25228, app/assets/stylesheets/_custom.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 25232, app/assets/stylesheets/_custom.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 25236, app/assets/stylesheets/_custom.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 25240, app/assets/stylesheets/_custom.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 25244, app/assets/stylesheets/_custom.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 25248, app/assets/stylesheets/_custom.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 25252, app/assets/stylesheets/_custom.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 25256, app/assets/stylesheets/_custom.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 25260, app/assets/stylesheets/_custom.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 25264, app/assets/stylesheets/_custom.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 25268, app/assets/stylesheets/_custom.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 25272, app/assets/stylesheets/_custom.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 25276, app/assets/stylesheets/_custom.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 25280, app/assets/stylesheets/_custom.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 25284, app/assets/stylesheets/_custom.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 25288, app/assets/stylesheets/_custom.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 25292, app/assets/stylesheets/_custom.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 25296, app/assets/stylesheets/_custom.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 25300, app/assets/stylesheets/_custom.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 25304, app/assets/stylesheets/_custom.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 25308, app/assets/stylesheets/_custom.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 25312, app/assets/stylesheets/_custom.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 25316, app/assets/stylesheets/_custom.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 25320, app/assets/stylesheets/_custom.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 25324, app/assets/stylesheets/_custom.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 25328, app/assets/stylesheets/_custom.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 25332, app/assets/stylesheets/_custom.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 25336, app/assets/stylesheets/_custom.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 25340, app/assets/stylesheets/_custom.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 25344, app/assets/stylesheets/_custom.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 25348, app/assets/stylesheets/_custom.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 25352, app/assets/stylesheets/_custom.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 25356, app/assets/stylesheets/_custom.scss */
  .m-xxl-4 {
    margin: 1.25rem !important;
  }
  /* line 25360, app/assets/stylesheets/_custom.scss */
  .m-xxl-5 {
    margin: 1.5rem !important;
  }
  /* line 25364, app/assets/stylesheets/_custom.scss */
  .m-xxl-6 {
    margin: 2rem !important;
  }
  /* line 25368, app/assets/stylesheets/_custom.scss */
  .m-xxl-7 {
    margin: 2.5rem !important;
  }
  /* line 25372, app/assets/stylesheets/_custom.scss */
  .m-xxl-8 {
    margin: 3rem !important;
  }
  /* line 25376, app/assets/stylesheets/_custom.scss */
  .m-xxl-9 {
    margin: 3.5rem !important;
  }
  /* line 25380, app/assets/stylesheets/_custom.scss */
  .m-xxl-10 {
    margin: 4rem !important;
  }
  /* line 25384, app/assets/stylesheets/_custom.scss */
  .m-xxl-11 {
    margin: 4.5rem !important;
  }
  /* line 25388, app/assets/stylesheets/_custom.scss */
  .m-xxl-12 {
    margin: 5rem !important;
  }
  /* line 25392, app/assets/stylesheets/_custom.scss */
  .m-xxl-13 {
    margin: 5.5rem !important;
  }
  /* line 25396, app/assets/stylesheets/_custom.scss */
  .m-xxl-14 {
    margin: 6rem !important;
  }
  /* line 25400, app/assets/stylesheets/_custom.scss */
  .m-xxl-15 {
    margin: 6.5rem !important;
  }
  /* line 25404, app/assets/stylesheets/_custom.scss */
  .m-xxl-16 {
    margin: 7rem !important;
  }
  /* line 25408, app/assets/stylesheets/_custom.scss */
  .m-xxl-17 {
    margin: 7.5rem !important;
  }
  /* line 25412, app/assets/stylesheets/_custom.scss */
  .m-xxl-18 {
    margin: 8rem !important;
  }
  /* line 25416, app/assets/stylesheets/_custom.scss */
  .m-xxl-19 {
    margin: 8.5rem !important;
  }
  /* line 25420, app/assets/stylesheets/_custom.scss */
  .m-xxl-20 {
    margin: 9rem !important;
  }
  /* line 25424, app/assets/stylesheets/_custom.scss */
  .m-xxl-21 {
    margin: 9.5rem !important;
  }
  /* line 25428, app/assets/stylesheets/_custom.scss */
  .m-xxl-22 {
    margin: 10rem !important;
  }
  /* line 25432, app/assets/stylesheets/_custom.scss */
  .m-xxl-23 {
    margin: 12rem !important;
  }
  /* line 25436, app/assets/stylesheets/_custom.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 25440, app/assets/stylesheets/_custom.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 25445, app/assets/stylesheets/_custom.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 25450, app/assets/stylesheets/_custom.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 25455, app/assets/stylesheets/_custom.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 25460, app/assets/stylesheets/_custom.scss */
  .mx-xxl-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 25465, app/assets/stylesheets/_custom.scss */
  .mx-xxl-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 25470, app/assets/stylesheets/_custom.scss */
  .mx-xxl-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 25475, app/assets/stylesheets/_custom.scss */
  .mx-xxl-7 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 25480, app/assets/stylesheets/_custom.scss */
  .mx-xxl-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 25485, app/assets/stylesheets/_custom.scss */
  .mx-xxl-9 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 25490, app/assets/stylesheets/_custom.scss */
  .mx-xxl-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 25495, app/assets/stylesheets/_custom.scss */
  .mx-xxl-11 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 25500, app/assets/stylesheets/_custom.scss */
  .mx-xxl-12 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 25505, app/assets/stylesheets/_custom.scss */
  .mx-xxl-13 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 25510, app/assets/stylesheets/_custom.scss */
  .mx-xxl-14 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 25515, app/assets/stylesheets/_custom.scss */
  .mx-xxl-15 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 25520, app/assets/stylesheets/_custom.scss */
  .mx-xxl-16 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 25525, app/assets/stylesheets/_custom.scss */
  .mx-xxl-17 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 25530, app/assets/stylesheets/_custom.scss */
  .mx-xxl-18 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 25535, app/assets/stylesheets/_custom.scss */
  .mx-xxl-19 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  /* line 25540, app/assets/stylesheets/_custom.scss */
  .mx-xxl-20 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  /* line 25545, app/assets/stylesheets/_custom.scss */
  .mx-xxl-21 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  /* line 25550, app/assets/stylesheets/_custom.scss */
  .mx-xxl-22 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 25555, app/assets/stylesheets/_custom.scss */
  .mx-xxl-23 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 25560, app/assets/stylesheets/_custom.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 25565, app/assets/stylesheets/_custom.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 25570, app/assets/stylesheets/_custom.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 25575, app/assets/stylesheets/_custom.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 25580, app/assets/stylesheets/_custom.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 25585, app/assets/stylesheets/_custom.scss */
  .my-xxl-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 25590, app/assets/stylesheets/_custom.scss */
  .my-xxl-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 25595, app/assets/stylesheets/_custom.scss */
  .my-xxl-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 25600, app/assets/stylesheets/_custom.scss */
  .my-xxl-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 25605, app/assets/stylesheets/_custom.scss */
  .my-xxl-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 25610, app/assets/stylesheets/_custom.scss */
  .my-xxl-9 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 25615, app/assets/stylesheets/_custom.scss */
  .my-xxl-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 25620, app/assets/stylesheets/_custom.scss */
  .my-xxl-11 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 25625, app/assets/stylesheets/_custom.scss */
  .my-xxl-12 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 25630, app/assets/stylesheets/_custom.scss */
  .my-xxl-13 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 25635, app/assets/stylesheets/_custom.scss */
  .my-xxl-14 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 25640, app/assets/stylesheets/_custom.scss */
  .my-xxl-15 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 25645, app/assets/stylesheets/_custom.scss */
  .my-xxl-16 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 25650, app/assets/stylesheets/_custom.scss */
  .my-xxl-17 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 25655, app/assets/stylesheets/_custom.scss */
  .my-xxl-18 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 25660, app/assets/stylesheets/_custom.scss */
  .my-xxl-19 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  /* line 25665, app/assets/stylesheets/_custom.scss */
  .my-xxl-20 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  /* line 25670, app/assets/stylesheets/_custom.scss */
  .my-xxl-21 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  /* line 25675, app/assets/stylesheets/_custom.scss */
  .my-xxl-22 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 25680, app/assets/stylesheets/_custom.scss */
  .my-xxl-23 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 25685, app/assets/stylesheets/_custom.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 25690, app/assets/stylesheets/_custom.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 25694, app/assets/stylesheets/_custom.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 25698, app/assets/stylesheets/_custom.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 25702, app/assets/stylesheets/_custom.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 25706, app/assets/stylesheets/_custom.scss */
  .mt-xxl-4 {
    margin-top: 1.25rem !important;
  }
  /* line 25710, app/assets/stylesheets/_custom.scss */
  .mt-xxl-5 {
    margin-top: 1.5rem !important;
  }
  /* line 25714, app/assets/stylesheets/_custom.scss */
  .mt-xxl-6 {
    margin-top: 2rem !important;
  }
  /* line 25718, app/assets/stylesheets/_custom.scss */
  .mt-xxl-7 {
    margin-top: 2.5rem !important;
  }
  /* line 25722, app/assets/stylesheets/_custom.scss */
  .mt-xxl-8 {
    margin-top: 3rem !important;
  }
  /* line 25726, app/assets/stylesheets/_custom.scss */
  .mt-xxl-9 {
    margin-top: 3.5rem !important;
  }
  /* line 25730, app/assets/stylesheets/_custom.scss */
  .mt-xxl-10 {
    margin-top: 4rem !important;
  }
  /* line 25734, app/assets/stylesheets/_custom.scss */
  .mt-xxl-11 {
    margin-top: 4.5rem !important;
  }
  /* line 25738, app/assets/stylesheets/_custom.scss */
  .mt-xxl-12 {
    margin-top: 5rem !important;
  }
  /* line 25742, app/assets/stylesheets/_custom.scss */
  .mt-xxl-13 {
    margin-top: 5.5rem !important;
  }
  /* line 25746, app/assets/stylesheets/_custom.scss */
  .mt-xxl-14 {
    margin-top: 6rem !important;
  }
  /* line 25750, app/assets/stylesheets/_custom.scss */
  .mt-xxl-15 {
    margin-top: 6.5rem !important;
  }
  /* line 25754, app/assets/stylesheets/_custom.scss */
  .mt-xxl-16 {
    margin-top: 7rem !important;
  }
  /* line 25758, app/assets/stylesheets/_custom.scss */
  .mt-xxl-17 {
    margin-top: 7.5rem !important;
  }
  /* line 25762, app/assets/stylesheets/_custom.scss */
  .mt-xxl-18 {
    margin-top: 8rem !important;
  }
  /* line 25766, app/assets/stylesheets/_custom.scss */
  .mt-xxl-19 {
    margin-top: 8.5rem !important;
  }
  /* line 25770, app/assets/stylesheets/_custom.scss */
  .mt-xxl-20 {
    margin-top: 9rem !important;
  }
  /* line 25774, app/assets/stylesheets/_custom.scss */
  .mt-xxl-21 {
    margin-top: 9.5rem !important;
  }
  /* line 25778, app/assets/stylesheets/_custom.scss */
  .mt-xxl-22 {
    margin-top: 10rem !important;
  }
  /* line 25782, app/assets/stylesheets/_custom.scss */
  .mt-xxl-23 {
    margin-top: 12rem !important;
  }
  /* line 25786, app/assets/stylesheets/_custom.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 25790, app/assets/stylesheets/_custom.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 25794, app/assets/stylesheets/_custom.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 25798, app/assets/stylesheets/_custom.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 25802, app/assets/stylesheets/_custom.scss */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 25806, app/assets/stylesheets/_custom.scss */
  .me-xxl-4 {
    margin-right: 1.25rem !important;
  }
  /* line 25810, app/assets/stylesheets/_custom.scss */
  .me-xxl-5 {
    margin-right: 1.5rem !important;
  }
  /* line 25814, app/assets/stylesheets/_custom.scss */
  .me-xxl-6 {
    margin-right: 2rem !important;
  }
  /* line 25818, app/assets/stylesheets/_custom.scss */
  .me-xxl-7 {
    margin-right: 2.5rem !important;
  }
  /* line 25822, app/assets/stylesheets/_custom.scss */
  .me-xxl-8 {
    margin-right: 3rem !important;
  }
  /* line 25826, app/assets/stylesheets/_custom.scss */
  .me-xxl-9 {
    margin-right: 3.5rem !important;
  }
  /* line 25830, app/assets/stylesheets/_custom.scss */
  .me-xxl-10 {
    margin-right: 4rem !important;
  }
  /* line 25834, app/assets/stylesheets/_custom.scss */
  .me-xxl-11 {
    margin-right: 4.5rem !important;
  }
  /* line 25838, app/assets/stylesheets/_custom.scss */
  .me-xxl-12 {
    margin-right: 5rem !important;
  }
  /* line 25842, app/assets/stylesheets/_custom.scss */
  .me-xxl-13 {
    margin-right: 5.5rem !important;
  }
  /* line 25846, app/assets/stylesheets/_custom.scss */
  .me-xxl-14 {
    margin-right: 6rem !important;
  }
  /* line 25850, app/assets/stylesheets/_custom.scss */
  .me-xxl-15 {
    margin-right: 6.5rem !important;
  }
  /* line 25854, app/assets/stylesheets/_custom.scss */
  .me-xxl-16 {
    margin-right: 7rem !important;
  }
  /* line 25858, app/assets/stylesheets/_custom.scss */
  .me-xxl-17 {
    margin-right: 7.5rem !important;
  }
  /* line 25862, app/assets/stylesheets/_custom.scss */
  .me-xxl-18 {
    margin-right: 8rem !important;
  }
  /* line 25866, app/assets/stylesheets/_custom.scss */
  .me-xxl-19 {
    margin-right: 8.5rem !important;
  }
  /* line 25870, app/assets/stylesheets/_custom.scss */
  .me-xxl-20 {
    margin-right: 9rem !important;
  }
  /* line 25874, app/assets/stylesheets/_custom.scss */
  .me-xxl-21 {
    margin-right: 9.5rem !important;
  }
  /* line 25878, app/assets/stylesheets/_custom.scss */
  .me-xxl-22 {
    margin-right: 10rem !important;
  }
  /* line 25882, app/assets/stylesheets/_custom.scss */
  .me-xxl-23 {
    margin-right: 12rem !important;
  }
  /* line 25886, app/assets/stylesheets/_custom.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 25890, app/assets/stylesheets/_custom.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 25894, app/assets/stylesheets/_custom.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 25898, app/assets/stylesheets/_custom.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 25902, app/assets/stylesheets/_custom.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 25906, app/assets/stylesheets/_custom.scss */
  .mb-xxl-4 {
    margin-bottom: 1.25rem !important;
  }
  /* line 25910, app/assets/stylesheets/_custom.scss */
  .mb-xxl-5 {
    margin-bottom: 1.5rem !important;
  }
  /* line 25914, app/assets/stylesheets/_custom.scss */
  .mb-xxl-6 {
    margin-bottom: 2rem !important;
  }
  /* line 25918, app/assets/stylesheets/_custom.scss */
  .mb-xxl-7 {
    margin-bottom: 2.5rem !important;
  }
  /* line 25922, app/assets/stylesheets/_custom.scss */
  .mb-xxl-8 {
    margin-bottom: 3rem !important;
  }
  /* line 25926, app/assets/stylesheets/_custom.scss */
  .mb-xxl-9 {
    margin-bottom: 3.5rem !important;
  }
  /* line 25930, app/assets/stylesheets/_custom.scss */
  .mb-xxl-10 {
    margin-bottom: 4rem !important;
  }
  /* line 25934, app/assets/stylesheets/_custom.scss */
  .mb-xxl-11 {
    margin-bottom: 4.5rem !important;
  }
  /* line 25938, app/assets/stylesheets/_custom.scss */
  .mb-xxl-12 {
    margin-bottom: 5rem !important;
  }
  /* line 25942, app/assets/stylesheets/_custom.scss */
  .mb-xxl-13 {
    margin-bottom: 5.5rem !important;
  }
  /* line 25946, app/assets/stylesheets/_custom.scss */
  .mb-xxl-14 {
    margin-bottom: 6rem !important;
  }
  /* line 25950, app/assets/stylesheets/_custom.scss */
  .mb-xxl-15 {
    margin-bottom: 6.5rem !important;
  }
  /* line 25954, app/assets/stylesheets/_custom.scss */
  .mb-xxl-16 {
    margin-bottom: 7rem !important;
  }
  /* line 25958, app/assets/stylesheets/_custom.scss */
  .mb-xxl-17 {
    margin-bottom: 7.5rem !important;
  }
  /* line 25962, app/assets/stylesheets/_custom.scss */
  .mb-xxl-18 {
    margin-bottom: 8rem !important;
  }
  /* line 25966, app/assets/stylesheets/_custom.scss */
  .mb-xxl-19 {
    margin-bottom: 8.5rem !important;
  }
  /* line 25970, app/assets/stylesheets/_custom.scss */
  .mb-xxl-20 {
    margin-bottom: 9rem !important;
  }
  /* line 25974, app/assets/stylesheets/_custom.scss */
  .mb-xxl-21 {
    margin-bottom: 9.5rem !important;
  }
  /* line 25978, app/assets/stylesheets/_custom.scss */
  .mb-xxl-22 {
    margin-bottom: 10rem !important;
  }
  /* line 25982, app/assets/stylesheets/_custom.scss */
  .mb-xxl-23 {
    margin-bottom: 12rem !important;
  }
  /* line 25986, app/assets/stylesheets/_custom.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 25990, app/assets/stylesheets/_custom.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 25994, app/assets/stylesheets/_custom.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 25998, app/assets/stylesheets/_custom.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 26002, app/assets/stylesheets/_custom.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 26006, app/assets/stylesheets/_custom.scss */
  .ms-xxl-4 {
    margin-left: 1.25rem !important;
  }
  /* line 26010, app/assets/stylesheets/_custom.scss */
  .ms-xxl-5 {
    margin-left: 1.5rem !important;
  }
  /* line 26014, app/assets/stylesheets/_custom.scss */
  .ms-xxl-6 {
    margin-left: 2rem !important;
  }
  /* line 26018, app/assets/stylesheets/_custom.scss */
  .ms-xxl-7 {
    margin-left: 2.5rem !important;
  }
  /* line 26022, app/assets/stylesheets/_custom.scss */
  .ms-xxl-8 {
    margin-left: 3rem !important;
  }
  /* line 26026, app/assets/stylesheets/_custom.scss */
  .ms-xxl-9 {
    margin-left: 3.5rem !important;
  }
  /* line 26030, app/assets/stylesheets/_custom.scss */
  .ms-xxl-10 {
    margin-left: 4rem !important;
  }
  /* line 26034, app/assets/stylesheets/_custom.scss */
  .ms-xxl-11 {
    margin-left: 4.5rem !important;
  }
  /* line 26038, app/assets/stylesheets/_custom.scss */
  .ms-xxl-12 {
    margin-left: 5rem !important;
  }
  /* line 26042, app/assets/stylesheets/_custom.scss */
  .ms-xxl-13 {
    margin-left: 5.5rem !important;
  }
  /* line 26046, app/assets/stylesheets/_custom.scss */
  .ms-xxl-14 {
    margin-left: 6rem !important;
  }
  /* line 26050, app/assets/stylesheets/_custom.scss */
  .ms-xxl-15 {
    margin-left: 6.5rem !important;
  }
  /* line 26054, app/assets/stylesheets/_custom.scss */
  .ms-xxl-16 {
    margin-left: 7rem !important;
  }
  /* line 26058, app/assets/stylesheets/_custom.scss */
  .ms-xxl-17 {
    margin-left: 7.5rem !important;
  }
  /* line 26062, app/assets/stylesheets/_custom.scss */
  .ms-xxl-18 {
    margin-left: 8rem !important;
  }
  /* line 26066, app/assets/stylesheets/_custom.scss */
  .ms-xxl-19 {
    margin-left: 8.5rem !important;
  }
  /* line 26070, app/assets/stylesheets/_custom.scss */
  .ms-xxl-20 {
    margin-left: 9rem !important;
  }
  /* line 26074, app/assets/stylesheets/_custom.scss */
  .ms-xxl-21 {
    margin-left: 9.5rem !important;
  }
  /* line 26078, app/assets/stylesheets/_custom.scss */
  .ms-xxl-22 {
    margin-left: 10rem !important;
  }
  /* line 26082, app/assets/stylesheets/_custom.scss */
  .ms-xxl-23 {
    margin-left: 12rem !important;
  }
  /* line 26086, app/assets/stylesheets/_custom.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 26090, app/assets/stylesheets/_custom.scss */
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  /* line 26094, app/assets/stylesheets/_custom.scss */
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  /* line 26098, app/assets/stylesheets/_custom.scss */
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  /* line 26102, app/assets/stylesheets/_custom.scss */
  .m-xxl-n4 {
    margin: -1.25rem !important;
  }
  /* line 26106, app/assets/stylesheets/_custom.scss */
  .m-xxl-n5 {
    margin: -1.5rem !important;
  }
  /* line 26110, app/assets/stylesheets/_custom.scss */
  .m-xxl-n6 {
    margin: -2rem !important;
  }
  /* line 26114, app/assets/stylesheets/_custom.scss */
  .m-xxl-n7 {
    margin: -2.5rem !important;
  }
  /* line 26118, app/assets/stylesheets/_custom.scss */
  .m-xxl-n8 {
    margin: -3rem !important;
  }
  /* line 26122, app/assets/stylesheets/_custom.scss */
  .m-xxl-n9 {
    margin: -3.5rem !important;
  }
  /* line 26126, app/assets/stylesheets/_custom.scss */
  .m-xxl-n10 {
    margin: -4rem !important;
  }
  /* line 26130, app/assets/stylesheets/_custom.scss */
  .m-xxl-n11 {
    margin: -4.5rem !important;
  }
  /* line 26134, app/assets/stylesheets/_custom.scss */
  .m-xxl-n12 {
    margin: -5rem !important;
  }
  /* line 26138, app/assets/stylesheets/_custom.scss */
  .m-xxl-n13 {
    margin: -5.5rem !important;
  }
  /* line 26142, app/assets/stylesheets/_custom.scss */
  .m-xxl-n14 {
    margin: -6rem !important;
  }
  /* line 26146, app/assets/stylesheets/_custom.scss */
  .m-xxl-n15 {
    margin: -6.5rem !important;
  }
  /* line 26150, app/assets/stylesheets/_custom.scss */
  .m-xxl-n16 {
    margin: -7rem !important;
  }
  /* line 26154, app/assets/stylesheets/_custom.scss */
  .m-xxl-n17 {
    margin: -7.5rem !important;
  }
  /* line 26158, app/assets/stylesheets/_custom.scss */
  .m-xxl-n18 {
    margin: -8rem !important;
  }
  /* line 26162, app/assets/stylesheets/_custom.scss */
  .m-xxl-n19 {
    margin: -8.5rem !important;
  }
  /* line 26166, app/assets/stylesheets/_custom.scss */
  .m-xxl-n20 {
    margin: -9rem !important;
  }
  /* line 26170, app/assets/stylesheets/_custom.scss */
  .m-xxl-n21 {
    margin: -9.5rem !important;
  }
  /* line 26174, app/assets/stylesheets/_custom.scss */
  .m-xxl-n22 {
    margin: -10rem !important;
  }
  /* line 26178, app/assets/stylesheets/_custom.scss */
  .m-xxl-n23 {
    margin: -12rem !important;
  }
  /* line 26182, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 26187, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 26192, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 26197, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n4 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  /* line 26202, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 26207, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 26212, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n7 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 26217, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n8 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 26222, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n9 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 26227, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n10 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 26232, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n11 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 26237, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n12 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 26242, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n13 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 26247, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n14 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 26252, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n15 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 26257, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n16 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 26262, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n17 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 26267, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n18 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 26272, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n19 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  /* line 26277, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n20 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  /* line 26282, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n21 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  /* line 26287, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n22 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 26292, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n23 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 26297, app/assets/stylesheets/_custom.scss */
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 26302, app/assets/stylesheets/_custom.scss */
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 26307, app/assets/stylesheets/_custom.scss */
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 26312, app/assets/stylesheets/_custom.scss */
  .my-xxl-n4 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  /* line 26317, app/assets/stylesheets/_custom.scss */
  .my-xxl-n5 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 26322, app/assets/stylesheets/_custom.scss */
  .my-xxl-n6 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 26327, app/assets/stylesheets/_custom.scss */
  .my-xxl-n7 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 26332, app/assets/stylesheets/_custom.scss */
  .my-xxl-n8 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 26337, app/assets/stylesheets/_custom.scss */
  .my-xxl-n9 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 26342, app/assets/stylesheets/_custom.scss */
  .my-xxl-n10 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 26347, app/assets/stylesheets/_custom.scss */
  .my-xxl-n11 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 26352, app/assets/stylesheets/_custom.scss */
  .my-xxl-n12 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 26357, app/assets/stylesheets/_custom.scss */
  .my-xxl-n13 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 26362, app/assets/stylesheets/_custom.scss */
  .my-xxl-n14 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 26367, app/assets/stylesheets/_custom.scss */
  .my-xxl-n15 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 26372, app/assets/stylesheets/_custom.scss */
  .my-xxl-n16 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 26377, app/assets/stylesheets/_custom.scss */
  .my-xxl-n17 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 26382, app/assets/stylesheets/_custom.scss */
  .my-xxl-n18 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 26387, app/assets/stylesheets/_custom.scss */
  .my-xxl-n19 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  /* line 26392, app/assets/stylesheets/_custom.scss */
  .my-xxl-n20 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  /* line 26397, app/assets/stylesheets/_custom.scss */
  .my-xxl-n21 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  /* line 26402, app/assets/stylesheets/_custom.scss */
  .my-xxl-n22 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 26407, app/assets/stylesheets/_custom.scss */
  .my-xxl-n23 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 26412, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 26416, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 26420, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  /* line 26424, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n4 {
    margin-top: -1.25rem !important;
  }
  /* line 26428, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n5 {
    margin-top: -1.5rem !important;
  }
  /* line 26432, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n6 {
    margin-top: -2rem !important;
  }
  /* line 26436, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n7 {
    margin-top: -2.5rem !important;
  }
  /* line 26440, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n8 {
    margin-top: -3rem !important;
  }
  /* line 26444, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n9 {
    margin-top: -3.5rem !important;
  }
  /* line 26448, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n10 {
    margin-top: -4rem !important;
  }
  /* line 26452, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n11 {
    margin-top: -4.5rem !important;
  }
  /* line 26456, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n12 {
    margin-top: -5rem !important;
  }
  /* line 26460, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n13 {
    margin-top: -5.5rem !important;
  }
  /* line 26464, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n14 {
    margin-top: -6rem !important;
  }
  /* line 26468, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n15 {
    margin-top: -6.5rem !important;
  }
  /* line 26472, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n16 {
    margin-top: -7rem !important;
  }
  /* line 26476, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n17 {
    margin-top: -7.5rem !important;
  }
  /* line 26480, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n18 {
    margin-top: -8rem !important;
  }
  /* line 26484, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n19 {
    margin-top: -8.5rem !important;
  }
  /* line 26488, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n20 {
    margin-top: -9rem !important;
  }
  /* line 26492, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n21 {
    margin-top: -9.5rem !important;
  }
  /* line 26496, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n22 {
    margin-top: -10rem !important;
  }
  /* line 26500, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n23 {
    margin-top: -12rem !important;
  }
  /* line 26504, app/assets/stylesheets/_custom.scss */
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 26508, app/assets/stylesheets/_custom.scss */
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 26512, app/assets/stylesheets/_custom.scss */
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  /* line 26516, app/assets/stylesheets/_custom.scss */
  .me-xxl-n4 {
    margin-right: -1.25rem !important;
  }
  /* line 26520, app/assets/stylesheets/_custom.scss */
  .me-xxl-n5 {
    margin-right: -1.5rem !important;
  }
  /* line 26524, app/assets/stylesheets/_custom.scss */
  .me-xxl-n6 {
    margin-right: -2rem !important;
  }
  /* line 26528, app/assets/stylesheets/_custom.scss */
  .me-xxl-n7 {
    margin-right: -2.5rem !important;
  }
  /* line 26532, app/assets/stylesheets/_custom.scss */
  .me-xxl-n8 {
    margin-right: -3rem !important;
  }
  /* line 26536, app/assets/stylesheets/_custom.scss */
  .me-xxl-n9 {
    margin-right: -3.5rem !important;
  }
  /* line 26540, app/assets/stylesheets/_custom.scss */
  .me-xxl-n10 {
    margin-right: -4rem !important;
  }
  /* line 26544, app/assets/stylesheets/_custom.scss */
  .me-xxl-n11 {
    margin-right: -4.5rem !important;
  }
  /* line 26548, app/assets/stylesheets/_custom.scss */
  .me-xxl-n12 {
    margin-right: -5rem !important;
  }
  /* line 26552, app/assets/stylesheets/_custom.scss */
  .me-xxl-n13 {
    margin-right: -5.5rem !important;
  }
  /* line 26556, app/assets/stylesheets/_custom.scss */
  .me-xxl-n14 {
    margin-right: -6rem !important;
  }
  /* line 26560, app/assets/stylesheets/_custom.scss */
  .me-xxl-n15 {
    margin-right: -6.5rem !important;
  }
  /* line 26564, app/assets/stylesheets/_custom.scss */
  .me-xxl-n16 {
    margin-right: -7rem !important;
  }
  /* line 26568, app/assets/stylesheets/_custom.scss */
  .me-xxl-n17 {
    margin-right: -7.5rem !important;
  }
  /* line 26572, app/assets/stylesheets/_custom.scss */
  .me-xxl-n18 {
    margin-right: -8rem !important;
  }
  /* line 26576, app/assets/stylesheets/_custom.scss */
  .me-xxl-n19 {
    margin-right: -8.5rem !important;
  }
  /* line 26580, app/assets/stylesheets/_custom.scss */
  .me-xxl-n20 {
    margin-right: -9rem !important;
  }
  /* line 26584, app/assets/stylesheets/_custom.scss */
  .me-xxl-n21 {
    margin-right: -9.5rem !important;
  }
  /* line 26588, app/assets/stylesheets/_custom.scss */
  .me-xxl-n22 {
    margin-right: -10rem !important;
  }
  /* line 26592, app/assets/stylesheets/_custom.scss */
  .me-xxl-n23 {
    margin-right: -12rem !important;
  }
  /* line 26596, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 26600, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 26604, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 26608, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n4 {
    margin-bottom: -1.25rem !important;
  }
  /* line 26612, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n5 {
    margin-bottom: -1.5rem !important;
  }
  /* line 26616, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n6 {
    margin-bottom: -2rem !important;
  }
  /* line 26620, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n7 {
    margin-bottom: -2.5rem !important;
  }
  /* line 26624, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n8 {
    margin-bottom: -3rem !important;
  }
  /* line 26628, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n9 {
    margin-bottom: -3.5rem !important;
  }
  /* line 26632, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n10 {
    margin-bottom: -4rem !important;
  }
  /* line 26636, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n11 {
    margin-bottom: -4.5rem !important;
  }
  /* line 26640, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n12 {
    margin-bottom: -5rem !important;
  }
  /* line 26644, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n13 {
    margin-bottom: -5.5rem !important;
  }
  /* line 26648, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n14 {
    margin-bottom: -6rem !important;
  }
  /* line 26652, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n15 {
    margin-bottom: -6.5rem !important;
  }
  /* line 26656, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n16 {
    margin-bottom: -7rem !important;
  }
  /* line 26660, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n17 {
    margin-bottom: -7.5rem !important;
  }
  /* line 26664, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n18 {
    margin-bottom: -8rem !important;
  }
  /* line 26668, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n19 {
    margin-bottom: -8.5rem !important;
  }
  /* line 26672, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n20 {
    margin-bottom: -9rem !important;
  }
  /* line 26676, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n21 {
    margin-bottom: -9.5rem !important;
  }
  /* line 26680, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n22 {
    margin-bottom: -10rem !important;
  }
  /* line 26684, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n23 {
    margin-bottom: -12rem !important;
  }
  /* line 26688, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 26692, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 26696, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  /* line 26700, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n4 {
    margin-left: -1.25rem !important;
  }
  /* line 26704, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n5 {
    margin-left: -1.5rem !important;
  }
  /* line 26708, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n6 {
    margin-left: -2rem !important;
  }
  /* line 26712, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n7 {
    margin-left: -2.5rem !important;
  }
  /* line 26716, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n8 {
    margin-left: -3rem !important;
  }
  /* line 26720, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n9 {
    margin-left: -3.5rem !important;
  }
  /* line 26724, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n10 {
    margin-left: -4rem !important;
  }
  /* line 26728, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n11 {
    margin-left: -4.5rem !important;
  }
  /* line 26732, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n12 {
    margin-left: -5rem !important;
  }
  /* line 26736, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n13 {
    margin-left: -5.5rem !important;
  }
  /* line 26740, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n14 {
    margin-left: -6rem !important;
  }
  /* line 26744, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n15 {
    margin-left: -6.5rem !important;
  }
  /* line 26748, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n16 {
    margin-left: -7rem !important;
  }
  /* line 26752, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n17 {
    margin-left: -7.5rem !important;
  }
  /* line 26756, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n18 {
    margin-left: -8rem !important;
  }
  /* line 26760, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n19 {
    margin-left: -8.5rem !important;
  }
  /* line 26764, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n20 {
    margin-left: -9rem !important;
  }
  /* line 26768, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n21 {
    margin-left: -9.5rem !important;
  }
  /* line 26772, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n22 {
    margin-left: -10rem !important;
  }
  /* line 26776, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n23 {
    margin-left: -12rem !important;
  }
  /* line 26780, app/assets/stylesheets/_custom.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 26784, app/assets/stylesheets/_custom.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 26788, app/assets/stylesheets/_custom.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 26792, app/assets/stylesheets/_custom.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 26796, app/assets/stylesheets/_custom.scss */
  .p-xxl-4 {
    padding: 1.25rem !important;
  }
  /* line 26800, app/assets/stylesheets/_custom.scss */
  .p-xxl-5 {
    padding: 1.5rem !important;
  }
  /* line 26804, app/assets/stylesheets/_custom.scss */
  .p-xxl-6 {
    padding: 2rem !important;
  }
  /* line 26808, app/assets/stylesheets/_custom.scss */
  .p-xxl-7 {
    padding: 2.5rem !important;
  }
  /* line 26812, app/assets/stylesheets/_custom.scss */
  .p-xxl-8 {
    padding: 3rem !important;
  }
  /* line 26816, app/assets/stylesheets/_custom.scss */
  .p-xxl-9 {
    padding: 3.5rem !important;
  }
  /* line 26820, app/assets/stylesheets/_custom.scss */
  .p-xxl-10 {
    padding: 4rem !important;
  }
  /* line 26824, app/assets/stylesheets/_custom.scss */
  .p-xxl-11 {
    padding: 4.5rem !important;
  }
  /* line 26828, app/assets/stylesheets/_custom.scss */
  .p-xxl-12 {
    padding: 5rem !important;
  }
  /* line 26832, app/assets/stylesheets/_custom.scss */
  .p-xxl-13 {
    padding: 5.5rem !important;
  }
  /* line 26836, app/assets/stylesheets/_custom.scss */
  .p-xxl-14 {
    padding: 6rem !important;
  }
  /* line 26840, app/assets/stylesheets/_custom.scss */
  .p-xxl-15 {
    padding: 6.5rem !important;
  }
  /* line 26844, app/assets/stylesheets/_custom.scss */
  .p-xxl-16 {
    padding: 7rem !important;
  }
  /* line 26848, app/assets/stylesheets/_custom.scss */
  .p-xxl-17 {
    padding: 7.5rem !important;
  }
  /* line 26852, app/assets/stylesheets/_custom.scss */
  .p-xxl-18 {
    padding: 8rem !important;
  }
  /* line 26856, app/assets/stylesheets/_custom.scss */
  .p-xxl-19 {
    padding: 8.5rem !important;
  }
  /* line 26860, app/assets/stylesheets/_custom.scss */
  .p-xxl-20 {
    padding: 9rem !important;
  }
  /* line 26864, app/assets/stylesheets/_custom.scss */
  .p-xxl-21 {
    padding: 9.5rem !important;
  }
  /* line 26868, app/assets/stylesheets/_custom.scss */
  .p-xxl-22 {
    padding: 10rem !important;
  }
  /* line 26872, app/assets/stylesheets/_custom.scss */
  .p-xxl-23 {
    padding: 12rem !important;
  }
  /* line 26876, app/assets/stylesheets/_custom.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 26881, app/assets/stylesheets/_custom.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 26886, app/assets/stylesheets/_custom.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 26891, app/assets/stylesheets/_custom.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 26896, app/assets/stylesheets/_custom.scss */
  .px-xxl-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 26901, app/assets/stylesheets/_custom.scss */
  .px-xxl-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 26906, app/assets/stylesheets/_custom.scss */
  .px-xxl-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 26911, app/assets/stylesheets/_custom.scss */
  .px-xxl-7 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 26916, app/assets/stylesheets/_custom.scss */
  .px-xxl-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 26921, app/assets/stylesheets/_custom.scss */
  .px-xxl-9 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 26926, app/assets/stylesheets/_custom.scss */
  .px-xxl-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 26931, app/assets/stylesheets/_custom.scss */
  .px-xxl-11 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 26936, app/assets/stylesheets/_custom.scss */
  .px-xxl-12 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 26941, app/assets/stylesheets/_custom.scss */
  .px-xxl-13 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 26946, app/assets/stylesheets/_custom.scss */
  .px-xxl-14 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 26951, app/assets/stylesheets/_custom.scss */
  .px-xxl-15 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 26956, app/assets/stylesheets/_custom.scss */
  .px-xxl-16 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 26961, app/assets/stylesheets/_custom.scss */
  .px-xxl-17 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 26966, app/assets/stylesheets/_custom.scss */
  .px-xxl-18 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 26971, app/assets/stylesheets/_custom.scss */
  .px-xxl-19 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  /* line 26976, app/assets/stylesheets/_custom.scss */
  .px-xxl-20 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  /* line 26981, app/assets/stylesheets/_custom.scss */
  .px-xxl-21 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  /* line 26986, app/assets/stylesheets/_custom.scss */
  .px-xxl-22 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 26991, app/assets/stylesheets/_custom.scss */
  .px-xxl-23 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 26996, app/assets/stylesheets/_custom.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 27001, app/assets/stylesheets/_custom.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 27006, app/assets/stylesheets/_custom.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 27011, app/assets/stylesheets/_custom.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 27016, app/assets/stylesheets/_custom.scss */
  .py-xxl-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 27021, app/assets/stylesheets/_custom.scss */
  .py-xxl-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 27026, app/assets/stylesheets/_custom.scss */
  .py-xxl-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 27031, app/assets/stylesheets/_custom.scss */
  .py-xxl-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 27036, app/assets/stylesheets/_custom.scss */
  .py-xxl-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 27041, app/assets/stylesheets/_custom.scss */
  .py-xxl-9 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 27046, app/assets/stylesheets/_custom.scss */
  .py-xxl-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 27051, app/assets/stylesheets/_custom.scss */
  .py-xxl-11 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 27056, app/assets/stylesheets/_custom.scss */
  .py-xxl-12 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 27061, app/assets/stylesheets/_custom.scss */
  .py-xxl-13 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 27066, app/assets/stylesheets/_custom.scss */
  .py-xxl-14 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 27071, app/assets/stylesheets/_custom.scss */
  .py-xxl-15 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 27076, app/assets/stylesheets/_custom.scss */
  .py-xxl-16 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 27081, app/assets/stylesheets/_custom.scss */
  .py-xxl-17 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 27086, app/assets/stylesheets/_custom.scss */
  .py-xxl-18 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 27091, app/assets/stylesheets/_custom.scss */
  .py-xxl-19 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  /* line 27096, app/assets/stylesheets/_custom.scss */
  .py-xxl-20 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  /* line 27101, app/assets/stylesheets/_custom.scss */
  .py-xxl-21 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  /* line 27106, app/assets/stylesheets/_custom.scss */
  .py-xxl-22 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 27111, app/assets/stylesheets/_custom.scss */
  .py-xxl-23 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 27116, app/assets/stylesheets/_custom.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 27120, app/assets/stylesheets/_custom.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 27124, app/assets/stylesheets/_custom.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 27128, app/assets/stylesheets/_custom.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 27132, app/assets/stylesheets/_custom.scss */
  .pt-xxl-4 {
    padding-top: 1.25rem !important;
  }
  /* line 27136, app/assets/stylesheets/_custom.scss */
  .pt-xxl-5 {
    padding-top: 1.5rem !important;
  }
  /* line 27140, app/assets/stylesheets/_custom.scss */
  .pt-xxl-6 {
    padding-top: 2rem !important;
  }
  /* line 27144, app/assets/stylesheets/_custom.scss */
  .pt-xxl-7 {
    padding-top: 2.5rem !important;
  }
  /* line 27148, app/assets/stylesheets/_custom.scss */
  .pt-xxl-8 {
    padding-top: 3rem !important;
  }
  /* line 27152, app/assets/stylesheets/_custom.scss */
  .pt-xxl-9 {
    padding-top: 3.5rem !important;
  }
  /* line 27156, app/assets/stylesheets/_custom.scss */
  .pt-xxl-10 {
    padding-top: 4rem !important;
  }
  /* line 27160, app/assets/stylesheets/_custom.scss */
  .pt-xxl-11 {
    padding-top: 4.5rem !important;
  }
  /* line 27164, app/assets/stylesheets/_custom.scss */
  .pt-xxl-12 {
    padding-top: 5rem !important;
  }
  /* line 27168, app/assets/stylesheets/_custom.scss */
  .pt-xxl-13 {
    padding-top: 5.5rem !important;
  }
  /* line 27172, app/assets/stylesheets/_custom.scss */
  .pt-xxl-14 {
    padding-top: 6rem !important;
  }
  /* line 27176, app/assets/stylesheets/_custom.scss */
  .pt-xxl-15 {
    padding-top: 6.5rem !important;
  }
  /* line 27180, app/assets/stylesheets/_custom.scss */
  .pt-xxl-16 {
    padding-top: 7rem !important;
  }
  /* line 27184, app/assets/stylesheets/_custom.scss */
  .pt-xxl-17 {
    padding-top: 7.5rem !important;
  }
  /* line 27188, app/assets/stylesheets/_custom.scss */
  .pt-xxl-18 {
    padding-top: 8rem !important;
  }
  /* line 27192, app/assets/stylesheets/_custom.scss */
  .pt-xxl-19 {
    padding-top: 8.5rem !important;
  }
  /* line 27196, app/assets/stylesheets/_custom.scss */
  .pt-xxl-20 {
    padding-top: 9rem !important;
  }
  /* line 27200, app/assets/stylesheets/_custom.scss */
  .pt-xxl-21 {
    padding-top: 9.5rem !important;
  }
  /* line 27204, app/assets/stylesheets/_custom.scss */
  .pt-xxl-22 {
    padding-top: 10rem !important;
  }
  /* line 27208, app/assets/stylesheets/_custom.scss */
  .pt-xxl-23 {
    padding-top: 12rem !important;
  }
  /* line 27212, app/assets/stylesheets/_custom.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 27216, app/assets/stylesheets/_custom.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 27220, app/assets/stylesheets/_custom.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 27224, app/assets/stylesheets/_custom.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 27228, app/assets/stylesheets/_custom.scss */
  .pe-xxl-4 {
    padding-right: 1.25rem !important;
  }
  /* line 27232, app/assets/stylesheets/_custom.scss */
  .pe-xxl-5 {
    padding-right: 1.5rem !important;
  }
  /* line 27236, app/assets/stylesheets/_custom.scss */
  .pe-xxl-6 {
    padding-right: 2rem !important;
  }
  /* line 27240, app/assets/stylesheets/_custom.scss */
  .pe-xxl-7 {
    padding-right: 2.5rem !important;
  }
  /* line 27244, app/assets/stylesheets/_custom.scss */
  .pe-xxl-8 {
    padding-right: 3rem !important;
  }
  /* line 27248, app/assets/stylesheets/_custom.scss */
  .pe-xxl-9 {
    padding-right: 3.5rem !important;
  }
  /* line 27252, app/assets/stylesheets/_custom.scss */
  .pe-xxl-10 {
    padding-right: 4rem !important;
  }
  /* line 27256, app/assets/stylesheets/_custom.scss */
  .pe-xxl-11 {
    padding-right: 4.5rem !important;
  }
  /* line 27260, app/assets/stylesheets/_custom.scss */
  .pe-xxl-12 {
    padding-right: 5rem !important;
  }
  /* line 27264, app/assets/stylesheets/_custom.scss */
  .pe-xxl-13 {
    padding-right: 5.5rem !important;
  }
  /* line 27268, app/assets/stylesheets/_custom.scss */
  .pe-xxl-14 {
    padding-right: 6rem !important;
  }
  /* line 27272, app/assets/stylesheets/_custom.scss */
  .pe-xxl-15 {
    padding-right: 6.5rem !important;
  }
  /* line 27276, app/assets/stylesheets/_custom.scss */
  .pe-xxl-16 {
    padding-right: 7rem !important;
  }
  /* line 27280, app/assets/stylesheets/_custom.scss */
  .pe-xxl-17 {
    padding-right: 7.5rem !important;
  }
  /* line 27284, app/assets/stylesheets/_custom.scss */
  .pe-xxl-18 {
    padding-right: 8rem !important;
  }
  /* line 27288, app/assets/stylesheets/_custom.scss */
  .pe-xxl-19 {
    padding-right: 8.5rem !important;
  }
  /* line 27292, app/assets/stylesheets/_custom.scss */
  .pe-xxl-20 {
    padding-right: 9rem !important;
  }
  /* line 27296, app/assets/stylesheets/_custom.scss */
  .pe-xxl-21 {
    padding-right: 9.5rem !important;
  }
  /* line 27300, app/assets/stylesheets/_custom.scss */
  .pe-xxl-22 {
    padding-right: 10rem !important;
  }
  /* line 27304, app/assets/stylesheets/_custom.scss */
  .pe-xxl-23 {
    padding-right: 12rem !important;
  }
  /* line 27308, app/assets/stylesheets/_custom.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 27312, app/assets/stylesheets/_custom.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 27316, app/assets/stylesheets/_custom.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 27320, app/assets/stylesheets/_custom.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 27324, app/assets/stylesheets/_custom.scss */
  .pb-xxl-4 {
    padding-bottom: 1.25rem !important;
  }
  /* line 27328, app/assets/stylesheets/_custom.scss */
  .pb-xxl-5 {
    padding-bottom: 1.5rem !important;
  }
  /* line 27332, app/assets/stylesheets/_custom.scss */
  .pb-xxl-6 {
    padding-bottom: 2rem !important;
  }
  /* line 27336, app/assets/stylesheets/_custom.scss */
  .pb-xxl-7 {
    padding-bottom: 2.5rem !important;
  }
  /* line 27340, app/assets/stylesheets/_custom.scss */
  .pb-xxl-8 {
    padding-bottom: 3rem !important;
  }
  /* line 27344, app/assets/stylesheets/_custom.scss */
  .pb-xxl-9 {
    padding-bottom: 3.5rem !important;
  }
  /* line 27348, app/assets/stylesheets/_custom.scss */
  .pb-xxl-10 {
    padding-bottom: 4rem !important;
  }
  /* line 27352, app/assets/stylesheets/_custom.scss */
  .pb-xxl-11 {
    padding-bottom: 4.5rem !important;
  }
  /* line 27356, app/assets/stylesheets/_custom.scss */
  .pb-xxl-12 {
    padding-bottom: 5rem !important;
  }
  /* line 27360, app/assets/stylesheets/_custom.scss */
  .pb-xxl-13 {
    padding-bottom: 5.5rem !important;
  }
  /* line 27364, app/assets/stylesheets/_custom.scss */
  .pb-xxl-14 {
    padding-bottom: 6rem !important;
  }
  /* line 27368, app/assets/stylesheets/_custom.scss */
  .pb-xxl-15 {
    padding-bottom: 6.5rem !important;
  }
  /* line 27372, app/assets/stylesheets/_custom.scss */
  .pb-xxl-16 {
    padding-bottom: 7rem !important;
  }
  /* line 27376, app/assets/stylesheets/_custom.scss */
  .pb-xxl-17 {
    padding-bottom: 7.5rem !important;
  }
  /* line 27380, app/assets/stylesheets/_custom.scss */
  .pb-xxl-18 {
    padding-bottom: 8rem !important;
  }
  /* line 27384, app/assets/stylesheets/_custom.scss */
  .pb-xxl-19 {
    padding-bottom: 8.5rem !important;
  }
  /* line 27388, app/assets/stylesheets/_custom.scss */
  .pb-xxl-20 {
    padding-bottom: 9rem !important;
  }
  /* line 27392, app/assets/stylesheets/_custom.scss */
  .pb-xxl-21 {
    padding-bottom: 9.5rem !important;
  }
  /* line 27396, app/assets/stylesheets/_custom.scss */
  .pb-xxl-22 {
    padding-bottom: 10rem !important;
  }
  /* line 27400, app/assets/stylesheets/_custom.scss */
  .pb-xxl-23 {
    padding-bottom: 12rem !important;
  }
  /* line 27404, app/assets/stylesheets/_custom.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 27408, app/assets/stylesheets/_custom.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 27412, app/assets/stylesheets/_custom.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 27416, app/assets/stylesheets/_custom.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 27420, app/assets/stylesheets/_custom.scss */
  .ps-xxl-4 {
    padding-left: 1.25rem !important;
  }
  /* line 27424, app/assets/stylesheets/_custom.scss */
  .ps-xxl-5 {
    padding-left: 1.5rem !important;
  }
  /* line 27428, app/assets/stylesheets/_custom.scss */
  .ps-xxl-6 {
    padding-left: 2rem !important;
  }
  /* line 27432, app/assets/stylesheets/_custom.scss */
  .ps-xxl-7 {
    padding-left: 2.5rem !important;
  }
  /* line 27436, app/assets/stylesheets/_custom.scss */
  .ps-xxl-8 {
    padding-left: 3rem !important;
  }
  /* line 27440, app/assets/stylesheets/_custom.scss */
  .ps-xxl-9 {
    padding-left: 3.5rem !important;
  }
  /* line 27444, app/assets/stylesheets/_custom.scss */
  .ps-xxl-10 {
    padding-left: 4rem !important;
  }
  /* line 27448, app/assets/stylesheets/_custom.scss */
  .ps-xxl-11 {
    padding-left: 4.5rem !important;
  }
  /* line 27452, app/assets/stylesheets/_custom.scss */
  .ps-xxl-12 {
    padding-left: 5rem !important;
  }
  /* line 27456, app/assets/stylesheets/_custom.scss */
  .ps-xxl-13 {
    padding-left: 5.5rem !important;
  }
  /* line 27460, app/assets/stylesheets/_custom.scss */
  .ps-xxl-14 {
    padding-left: 6rem !important;
  }
  /* line 27464, app/assets/stylesheets/_custom.scss */
  .ps-xxl-15 {
    padding-left: 6.5rem !important;
  }
  /* line 27468, app/assets/stylesheets/_custom.scss */
  .ps-xxl-16 {
    padding-left: 7rem !important;
  }
  /* line 27472, app/assets/stylesheets/_custom.scss */
  .ps-xxl-17 {
    padding-left: 7.5rem !important;
  }
  /* line 27476, app/assets/stylesheets/_custom.scss */
  .ps-xxl-18 {
    padding-left: 8rem !important;
  }
  /* line 27480, app/assets/stylesheets/_custom.scss */
  .ps-xxl-19 {
    padding-left: 8.5rem !important;
  }
  /* line 27484, app/assets/stylesheets/_custom.scss */
  .ps-xxl-20 {
    padding-left: 9rem !important;
  }
  /* line 27488, app/assets/stylesheets/_custom.scss */
  .ps-xxl-21 {
    padding-left: 9.5rem !important;
  }
  /* line 27492, app/assets/stylesheets/_custom.scss */
  .ps-xxl-22 {
    padding-left: 10rem !important;
  }
  /* line 27496, app/assets/stylesheets/_custom.scss */
  .ps-xxl-23 {
    padding-left: 12rem !important;
  }
  /* line 27500, app/assets/stylesheets/_custom.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 27504, app/assets/stylesheets/_custom.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 27508, app/assets/stylesheets/_custom.scss */
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 27514, app/assets/stylesheets/_custom.scss */
  .fs-1 {
    font-size: 2.25rem !important;
  }
  /* line 27518, app/assets/stylesheets/_custom.scss */
  .fs-2 {
    font-size: 1.875rem !important;
  }
  /* line 27522, app/assets/stylesheets/_custom.scss */
  .fs-3 {
    font-size: 1.5rem !important;
  }
}

@media print {
  /* line 27528, app/assets/stylesheets/_custom.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 27532, app/assets/stylesheets/_custom.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 27536, app/assets/stylesheets/_custom.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 27540, app/assets/stylesheets/_custom.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 27544, app/assets/stylesheets/_custom.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 27548, app/assets/stylesheets/_custom.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 27552, app/assets/stylesheets/_custom.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 27556, app/assets/stylesheets/_custom.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 27560, app/assets/stylesheets/_custom.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 27564, app/assets/stylesheets/_custom.scss */
  .d-print-none {
    display: none !important;
  }
}

/* line 27569, 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 27584, app/assets/stylesheets/_custom.scss */
.navbar-vertical .slimScrollDiv {
  height: 100% !important;
  overflow-y: auto;
}

/* line 27589, app/assets/stylesheets/_custom.scss */
.navbar-vertical .nav-scroller {
  height: 100% !important;
  overflow-y: auto;
}

/* line 27594, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-brand {
  padding: 1rem 1.5rem 1.5rem;
  margin-right: 0px;
  display: block;
}

/* line 27600, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-brand img {
  height: 1.875rem;
}

/* line 27604, 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 27613, 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 27625, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav-item .nav-link:hover {
  color: #F4F6F8;
}

/* line 27629, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav-item .nav-link:hover .nav-icon {
  color: #F4F6F8;
  opacity: 1;
}

/* line 27634, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav-item .nav-link.active {
  color: #F4F6F8;
}

/* line 27638, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav-item .nav-link.active .nav-icon {
  color: #F4F6F8;
  opacity: 1;
}

/* line 27643, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav-item .nav-link[data-bs-toggle=collapse] {
  position: relative;
}

/* line 27647, 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 27664, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav-icon {
  opacity: 0.6;
  font-size: 0.875rem;
  transition: all 0.5s;
}

/* line 27670, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .sub-nav-icon {
  font-size: 0.35rem;
  margin-right: 0.5rem;
}

/* line 27675, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav .nav-item .nav-link {
  color: #919EAB;
  padding: 0.25rem 3rem;
}

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

/* line 27684, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav .nav-item .nav-link.active {
  color: #fff;
}

/* line 27688, 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 27693, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav .nav-item .nav .nav-item .nav-link:hover {
  color: #fff;
}

/* line 27697, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav .nav-item .nav .nav-item .nav-link.active {
  color: #fff;
}

/* line 27701, 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 27706, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav .nav-item .nav .nav-item .nav .nav-item .nav-link:hover {
  color: #fff;
}

/* line 27710, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav .nav-item .nav .nav-item .nav .nav-item .nav-link.active {
  color: #fff;
}

/* line 27714, app/assets/stylesheets/_custom.scss */
.collapse.in {
  display: block;
}

/* line 27718, 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 27723, app/assets/stylesheets/_custom.scss */
.navbar-classic .navbar-right-wrap .list-group-item {
  padding: 1rem 1.25rem;
}

/* line 27727, app/assets/stylesheets/_custom.scss */
.navbar-classic .nav-badge {
  position: absolute;
  top: -9px;
  right: 3px;
}

@media (min-width: 1200px) {
  /* line 27734, app/assets/stylesheets/_custom.scss */
  .navbar-classic .dropdown-menu-end {
    right: 0;
    left: auto;
  }
  /* line 27739, app/assets/stylesheets/_custom.scss */
  .navbar-classic .dropdown-menu-start {
    right: auto;
    left: 0;
  }
  /* line 27744, 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 27753, app/assets/stylesheets/_custom.scss */
  .navbar-classic .dropdown:hover > .dropdown-menu {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
  /* line 27760, 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 27769, app/assets/stylesheets/_custom.scss */
  .navbar-classic .navbar-nav .dropdown-menu {
    margin: 0px;
  }
  /* line 27773, app/assets/stylesheets/_custom.scss */
  .navbar-classic .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
    box-shadow: none;
    margin: 0;
  }
  /* line 27778, app/assets/stylesheets/_custom.scss */
  .navbar-classic .nav-top-wrap {
    flex-direction: row;
  }
  /* line 27782, app/assets/stylesheets/_custom.scss */
  .navbar-classic .nav-top-wrap .dropdown {
    position: static;
  }
  /* line 27786, app/assets/stylesheets/_custom.scss */
  .navbar-classic .nav-top-wrap .dropdown-menu {
    position: absolute;
    margin: 0.25rem 0.75rem !important;
  }
  /* line 27791, 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 27798, app/assets/stylesheets/_custom.scss */
.header .navbar {
  padding: 0.625rem 1.5rem;
}

/* line 27802, app/assets/stylesheets/_custom.scss */
.header .navbar #nav-toggle {
  font-size: 20px;
  color: #454F5B;
  line-height: 0.5;
}

@media (max-width: 576px) {
  /* line 27809, app/assets/stylesheets/_custom.scss */
  .header .navbar .navbar-nav {
    flex-direction: row;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 27815, app/assets/stylesheets/_custom.scss */
  .header .navbar .navbar-nav {
    flex-direction: row;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 27821, app/assets/stylesheets/_custom.scss */
  .header .navbar .navbar-nav {
    flex-direction: row;
  }
}

/* line 27826, app/assets/stylesheets/_custom.scss */
#db-wrapper {
  overflow-x: hidden;
  display: flex;
}

/* line 27831, app/assets/stylesheets/_custom.scss */
#page-content {
  min-height: 100vh;
  min-width: 100vw;
  margin-left: 12rem;
  transition: margin 0.25s ease-out;
}

/* line 27838, app/assets/stylesheets/_custom.scss */
#db-wrapper.toggled .navbar-vertical {
  margin-left: 0;
}

/* line 27842, app/assets/stylesheets/_custom.scss */
#db-wrapper.toggled #page-content {
  margin-left: 0;
}

/* line 27846, app/assets/stylesheets/_custom.scss */
#db-wrapper.toggled #page-content .inner-wrapper-sticky {
  left: 20px !important;
}

/* line 27850, app/assets/stylesheets/_custom.scss */
#db-wrapper.toggled #page-content .inner-wrapper-sticky .setting-nav {
  width: 354px;
}

@media (max-width: 1024px) {
  /* line 27855, app/assets/stylesheets/_custom.scss */
  #db-wrapper.toggled #page-content .inner-wrapper-sticky .setting-nav {
    width: 204px;
  }
}

@media (max-width: 576px) {
  /* line 27861, app/assets/stylesheets/_custom.scss */
  #page-content {
    margin-left: 0rem;
  }
  /* line 27865, app/assets/stylesheets/_custom.scss */
  #db-wrapper.toggled #page-content {
    margin-left: 15.6875rem;
  }
}

@media (min-width: 768px) {
  /* line 27871, app/assets/stylesheets/_custom.scss */
  .navbar-vertical {
    margin-left: 0rem;
  }
  /* line 27875, app/assets/stylesheets/_custom.scss */
  #page-content {
    min-width: 0rem;
    width: 100%;
  }
  /* line 27880, app/assets/stylesheets/_custom.scss */
  #db-wrapper.toggled .navbar-vertical {
    margin-left: -16rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 27886, app/assets/stylesheets/_custom.scss */
  #page-content {
    margin-left: 0rem;
  }
  /* line 27890, app/assets/stylesheets/_custom.scss */
  #db-wrapper.toggled #page-content {
    margin-left: 15.6875rem;
  }
}

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

/* line 27899, 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 27908, app/assets/stylesheets/_custom.scss */
  .nav-line-bottom .nav-item .nav-link {
    padding: 0.8rem;
  }
}

/* line 27913, 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 27920, app/assets/stylesheets/_custom.scss */
  .nav-line-bottom .nav-item .nav-link.active {
    padding: 0.747rem;
  }
}

/* line 27925, app/assets/stylesheets/_custom.scss */
.nav-line-bottom .nav-item .nav-link:hover {
  color: #624BFF;
  background-color: transparent;
  border-bottom: 1px solid #624BFF;
}

/* line 27931, app/assets/stylesheets/_custom.scss */
.nav-line-bottom .nav-item .nav-link .badge {
  line-height: 1.4;
}

@media (max-width: 576px) {
  /* line 27936, app/assets/stylesheets/_custom.scss */
  .nav-line-bottom {
    overflow-x: scroll;
    flex-wrap: nowrap;
    overflow-y: hidden;
  }
  /* line 27942, app/assets/stylesheets/_custom.scss */
  .nav-line-bottom::-webkit-scrollbar {
    display: none;
  }
}

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

@media (max-width: 576px) {
  /* line 27952, app/assets/stylesheets/_custom.scss */
  .nav-lb-tab {
    overflow-x: scroll;
    flex-wrap: nowrap;
    overflow-y: hidden;
  }
  /* line 27958, app/assets/stylesheets/_custom.scss */
  .nav-lb-tab::-webkit-scrollbar {
    display: none;
  }
}

/* line 27963, app/assets/stylesheets/_custom.scss */
.nav-lb-tab .nav-item {
  margin: 0rem 1.5rem;
}

/* line 27967, 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 27977, app/assets/stylesheets/_custom.scss */
.nav-lb-tab .nav-item .nav-link.active {
  background-color: transparent;
  border-bottom: 2px solid #624BFF;
  color: #624BFF;
}

/* line 27983, app/assets/stylesheets/_custom.scss */
.nav-lb-tab .nav-item .nav-link:hover {
  background-color: transparent;
  border-bottom: 2px solid #624BFF;
  color: #624BFF;
}

/* line 27989, app/assets/stylesheets/_custom.scss */
.nav-lt-tab {
  border-top: 1px solid #DFE3E8;
}

@media (max-width: 768px) {
  /* line 27994, app/assets/stylesheets/_custom.scss */
  .nav-lt-tab {
    overflow-x: scroll;
    flex-wrap: nowrap;
    overflow-y: hidden;
  }
  /* line 28000, app/assets/stylesheets/_custom.scss */
  .nav-lt-tab::-webkit-scrollbar {
    display: none;
  }
}

/* line 28005, app/assets/stylesheets/_custom.scss */
.nav-lt-tab .nav-item {
  margin: 0rem 1rem;
  margin-top: -0.0625rem;
}

/* line 28010, 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 28018, app/assets/stylesheets/_custom.scss */
.nav-lt-tab .nav-item .nav-link.active {
  background-color: transparent;
  border-top: 2px solid #624BFF;
  color: #624BFF;
}

/* line 28024, app/assets/stylesheets/_custom.scss */
.nav-lt-tab .nav-item .nav-link:hover {
  background-color: transparent;
  border-top: 2px solid #624BFF;
  color: #624BFF;
}

/* line 28030, 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 28038, app/assets/stylesheets/_custom.scss */
.nav-email-list .nav-item .nav-link:hover {
  background-color: #F9FAFB;
  color: #624BFF;
}

/* line 28043, app/assets/stylesheets/_custom.scss */
.nav-email-list .nav-item .nav-link.active {
  background-color: #F9FAFB;
  color: #624BFF;
}

/* line 28048, app/assets/stylesheets/_custom.scss */
.nav-email-list .nav-text {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

/* line 28055, app/assets/stylesheets/_custom.scss */
.scrollspy-example {
  position: relative;
  height: 12.5rem;
  margin-top: 0.5rem;
  overflow: auto;
}

/* line 28062, app/assets/stylesheets/_custom.scss */
.scrollspy-example-2 {
  position: relative;
  height: 21.875rem;
  overflow: auto;
}

/* line 28068, app/assets/stylesheets/_custom.scss */
body {
  -webkit-font-smoothing: antialiased;
}

/* line 28072, app/assets/stylesheets/_custom.scss */
.docs-header .docs-header-btn {
  display: flex;
  align-items: center;
}

/* line 28077, 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 28084, app/assets/stylesheets/_custom.scss */
  .docs-header .navbar {
    margin-left: 0rem;
  }
}

/* line 28089, app/assets/stylesheets/_custom.scss */
.docs-header .navbar .dropdown-menu {
  margin: 0rem;
  border: 1px solid #efeef1;
}

/* line 28094, 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 28102, app/assets/stylesheets/_custom.scss */
.docs-header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #000;
}

/* line 28106, app/assets/stylesheets/_custom.scss */
.docs-main-wrapper {
  min-height: 100%;
  position: relative;
}

/* line 28111, app/assets/stylesheets/_custom.scss */
.docs-wrapper {
  position: relative;
  left: 0;
  margin-left: 15.625rem;
  background-color: #F9FAFB;
  top: 35px;
}

/* line 28119, app/assets/stylesheets/_custom.scss */
.docs-content {
  margin: 4.0625rem 0rem;
}

/* line 28123, app/assets/stylesheets/_custom.scss */
.docs-content-head {
  padding: 4.375rem 0rem;
}

/* line 28127, 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 28135, 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 28145, app/assets/stylesheets/_custom.scss */
.docs-example-border-utils-0 [class^=border] {
  border: 1px solid #efeef1;
}

/* line 28149, app/assets/stylesheets/_custom.scss */
.color-swatch {
  margin-bottom: 1.875rem;
}

/* line 28153, app/assets/stylesheets/_custom.scss */
.color-swatch-header {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  height: 5.5rem;
}

/* line 28159, 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 28170, app/assets/stylesheets/_custom.scss */
.color-swatch-body-label {
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 0.1875rem;
}

/* line 28176, app/assets/stylesheets/_custom.scss */
.color-swatch-body-value {
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin-bottom: 0rem;
}

/* line 28182, app/assets/stylesheets/_custom.scss */
.setting-nav {
  position: absolute;
  top: 60px;
  width: 95%;
  overflow-y: auto;
}

@media (max-width: 768px) {
  /* line 28190, app/assets/stylesheets/_custom.scss */
  .setting-nav {
    position: relative;
  }
}

/* line 28195, 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 28206, app/assets/stylesheets/_custom.scss */
.setting-nav a:hover {
  color: #624BFF;
}

/* line 28210, app/assets/stylesheets/_custom.scss */
.setting-nav a.active {
  display: block;
  color: #624BFF;
  transition: 0.5s ease;
}

/* line 28216, app/assets/stylesheets/_custom.scss */
.ratio {
  display: inline-block;
  width: 10rem;
  color: #637381;
  background-color: #F9FAFB;
  border: 1px solid #F4F6F8;
}

/* line 28224, 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 28230, app/assets/stylesheets/_custom.scss */
.avatar {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
}

/* line 28237, app/assets/stylesheets/_custom.scss */
.avatar-xs {
  width: 1.5rem;
  height: 1.5rem;
}

/* line 28242, app/assets/stylesheets/_custom.scss */
.avatar-sm {
  width: 2rem;
  height: 2rem;
}

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

/* line 28252, app/assets/stylesheets/_custom.scss */
.avatar-lg {
  width: 3.5rem;
  height: 3.5rem;
}

/* line 28257, app/assets/stylesheets/_custom.scss */
.avatar-xl {
  width: 5rem;
  height: 5rem;
}

/* line 28262, app/assets/stylesheets/_custom.scss */
.avatar-xxl {
  width: 7.5rem;
  height: 7.5rem;
}

/* line 28267, app/assets/stylesheets/_custom.scss */
.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 28273, app/assets/stylesheets/_custom.scss */
.avatar-indicators {
  position: relative;
}

/* line 28277, 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 28289, app/assets/stylesheets/_custom.scss */
.avatar-xxl.avatar-indicators:before {
  bottom: 5px;
  right: 17%;
  width: 16%;
  height: 16%;
}

/* line 28296, app/assets/stylesheets/_custom.scss */
.avatar-offline:before {
  background-color: #C4CDD5;
}

/* line 28300, app/assets/stylesheets/_custom.scss */
.avatar-online:before {
  background-color: #198754;
}

/* line 28304, app/assets/stylesheets/_custom.scss */
.avatar-away:before {
  background-color: #ffc107;
}

/* line 28308, app/assets/stylesheets/_custom.scss */
.avatar-busy:before {
  background-color: #dc3545;
}

/* line 28312, app/assets/stylesheets/_custom.scss */
.avatar-info:before {
  background-color: #0dcaf0;
}

/* line 28316, 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 28326, app/assets/stylesheets/_custom.scss */
.avatar-primary .avatar-initials {
  color: #fff;
  background-color: #624BFF;
}

/* line 28331, app/assets/stylesheets/_custom.scss */
.avatar-secondary .avatar-initials {
  color: #fff;
  background-color: #637381;
}

/* line 28336, app/assets/stylesheets/_custom.scss */
.avatar-success .avatar-initials {
  color: #fff;
  background-color: #198754;
}

/* line 28341, app/assets/stylesheets/_custom.scss */
.avatar-warning .avatar-initials {
  color: #fff;
  background-color: #ffc107;
}

/* line 28346, app/assets/stylesheets/_custom.scss */
.avatar-info .avatar-initials {
  color: #fff;
  background-color: #0dcaf0;
}

/* line 28351, app/assets/stylesheets/_custom.scss */
.avatar-danger .avatar-initials {
  color: #fff;
  background-color: #dc3545;
}

/* line 28356, app/assets/stylesheets/_custom.scss */
.avatar-light .avatar-initials {
  color: #fff;
  background-color: #F9FAFB;
}

/* line 28361, app/assets/stylesheets/_custom.scss */
.avatar-dark .avatar-initials {
  color: #fff;
  background-color: #212B36;
}

/* line 28366, app/assets/stylesheets/_custom.scss */
.avatar-group .avatar + .avatar {
  margin-left: -1.2rem;
}

/* line 28370, app/assets/stylesheets/_custom.scss */
.avatar-group .avatar:hover {
  z-index: 2;
}

/* line 28374, app/assets/stylesheets/_custom.scss */
.avatar-group img,
.avatar-group .avatar .avatar-initials {
  border: 2px solid #fff;
}

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

/* line 28384, app/assets/stylesheets/_custom.scss */
.btn-outline-white:hover,
.btn-outline-white:focus {
  background-color: #F9FAFB;
  border-color: #C4CDD5;
  color: #637381;
}

/* line 28391, app/assets/stylesheets/_custom.scss */
.btn-outline-white.active {
  background-color: #F9FAFB;
  border-color: #C4CDD5;
  color: #637381;
}

/* line 28397, 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 28410, app/assets/stylesheets/_custom.scss */
.btn-icon.btn-xs {
  font-size: 0.75rem;
  width: 1.53125rem;
  height: 1.53125rem;
}

/* line 28416, 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 28423, 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 28430, app/assets/stylesheets/_custom.scss */
.color-facebook {
  color: #4267B2;
}

/* line 28434, app/assets/stylesheets/_custom.scss */
.color-twitter {
  color: #1DA1F2;
}

/* line 28438, app/assets/stylesheets/_custom.scss */
.color-github {
  color: #000000;
}

/* line 28442, app/assets/stylesheets/_custom.scss */
.color-google {
  color: #db3236;
}

/* line 28446, app/assets/stylesheets/_custom.scss */
.color-slack {
  color: #ce375c;
}

/* line 28450, app/assets/stylesheets/_custom.scss */
.color-linkedin {
  color: #0077b5;
}

/* line 28454, 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 28464, 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 28474, app/assets/stylesheets/_custom.scss */
.dropdown-text {
  padding: 0.25rem 1.2rem;
  color: #919EAB;
  font-size: 0.75rem;
  line-height: 1.4;
}

/* line 28481, 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 28489, app/assets/stylesheets/_custom.scss */
.dropdown-item:hover {
  color: #624BFF;
  text-decoration: none;
  background-color: #F9FAFB;
  border-radius: 0rem;
}

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

/* line 28502, app/assets/stylesheets/_custom.scss */
.dropdown-item:last-child {
  border-bottom: 0rem;
}

/* line 28506, 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 28517, app/assets/stylesheets/_custom.scss */
.dropdown-item:focus .dropdown-toggle::after {
  color: #624BFF;
}

/* line 28521, app/assets/stylesheets/_custom.scss */
.dropdown-item:focus:hover {
  color: #624BFF;
  text-decoration: none;
  background-color: #F9FAFB;
  border-radius: 0rem;
}

/* line 28528, app/assets/stylesheets/_custom.scss */
.dropdown-item:focus:active {
  color: #000;
  text-decoration: none;
  background-color: #F9FAFB;
  border-radius: 0.25rem;
}

/* line 28535, app/assets/stylesheets/_custom.scss */
.dropdown-item.dropdown-toggle:hover::after {
  color: #624BFF;
}

/* line 28539, app/assets/stylesheets/_custom.scss */
.dropdown-item:hover {
  color: #624BFF;
  text-decoration: none;
  background-color: #F9FAFB;
  border-radius: 0px;
}

/* line 28546, app/assets/stylesheets/_custom.scss */
.dropdown-menu-xs {
  min-width: 8rem !important;
  border-radius: 0.5rem;
}

/* line 28551, app/assets/stylesheets/_custom.scss */
.dropdown-menu-md {
  min-width: 17rem !important;
  border-radius: 0.5rem;
}

/* line 28556, app/assets/stylesheets/_custom.scss */
.dropdown-menu-lg {
  min-width: 22rem !important;
  border-radius: 0.5rem;
}

/* line 28561, app/assets/stylesheets/_custom.scss */
.dropdown-menu-xl {
  min-width: 24rem !important;
  border-radius: 0.5rem;
}

/* line 28566, 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 28578, 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 28590, 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 28602, 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 28613, 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 28622, app/assets/stylesheets/_custom.scss */
  .dropstart-lg {
    position: relative;
  }
  /* line 28626, app/assets/stylesheets/_custom.scss */
  .dropstart-lg .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: 0;
    margin-right: 0.125rem;
  }
  /* line 28633, app/assets/stylesheets/_custom.scss */
  .dropstart-toggle-none.dropstart .dropdown-toggle::before {
    display: none;
  }
}

/* line 28638, app/assets/stylesheets/_custom.scss */
.dropdown-toggle-none .dropdown-toggle::before {
  display: none;
}

/* line 28642, app/assets/stylesheets/_custom.scss */
.dropdown-animation.dropdown-submenu .dropdown-menu {
  top: 0;
  right: 100%;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 28649, 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 28658, app/assets/stylesheets/_custom.scss */
.dropdown-animation.dropdown-submenu:hover > .dropdown-menu {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

/* line 28665, app/assets/stylesheets/_custom.scss */
.form-control-flush {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
}

/* line 28673, app/assets/stylesheets/_custom.scss */
.form-control-flush:focus {
  color: #495057;
  background-color: #fff;
  border-bottom-color: #C4CDD5;
  outline: 0;
  box-shadow: none;
}

/* line 28681, 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 28694, app/assets/stylesheets/_custom.scss */
.table .thead-light th {
  color: #637381;
}

/* line 28698, 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 28707, app/assets/stylesheets/_custom.scss */
  .docs-content {
    padding: 3.75rem 1.25rem 8.75rem 1.25rem;
  }
}

@media (max-width: 768px) {
  /* line 28713, app/assets/stylesheets/_custom.scss */
  .docs-nav-sidebar {
    width: 100%;
    position: relative;
    right: 0rem;
    top: 0;
  }
  /* line 28720, app/assets/stylesheets/_custom.scss */
  .docs-nav-sidebar .navbar-toggler {
    background-color: #fff;
  }
  /* line 28724, app/assets/stylesheets/_custom.scss */
  .docs-wrapper {
    margin-left: 0rem;
  }
  /* line 28728, app/assets/stylesheets/_custom.scss */
  .docs-main-wrapper .main-content {
    margin-left: 0rem;
    width: auto;
  }
  /* line 28733, app/assets/stylesheets/_custom.scss */
  .docs-content {
    padding: 0rem;
  }
}

/* line 28738, 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 28748, app/assets/stylesheets/_custom.scss */
  .doc-sidebar {
    width: 100%;
    position: relative;
    border: 0;
    height: auto;
  }
}

@media (min-width: 990px) and (max-width: 1200px) {
  /* line 28757, app/assets/stylesheets/_custom.scss */
  .doc-sidebar {
    width: 10rem;
  }
}

/* line 28762, app/assets/stylesheets/_custom.scss */
.doc-sidebar .navbar-nav {
  padding-top: 1rem;
}

/* line 28766, 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 28773, 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 28782, app/assets/stylesheets/_custom.scss */
.doc-sidebar .navbar-nav .navbar-header span {
  color: #637381;
}

/* line 28786, 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 28795, app/assets/stylesheets/_custom.scss */
.doc-sidebar .navbar-nav .nav-item .nav-link:hover {
  color: #624BFF;
}

/* line 28799, app/assets/stylesheets/_custom.scss */
.doc-sidebar .navbar-nav .nav-item .nav-link.active {
  color: #624BFF;
}

/* line 28803, 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 28808, 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 28819, 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 28828, app/assets/stylesheets/_custom.scss */
.apexcharts-tooltip.apexcharts-theme-light {
  border: 1px solid #F4F6F8 !important;
  background-color: #F9FAFB !important;
  background: #fff !important;
}

/* line 28834, app/assets/stylesheets/_custom.scss */
.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background: #fff !important;
  border-bottom: 1px solid #F4F6F8 !important;
}

/* line 28839, 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 28847, app/assets/stylesheets/_custom.scss */
code[class*=language-],
pre[class*=language-] {
  font-family: "Inter", "sans-serif";
}

/* line 28852, app/assets/stylesheets/_custom.scss */
pre[class*=language-] {
  padding: 1em;
  overflow: auto;
  border-radius: 0.5rem !important;
  margin: 0;
}

/* line 28859, app/assets/stylesheets/_custom.scss */
:not(pre) > code[class*=language-],
pre[class*=language-] {
  background: #161C24;
}

/* line 28864, app/assets/stylesheets/_custom.scss */
div.code-toolbar {
  position: relative;
}

/* line 28868, 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 28877, app/assets/stylesheets/_custom.scss */
div.code-toolbar:hover > .toolbar,
div.code-toolbar:focus-within > .toolbar {
  opacity: 1;
}

/* line 28882, app/assets/stylesheets/_custom.scss */
div.code-toolbar > .toolbar > .toolbar-item {
  display: inline-block;
}

/* line 28886, app/assets/stylesheets/_custom.scss */
div.code-toolbar > .toolbar > .toolbar-item > a {
  cursor: pointer;
}

/* line 28890, 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 28900, 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 28911, 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 28917, 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 28923, 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 28931, app/assets/stylesheets/_custom.scss */
.heading-permalink {
  color: transparent;
  margin-left: -2rem;
}

/* line 28936, app/assets/stylesheets/_custom.scss */
.heading-permalink:hover {
  color: transparent;
}

/* line 28940, app/assets/stylesheets/_custom.scss */
.heading-permalink::before {
  color: rgba(82, 95, 127, 0);
  content: "#";
}

/* line 28945, 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(/assets/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(/assets/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(/assets/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(/assets/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(/assets/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(/assets/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(/assets/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(/assets/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;
}
.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 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;
}

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


 */
