@charset "UTF-8";
/* CSS Layers Architecture */
/* Layer order (lowest to highest priority): base -> bootstrap -> tailwind layers */
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url(https://fonts.googleapis.com/css?family=Mulish);
@import url(/flatpickr/dist/flatpickr.css);
@layer base, bootstrap, properties, theme, components, utilities;
/* Bootstrap Layer - Main application styles (lowest priority) */
@layer bootstrap {
  /*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
  /* line 1, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_root.scss */
  :root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }
  /* line 19, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  *,
*::before,
*::after {
    box-sizing: border-box;
  }
  /* line 25, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  /* line 35, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
  }
  /* line 46, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
  }
  /* line 62, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  [tabindex="-1"]:focus {
    outline: 0 !important;
  }
  /* line 72, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  /* line 88, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  /* line 97, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  /* line 110, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }
  /* line 119, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
  }
  /* line 125, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  /* line 132, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
  }
  /* line 139, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  dt {
    font-weight: 700;
  }
  /* line 143, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  dd {
    margin-bottom: .5rem;
    margin-left: 0;
  }
  /* line 148, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  blockquote {
    margin: 0 0 1rem;
  }
  /* line 152, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  b,
strong {
    font-weight: bolder;
  }
  /* line 157, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  small {
    font-size: 80%;
  }
  /* line 166, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
  }
  /* line 174, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  sub {
    bottom: -.25em;
  }
  /* line 175, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  sup {
    top: -.5em;
  }
  /* line 182, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a:hover {
    color: #0056b3;
    text-decoration: underline;
  }
  /* line 199, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
  }
  /* line 208, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  a:not([href]):not([tabindex]):focus {
    outline: 0;
  }
  /* line 218, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
  }
  /* line 226, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
  }
  /* line 240, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  figure {
    margin: 0 0 1rem;
  }
  /* line 250, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  img {
    vertical-align: middle;
    border-style: none;
  }
  /* line 255, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  svg {
    overflow: hidden;
    vertical-align: middle;
  }
  /* line 267, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  table {
    border-collapse: collapse;
  }
  /* line 271, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
  }
  /* line 279, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  th {
    text-align: inherit;
  }
  /* line 290, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  label {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
  /* line 299, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  button {
    border-radius: 0;
  }
  /* line 308, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }
  /* line 313, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  /* line 324, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  button,
input {
    overflow: visible;
  }
  /* line 329, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  button,
select {
    text-transform: none;
  }
  /* line 337, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  select {
    word-wrap: normal;
  }
  /* line 345, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
  }
  /* line 358, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
  }
  /* line 365, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
  /* line 373, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
  }
  /* line 380, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
  }
  /* line 392, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  textarea {
    overflow: auto;
    resize: vertical;
  }
  /* line 398, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  /* line 413, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
  }
  /* line 425, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  progress {
    vertical-align: baseline;
  }
  /* line 430, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  /* line 435, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  [type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
  }
  /* line 448, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  /* line 457, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
  }
  /* line 466, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  output {
    display: inline-block;
  }
  /* line 470, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  summary {
    display: list-item;
    cursor: pointer;
  }
  /* line 475, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  template {
    display: none;
  }
  /* line 481, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
  [hidden] {
    display: none !important;
  }
  /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
  h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
  }
  /* line 16, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
  h1, .h1 {
    font-size: 2.5rem;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
  h2, .h2 {
    font-size: 2rem;
  }
  /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
  h3, .h3 {
    font-size: 1.75rem;
  }
  /* line 19, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
  h4, .h4 {
    font-size: 1.5rem;
  }
  /* line 20, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
  h5, .h5 {
    font-size: 1.25rem;
  }
  /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
  h6, .h6 {
    font-size: 1rem;
  }
  /* line 23, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 1.25rem;
    font-weight: 300;
  }
  /* line 29, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
  .display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
  }
  /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
  .display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
  /* line 39, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
  .display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
  /* line 44, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
  .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
  /* line 55, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
  hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  /* line 67, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
  small,
.small {
    font-size: 80%;
    font-weight: 400;
  }
  /* line 73, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
  mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
  }
  /* line 84, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  /* line 89, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
  .list-inline {
    padding-left: 0;
    list-style: none;
  }
  /* line 92, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
  .list-inline-item {
    display: inline-block;
  }
  /* line 95, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
  }
  /* line 106, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
  .initialism {
    font-size: 90%;
    text-transform: uppercase;
  }
  /* line 112, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
  .blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  /* line 117, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
  .blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
  }
  /* line 122, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
  .blockquote-footer::before {
    content: "\2014\00A0";
  }
  /* line 8, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_images.scss */
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_images.scss */
  .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
  }
  /* line 29, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_images.scss */
  .figure {
    display: inline-block;
  }
  /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_images.scss */
  .figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
  }
  /* line 39, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_images.scss */
  .figure-caption {
    font-size: 90%;
    color: #6c757d;
  }
  /* line 2, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
  code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
  }
  /* line 8, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
  a > code {
    color: inherit;
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
  kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
  }
  /* line 22, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
  }
  /* line 31, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
  pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
  }
  /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
  }
  /* line 45, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
  .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 576px) {
    /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
    .container {
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
    .container {
      max-width: 720px;
    }
  }
  @media (min-width: 992px) {
    /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
    .container {
      max-width: 960px;
    }
  }
  @media (min-width: 1200px) {
    /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
    .container {
      max-width: 1140px;
    }
  }
  /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  /* line 28, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 38, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
  .no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 8, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 35, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 47, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-first {
    order: -1;
  }
  /* line 49, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-last {
    order: 13;
  }
  /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-0 {
    order: 0;
  }
  /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-1 {
    order: 1;
  }
  /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-2 {
    order: 2;
  }
  /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-3 {
    order: 3;
  }
  /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-4 {
    order: 4;
  }
  /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-5 {
    order: 5;
  }
  /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-6 {
    order: 6;
  }
  /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-7 {
    order: 7;
  }
  /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-8 {
    order: 8;
  }
  /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-9 {
    order: 9;
  }
  /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-10 {
    order: 10;
  }
  /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-11 {
    order: 11;
  }
  /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-12 {
    order: 12;
  }
  /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-3 {
    margin-left: 25%;
  }
  /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-6 {
    margin-left: 50%;
  }
  /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-9 {
    margin-left: 75%;
  }
  /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-11 {
    margin-left: 91.6666666667%;
  }
  @media (min-width: 576px) {
    /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    /* line 35, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    /* line 47, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-sm-first {
      order: -1;
    }
    /* line 49, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-sm-last {
      order: 13;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-sm-0 {
      order: 0;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-sm-1 {
      order: 1;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-sm-2 {
      order: 2;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-sm-3 {
      order: 3;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-sm-4 {
      order: 4;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-sm-5 {
      order: 5;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-sm-6 {
      order: 6;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-sm-7 {
      order: 7;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-sm-8 {
      order: 8;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-sm-9 {
      order: 9;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-sm-10 {
      order: 10;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-sm-11 {
      order: 11;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-sm-12 {
      order: 12;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-sm-0 {
      margin-left: 0;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-sm-1 {
      margin-left: 8.3333333333%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-sm-2 {
      margin-left: 16.6666666667%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-sm-3 {
      margin-left: 25%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-sm-4 {
      margin-left: 33.3333333333%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-sm-5 {
      margin-left: 41.6666666667%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-sm-6 {
      margin-left: 50%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-sm-7 {
      margin-left: 58.3333333333%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-sm-8 {
      margin-left: 66.6666666667%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-sm-9 {
      margin-left: 75%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-sm-10 {
      margin-left: 83.3333333333%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-sm-11 {
      margin-left: 91.6666666667%;
    }
  }
  @media (min-width: 768px) {
    /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    /* line 35, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    /* line 47, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-md-first {
      order: -1;
    }
    /* line 49, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-md-last {
      order: 13;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-md-0 {
      order: 0;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-md-1 {
      order: 1;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-md-2 {
      order: 2;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-md-3 {
      order: 3;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-md-4 {
      order: 4;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-md-5 {
      order: 5;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-md-6 {
      order: 6;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-md-7 {
      order: 7;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-md-8 {
      order: 8;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-md-9 {
      order: 9;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-md-10 {
      order: 10;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-md-11 {
      order: 11;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-md-12 {
      order: 12;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-md-0 {
      margin-left: 0;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-md-1 {
      margin-left: 8.3333333333%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-md-2 {
      margin-left: 16.6666666667%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-md-3 {
      margin-left: 25%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-md-4 {
      margin-left: 33.3333333333%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-md-5 {
      margin-left: 41.6666666667%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-md-6 {
      margin-left: 50%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-md-7 {
      margin-left: 58.3333333333%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-md-8 {
      margin-left: 66.6666666667%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-md-9 {
      margin-left: 75%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-md-10 {
      margin-left: 83.3333333333%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-md-11 {
      margin-left: 91.6666666667%;
    }
  }
  @media (min-width: 992px) {
    /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    /* line 35, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    /* line 47, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-lg-first {
      order: -1;
    }
    /* line 49, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-lg-last {
      order: 13;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-lg-0 {
      order: 0;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-lg-1 {
      order: 1;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-lg-2 {
      order: 2;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-lg-3 {
      order: 3;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-lg-4 {
      order: 4;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-lg-5 {
      order: 5;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-lg-6 {
      order: 6;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-lg-7 {
      order: 7;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-lg-8 {
      order: 8;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-lg-9 {
      order: 9;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-lg-10 {
      order: 10;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-lg-11 {
      order: 11;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-lg-12 {
      order: 12;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-lg-0 {
      margin-left: 0;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-lg-1 {
      margin-left: 8.3333333333%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-lg-2 {
      margin-left: 16.6666666667%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-lg-3 {
      margin-left: 25%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-lg-4 {
      margin-left: 33.3333333333%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-lg-5 {
      margin-left: 41.6666666667%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-lg-6 {
      margin-left: 50%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-lg-7 {
      margin-left: 58.3333333333%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-lg-8 {
      margin-left: 66.6666666667%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-lg-9 {
      margin-left: 75%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-lg-10 {
      margin-left: 83.3333333333%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-lg-11 {
      margin-left: 91.6666666667%;
    }
  }
  @media (min-width: 1200px) {
    /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-xl {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    /* line 35, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-xl-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-xl-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-xl-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-xl-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-xl-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-xl-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-xl-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-xl-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-xl-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-xl-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-xl-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-xl-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    /* line 47, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-xl-first {
      order: -1;
    }
    /* line 49, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-xl-last {
      order: 13;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-xl-0 {
      order: 0;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-xl-1 {
      order: 1;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-xl-2 {
      order: 2;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-xl-3 {
      order: 3;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-xl-4 {
      order: 4;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-xl-5 {
      order: 5;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-xl-6 {
      order: 6;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-xl-7 {
      order: 7;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-xl-8 {
      order: 8;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-xl-9 {
      order: 9;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-xl-10 {
      order: 10;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-xl-11 {
      order: 11;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .order-xl-12 {
      order: 12;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-xl-0 {
      margin-left: 0;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-xl-1 {
      margin-left: 8.3333333333%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-xl-2 {
      margin-left: 16.6666666667%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-xl-3 {
      margin-left: 25%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-xl-4 {
      margin-left: 33.3333333333%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-xl-5 {
      margin-left: 41.6666666667%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-xl-6 {
      margin-left: 50%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-xl-7 {
      margin-left: 58.3333333333%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-xl-8 {
      margin-left: 66.6666666667%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-xl-9 {
      margin-left: 75%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-xl-10 {
      margin-left: 83.3333333333%;
    }
    /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .offset-xl-11 {
      margin-left: 91.6666666667%;
    }
  }
  /* line 5, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
  }
  /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
  }
  /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
  }
  /* line 23, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table tbody + tbody {
    border-top: 2px solid #dee2e6;
  }
  /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-sm th,
.table-sm td {
    padding: 0.3rem;
  }
  /* line 45, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-bordered {
    border: 1px solid #dee2e6;
  }
  /* line 48, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
  }
  /* line 54, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
  }
  /* line 62, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
  }
  /* line 75, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
  }
  /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  .table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  .table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
    border-color: #7abaff;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .table-hover .table-primary:hover {
    background-color: #9fcdff;
  }
  /* line 32, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  .table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
  }
  /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  .table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  .table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
    border-color: #b3b7bb;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .table-hover .table-secondary:hover {
    background-color: #c8cbcf;
  }
  /* line 32, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  .table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
  }
  /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  .table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  .table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
    border-color: #8fd19e;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .table-hover .table-success:hover {
    background-color: #b1dfbb;
  }
  /* line 32, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  .table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
  }
  /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  .table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  .table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
    border-color: #86cfda;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .table-hover .table-info:hover {
    background-color: #abdde5;
  }
  /* line 32, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  .table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
  }
  /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  .table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  .table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
    border-color: #ffdf7e;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .table-hover .table-warning:hover {
    background-color: #ffe8a1;
  }
  /* line 32, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  .table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
  }
  /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  .table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  .table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
    border-color: #ed969e;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .table-hover .table-danger:hover {
    background-color: #f1b0b7;
  }
  /* line 32, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  .table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
  }
  /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  .table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  .table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
    border-color: #fbfcfc;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .table-hover .table-light:hover {
    background-color: #ececf6;
  }
  /* line 32, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  .table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
  }
  /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  .table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #95999c;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .table-hover .table-dark:hover {
    background-color: #b9bbbe;
  }
  /* line 32, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  .table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
  }
  /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  .table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
  }
  /* line 32, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  .table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
  }
  /* line 114, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
  }
  /* line 122, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
  }
  /* line 130, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-dark {
    color: #fff;
    background-color: #343a40;
  }
  /* line 134, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55;
  }
  /* line 140, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-dark.table-bordered {
    border: 0;
  }
  /* line 145, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
  }
  @media (max-width: 575.98px) {
    /* line 171, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
    .table-responsive-sm {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    /* line 179, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
    .table-responsive-sm > .table-bordered {
      border: 0;
    }
  }
  @media (max-width: 767.98px) {
    /* line 171, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
    .table-responsive-md {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    /* line 179, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
    .table-responsive-md > .table-bordered {
      border: 0;
    }
  }
  @media (max-width: 991.98px) {
    /* line 171, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
    .table-responsive-lg {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    /* line 179, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
    .table-responsive-lg > .table-bordered {
      border: 0;
    }
  }
  @media (max-width: 1199.98px) {
    /* line 171, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
    .table-responsive-xl {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    /* line 179, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
    .table-responsive-xl > .table-bordered {
      border: 0;
    }
  }
  /* line 171, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
    .form-control {
      transition: none;
    }
  }
  /* line 28, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
  }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
  }
  /* line 48, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
  }
  /* line 57, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
  }
  /* line 69, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-control-file,
.form-control-range {
    display: block;
    width: 100%;
  }
  /* line 82, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
  }
  /* line 90, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
  }
  /* line 97, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
  }
  /* line 110, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
  }
  /* line 122, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 137, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }
  /* line 145, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
  }
  /* line 155, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  select.form-control[size], select.form-control[multiple] {
    height: auto;
  }
  /* line 161, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  textarea.form-control {
    height: auto;
  }
  /* line 170, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-group {
    margin-bottom: 1rem;
  }
  /* line 174, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-text {
    display: block;
    margin-top: 0.25rem;
  }
  /* line 184, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
  }
  /* line 190, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  /* line 202, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
  }
  /* line 208, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
  }
  /* line 213, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
  }
  /* line 218, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-check-label {
    margin-bottom: 0;
  }
  /* line 222, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
  }
  /* line 229, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
  }
  /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
  }
  /* line 38, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
  }
  /* line 54, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .form-control:valid, .form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  /* line 65, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }
  /* line 70, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
    display: block;
  }
  /* line 78, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
  }
  /* line 87, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  /* line 95, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }
  /* line 100, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
    display: block;
  }
  /* line 109, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
    display: block;
  }
  /* line 117, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
  }
  /* line 121, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
  }
  /* line 129, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
  }
  /* line 132, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745;
  }
  /* line 137, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
  }
  /* line 142, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
  }
  /* line 149, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }
  /* line 153, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745;
  }
  /* line 163, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
  }
  /* line 167, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
  }
  /* line 172, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }
  /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
  }
  /* line 38, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
  }
  /* line 54, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  /* line 65, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }
  /* line 70, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
    display: block;
  }
  /* line 78, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
  }
  /* line 87, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  /* line 95, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }
  /* line 100, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
    display: block;
  }
  /* line 109, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
    display: block;
  }
  /* line 117, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
  }
  /* line 121, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
  }
  /* line 129, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
  }
  /* line 132, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545;
  }
  /* line 137, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
  }
  /* line 142, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
  }
  /* line 149, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }
  /* line 153, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545;
  }
  /* line 163, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
  }
  /* line 167, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
  }
  /* line 172, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }
  /* line 258, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
  /* line 266, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check {
    width: 100%;
  }
  @media (min-width: 576px) {
    /* line 272, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0;
    }
    /* line 280, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0;
    }
    /* line 289, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
    }
    /* line 296, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .form-control-plaintext {
      display: inline-block;
    }
    /* line 300, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .input-group,
.form-inline .custom-select {
      width: auto;
    }
    /* line 307, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0;
    }
    /* line 314, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0;
    }
    /* line 322, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .custom-control {
      align-items: center;
      justify-content: center;
    }
    /* line 326, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .custom-control-label {
      margin-bottom: 0;
    }
  }
  /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
    .btn {
      transition: none;
    }
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn:hover {
    color: #212529;
    text-decoration: none;
  }
  /* line 25, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  /* line 32, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn.disabled, .btn:disabled {
    opacity: 0.65;
  }
  /* line 49, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
  }
  /* line 60, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
  }
  /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  /* line 29, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
  }
  /* line 50, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  /* line 60, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
  }
  /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  }
  /* line 29, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
  /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
  }
  /* line 50, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  }
  /* line 60, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
  }
  /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  }
  /* line 29, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
  }
  /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
  }
  /* line 50, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  }
  /* line 60, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
  }
  /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  }
  /* line 29, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
  }
  /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
  }
  /* line 50, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  }
  /* line 60, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
  }
  /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  }
  /* line 29, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
  }
  /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
  }
  /* line 50, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  }
  /* line 60, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
  }
  /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  }
  /* line 29, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
  }
  /* line 50, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  }
  /* line 60, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
  }
  /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  }
  /* line 29, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
  }
  /* line 50, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  }
  /* line 60, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
  }
  /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  }
  /* line 29, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }
  /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
  }
  /* line 50, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  }
  /* line 66, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  /* line 71, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  }
  /* line 76, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
  }
  /* line 82, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  /* line 89, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  }
  /* line 66, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
  /* line 71, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
  /* line 76, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
  }
  /* line 82, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
  /* line 89, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
  /* line 66, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-outline-success {
    color: #28a745;
    border-color: #28a745;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
  }
  /* line 71, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  }
  /* line 76, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
  }
  /* line 82, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
  }
  /* line 89, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  }
  /* line 66, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
  }
  /* line 71, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  }
  /* line 76, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
  }
  /* line 82, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
  }
  /* line 89, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  }
  /* line 66, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
  }
  /* line 71, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  }
  /* line 76, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
  }
  /* line 82, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
  }
  /* line 89, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  }
  /* line 66, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  /* line 71, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  }
  /* line 76, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
  }
  /* line 82, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  /* line 89, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  }
  /* line 66, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  /* line 71, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  }
  /* line 76, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
  }
  /* line 82, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  /* line 89, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  }
  /* line 66, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }
  /* line 71, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  }
  /* line 76, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
  }
  /* line 82, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }
  /* line 89, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  }
  /* line 77, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
  }
  /* line 87, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none;
  }
  /* line 93, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
  }
  /* line 107, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
  }
  /* line 111, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }
  /* line 120, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-block {
    display: block;
    width: 100%;
  }
  /* line 125, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-block + .btn-block {
    margin-top: 0.5rem;
  }
  /* line 134, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
    width: 100%;
  }
  /* line 1, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: opacity 0.15s linear;
  }
  @media (prefers-reduced-motion: reduce) {
    /* line 1, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_transitions.scss */
    .fade {
      transition: none;
    }
  }
  /* line 4, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_transitions.scss */
  .fade:not(.show) {
    opacity: 0;
  }
  /* line 10, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_transitions.scss */
  .collapse:not(.show) {
    display: none;
  }
  /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_transitions.scss */
    .collapsing {
      transition: none;
    }
  }
  /* line 2, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
  }
  /* line 9, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-toggle {
    white-space: nowrap;
  }
  /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
  .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
  }
  /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  @media (min-width: 576px) {
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
    .dropdown-menu-sm-left {
      right: auto;
      left: 0;
    }
    /* line 47, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
    .dropdown-menu-sm-right {
      right: 0;
      left: auto;
    }
  }
  @media (min-width: 768px) {
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
    .dropdown-menu-md-left {
      right: auto;
      left: 0;
    }
    /* line 47, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
    .dropdown-menu-md-right {
      right: 0;
      left: auto;
    }
  }
  @media (min-width: 992px) {
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
    .dropdown-menu-lg-left {
      right: auto;
      left: 0;
    }
    /* line 47, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
    .dropdown-menu-lg-right {
      right: 0;
      left: auto;
    }
  }
  @media (min-width: 1200px) {
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
    .dropdown-menu-xl-left {
      right: auto;
      left: 0;
    }
    /* line 47, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
    .dropdown-menu-xl-right {
      right: 0;
      left: auto;
    }
  }
  /* line 57, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
  }
  /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
  .dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
  }
  /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
  .dropup .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  /* line 70, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
  }
  /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
  .dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }
  /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
  .dropright .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  /* line 80, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropright .dropdown-toggle::after {
    vertical-align: 0;
  }
  /* line 87, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
  }
  /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
  .dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
  }
  /* line 45, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
  .dropleft .dropdown-toggle::after {
    display: none;
  }
  /* line 49, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
  .dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
  }
  /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
  .dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  /* line 97, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropleft .dropdown-toggle::before {
    vertical-align: 0;
  }
  /* line 106, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
  }
  /* line 116, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
  }
  /* line 123, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
  }
  /* line 153, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
  }
  /* line 160, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
  }
  /* line 172, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu.show {
    display: block;
  }
  /* line 177, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
  }
  /* line 187, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
  }
  /* line 4, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
  .btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
  }
  /* line 10, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
  .btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
    z-index: 1;
  }
  /* line 19, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
  .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 1;
  }
  /* line 28, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
  .btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  /* line 33, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
  .btn-toolbar .input-group {
    width: auto;
  }
  /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
  .btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
  }
  /* line 46, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 51, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
  .btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 69, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
  .dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
  }
  /* line 73, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
  .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
    margin-left: 0;
  }
  /* line 79, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0;
  }
  /* line 84, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
  .btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
  }
  /* line 89, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
  .btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  /* line 111, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
  .btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  /* line 116, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
  .btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
  }
  /* line 121, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
  .btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px;
  }
  /* line 127, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 132, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
  .btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  /* line 152, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
  .btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
  }
  /* line 156, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
  .btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
  }
  /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
  .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
  .input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
  }
  /* line 25, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
  .input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
    margin-left: -1px;
  }
  /* line 33, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
  .input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
  }
  /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
  }
  /* line 46, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
  .input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 47, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
  .input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
  .input-group > .custom-file {
    display: flex;
    align-items: center;
  }
  /* line 56, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
  .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
  .input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 69, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
  .input-group-prepend,
.input-group-append {
    display: flex;
  }
  /* line 76, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
  .input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
  }
  /* line 80, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
  .input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3;
  }
  /* line 85, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
  .input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
    margin-left: -1px;
  }
  /* line 93, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
  .input-group-prepend {
    margin-right: -1px;
  }
  /* line 94, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
  .input-group-append {
    margin-left: -1px;
  }
  /* line 102, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
  .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }
  /* line 118, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
  .input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0;
  }
  /* line 130, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
  .input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
    height: calc(1.5em + 1rem + 2px);
  }
  /* line 135, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
  .input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
  }
  /* line 147, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
  .input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
    height: calc(1.5em + 0.5rem + 2px);
  }
  /* line 152, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
  .input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }
  /* line 164, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
  .input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem;
  }
  /* line 177, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
  .input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 186, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
  .input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 10, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
  }
  /* line 22, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  /* line 27, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
  }
  /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  /* line 43, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff;
  }
  /* line 47, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
  }
  /* line 55, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
  }
  /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
  }
  /* line 69, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
  }
  /* line 75, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
  }
  /* line 90, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
  }
  /* line 108, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
  }
  /* line 113, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  }
  /* line 119, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
  }
  /* line 124, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
  }
  /* line 130, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
  }
  /* line 133, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
  }
  /* line 144, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-radio .custom-control-label::before {
    border-radius: 50%;
  }
  /* line 150, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  }
  /* line 156, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
  }
  /* line 167, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-switch {
    padding-left: 2.25rem;
  }
  /* line 171, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
  }
  /* line 179, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    /* line 179, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
    .custom-switch .custom-control-label::after {
      transition: none;
    }
  }
  /* line 192, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem);
  }
  /* line 199, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
  }
  /* line 212, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  /* line 230, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  /* line 239, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
  }
  /* line 250, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
  }
  /* line 257, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
  }
  /* line 263, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-select::-ms-expand {
    display: none;
  }
  /* line 268, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
  }
  /* line 276, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
  }
  /* line 289, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
  }
  /* line 297, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
  }
  /* line 305, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  /* line 310, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
  }
  /* line 315, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
  }
  /* line 320, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
  }
  /* line 325, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }
  /* line 342, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
  }
  /* line 366, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range {
    width: 100%;
    height: calc(1rem + 0.4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  /* line 373, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range:focus {
    outline: none;
  }
  /* line 378, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  /* line 379, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  /* line 380, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  /* line 383, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-moz-focus-outer {
    border: 0;
  }
  /* line 387, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none;
  }
  @media (prefers-reduced-motion: reduce) {
    /* line 387, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
    .custom-range::-webkit-slider-thumb {
      -webkit-transition: none;
      transition: none;
    }
  }
  /* line 398, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
  }
  /* line 403, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
  }
  /* line 414, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none;
  }
  @media (prefers-reduced-motion: reduce) {
    /* line 414, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
    .custom-range::-moz-range-thumb {
      -moz-transition: none;
      transition: none;
    }
  }
  /* line 424, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
  }
  /* line 429, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
  }
  /* line 440, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
  }
  @media (prefers-reduced-motion: reduce) {
    /* line 440, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
    .custom-range::-ms-thumb {
      -ms-transition: none;
      transition: none;
    }
  }
  /* line 453, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
  }
  /* line 458, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
  }
  /* line 469, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
  }
  /* line 474, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
  }
  /* line 481, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
  }
  /* line 485, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
  }
  /* line 489, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
  }
  /* line 493, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range:disabled::-moz-range-track {
    cursor: default;
  }
  /* line 497, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
  }
  /* line 503, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    /* line 503, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
    .custom-control-label::before,
.custom-file-label,
.custom-select {
      transition: none;
    }
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
  .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
  .nav-link {
    display: block;
    padding: 0.5rem 1rem;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .nav-link:hover, .nav-link:focus {
    text-decoration: none;
  }
  /* line 23, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
  }
  /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
  .nav-tabs {
    border-bottom: 1px solid #dee2e6;
  }
  /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
  .nav-tabs .nav-item {
    margin-bottom: -1px;
  }
  /* line 41, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
  }
  /* line 49, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
  .nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
  }
  /* line 56, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
  .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
  }
  /* line 63, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  /* line 77, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
  .nav-pills .nav-link {
    border-radius: 0.25rem;
  }
  /* line 81, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
  .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
  }
  /* line 94, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
  .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
  }
  /* line 101, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
  .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
  }
  /* line 114, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
  .tab-content > .tab-pane {
    display: none;
  }
  /* line 117, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
  .tab-content > .active {
    display: block;
  }
  /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
  }
  /* line 28, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container,
.navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
  }
  /* line 61, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  /* line 68, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 73, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  /* line 84, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  /* line 99, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
  }
  /* line 108, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
  }
  /* line 123, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
  }
  @media (max-width: 575.98px) {
    /* line 142, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media (min-width: 576px) {
    /* line 140, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-expand-sm {
      flex-flow: row nowrap;
      justify-content: flex-start;
    }
    /* line 153, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-expand-sm .navbar-nav {
      flex-direction: row;
    }
    /* line 156, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-expand-sm .navbar-nav .dropdown-menu {
      position: absolute;
    }
    /* line 160, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-expand-sm .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
    /* line 167, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap;
    }
    /* line 172, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    /* line 179, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-expand-sm .navbar-toggler {
      display: none;
    }
  }
  @media (max-width: 767.98px) {
    /* line 142, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media (min-width: 768px) {
    /* line 140, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-expand-md {
      flex-flow: row nowrap;
      justify-content: flex-start;
    }
    /* line 153, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-expand-md .navbar-nav {
      flex-direction: row;
    }
    /* line 156, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-expand-md .navbar-nav .dropdown-menu {
      position: absolute;
    }
    /* line 160, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-expand-md .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
    /* line 167, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
      flex-wrap: nowrap;
    }
    /* line 172, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    /* line 179, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-expand-md .navbar-toggler {
      display: none;
    }
  }
  @media (max-width: 991.98px) {
    /* line 142, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media (min-width: 992px) {
    /* line 140, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-expand-lg {
      flex-flow: row nowrap;
      justify-content: flex-start;
    }
    /* line 153, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-expand-lg .navbar-nav {
      flex-direction: row;
    }
    /* line 156, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute;
    }
    /* line 160, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
    /* line 167, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap;
    }
    /* line 172, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    /* line 179, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-expand-lg .navbar-toggler {
      display: none;
    }
  }
  @media (max-width: 1199.98px) {
    /* line 142, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media (min-width: 1200px) {
    /* line 140, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-expand-xl {
      flex-flow: row nowrap;
      justify-content: flex-start;
    }
    /* line 153, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-expand-xl .navbar-nav {
      flex-direction: row;
    }
    /* line 156, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-expand-xl .navbar-nav .dropdown-menu {
      position: absolute;
    }
    /* line 160, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-expand-xl .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
    /* line 167, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap;
    }
    /* line 172, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    /* line 179, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-expand-xl .navbar-toggler {
      display: none;
    }
  }
  /* line 140, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 142, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand > .container,
.navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 153, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand .navbar-nav {
    flex-direction: row;
  }
  /* line 156, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand > .container,
.navbar-expand > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 179, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand .navbar-toggler {
    display: none;
  }
  /* line 194, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
  }
  /* line 203, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 210, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
  }
  /* line 215, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
  }
  /* line 223, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
  }
  /* line 228, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  /* line 232, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
  }
  /* line 234, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
  }
  /* line 246, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-dark .navbar-brand {
    color: #fff;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff;
  }
  /* line 255, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
  }
  /* line 262, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
  }
  /* line 267, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
  }
  /* line 275, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
  }
  /* line 280, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  /* line 284, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
  }
  /* line 286, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-dark .navbar-text a {
    color: #fff;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    color: #fff;
  }
  /* line 5, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
  }
  /* line 16, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card > hr {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 22, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  /* line 28, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
  }
  /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-title {
    margin-bottom: 0.75rem;
  }
  /* line 46, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
  }
  /* line 51, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-text:last-child {
    margin-bottom: 0;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .card-link:hover {
    text-decoration: none;
  }
  /* line 60, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-link + .card-link {
    margin-left: 1.25rem;
  }
  /* line 69, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  /* line 76, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  }
  /* line 81, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0;
  }
  /* line 87, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
  }
  /* line 92, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
  }
  /* line 102, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
  }
  /* line 109, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
  /* line 115, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
  }
  /* line 124, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
  }
  /* line 130, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
  }
  /* line 135, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
  }
  /* line 143, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck {
    display: flex;
    flex-direction: column;
  }
  /* line 147, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck .card {
    margin-bottom: 15px;
  }
  @media (min-width: 576px) {
    /* line 143, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px;
    }
    /* line 156, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
    .card-deck .card {
      display: flex;
      flex: 1 0 0%;
      flex-direction: column;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px;
    }
  }
  /* line 173, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-direction: column;
  }
  /* line 179, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    margin-bottom: 15px;
  }
  @media (min-width: 576px) {
    /* line 173, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
    .card-group {
      flex-flow: row wrap;
    }
    /* line 187, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0;
    }
    /* line 192, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
    .card-group > .card + .card {
      margin-left: 0;
      border-left: 0;
    }
    /* line 199, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
    .card-group > .card:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    /* line 202, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
    .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
      border-top-right-radius: 0;
    }
    /* line 207, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
    .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
      border-bottom-right-radius: 0;
    }
    /* line 214, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
    .card-group > .card:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
    /* line 217, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
    .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
      border-top-left-radius: 0;
    }
    /* line 222, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
    .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
      border-bottom-left-radius: 0;
    }
  }
  /* line 239, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns .card {
    margin-bottom: 0.75rem;
  }
  @media (min-width: 576px) {
    /* line 238, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
    .card-columns {
      -moz-column-count: 3;
           column-count: 3;
      -moz-column-gap: 1.25rem;
           column-gap: 1.25rem;
      orphans: 1;
      widows: 1;
    }
    /* line 249, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
    .card-columns .card {
      display: inline-block;
      width: 100%;
    }
  }
  /* line 262, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .accordion > .card {
    overflow: hidden;
  }
  /* line 266, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
  }
  /* line 270, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
  }
  /* line 276, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 281, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  /* line 285, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .accordion > .card .card-header {
    margin-bottom: -1px;
  }
  /* line 1, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
  .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
  }
  /* line 16, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
  }
  /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
  }
  /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
  }
  /* line 38, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
  .breadcrumb-item.active {
    color: #6c757d;
  }
  /* line 1, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
  .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
  }
  /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
  .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
  }
  /* line 25, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
  .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
  .page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  /* line 45, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
  .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
  .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
  }
  /* line 4, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
  .pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
  .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
  .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
  }
  /* line 4, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
  .pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
  .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
  .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
  .badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
    .badge {
      transition: none;
    }
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a.badge:hover, a.badge:focus {
    text-decoration: none;
  }
  /* line 25, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
  .badge:empty {
    display: none;
  }
  /* line 31, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
  .btn .badge {
    position: relative;
    top: -1px;
  }
  /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
  .badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
  }
  /* line 51, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
  .badge-primary {
    color: #fff;
    background-color: #007bff;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc;
  }
  /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  }
  /* line 51, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
  .badge-secondary {
    color: #fff;
    background-color: #6c757d;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62;
  }
  /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
  /* line 51, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
  .badge-success {
    color: #fff;
    background-color: #28a745;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
  }
  /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  }
  /* line 51, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
  .badge-info {
    color: #fff;
    background-color: #17a2b8;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
  }
  /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  }
  /* line 51, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
  .badge-warning {
    color: #212529;
    background-color: #ffc107;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
  }
  /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  }
  /* line 51, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
  .badge-danger {
    color: #fff;
    background-color: #dc3545;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
  }
  /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  }
  /* line 51, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
  .badge-light {
    color: #212529;
    background-color: #f8f9fa;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
  }
  /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  }
  /* line 51, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
  .badge-dark {
    color: #fff;
    background-color: #343a40;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124;
  }
  /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  }
  /* line 1, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
  }
  @media (min-width: 576px) {
    /* line 1, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_jumbotron.scss */
    .jumbotron {
      padding: 4rem 2rem;
    }
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
  }
  /* line 5, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
  .alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
  .alert-heading {
    color: inherit;
  }
  /* line 20, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
  .alert-link {
    font-weight: 700;
  }
  /* line 29, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
  .alert-dismissible {
    padding-right: 4rem;
  }
  /* line 33, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
  }
  /* line 48, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
  .alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
  .alert-primary hr {
    border-top-color: #9fcdff;
  }
  /* line 10, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
  .alert-primary .alert-link {
    color: #002752;
  }
  /* line 48, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
  .alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
  .alert-secondary hr {
    border-top-color: #c8cbcf;
  }
  /* line 10, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
  .alert-secondary .alert-link {
    color: #202326;
  }
  /* line 48, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
  .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
  .alert-success hr {
    border-top-color: #b1dfbb;
  }
  /* line 10, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
  .alert-success .alert-link {
    color: #0b2e13;
  }
  /* line 48, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
  .alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
  .alert-info hr {
    border-top-color: #abdde5;
  }
  /* line 10, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
  .alert-info .alert-link {
    color: #062c33;
  }
  /* line 48, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
  .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
  .alert-warning hr {
    border-top-color: #ffe8a1;
  }
  /* line 10, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
  .alert-warning .alert-link {
    color: #533f03;
  }
  /* line 48, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
  .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
  .alert-danger hr {
    border-top-color: #f1b0b7;
  }
  /* line 10, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
  .alert-danger .alert-link {
    color: #491217;
  }
  /* line 48, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
  .alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
  .alert-light hr {
    border-top-color: #ececf6;
  }
  /* line 10, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
  .alert-light .alert-link {
    color: #686868;
  }
  /* line 48, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
  .alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
  .alert-dark hr {
    border-top-color: #b9bbbe;
  }
  /* line 10, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
  .alert-dark .alert-link {
    color: #040505;
  }
  @keyframes progress-bar-stripes {
    from {
      background-position: 1rem 0;
    }
    to {
      background-position: 0 0;
    }
  }
  /* line 9, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
  }
  /* line 19, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    /* line 19, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
    .progress-bar {
      transition: none;
    }
  }
  /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
  }
  /* line 36, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
  }
  @media (prefers-reduced-motion: reduce) {
    /* line 36, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
    .progress-bar-animated {
      animation: none;
    }
  }
  /* line 1, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_media.scss */
  .media {
    display: flex;
    align-items: flex-start;
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_media.scss */
  .media-body {
    flex: 1;
  }
  /* line 5, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
  }
  /* line 20, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
  }
  /* line 33, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
  }
  /* line 44, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
  }
  /* line 54, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  /* line 63, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
  }
  /* line 71, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  /* line 88, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal {
    flex-direction: row;
  }
  /* line 91, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 100, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  @media (min-width: 576px) {
    /* line 88, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
    .list-group-horizontal-sm {
      flex-direction: row;
    }
    /* line 91, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0;
    }
    /* line 95, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
    .list-group-horizontal-sm .list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0;
    }
    /* line 100, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
    .list-group-horizontal-sm .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0;
    }
  }
  @media (min-width: 768px) {
    /* line 88, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
    .list-group-horizontal-md {
      flex-direction: row;
    }
    /* line 91, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0;
    }
    /* line 95, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
    .list-group-horizontal-md .list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0;
    }
    /* line 100, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
    .list-group-horizontal-md .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0;
    }
  }
  @media (min-width: 992px) {
    /* line 88, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
    .list-group-horizontal-lg {
      flex-direction: row;
    }
    /* line 91, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0;
    }
    /* line 95, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
    .list-group-horizontal-lg .list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0;
    }
    /* line 100, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
    .list-group-horizontal-lg .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0;
    }
  }
  @media (min-width: 1200px) {
    /* line 88, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
    .list-group-horizontal-xl {
      flex-direction: row;
    }
    /* line 91, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0;
    }
    /* line 95, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
    .list-group-horizontal-xl .list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0;
    }
    /* line 100, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
    .list-group-horizontal-xl .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0;
    }
  }
  /* line 117, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
  /* line 122, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px;
  }
  /* line 128, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
  }
  /* line 134, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
  }
  /* line 4, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  .list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff;
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
  }
  /* line 4, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  .list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf;
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
  }
  /* line 4, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  .list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb;
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
  }
  /* line 4, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  .list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5;
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
  }
  /* line 4, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  .list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1;
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
  }
  /* line 4, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  .list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7;
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
  }
  /* line 4, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  .list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
  }
  /* line 4, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  .list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
  }
  /* line 1, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_close.scss */
  .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .close:hover {
    color: #000;
    text-decoration: none;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75;
  }
  /* line 29, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_close.scss */
  button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  /* line 39, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_close.scss */
  a.close.disabled {
    pointer-events: none;
  }
  /* line 1, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
  .toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
  .toast:not(:last-child) {
    margin-bottom: 0.75rem;
  }
  /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
  .toast.showing {
    opacity: 1;
  }
  /* line 22, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
  .toast.show {
    display: block;
    opacity: 1;
  }
  /* line 27, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
  .toast.hide {
    display: none;
  }
  /* line 32, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
  .toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
  .toast-body {
    padding: 0.75rem;
  }
  /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-open {
    overflow: hidden;
  }
  /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
  }
  /* line 36, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
  }
  /* line 44, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
  }
  @media (prefers-reduced-motion: reduce) {
    /* line 44, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
    .modal.fade .modal-dialog {
      transition: none;
    }
  }
  /* line 48, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal.show .modal-dialog {
    transform: none;
  }
  /* line 53, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
  }
  /* line 57, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
  }
  /* line 62, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
  }
  /* line 67, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
  }
  /* line 72, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
  }
  /* line 78, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
  }
  /* line 85, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  /* line 90, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
  }
  /* line 94, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
  }
  /* line 101, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
  }
  /* line 119, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
  }
  /* line 129, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-backdrop.fade {
    opacity: 0;
  }
  /* line 130, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-backdrop.show {
    opacity: 0.5;
  }
  /* line 135, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
  }
  /* line 143, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
  }
  /* line 151, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
  }
  /* line 158, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
  }
  /* line 167, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
  }
  /* line 176, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-footer > :not(:first-child) {
    margin-left: .25rem;
  }
  /* line 177, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-footer > :not(:last-child) {
    margin-right: .25rem;
  }
  /* line 181, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  @media (min-width: 576px) {
    /* line 192, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
    .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto;
    }
    /* line 197, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
    .modal-dialog-scrollable {
      max-height: calc(100% - 3.5rem);
    }
    /* line 200, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem);
    }
    /* line 205, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
    .modal-dialog-centered {
      min-height: calc(100% - 3.5rem);
    }
    /* line 208, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
    }
    /* line 217, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
    .modal-sm {
      max-width: 300px;
    }
  }
  @media (min-width: 992px) {
    /* line 221, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
    .modal-lg,
.modal-xl {
      max-width: 800px;
    }
  }
  @media (min-width: 1200px) {
    /* line 228, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
    .modal-xl {
      max-width: 1140px;
    }
  }
  /* line 2, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
  .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
  }
  /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
  .tooltip.show {
    opacity: 0.9;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
  .tooltip .arrow, .tooltip .custom-input-number-wrapper .descrease, .custom-input-number-wrapper .tooltip .descrease, .tooltip .custom-input-number-wrapper .increase, .custom-input-number-wrapper .tooltip .increase {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
  }
  /* line 23, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
  .tooltip .arrow::before, .tooltip .custom-input-number-wrapper .descrease::before, .custom-input-number-wrapper .tooltip .descrease::before, .tooltip .custom-input-number-wrapper .increase::before, .custom-input-number-wrapper .tooltip .increase::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
  }
  /* line 32, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
  .bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
  }
  /* line 35, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
  .bs-tooltip-top .arrow, .bs-tooltip-top .custom-input-number-wrapper .descrease, .custom-input-number-wrapper .bs-tooltip-top .descrease, .bs-tooltip-top .custom-input-number-wrapper .increase, .custom-input-number-wrapper .bs-tooltip-top .increase, .bs-tooltip-auto[x-placement^="top"] .arrow, .bs-tooltip-auto[x-placement^="top"] .custom-input-number-wrapper .descrease, .custom-input-number-wrapper .bs-tooltip-auto[x-placement^="top"] .descrease, .bs-tooltip-auto[x-placement^="top"] .custom-input-number-wrapper .increase, .custom-input-number-wrapper .bs-tooltip-auto[x-placement^="top"] .increase {
    bottom: 0;
  }
  /* line 38, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
  .bs-tooltip-top .arrow::before, .bs-tooltip-top .custom-input-number-wrapper .descrease::before, .custom-input-number-wrapper .bs-tooltip-top .descrease::before, .bs-tooltip-top .custom-input-number-wrapper .increase::before, .custom-input-number-wrapper .bs-tooltip-top .increase::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before, .bs-tooltip-auto[x-placement^="top"] .custom-input-number-wrapper .descrease::before, .custom-input-number-wrapper .bs-tooltip-auto[x-placement^="top"] .descrease::before, .bs-tooltip-auto[x-placement^="top"] .custom-input-number-wrapper .increase::before, .custom-input-number-wrapper .bs-tooltip-auto[x-placement^="top"] .increase::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #6a962c;
  }
  /* line 46, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
  .bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
  }
  /* line 49, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
  .bs-tooltip-right .arrow, .bs-tooltip-right .custom-input-number-wrapper .descrease, .custom-input-number-wrapper .bs-tooltip-right .descrease, .bs-tooltip-right .custom-input-number-wrapper .increase, .custom-input-number-wrapper .bs-tooltip-right .increase, .bs-tooltip-auto[x-placement^="right"] .arrow, .bs-tooltip-auto[x-placement^="right"] .custom-input-number-wrapper .descrease, .custom-input-number-wrapper .bs-tooltip-auto[x-placement^="right"] .descrease, .bs-tooltip-auto[x-placement^="right"] .custom-input-number-wrapper .increase, .custom-input-number-wrapper .bs-tooltip-auto[x-placement^="right"] .increase {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
  }
  /* line 54, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
  .bs-tooltip-right .arrow::before, .bs-tooltip-right .custom-input-number-wrapper .descrease::before, .custom-input-number-wrapper .bs-tooltip-right .descrease::before, .bs-tooltip-right .custom-input-number-wrapper .increase::before, .custom-input-number-wrapper .bs-tooltip-right .increase::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before, .bs-tooltip-auto[x-placement^="right"] .custom-input-number-wrapper .descrease::before, .custom-input-number-wrapper .bs-tooltip-auto[x-placement^="right"] .descrease::before, .bs-tooltip-auto[x-placement^="right"] .custom-input-number-wrapper .increase::before, .custom-input-number-wrapper .bs-tooltip-auto[x-placement^="right"] .increase::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #6a962c;
  }
  /* line 62, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
  .bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
  }
  /* line 65, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
  .bs-tooltip-bottom .arrow, .bs-tooltip-bottom .custom-input-number-wrapper .descrease, .custom-input-number-wrapper .bs-tooltip-bottom .descrease, .bs-tooltip-bottom .custom-input-number-wrapper .increase, .custom-input-number-wrapper .bs-tooltip-bottom .increase, .bs-tooltip-auto[x-placement^="bottom"] .arrow, .bs-tooltip-auto[x-placement^="bottom"] .custom-input-number-wrapper .descrease, .custom-input-number-wrapper .bs-tooltip-auto[x-placement^="bottom"] .descrease, .bs-tooltip-auto[x-placement^="bottom"] .custom-input-number-wrapper .increase, .custom-input-number-wrapper .bs-tooltip-auto[x-placement^="bottom"] .increase {
    top: 0;
  }
  /* line 68, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
  .bs-tooltip-bottom .arrow::before, .bs-tooltip-bottom .custom-input-number-wrapper .descrease::before, .custom-input-number-wrapper .bs-tooltip-bottom .descrease::before, .bs-tooltip-bottom .custom-input-number-wrapper .increase::before, .custom-input-number-wrapper .bs-tooltip-bottom .increase::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .custom-input-number-wrapper .descrease::before, .custom-input-number-wrapper .bs-tooltip-auto[x-placement^="bottom"] .descrease::before, .bs-tooltip-auto[x-placement^="bottom"] .custom-input-number-wrapper .increase::before, .custom-input-number-wrapper .bs-tooltip-auto[x-placement^="bottom"] .increase::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #6a962c;
  }
  /* line 76, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
  .bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
  }
  /* line 79, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
  .bs-tooltip-left .arrow, .bs-tooltip-left .custom-input-number-wrapper .descrease, .custom-input-number-wrapper .bs-tooltip-left .descrease, .bs-tooltip-left .custom-input-number-wrapper .increase, .custom-input-number-wrapper .bs-tooltip-left .increase, .bs-tooltip-auto[x-placement^="left"] .arrow, .bs-tooltip-auto[x-placement^="left"] .custom-input-number-wrapper .descrease, .custom-input-number-wrapper .bs-tooltip-auto[x-placement^="left"] .descrease, .bs-tooltip-auto[x-placement^="left"] .custom-input-number-wrapper .increase, .custom-input-number-wrapper .bs-tooltip-auto[x-placement^="left"] .increase {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
  }
  /* line 84, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
  .bs-tooltip-left .arrow::before, .bs-tooltip-left .custom-input-number-wrapper .descrease::before, .custom-input-number-wrapper .bs-tooltip-left .descrease::before, .bs-tooltip-left .custom-input-number-wrapper .increase::before, .custom-input-number-wrapper .bs-tooltip-left .increase::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before, .bs-tooltip-auto[x-placement^="left"] .custom-input-number-wrapper .descrease::before, .custom-input-number-wrapper .bs-tooltip-auto[x-placement^="left"] .descrease::before, .bs-tooltip-auto[x-placement^="left"] .custom-input-number-wrapper .increase::before, .custom-input-number-wrapper .bs-tooltip-auto[x-placement^="left"] .increase::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #6a962c;
  }
  /* line 108, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
  .tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #6a962c;
    border-radius: 0.25rem;
  }
  /* line 1, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
  .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
  }
  /* line 20, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
  .popover .arrow, .popover .custom-input-number-wrapper .descrease, .custom-input-number-wrapper .popover .descrease, .popover .custom-input-number-wrapper .increase, .custom-input-number-wrapper .popover .increase {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
  }
  /* line 27, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
  .popover .arrow::before, .popover .custom-input-number-wrapper .descrease::before, .custom-input-number-wrapper .popover .descrease::before, .popover .custom-input-number-wrapper .increase::before, .custom-input-number-wrapper .popover .increase::before, .popover .arrow::after, .popover .custom-input-number-wrapper .descrease::after, .custom-input-number-wrapper .popover .descrease::after, .popover .custom-input-number-wrapper .increase::after, .custom-input-number-wrapper .popover .increase::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
  }
  /* line 38, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
  .bs-popover-top, .bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
  }
  /* line 41, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
  .bs-popover-top > .arrow, .custom-input-number-wrapper .bs-popover-top > .descrease, .custom-input-number-wrapper .bs-popover-top > .increase, .bs-popover-auto[x-placement^="top"] > .arrow, .custom-input-number-wrapper .bs-popover-auto[x-placement^="top"] > .descrease, .custom-input-number-wrapper .bs-popover-auto[x-placement^="top"] > .increase {
    bottom: calc((0.5rem + 1px) * -1);
  }
  /* line 44, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
  .bs-popover-top > .arrow::before, .custom-input-number-wrapper .bs-popover-top > .descrease::before, .custom-input-number-wrapper .bs-popover-top > .increase::before, .bs-popover-auto[x-placement^="top"] > .arrow::before, .custom-input-number-wrapper .bs-popover-auto[x-placement^="top"] > .descrease::before, .custom-input-number-wrapper .bs-popover-auto[x-placement^="top"] > .increase::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
  }
  /* line 50, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
  .bs-popover-top > .arrow::after, .custom-input-number-wrapper .bs-popover-top > .descrease::after, .custom-input-number-wrapper .bs-popover-top > .increase::after, .bs-popover-auto[x-placement^="top"] > .arrow::after, .custom-input-number-wrapper .bs-popover-auto[x-placement^="top"] > .descrease::after, .custom-input-number-wrapper .bs-popover-auto[x-placement^="top"] > .increase::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
  }
  /* line 58, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
  .bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
  }
  /* line 61, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
  .bs-popover-right > .arrow, .custom-input-number-wrapper .bs-popover-right > .descrease, .custom-input-number-wrapper .bs-popover-right > .increase, .bs-popover-auto[x-placement^="right"] > .arrow, .custom-input-number-wrapper .bs-popover-auto[x-placement^="right"] > .descrease, .custom-input-number-wrapper .bs-popover-auto[x-placement^="right"] > .increase {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
  }
  /* line 67, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
  .bs-popover-right > .arrow::before, .custom-input-number-wrapper .bs-popover-right > .descrease::before, .custom-input-number-wrapper .bs-popover-right > .increase::before, .bs-popover-auto[x-placement^="right"] > .arrow::before, .custom-input-number-wrapper .bs-popover-auto[x-placement^="right"] > .descrease::before, .custom-input-number-wrapper .bs-popover-auto[x-placement^="right"] > .increase::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
  }
  /* line 73, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
  .bs-popover-right > .arrow::after, .custom-input-number-wrapper .bs-popover-right > .descrease::after, .custom-input-number-wrapper .bs-popover-right > .increase::after, .bs-popover-auto[x-placement^="right"] > .arrow::after, .custom-input-number-wrapper .bs-popover-auto[x-placement^="right"] > .descrease::after, .custom-input-number-wrapper .bs-popover-auto[x-placement^="right"] > .increase::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
  }
  /* line 81, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
  .bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
  }
  /* line 84, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
  .bs-popover-bottom > .arrow, .custom-input-number-wrapper .bs-popover-bottom > .descrease, .custom-input-number-wrapper .bs-popover-bottom > .increase, .bs-popover-auto[x-placement^="bottom"] > .arrow, .custom-input-number-wrapper .bs-popover-auto[x-placement^="bottom"] > .descrease, .custom-input-number-wrapper .bs-popover-auto[x-placement^="bottom"] > .increase {
    top: calc((0.5rem + 1px) * -1);
  }
  /* line 87, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
  .bs-popover-bottom > .arrow::before, .custom-input-number-wrapper .bs-popover-bottom > .descrease::before, .custom-input-number-wrapper .bs-popover-bottom > .increase::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before, .custom-input-number-wrapper .bs-popover-auto[x-placement^="bottom"] > .descrease::before, .custom-input-number-wrapper .bs-popover-auto[x-placement^="bottom"] > .increase::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
  }
  /* line 93, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
  .bs-popover-bottom > .arrow::after, .custom-input-number-wrapper .bs-popover-bottom > .descrease::after, .custom-input-number-wrapper .bs-popover-bottom > .increase::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after, .custom-input-number-wrapper .bs-popover-auto[x-placement^="bottom"] > .descrease::after, .custom-input-number-wrapper .bs-popover-auto[x-placement^="bottom"] > .increase::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
  }
  /* line 101, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
  }
  /* line 113, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
  .bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
  }
  /* line 116, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
  .bs-popover-left > .arrow, .custom-input-number-wrapper .bs-popover-left > .descrease, .custom-input-number-wrapper .bs-popover-left > .increase, .bs-popover-auto[x-placement^="left"] > .arrow, .custom-input-number-wrapper .bs-popover-auto[x-placement^="left"] > .descrease, .custom-input-number-wrapper .bs-popover-auto[x-placement^="left"] > .increase {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
  }
  /* line 122, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
  .bs-popover-left > .arrow::before, .custom-input-number-wrapper .bs-popover-left > .descrease::before, .custom-input-number-wrapper .bs-popover-left > .increase::before, .bs-popover-auto[x-placement^="left"] > .arrow::before, .custom-input-number-wrapper .bs-popover-auto[x-placement^="left"] > .descrease::before, .custom-input-number-wrapper .bs-popover-auto[x-placement^="left"] > .increase::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
  }
  /* line 128, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
  .bs-popover-left > .arrow::after, .custom-input-number-wrapper .bs-popover-left > .descrease::after, .custom-input-number-wrapper .bs-popover-left > .increase::after, .bs-popover-auto[x-placement^="left"] > .arrow::after, .custom-input-number-wrapper .bs-popover-auto[x-placement^="left"] > .descrease::after, .custom-input-number-wrapper .bs-popover-auto[x-placement^="left"] > .increase::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
  }
  /* line 153, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
  .popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
  }
  /* line 163, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
  .popover-header:empty {
    display: none;
  }
  /* line 168, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
  .popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel {
    position: relative;
  }
  /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel.pointer-event {
    touch-action: pan-y;
  }
  /* line 22, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  /* line 2, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .carousel-inner::after {
    display: block;
    clear: both;
    content: "";
  }
  /* line 29, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    /* line 29, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
    .carousel-item {
      transition: none;
    }
  }
  /* line 39, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
  }
  /* line 45, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    transform: translateX(100%);
  }
  /* line 50, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    transform: translateX(-100%);
  }
  /* line 61, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
  }
  /* line 67, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
  }
  /* line 74, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s 0.6s opacity;
  }
  @media (prefers-reduced-motion: reduce) {
    /* line 74, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
    .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
      transition: none;
    }
  }
  /* line 87, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    /* line 87, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
    .carousel-control-prev,
.carousel-control-next {
      transition: none;
    }
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
  }
  /* line 111, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev {
    left: 0;
  }
  /* line 117, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-next {
    right: 0;
  }
  /* line 125, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%;
  }
  /* line 132, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
  }
  /* line 135, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
  }
  /* line 145, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
  }
  /* line 159, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    /* line 159, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
    .carousel-indicators li {
      transition: none;
    }
  }
  /* line 177, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators .active {
    opacity: 1;
  }
  /* line 187, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
  }
  @keyframes spinner-border {
    to {
      transform: rotate(360deg);
    }
  }
  /* line 9, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_spinners.scss */
  .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
  }
  /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_spinners.scss */
  .spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
  }
  @keyframes spinner-grow {
    0% {
      transform: scale(0);
    }
    50% {
      opacity: 1;
    }
  }
  /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_spinners.scss */
  .spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite;
  }
  /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_spinners.scss */
  .spinner-grow-sm {
    width: 1rem;
    height: 1rem;
  }
  /* line 3, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
  .align-baseline {
    vertical-align: baseline !important;
  }
  /* line 4, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
  .align-top {
    vertical-align: top !important;
  }
  /* line 5, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
  .align-middle {
    vertical-align: middle !important;
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
  .align-bottom {
    vertical-align: bottom !important;
  }
  /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
  .align-text-bottom {
    vertical-align: text-bottom !important;
  }
  /* line 8, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
  .align-text-top {
    vertical-align: text-top !important;
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
  .bg-primary {
    background-color: #007bff !important;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important;
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
  .bg-secondary {
    background-color: #6c757d !important;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
  .bg-success {
    background-color: #28a745 !important;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
  .bg-info {
    background-color: #17a2b8 !important;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
  .bg-warning {
    background-color: #ffc107 !important;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
  .bg-danger {
    background-color: #dc3545 !important;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
  .bg-light {
    background-color: #f8f9fa !important;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
  .bg-dark {
    background-color: #343a40 !important;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_background.scss */
  .bg-white {
    background-color: #fff !important;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_background.scss */
  .bg-transparent {
    background-color: transparent !important;
  }
  /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
  .border {
    border: 1px solid #dee2e6 !important;
  }
  /* line 8, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
  .border-top {
    border-top: 1px solid #dee2e6 !important;
  }
  /* line 9, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
  .border-right {
    border-right: 1px solid #dee2e6 !important;
  }
  /* line 10, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
  .border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
  .border-left {
    border-left: 1px solid #dee2e6 !important;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
  .border-0 {
    border: 0 !important;
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
  .border-top-0 {
    border-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
  .border-right-0 {
    border-right: 0 !important;
  }
  /* line 16, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
  .border-bottom-0 {
    border-bottom: 0 !important;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
  .border-left-0 {
    border-left: 0 !important;
  }
  /* line 20, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
  .border-primary {
    border-color: #007bff !important;
  }
  /* line 20, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
  .border-secondary {
    border-color: #6c757d !important;
  }
  /* line 20, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
  .border-success {
    border-color: #28a745 !important;
  }
  /* line 20, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
  .border-info {
    border-color: #17a2b8 !important;
  }
  /* line 20, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
  .border-warning {
    border-color: #ffc107 !important;
  }
  /* line 20, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
  .border-danger {
    border-color: #dc3545 !important;
  }
  /* line 20, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
  .border-light {
    border-color: #f8f9fa !important;
  }
  /* line 20, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
  .border-dark {
    border-color: #343a40 !important;
  }
  /* line 25, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
  .border-white {
    border-color: #fff !important;
  }
  /* line 33, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
  .rounded-sm {
    border-radius: 0.2rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
  .rounded {
    border-radius: 0.25rem !important;
  }
  /* line 41, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
  .rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  /* line 46, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
  .rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  /* line 51, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
  .rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 56, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
  .rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 61, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
  .rounded-lg {
    border-radius: 0.3rem !important;
  }
  /* line 65, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
  .rounded-circle {
    border-radius: 50% !important;
  }
  /* line 69, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
  .rounded-pill {
    border-radius: 50rem !important;
  }
  /* line 73, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
  .rounded-0 {
    border-radius: 0 !important;
  }
  /* line 2, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-none {
    display: none !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-inline {
    display: inline !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-block {
    display: block !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-table {
    display: table !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-table-row {
    display: table-row !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-flex, .multiple-columns-checkbox {
    display: flex !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-inline-flex {
    display: inline-flex !important;
  }
  @media (min-width: 576px) {
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-sm-none {
      display: none !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-sm-inline {
      display: inline !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-sm-inline-block {
      display: inline-block !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-sm-block {
      display: block !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-sm-table {
      display: table !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-sm-table-row {
      display: table-row !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-sm-table-cell {
      display: table-cell !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-sm-flex {
      display: flex !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-sm-inline-flex {
      display: inline-flex !important;
    }
  }
  @media (min-width: 768px) {
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-md-none {
      display: none !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-md-inline {
      display: inline !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-md-inline-block {
      display: inline-block !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-md-block {
      display: block !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-md-table {
      display: table !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-md-table-row {
      display: table-row !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-md-table-cell {
      display: table-cell !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-md-flex {
      display: flex !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-md-inline-flex {
      display: inline-flex !important;
    }
  }
  @media (min-width: 992px) {
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-lg-none {
      display: none !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-lg-inline {
      display: inline !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-lg-inline-block {
      display: inline-block !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-lg-block {
      display: block !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-lg-table {
      display: table !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-lg-table-row {
      display: table-row !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-lg-table-cell {
      display: table-cell !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-lg-flex {
      display: flex !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-lg-inline-flex {
      display: inline-flex !important;
    }
  }
  @media (min-width: 1200px) {
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-xl-none {
      display: none !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-xl-inline {
      display: inline !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-xl-inline-block {
      display: inline-block !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-xl-block {
      display: block !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-xl-table {
      display: table !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-xl-table-row {
      display: table-row !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-xl-table-cell {
      display: table-cell !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-xl-flex {
      display: flex !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-xl-inline-flex {
      display: inline-flex !important;
    }
  }
  @media print {
    /* line 24, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-print-none {
      display: none !important;
    }
    /* line 24, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-print-inline {
      display: inline !important;
    }
    /* line 24, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-print-inline-block {
      display: inline-block !important;
    }
    /* line 24, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-print-block {
      display: block !important;
    }
    /* line 24, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-print-table {
      display: table !important;
    }
    /* line 24, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-print-table-row {
      display: table-row !important;
    }
    /* line 24, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-print-table-cell {
      display: table-cell !important;
    }
    /* line 24, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-print-flex {
      display: flex !important;
    }
    /* line 24, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
    .d-print-inline-flex {
      display: inline-flex !important;
    }
  }
  /* line 3, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
  .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  /* line 10, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
  .embed-responsive::before {
    display: block;
    content: "";
  }
  /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
  .embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  /* line 35, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
  .embed-responsive-21by9::before {
    padding-top: 42.8571428571%;
  }
  /* line 35, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
  .embed-responsive-16by9::before {
    padding-top: 56.25%;
  }
  /* line 35, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
  .embed-responsive-4by3::before {
    padding-top: 75%;
  }
  /* line 35, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
  .embed-responsive-1by1::before {
    padding-top: 100%;
  }
  /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-row {
    flex-direction: row !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-column, .multiple-columns-checkbox {
    flex-direction: column !important;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-center {
    justify-content: center !important;
  }
  /* line 28, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-between {
    justify-content: space-between !important;
  }
  /* line 29, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-around {
    justify-content: space-around !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-start {
    align-items: flex-start !important;
  }
  /* line 32, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-end {
    align-items: flex-end !important;
  }
  /* line 33, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-center {
    align-items: center !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-start {
    align-content: flex-start !important;
  }
  /* line 38, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-end {
    align-content: flex-end !important;
  }
  /* line 39, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-center {
    align-content: center !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-between {
    align-content: space-between !important;
  }
  /* line 41, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-around {
    align-content: space-around !important;
  }
  /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-auto {
    align-self: auto !important;
  }
  /* line 45, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-start {
    align-self: flex-start !important;
  }
  /* line 46, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-end {
    align-self: flex-end !important;
  }
  /* line 47, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-center {
    align-self: center !important;
  }
  /* line 48, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-stretch {
    align-self: stretch !important;
  }
  @media (min-width: 576px) {
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-sm-row {
      flex-direction: row !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-sm-column {
      flex-direction: column !important;
    }
    /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-sm-row-reverse {
      flex-direction: row-reverse !important;
    }
    /* line 14, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-sm-column-reverse {
      flex-direction: column-reverse !important;
    }
    /* line 16, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-sm-wrap {
      flex-wrap: wrap !important;
    }
    /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-sm-nowrap {
      flex-wrap: nowrap !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-sm-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
    /* line 19, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-sm-fill {
      flex: 1 1 auto !important;
    }
    /* line 20, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-sm-grow-0 {
      flex-grow: 0 !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-sm-grow-1 {
      flex-grow: 1 !important;
    }
    /* line 22, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-sm-shrink-0 {
      flex-shrink: 0 !important;
    }
    /* line 23, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-sm-shrink-1 {
      flex-shrink: 1 !important;
    }
    /* line 25, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .justify-content-sm-start {
      justify-content: flex-start !important;
    }
    /* line 26, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .justify-content-sm-end {
      justify-content: flex-end !important;
    }
    /* line 27, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .justify-content-sm-center {
      justify-content: center !important;
    }
    /* line 28, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .justify-content-sm-between {
      justify-content: space-between !important;
    }
    /* line 29, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .justify-content-sm-around {
      justify-content: space-around !important;
    }
    /* line 31, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-items-sm-start {
      align-items: flex-start !important;
    }
    /* line 32, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-items-sm-end {
      align-items: flex-end !important;
    }
    /* line 33, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-items-sm-center {
      align-items: center !important;
    }
    /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-items-sm-baseline {
      align-items: baseline !important;
    }
    /* line 35, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-items-sm-stretch {
      align-items: stretch !important;
    }
    /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-content-sm-start {
      align-content: flex-start !important;
    }
    /* line 38, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-content-sm-end {
      align-content: flex-end !important;
    }
    /* line 39, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-content-sm-center {
      align-content: center !important;
    }
    /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-content-sm-between {
      align-content: space-between !important;
    }
    /* line 41, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-content-sm-around {
      align-content: space-around !important;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-content-sm-stretch {
      align-content: stretch !important;
    }
    /* line 44, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-self-sm-auto {
      align-self: auto !important;
    }
    /* line 45, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-self-sm-start {
      align-self: flex-start !important;
    }
    /* line 46, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-self-sm-end {
      align-self: flex-end !important;
    }
    /* line 47, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-self-sm-center {
      align-self: center !important;
    }
    /* line 48, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-self-sm-baseline {
      align-self: baseline !important;
    }
    /* line 49, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-self-sm-stretch {
      align-self: stretch !important;
    }
  }
  @media (min-width: 768px) {
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-md-row {
      flex-direction: row !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-md-column {
      flex-direction: column !important;
    }
    /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-md-row-reverse {
      flex-direction: row-reverse !important;
    }
    /* line 14, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-md-column-reverse {
      flex-direction: column-reverse !important;
    }
    /* line 16, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-md-wrap {
      flex-wrap: wrap !important;
    }
    /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-md-nowrap {
      flex-wrap: nowrap !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-md-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
    /* line 19, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-md-fill {
      flex: 1 1 auto !important;
    }
    /* line 20, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-md-grow-0 {
      flex-grow: 0 !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-md-grow-1 {
      flex-grow: 1 !important;
    }
    /* line 22, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-md-shrink-0 {
      flex-shrink: 0 !important;
    }
    /* line 23, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-md-shrink-1 {
      flex-shrink: 1 !important;
    }
    /* line 25, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .justify-content-md-start {
      justify-content: flex-start !important;
    }
    /* line 26, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .justify-content-md-end {
      justify-content: flex-end !important;
    }
    /* line 27, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .justify-content-md-center {
      justify-content: center !important;
    }
    /* line 28, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .justify-content-md-between {
      justify-content: space-between !important;
    }
    /* line 29, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .justify-content-md-around {
      justify-content: space-around !important;
    }
    /* line 31, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-items-md-start {
      align-items: flex-start !important;
    }
    /* line 32, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-items-md-end {
      align-items: flex-end !important;
    }
    /* line 33, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-items-md-center {
      align-items: center !important;
    }
    /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-items-md-baseline {
      align-items: baseline !important;
    }
    /* line 35, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-items-md-stretch {
      align-items: stretch !important;
    }
    /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-content-md-start {
      align-content: flex-start !important;
    }
    /* line 38, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-content-md-end {
      align-content: flex-end !important;
    }
    /* line 39, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-content-md-center {
      align-content: center !important;
    }
    /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-content-md-between {
      align-content: space-between !important;
    }
    /* line 41, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-content-md-around {
      align-content: space-around !important;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-content-md-stretch {
      align-content: stretch !important;
    }
    /* line 44, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-self-md-auto {
      align-self: auto !important;
    }
    /* line 45, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-self-md-start {
      align-self: flex-start !important;
    }
    /* line 46, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-self-md-end {
      align-self: flex-end !important;
    }
    /* line 47, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-self-md-center {
      align-self: center !important;
    }
    /* line 48, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-self-md-baseline {
      align-self: baseline !important;
    }
    /* line 49, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-self-md-stretch {
      align-self: stretch !important;
    }
  }
  @media (min-width: 992px) {
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-lg-row {
      flex-direction: row !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-lg-column {
      flex-direction: column !important;
    }
    /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-lg-row-reverse {
      flex-direction: row-reverse !important;
    }
    /* line 14, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-lg-column-reverse {
      flex-direction: column-reverse !important;
    }
    /* line 16, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-lg-wrap {
      flex-wrap: wrap !important;
    }
    /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-lg-nowrap {
      flex-wrap: nowrap !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-lg-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
    /* line 19, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-lg-fill {
      flex: 1 1 auto !important;
    }
    /* line 20, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-lg-grow-0 {
      flex-grow: 0 !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-lg-grow-1 {
      flex-grow: 1 !important;
    }
    /* line 22, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-lg-shrink-0 {
      flex-shrink: 0 !important;
    }
    /* line 23, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-lg-shrink-1 {
      flex-shrink: 1 !important;
    }
    /* line 25, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .justify-content-lg-start {
      justify-content: flex-start !important;
    }
    /* line 26, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .justify-content-lg-end {
      justify-content: flex-end !important;
    }
    /* line 27, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .justify-content-lg-center {
      justify-content: center !important;
    }
    /* line 28, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .justify-content-lg-between {
      justify-content: space-between !important;
    }
    /* line 29, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .justify-content-lg-around {
      justify-content: space-around !important;
    }
    /* line 31, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-items-lg-start {
      align-items: flex-start !important;
    }
    /* line 32, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-items-lg-end {
      align-items: flex-end !important;
    }
    /* line 33, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-items-lg-center {
      align-items: center !important;
    }
    /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-items-lg-baseline {
      align-items: baseline !important;
    }
    /* line 35, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-items-lg-stretch {
      align-items: stretch !important;
    }
    /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-content-lg-start {
      align-content: flex-start !important;
    }
    /* line 38, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-content-lg-end {
      align-content: flex-end !important;
    }
    /* line 39, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-content-lg-center {
      align-content: center !important;
    }
    /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-content-lg-between {
      align-content: space-between !important;
    }
    /* line 41, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-content-lg-around {
      align-content: space-around !important;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-content-lg-stretch {
      align-content: stretch !important;
    }
    /* line 44, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-self-lg-auto {
      align-self: auto !important;
    }
    /* line 45, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-self-lg-start {
      align-self: flex-start !important;
    }
    /* line 46, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-self-lg-end {
      align-self: flex-end !important;
    }
    /* line 47, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-self-lg-center {
      align-self: center !important;
    }
    /* line 48, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-self-lg-baseline {
      align-self: baseline !important;
    }
    /* line 49, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-self-lg-stretch {
      align-self: stretch !important;
    }
  }
  @media (min-width: 1200px) {
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-xl-row {
      flex-direction: row !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-xl-column {
      flex-direction: column !important;
    }
    /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-xl-row-reverse {
      flex-direction: row-reverse !important;
    }
    /* line 14, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-xl-column-reverse {
      flex-direction: column-reverse !important;
    }
    /* line 16, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-xl-wrap {
      flex-wrap: wrap !important;
    }
    /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-xl-nowrap {
      flex-wrap: nowrap !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-xl-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
    /* line 19, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-xl-fill {
      flex: 1 1 auto !important;
    }
    /* line 20, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-xl-grow-0 {
      flex-grow: 0 !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-xl-grow-1 {
      flex-grow: 1 !important;
    }
    /* line 22, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-xl-shrink-0 {
      flex-shrink: 0 !important;
    }
    /* line 23, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .flex-xl-shrink-1 {
      flex-shrink: 1 !important;
    }
    /* line 25, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .justify-content-xl-start {
      justify-content: flex-start !important;
    }
    /* line 26, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .justify-content-xl-end {
      justify-content: flex-end !important;
    }
    /* line 27, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .justify-content-xl-center {
      justify-content: center !important;
    }
    /* line 28, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .justify-content-xl-between {
      justify-content: space-between !important;
    }
    /* line 29, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .justify-content-xl-around {
      justify-content: space-around !important;
    }
    /* line 31, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-items-xl-start {
      align-items: flex-start !important;
    }
    /* line 32, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-items-xl-end {
      align-items: flex-end !important;
    }
    /* line 33, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-items-xl-center {
      align-items: center !important;
    }
    /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-items-xl-baseline {
      align-items: baseline !important;
    }
    /* line 35, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-items-xl-stretch {
      align-items: stretch !important;
    }
    /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-content-xl-start {
      align-content: flex-start !important;
    }
    /* line 38, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-content-xl-end {
      align-content: flex-end !important;
    }
    /* line 39, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-content-xl-center {
      align-content: center !important;
    }
    /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-content-xl-between {
      align-content: space-between !important;
    }
    /* line 41, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-content-xl-around {
      align-content: space-around !important;
    }
    /* line 42, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-content-xl-stretch {
      align-content: stretch !important;
    }
    /* line 44, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-self-xl-auto {
      align-self: auto !important;
    }
    /* line 45, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-self-xl-start {
      align-self: flex-start !important;
    }
    /* line 46, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-self-xl-end {
      align-self: flex-end !important;
    }
    /* line 47, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-self-xl-center {
      align-self: center !important;
    }
    /* line 48, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-self-xl-baseline {
      align-self: baseline !important;
    }
    /* line 49, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
    .align-self-xl-stretch {
      align-self: stretch !important;
    }
  }
  /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-left {
    float: left !important;
  }
  /* line 8, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-right {
    float: right !important;
  }
  /* line 9, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-none {
    float: none !important;
  }
  @media (min-width: 576px) {
    /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
    .float-sm-left {
      float: left !important;
    }
    /* line 8, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
    .float-sm-right {
      float: right !important;
    }
    /* line 9, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
    .float-sm-none {
      float: none !important;
    }
  }
  @media (min-width: 768px) {
    /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
    .float-md-left {
      float: left !important;
    }
    /* line 8, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
    .float-md-right {
      float: right !important;
    }
    /* line 9, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
    .float-md-none {
      float: none !important;
    }
  }
  @media (min-width: 992px) {
    /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
    .float-lg-left {
      float: left !important;
    }
    /* line 8, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
    .float-lg-right {
      float: right !important;
    }
    /* line 9, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
    .float-lg-none {
      float: none !important;
    }
  }
  @media (min-width: 1200px) {
    /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
    .float-xl-left {
      float: left !important;
    }
    /* line 8, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
    .float-xl-right {
      float: right !important;
    }
    /* line 9, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
    .float-xl-none {
      float: none !important;
    }
  }
  /* line 4, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
  .overflow-auto {
    overflow: auto !important;
  }
  /* line 4, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
  .overflow-hidden {
    overflow: hidden !important;
  }
  /* line 5, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
  .position-static {
    position: static !important;
  }
  /* line 5, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
  .position-relative {
    position: relative !important;
  }
  /* line 5, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
  .position-absolute {
    position: absolute !important;
  }
  /* line 5, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
  .position-fixed {
    position: fixed !important;
  }
  /* line 5, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
  .position-sticky {
    position: sticky !important;
  }
  /* line 10, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
  .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
  .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
  @supports (position: sticky) {
    /* line 26, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
    .sticky-top {
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }
  /* line 5, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  /* line 24, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_screen-reader.scss */
  .sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
  /* line 3, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
  .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
  /* line 4, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
  .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
  /* line 5, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
  .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
  .shadow-none {
    box-shadow: none !important;
  }
  /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
  .w-25 {
    width: 25% !important;
  }
  /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
  .w-50 {
    width: 50% !important;
  }
  /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
  .w-75 {
    width: 75% !important;
  }
  /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
  .w-100 {
    width: 100% !important;
  }
  /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
  .w-auto {
    width: auto !important;
  }
  /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
  .h-25 {
    height: 25% !important;
  }
  /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
  .h-50 {
    height: 50% !important;
  }
  /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
  .h-75 {
    height: 75% !important;
  }
  /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
  .h-100 {
    height: 100% !important;
  }
  /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
  .h-auto {
    height: auto !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
  .mw-100 {
    max-width: 100% !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
  .mh-100 {
    max-height: 100% !important;
  }
  /* line 16, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
  .min-vw-100 {
    min-width: 100vw !important;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
  .min-vh-100 {
    min-height: 100vh !important;
  }
  /* line 19, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
  .vw-100 {
    width: 100vw !important;
  }
  /* line 20, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
  .vh-100 {
    height: 100vh !important;
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_stretched-link.scss */
  .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
  }
  /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-0 {
    margin: 0 !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-0,
.my-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-0,
.mx-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-0,
.my-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-0,
.mx-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-1,
.my-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-2,
.my-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-3 {
    margin: 1rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-3,
.my-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-3,
.mx-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-3,
.my-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-3,
.mx-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-4,
.my-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-5 {
    margin: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-5,
.my-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-5,
.mx-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-5,
.my-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-5,
.mx-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-0 {
    padding: 0 !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-0,
.py-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-0,
.px-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-0,
.py-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-0,
.px-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-1,
.py-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-1,
.px-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-1,
.px-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-2,
.py-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-2,
.px-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-2,
.px-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-3 {
    padding: 1rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-3,
.py-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-3,
.px-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-3,
.py-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-3,
.px-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-4,
.py-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-4,
.px-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-4,
.px-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-5 {
    padding: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-5,
.py-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-5,
.px-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-5,
.py-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-5,
.px-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-n3,
.my-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-n5,
.my-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-auto {
    margin: auto !important;
  }
  /* line 48, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-auto,
.my-auto {
    margin-top: auto !important;
  }
  /* line 51, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-auto,
.mx-auto {
    margin-right: auto !important;
  }
  /* line 54, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-auto,
.my-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-auto,
.mx-auto {
    margin-left: auto !important;
  }
  @media (min-width: 576px) {
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-sm-0 {
      margin: 0 !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-sm-0,
.my-sm-0 {
      margin-top: 0 !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-sm-0,
.mx-sm-0 {
      margin-right: 0 !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-sm-0,
.my-sm-0 {
      margin-bottom: 0 !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-sm-0,
.mx-sm-0 {
      margin-left: 0 !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-sm-1 {
      margin: 0.25rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-sm-1,
.my-sm-1 {
      margin-top: 0.25rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-sm-1,
.mx-sm-1 {
      margin-right: 0.25rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-sm-1,
.my-sm-1 {
      margin-bottom: 0.25rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-sm-1,
.mx-sm-1 {
      margin-left: 0.25rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-sm-2 {
      margin: 0.5rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-sm-2,
.my-sm-2 {
      margin-top: 0.5rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-sm-2,
.mx-sm-2 {
      margin-right: 0.5rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-sm-2,
.my-sm-2 {
      margin-bottom: 0.5rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-sm-2,
.mx-sm-2 {
      margin-left: 0.5rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-sm-3 {
      margin: 1rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-sm-3,
.my-sm-3 {
      margin-top: 1rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-sm-3,
.mx-sm-3 {
      margin-right: 1rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-sm-3,
.my-sm-3 {
      margin-bottom: 1rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-sm-3,
.mx-sm-3 {
      margin-left: 1rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-sm-4 {
      margin: 1.5rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-sm-4,
.my-sm-4 {
      margin-top: 1.5rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-sm-4,
.mx-sm-4 {
      margin-right: 1.5rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-sm-4,
.my-sm-4 {
      margin-bottom: 1.5rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-sm-4,
.mx-sm-4 {
      margin-left: 1.5rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-sm-5 {
      margin: 3rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-sm-5,
.my-sm-5 {
      margin-top: 3rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-sm-5,
.mx-sm-5 {
      margin-right: 3rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-sm-5,
.my-sm-5 {
      margin-bottom: 3rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-sm-5,
.mx-sm-5 {
      margin-left: 3rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .p-sm-0 {
      padding: 0 !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pt-sm-0,
.py-sm-0 {
      padding-top: 0 !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pr-sm-0,
.px-sm-0 {
      padding-right: 0 !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pb-sm-0,
.py-sm-0 {
      padding-bottom: 0 !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pl-sm-0,
.px-sm-0 {
      padding-left: 0 !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .p-sm-1 {
      padding: 0.25rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pt-sm-1,
.py-sm-1 {
      padding-top: 0.25rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pr-sm-1,
.px-sm-1 {
      padding-right: 0.25rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pb-sm-1,
.py-sm-1 {
      padding-bottom: 0.25rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pl-sm-1,
.px-sm-1 {
      padding-left: 0.25rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .p-sm-2 {
      padding: 0.5rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pt-sm-2,
.py-sm-2 {
      padding-top: 0.5rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pr-sm-2,
.px-sm-2 {
      padding-right: 0.5rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pb-sm-2,
.py-sm-2 {
      padding-bottom: 0.5rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pl-sm-2,
.px-sm-2 {
      padding-left: 0.5rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .p-sm-3 {
      padding: 1rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pt-sm-3,
.py-sm-3 {
      padding-top: 1rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pr-sm-3,
.px-sm-3 {
      padding-right: 1rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pb-sm-3,
.py-sm-3 {
      padding-bottom: 1rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pl-sm-3,
.px-sm-3 {
      padding-left: 1rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .p-sm-4 {
      padding: 1.5rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pt-sm-4,
.py-sm-4 {
      padding-top: 1.5rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pr-sm-4,
.px-sm-4 {
      padding-right: 1.5rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pb-sm-4,
.py-sm-4 {
      padding-bottom: 1.5rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pl-sm-4,
.px-sm-4 {
      padding-left: 1.5rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .p-sm-5 {
      padding: 3rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pt-sm-5,
.py-sm-5 {
      padding-top: 3rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pr-sm-5,
.px-sm-5 {
      padding-right: 3rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pb-sm-5,
.py-sm-5 {
      padding-bottom: 3rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pl-sm-5,
.px-sm-5 {
      padding-left: 3rem !important;
    }
    /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-sm-n1 {
      margin: -0.25rem !important;
    }
    /* line 31, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-sm-n1,
.my-sm-n1 {
      margin-top: -0.25rem !important;
    }
    /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-sm-n1,
.mx-sm-n1 {
      margin-right: -0.25rem !important;
    }
    /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-sm-n1,
.my-sm-n1 {
      margin-bottom: -0.25rem !important;
    }
    /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-sm-n1,
.mx-sm-n1 {
      margin-left: -0.25rem !important;
    }
    /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-sm-n2 {
      margin: -0.5rem !important;
    }
    /* line 31, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-sm-n2,
.my-sm-n2 {
      margin-top: -0.5rem !important;
    }
    /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-sm-n2,
.mx-sm-n2 {
      margin-right: -0.5rem !important;
    }
    /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-sm-n2,
.my-sm-n2 {
      margin-bottom: -0.5rem !important;
    }
    /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-sm-n2,
.mx-sm-n2 {
      margin-left: -0.5rem !important;
    }
    /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-sm-n3 {
      margin: -1rem !important;
    }
    /* line 31, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-sm-n3,
.my-sm-n3 {
      margin-top: -1rem !important;
    }
    /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-sm-n3,
.mx-sm-n3 {
      margin-right: -1rem !important;
    }
    /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-sm-n3,
.my-sm-n3 {
      margin-bottom: -1rem !important;
    }
    /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-sm-n3,
.mx-sm-n3 {
      margin-left: -1rem !important;
    }
    /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-sm-n4 {
      margin: -1.5rem !important;
    }
    /* line 31, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-sm-n4,
.my-sm-n4 {
      margin-top: -1.5rem !important;
    }
    /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-sm-n4,
.mx-sm-n4 {
      margin-right: -1.5rem !important;
    }
    /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-sm-n4,
.my-sm-n4 {
      margin-bottom: -1.5rem !important;
    }
    /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-sm-n4,
.mx-sm-n4 {
      margin-left: -1.5rem !important;
    }
    /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-sm-n5 {
      margin: -3rem !important;
    }
    /* line 31, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-sm-n5,
.my-sm-n5 {
      margin-top: -3rem !important;
    }
    /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-sm-n5,
.mx-sm-n5 {
      margin-right: -3rem !important;
    }
    /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-sm-n5,
.my-sm-n5 {
      margin-bottom: -3rem !important;
    }
    /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-sm-n5,
.mx-sm-n5 {
      margin-left: -3rem !important;
    }
    /* line 47, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-sm-auto {
      margin: auto !important;
    }
    /* line 48, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-sm-auto,
.my-sm-auto {
      margin-top: auto !important;
    }
    /* line 51, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-sm-auto,
.mx-sm-auto {
      margin-right: auto !important;
    }
    /* line 54, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-sm-auto,
.my-sm-auto {
      margin-bottom: auto !important;
    }
    /* line 57, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-sm-auto,
.mx-sm-auto {
      margin-left: auto !important;
    }
  }
  @media (min-width: 768px) {
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-md-0 {
      margin: 0 !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-md-0,
.my-md-0 {
      margin-top: 0 !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-md-0,
.mx-md-0 {
      margin-right: 0 !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-md-0,
.my-md-0 {
      margin-bottom: 0 !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-md-0,
.mx-md-0 {
      margin-left: 0 !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-md-1 {
      margin: 0.25rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-md-1,
.my-md-1 {
      margin-top: 0.25rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-md-1,
.mx-md-1 {
      margin-right: 0.25rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-md-1,
.my-md-1 {
      margin-bottom: 0.25rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-md-1,
.mx-md-1 {
      margin-left: 0.25rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-md-2 {
      margin: 0.5rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-md-2,
.my-md-2 {
      margin-top: 0.5rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-md-2,
.mx-md-2 {
      margin-right: 0.5rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-md-2,
.my-md-2 {
      margin-bottom: 0.5rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-md-2,
.mx-md-2 {
      margin-left: 0.5rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-md-3 {
      margin: 1rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-md-3,
.my-md-3 {
      margin-top: 1rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-md-3,
.mx-md-3 {
      margin-right: 1rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-md-3,
.my-md-3 {
      margin-bottom: 1rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-md-3,
.mx-md-3 {
      margin-left: 1rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-md-4 {
      margin: 1.5rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-md-4,
.my-md-4 {
      margin-top: 1.5rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-md-4,
.mx-md-4 {
      margin-right: 1.5rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-md-4,
.my-md-4 {
      margin-bottom: 1.5rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-md-4,
.mx-md-4 {
      margin-left: 1.5rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-md-5 {
      margin: 3rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-md-5,
.my-md-5 {
      margin-top: 3rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-md-5,
.mx-md-5 {
      margin-right: 3rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-md-5,
.my-md-5 {
      margin-bottom: 3rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-md-5,
.mx-md-5 {
      margin-left: 3rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .p-md-0 {
      padding: 0 !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pt-md-0,
.py-md-0 {
      padding-top: 0 !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pr-md-0,
.px-md-0 {
      padding-right: 0 !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pb-md-0,
.py-md-0 {
      padding-bottom: 0 !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pl-md-0,
.px-md-0 {
      padding-left: 0 !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .p-md-1 {
      padding: 0.25rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pt-md-1,
.py-md-1 {
      padding-top: 0.25rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pr-md-1,
.px-md-1 {
      padding-right: 0.25rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pb-md-1,
.py-md-1 {
      padding-bottom: 0.25rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pl-md-1,
.px-md-1 {
      padding-left: 0.25rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .p-md-2 {
      padding: 0.5rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pt-md-2,
.py-md-2 {
      padding-top: 0.5rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pr-md-2,
.px-md-2 {
      padding-right: 0.5rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pb-md-2,
.py-md-2 {
      padding-bottom: 0.5rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pl-md-2,
.px-md-2 {
      padding-left: 0.5rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .p-md-3 {
      padding: 1rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pt-md-3,
.py-md-3 {
      padding-top: 1rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pr-md-3,
.px-md-3 {
      padding-right: 1rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pb-md-3,
.py-md-3 {
      padding-bottom: 1rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pl-md-3,
.px-md-3 {
      padding-left: 1rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .p-md-4 {
      padding: 1.5rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pt-md-4,
.py-md-4 {
      padding-top: 1.5rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pr-md-4,
.px-md-4 {
      padding-right: 1.5rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pb-md-4,
.py-md-4 {
      padding-bottom: 1.5rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pl-md-4,
.px-md-4 {
      padding-left: 1.5rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .p-md-5 {
      padding: 3rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pt-md-5,
.py-md-5 {
      padding-top: 3rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pr-md-5,
.px-md-5 {
      padding-right: 3rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pb-md-5,
.py-md-5 {
      padding-bottom: 3rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pl-md-5,
.px-md-5 {
      padding-left: 3rem !important;
    }
    /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-md-n1 {
      margin: -0.25rem !important;
    }
    /* line 31, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-md-n1,
.my-md-n1 {
      margin-top: -0.25rem !important;
    }
    /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-md-n1,
.mx-md-n1 {
      margin-right: -0.25rem !important;
    }
    /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-md-n1,
.my-md-n1 {
      margin-bottom: -0.25rem !important;
    }
    /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-md-n1,
.mx-md-n1 {
      margin-left: -0.25rem !important;
    }
    /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-md-n2 {
      margin: -0.5rem !important;
    }
    /* line 31, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-md-n2,
.my-md-n2 {
      margin-top: -0.5rem !important;
    }
    /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-md-n2,
.mx-md-n2 {
      margin-right: -0.5rem !important;
    }
    /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-md-n2,
.my-md-n2 {
      margin-bottom: -0.5rem !important;
    }
    /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-md-n2,
.mx-md-n2 {
      margin-left: -0.5rem !important;
    }
    /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-md-n3 {
      margin: -1rem !important;
    }
    /* line 31, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-md-n3,
.my-md-n3 {
      margin-top: -1rem !important;
    }
    /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-md-n3,
.mx-md-n3 {
      margin-right: -1rem !important;
    }
    /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-md-n3,
.my-md-n3 {
      margin-bottom: -1rem !important;
    }
    /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-md-n3,
.mx-md-n3 {
      margin-left: -1rem !important;
    }
    /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-md-n4 {
      margin: -1.5rem !important;
    }
    /* line 31, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-md-n4,
.my-md-n4 {
      margin-top: -1.5rem !important;
    }
    /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-md-n4,
.mx-md-n4 {
      margin-right: -1.5rem !important;
    }
    /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-md-n4,
.my-md-n4 {
      margin-bottom: -1.5rem !important;
    }
    /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-md-n4,
.mx-md-n4 {
      margin-left: -1.5rem !important;
    }
    /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-md-n5 {
      margin: -3rem !important;
    }
    /* line 31, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-md-n5,
.my-md-n5 {
      margin-top: -3rem !important;
    }
    /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-md-n5,
.mx-md-n5 {
      margin-right: -3rem !important;
    }
    /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-md-n5,
.my-md-n5 {
      margin-bottom: -3rem !important;
    }
    /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-md-n5,
.mx-md-n5 {
      margin-left: -3rem !important;
    }
    /* line 47, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-md-auto {
      margin: auto !important;
    }
    /* line 48, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-md-auto,
.my-md-auto {
      margin-top: auto !important;
    }
    /* line 51, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-md-auto,
.mx-md-auto {
      margin-right: auto !important;
    }
    /* line 54, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-md-auto,
.my-md-auto {
      margin-bottom: auto !important;
    }
    /* line 57, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-md-auto,
.mx-md-auto {
      margin-left: auto !important;
    }
  }
  @media (min-width: 992px) {
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-lg-0 {
      margin: 0 !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-lg-0,
.my-lg-0 {
      margin-top: 0 !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-lg-0,
.mx-lg-0 {
      margin-right: 0 !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-lg-0,
.my-lg-0 {
      margin-bottom: 0 !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-lg-0,
.mx-lg-0 {
      margin-left: 0 !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-lg-1 {
      margin: 0.25rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-lg-1,
.my-lg-1 {
      margin-top: 0.25rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-lg-1,
.mx-lg-1 {
      margin-right: 0.25rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-lg-1,
.my-lg-1 {
      margin-bottom: 0.25rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-lg-1,
.mx-lg-1 {
      margin-left: 0.25rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-lg-2 {
      margin: 0.5rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-lg-2,
.my-lg-2 {
      margin-top: 0.5rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-lg-2,
.mx-lg-2 {
      margin-right: 0.5rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-lg-2,
.my-lg-2 {
      margin-bottom: 0.5rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-lg-2,
.mx-lg-2 {
      margin-left: 0.5rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-lg-3 {
      margin: 1rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-lg-3,
.my-lg-3 {
      margin-top: 1rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-lg-3,
.mx-lg-3 {
      margin-right: 1rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-lg-3,
.my-lg-3 {
      margin-bottom: 1rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-lg-3,
.mx-lg-3 {
      margin-left: 1rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-lg-4 {
      margin: 1.5rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-lg-4,
.my-lg-4 {
      margin-top: 1.5rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-lg-4,
.mx-lg-4 {
      margin-right: 1.5rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-lg-4,
.my-lg-4 {
      margin-bottom: 1.5rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-lg-4,
.mx-lg-4 {
      margin-left: 1.5rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-lg-5 {
      margin: 3rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-lg-5,
.my-lg-5 {
      margin-top: 3rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-lg-5,
.mx-lg-5 {
      margin-right: 3rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-lg-5,
.my-lg-5 {
      margin-bottom: 3rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-lg-5,
.mx-lg-5 {
      margin-left: 3rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .p-lg-0 {
      padding: 0 !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pt-lg-0,
.py-lg-0 {
      padding-top: 0 !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pr-lg-0,
.px-lg-0 {
      padding-right: 0 !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pb-lg-0,
.py-lg-0 {
      padding-bottom: 0 !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pl-lg-0,
.px-lg-0 {
      padding-left: 0 !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .p-lg-1 {
      padding: 0.25rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pt-lg-1,
.py-lg-1 {
      padding-top: 0.25rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pr-lg-1,
.px-lg-1 {
      padding-right: 0.25rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pb-lg-1,
.py-lg-1 {
      padding-bottom: 0.25rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pl-lg-1,
.px-lg-1 {
      padding-left: 0.25rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .p-lg-2 {
      padding: 0.5rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pt-lg-2,
.py-lg-2 {
      padding-top: 0.5rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pr-lg-2,
.px-lg-2 {
      padding-right: 0.5rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pb-lg-2,
.py-lg-2 {
      padding-bottom: 0.5rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pl-lg-2,
.px-lg-2 {
      padding-left: 0.5rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .p-lg-3 {
      padding: 1rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pt-lg-3,
.py-lg-3 {
      padding-top: 1rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pr-lg-3,
.px-lg-3 {
      padding-right: 1rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pb-lg-3,
.py-lg-3 {
      padding-bottom: 1rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pl-lg-3,
.px-lg-3 {
      padding-left: 1rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .p-lg-4 {
      padding: 1.5rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pt-lg-4,
.py-lg-4 {
      padding-top: 1.5rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pr-lg-4,
.px-lg-4 {
      padding-right: 1.5rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pb-lg-4,
.py-lg-4 {
      padding-bottom: 1.5rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pl-lg-4,
.px-lg-4 {
      padding-left: 1.5rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .p-lg-5 {
      padding: 3rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pt-lg-5,
.py-lg-5 {
      padding-top: 3rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pr-lg-5,
.px-lg-5 {
      padding-right: 3rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pb-lg-5,
.py-lg-5 {
      padding-bottom: 3rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pl-lg-5,
.px-lg-5 {
      padding-left: 3rem !important;
    }
    /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-lg-n1 {
      margin: -0.25rem !important;
    }
    /* line 31, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-lg-n1,
.my-lg-n1 {
      margin-top: -0.25rem !important;
    }
    /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-lg-n1,
.mx-lg-n1 {
      margin-right: -0.25rem !important;
    }
    /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-lg-n1,
.my-lg-n1 {
      margin-bottom: -0.25rem !important;
    }
    /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-lg-n1,
.mx-lg-n1 {
      margin-left: -0.25rem !important;
    }
    /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-lg-n2 {
      margin: -0.5rem !important;
    }
    /* line 31, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-lg-n2,
.my-lg-n2 {
      margin-top: -0.5rem !important;
    }
    /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-lg-n2,
.mx-lg-n2 {
      margin-right: -0.5rem !important;
    }
    /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-lg-n2,
.my-lg-n2 {
      margin-bottom: -0.5rem !important;
    }
    /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-lg-n2,
.mx-lg-n2 {
      margin-left: -0.5rem !important;
    }
    /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-lg-n3 {
      margin: -1rem !important;
    }
    /* line 31, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-lg-n3,
.my-lg-n3 {
      margin-top: -1rem !important;
    }
    /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-lg-n3,
.mx-lg-n3 {
      margin-right: -1rem !important;
    }
    /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-lg-n3,
.my-lg-n3 {
      margin-bottom: -1rem !important;
    }
    /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-lg-n3,
.mx-lg-n3 {
      margin-left: -1rem !important;
    }
    /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-lg-n4 {
      margin: -1.5rem !important;
    }
    /* line 31, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-lg-n4,
.my-lg-n4 {
      margin-top: -1.5rem !important;
    }
    /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-lg-n4,
.mx-lg-n4 {
      margin-right: -1.5rem !important;
    }
    /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-lg-n4,
.my-lg-n4 {
      margin-bottom: -1.5rem !important;
    }
    /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-lg-n4,
.mx-lg-n4 {
      margin-left: -1.5rem !important;
    }
    /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-lg-n5 {
      margin: -3rem !important;
    }
    /* line 31, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-lg-n5,
.my-lg-n5 {
      margin-top: -3rem !important;
    }
    /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-lg-n5,
.mx-lg-n5 {
      margin-right: -3rem !important;
    }
    /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-lg-n5,
.my-lg-n5 {
      margin-bottom: -3rem !important;
    }
    /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-lg-n5,
.mx-lg-n5 {
      margin-left: -3rem !important;
    }
    /* line 47, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-lg-auto {
      margin: auto !important;
    }
    /* line 48, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-lg-auto,
.my-lg-auto {
      margin-top: auto !important;
    }
    /* line 51, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-lg-auto,
.mx-lg-auto {
      margin-right: auto !important;
    }
    /* line 54, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-lg-auto,
.my-lg-auto {
      margin-bottom: auto !important;
    }
    /* line 57, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-lg-auto,
.mx-lg-auto {
      margin-left: auto !important;
    }
  }
  @media (min-width: 1200px) {
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-xl-0 {
      margin: 0 !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-xl-0,
.my-xl-0 {
      margin-top: 0 !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-xl-0,
.mx-xl-0 {
      margin-right: 0 !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-xl-0,
.my-xl-0 {
      margin-bottom: 0 !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-xl-0,
.mx-xl-0 {
      margin-left: 0 !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-xl-1 {
      margin: 0.25rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-xl-1,
.my-xl-1 {
      margin-top: 0.25rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-xl-1,
.mx-xl-1 {
      margin-right: 0.25rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-xl-1,
.my-xl-1 {
      margin-bottom: 0.25rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-xl-1,
.mx-xl-1 {
      margin-left: 0.25rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-xl-2 {
      margin: 0.5rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-xl-2,
.my-xl-2 {
      margin-top: 0.5rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-xl-2,
.mx-xl-2 {
      margin-right: 0.5rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-xl-2,
.my-xl-2 {
      margin-bottom: 0.5rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-xl-2,
.mx-xl-2 {
      margin-left: 0.5rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-xl-3 {
      margin: 1rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-xl-3,
.my-xl-3 {
      margin-top: 1rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-xl-3,
.mx-xl-3 {
      margin-right: 1rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-xl-3,
.my-xl-3 {
      margin-bottom: 1rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-xl-3,
.mx-xl-3 {
      margin-left: 1rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-xl-4 {
      margin: 1.5rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-xl-4,
.my-xl-4 {
      margin-top: 1.5rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-xl-4,
.mx-xl-4 {
      margin-right: 1.5rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-xl-4,
.my-xl-4 {
      margin-bottom: 1.5rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-xl-4,
.mx-xl-4 {
      margin-left: 1.5rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-xl-5 {
      margin: 3rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-xl-5,
.my-xl-5 {
      margin-top: 3rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-xl-5,
.mx-xl-5 {
      margin-right: 3rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-xl-5,
.my-xl-5 {
      margin-bottom: 3rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-xl-5,
.mx-xl-5 {
      margin-left: 3rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .p-xl-0 {
      padding: 0 !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pt-xl-0,
.py-xl-0 {
      padding-top: 0 !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pr-xl-0,
.px-xl-0 {
      padding-right: 0 !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pb-xl-0,
.py-xl-0 {
      padding-bottom: 0 !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pl-xl-0,
.px-xl-0 {
      padding-left: 0 !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .p-xl-1 {
      padding: 0.25rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pt-xl-1,
.py-xl-1 {
      padding-top: 0.25rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pr-xl-1,
.px-xl-1 {
      padding-right: 0.25rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pb-xl-1,
.py-xl-1 {
      padding-bottom: 0.25rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pl-xl-1,
.px-xl-1 {
      padding-left: 0.25rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .p-xl-2 {
      padding: 0.5rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pt-xl-2,
.py-xl-2 {
      padding-top: 0.5rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pr-xl-2,
.px-xl-2 {
      padding-right: 0.5rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pb-xl-2,
.py-xl-2 {
      padding-bottom: 0.5rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pl-xl-2,
.px-xl-2 {
      padding-left: 0.5rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .p-xl-3 {
      padding: 1rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pt-xl-3,
.py-xl-3 {
      padding-top: 1rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pr-xl-3,
.px-xl-3 {
      padding-right: 1rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pb-xl-3,
.py-xl-3 {
      padding-bottom: 1rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pl-xl-3,
.px-xl-3 {
      padding-left: 1rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .p-xl-4 {
      padding: 1.5rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pt-xl-4,
.py-xl-4 {
      padding-top: 1.5rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pr-xl-4,
.px-xl-4 {
      padding-right: 1.5rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pb-xl-4,
.py-xl-4 {
      padding-bottom: 1.5rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pl-xl-4,
.px-xl-4 {
      padding-left: 1.5rem !important;
    }
    /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .p-xl-5 {
      padding: 3rem !important;
    }
    /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pt-xl-5,
.py-xl-5 {
      padding-top: 3rem !important;
    }
    /* line 15, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pr-xl-5,
.px-xl-5 {
      padding-right: 3rem !important;
    }
    /* line 18, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pb-xl-5,
.py-xl-5 {
      padding-bottom: 3rem !important;
    }
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .pl-xl-5,
.px-xl-5 {
      padding-left: 3rem !important;
    }
    /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-xl-n1 {
      margin: -0.25rem !important;
    }
    /* line 31, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-xl-n1,
.my-xl-n1 {
      margin-top: -0.25rem !important;
    }
    /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-xl-n1,
.mx-xl-n1 {
      margin-right: -0.25rem !important;
    }
    /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-xl-n1,
.my-xl-n1 {
      margin-bottom: -0.25rem !important;
    }
    /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-xl-n1,
.mx-xl-n1 {
      margin-left: -0.25rem !important;
    }
    /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-xl-n2 {
      margin: -0.5rem !important;
    }
    /* line 31, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-xl-n2,
.my-xl-n2 {
      margin-top: -0.5rem !important;
    }
    /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-xl-n2,
.mx-xl-n2 {
      margin-right: -0.5rem !important;
    }
    /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-xl-n2,
.my-xl-n2 {
      margin-bottom: -0.5rem !important;
    }
    /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-xl-n2,
.mx-xl-n2 {
      margin-left: -0.5rem !important;
    }
    /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-xl-n3 {
      margin: -1rem !important;
    }
    /* line 31, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-xl-n3,
.my-xl-n3 {
      margin-top: -1rem !important;
    }
    /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-xl-n3,
.mx-xl-n3 {
      margin-right: -1rem !important;
    }
    /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-xl-n3,
.my-xl-n3 {
      margin-bottom: -1rem !important;
    }
    /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-xl-n3,
.mx-xl-n3 {
      margin-left: -1rem !important;
    }
    /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-xl-n4 {
      margin: -1.5rem !important;
    }
    /* line 31, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-xl-n4,
.my-xl-n4 {
      margin-top: -1.5rem !important;
    }
    /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-xl-n4,
.mx-xl-n4 {
      margin-right: -1.5rem !important;
    }
    /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-xl-n4,
.my-xl-n4 {
      margin-bottom: -1.5rem !important;
    }
    /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-xl-n4,
.mx-xl-n4 {
      margin-left: -1.5rem !important;
    }
    /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-xl-n5 {
      margin: -3rem !important;
    }
    /* line 31, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-xl-n5,
.my-xl-n5 {
      margin-top: -3rem !important;
    }
    /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-xl-n5,
.mx-xl-n5 {
      margin-right: -3rem !important;
    }
    /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-xl-n5,
.my-xl-n5 {
      margin-bottom: -3rem !important;
    }
    /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-xl-n5,
.mx-xl-n5 {
      margin-left: -3rem !important;
    }
    /* line 47, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .m-xl-auto {
      margin: auto !important;
    }
    /* line 48, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mt-xl-auto,
.my-xl-auto {
      margin-top: auto !important;
    }
    /* line 51, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mr-xl-auto,
.mx-xl-auto {
      margin-right: auto !important;
    }
    /* line 54, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .mb-xl-auto,
.my-xl-auto {
      margin-bottom: auto !important;
    }
    /* line 57, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
    .ml-xl-auto,
.mx-xl-auto {
      margin-left: auto !important;
    }
  }
  /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-justify {
    text-align: justify !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-wrap {
    white-space: normal !important;
  }
  /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-nowrap {
    white-space: nowrap !important;
  }
  /* line 14, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 22, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-left {
    text-align: left !important;
  }
  /* line 23, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-right {
    text-align: right !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-center {
    text-align: center !important;
  }
  @media (min-width: 576px) {
    /* line 22, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
    .text-sm-left {
      text-align: left !important;
    }
    /* line 23, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
    .text-sm-right {
      text-align: right !important;
    }
    /* line 24, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
    .text-sm-center {
      text-align: center !important;
    }
  }
  @media (min-width: 768px) {
    /* line 22, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
    .text-md-left {
      text-align: left !important;
    }
    /* line 23, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
    .text-md-right {
      text-align: right !important;
    }
    /* line 24, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
    .text-md-center {
      text-align: center !important;
    }
  }
  @media (min-width: 992px) {
    /* line 22, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
    .text-lg-left {
      text-align: left !important;
    }
    /* line 23, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
    .text-lg-right {
      text-align: right !important;
    }
    /* line 24, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
    .text-lg-center {
      text-align: center !important;
    }
  }
  @media (min-width: 1200px) {
    /* line 22, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
    .text-xl-left {
      text-align: left !important;
    }
    /* line 23, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
    .text-xl-right {
      text-align: right !important;
    }
    /* line 24, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
    .text-xl-center {
      text-align: center !important;
    }
  }
  /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lowercase {
    text-transform: lowercase !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-uppercase {
    text-transform: uppercase !important;
  }
  /* line 32, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-capitalize {
    text-transform: capitalize !important;
  }
  /* line 36, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .font-weight-light {
    font-weight: 300 !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .font-weight-lighter {
    font-weight: lighter !important;
  }
  /* line 38, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .font-weight-normal {
    font-weight: 400 !important;
  }
  /* line 39, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .font-weight-bold {
    font-weight: 700 !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .font-weight-bolder {
    font-weight: bolder !important;
  }
  /* line 41, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .font-italic {
    font-style: italic !important;
  }
  /* line 45, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-white {
    color: #fff !important;
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
  .text-primary {
    color: #007bff !important;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a.text-primary:hover, a.text-primary:focus {
    color: #0056b3 !important;
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
  .text-secondary {
    color: #6c757d !important;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a.text-secondary:hover, a.text-secondary:focus {
    color: #494f54 !important;
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
  .text-success {
    color: #28a745 !important;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a.text-success:hover, a.text-success:focus {
    color: #19692c !important;
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
  .text-info {
    color: #17a2b8 !important;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important;
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
  .text-warning {
    color: #ffc107 !important;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important;
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
  .text-danger {
    color: #dc3545 !important;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important;
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
  .text-light {
    color: #f8f9fa !important;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important;
  }
  /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
  .text-dark {
    color: #343a40 !important;
  }
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important;
  }
  /* line 51, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-body {
    color: #212529 !important;
  }
  /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-muted {
    color: #6c757d !important;
  }
  /* line 54, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
  }
  /* line 55, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  /* line 59, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  /* line 63, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-decoration-none {
    text-decoration: none !important;
  }
  /* line 65, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }
  /* line 72, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-reset {
    color: inherit !important;
  }
  /* line 7, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
  .visible {
    visibility: visible !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
  .invisible {
    visibility: hidden !important;
  }
  @media print {
    /* line 13, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
    *,
*::before,
*::after {
      text-shadow: none !important;
      box-shadow: none !important;
    }
    /* line 24, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
    a:not(.btn) {
      text-decoration: underline;
    }
    /* line 34, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
    abbr[title]::after {
      content: " (" attr(title) ")";
    }
    /* line 49, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
    pre {
      white-space: pre-wrap !important;
    }
    /* line 52, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
    pre,
blockquote {
      border: 1px solid #adb5bd;
      page-break-inside: avoid;
    }
    /* line 63, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
    thead {
      display: table-header-group;
    }
    /* line 67, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
    tr,
img {
      page-break-inside: avoid;
    }
    /* line 72, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
    p,
h2,
h3 {
      orphans: 3;
      widows: 3;
    }
    /* line 79, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
    h2,
h3 {
      page-break-after: avoid;
    }
    @page {
      size: a3;
    }
    /* line 92, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
    body {
      min-width: 992px !important;
    }
    /* line 95, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
    .container {
      min-width: 992px !important;
    }
    /* line 100, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
    .navbar {
      display: none;
    }
    /* line 103, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
    .badge {
      border: 1px solid #000;
    }
    /* line 107, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
    .table {
      border-collapse: collapse !important;
    }
    /* line 110, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
    .table td,
.table th {
      background-color: #fff !important;
    }
    /* line 117, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
    .table-bordered th,
.table-bordered td {
      border: 1px solid #dee2e6 !important;
    }
    /* line 123, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
    .table-dark {
      color: inherit;
    }
    /* line 126, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
    .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
      border-color: #dee2e6;
    }
    /* line 134, ../../shared/bundle/ruby/3.1.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
    .table .thead-dark th {
      color: inherit;
      border-color: #dee2e6;
    }
  }
  /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
  /* FONT PATH
 * -------------------------- */
  @font-face {
    font-family: 'FontAwesome';
    src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot);
    src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix) format("embedded-opentype"), url(/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2) format("woff2"), url(/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff) format("woff"), url(/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf) format("truetype"), url(/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular) format("svg");
    font-weight: normal;
    font-style: normal;
  }
  /* line 19, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /* makes the font 33% larger relative to the icon container */
  /* line 28, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
  }
  /* line 33, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-2x {
    font-size: 2em;
  }
  /* line 36, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-3x {
    font-size: 3em;
  }
  /* line 39, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-4x {
    font-size: 4em;
  }
  /* line 42, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-5x {
    font-size: 5em;
  }
  /* line 45, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-fw {
    width: 1.28571429em;
    text-align: center;
  }
  /* line 49, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
  }
  /* line 54, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-ul > li {
    position: relative;
  }
  /* line 57, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
  }
  /* line 64, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-li.fa-lg {
    left: -1.85714286em;
  }
  /* line 67, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
  }
  /* line 72, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-pull-left {
    float: left;
  }
  /* line 75, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-pull-right {
    float: right;
  }
  /* line 78, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa.fa-pull-left {
    margin-right: .3em;
  }
  /* line 81, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa.fa-pull-right {
    margin-left: .3em;
  }
  /* Deprecated as of 4.4.0 */
  /* line 85, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .pull-right {
    float: right;
  }
  /* line 88, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .pull-left {
    float: left;
  }
  /* line 91, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa.pull-left {
    margin-right: .3em;
  }
  /* line 94, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa.pull-right {
    margin-left: .3em;
  }
  /* line 97, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-spin {
    animation: fa-spin 2s infinite linear;
  }
  /* line 101, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-pulse {
    animation: fa-spin 1s infinite steps(8);
  }
  @keyframes fa-spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(359deg);
    }
  }
  /* line 125, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
  }
  /* line 131, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
  }
  /* line 137, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg);
  }
  /* line 143, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1, 1);
  }
  /* line 149, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(1, -1);
  }
  /* line 155, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  :root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
  }
  /* line 162, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
  }
  /* line 170, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
  }
  /* line 177, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-stack-1x {
    line-height: inherit;
  }
  /* line 180, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-stack-2x {
    font-size: 2em;
  }
  /* line 183, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-inverse {
    color: #ffffff;
  }
  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
  /* line 188, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-glass:before {
    content: "\f000";
  }
  /* line 191, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-music:before {
    content: "\f001";
  }
  /* line 194, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-search:before {
    content: "\f002";
  }
  /* line 197, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-envelope-o:before {
    content: "\f003";
  }
  /* line 200, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-heart:before {
    content: "\f004";
  }
  /* line 203, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-star:before {
    content: "\f005";
  }
  /* line 206, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-star-o:before {
    content: "\f006";
  }
  /* line 209, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-user:before {
    content: "\f007";
  }
  /* line 212, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-film:before {
    content: "\f008";
  }
  /* line 215, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-th-large:before {
    content: "\f009";
  }
  /* line 218, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-th:before {
    content: "\f00a";
  }
  /* line 221, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-th-list:before {
    content: "\f00b";
  }
  /* line 224, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-check:before {
    content: "\f00c";
  }
  /* line 227, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
  }
  /* line 232, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-search-plus:before {
    content: "\f00e";
  }
  /* line 235, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-search-minus:before {
    content: "\f010";
  }
  /* line 238, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-power-off:before {
    content: "\f011";
  }
  /* line 241, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-signal:before {
    content: "\f012";
  }
  /* line 244, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-gear:before,
.fa-cog:before {
    content: "\f013";
  }
  /* line 248, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-trash-o:before {
    content: "\f014";
  }
  /* line 251, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-home:before {
    content: "\f015";
  }
  /* line 254, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-file-o:before {
    content: "\f016";
  }
  /* line 257, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-clock-o:before {
    content: "\f017";
  }
  /* line 260, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-road:before {
    content: "\f018";
  }
  /* line 263, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-download:before {
    content: "\f019";
  }
  /* line 266, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-arrow-circle-o-down:before {
    content: "\f01a";
  }
  /* line 269, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-arrow-circle-o-up:before {
    content: "\f01b";
  }
  /* line 272, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-inbox:before {
    content: "\f01c";
  }
  /* line 275, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-play-circle-o:before {
    content: "\f01d";
  }
  /* line 278, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
  }
  /* line 282, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-refresh:before {
    content: "\f021";
  }
  /* line 285, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-list-alt:before {
    content: "\f022";
  }
  /* line 288, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-lock:before {
    content: "\f023";
  }
  /* line 291, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-flag:before {
    content: "\f024";
  }
  /* line 294, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-headphones:before {
    content: "\f025";
  }
  /* line 297, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-volume-off:before {
    content: "\f026";
  }
  /* line 300, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-volume-down:before {
    content: "\f027";
  }
  /* line 303, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-volume-up:before {
    content: "\f028";
  }
  /* line 306, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-qrcode:before {
    content: "\f029";
  }
  /* line 309, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-barcode:before {
    content: "\f02a";
  }
  /* line 312, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-tag:before {
    content: "\f02b";
  }
  /* line 315, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-tags:before {
    content: "\f02c";
  }
  /* line 318, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-book:before {
    content: "\f02d";
  }
  /* line 321, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-bookmark:before {
    content: "\f02e";
  }
  /* line 324, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-print:before {
    content: "\f02f";
  }
  /* line 327, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-camera:before {
    content: "\f030";
  }
  /* line 330, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-font:before {
    content: "\f031";
  }
  /* line 333, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-bold:before {
    content: "\f032";
  }
  /* line 336, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-italic:before {
    content: "\f033";
  }
  /* line 339, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-text-height:before {
    content: "\f034";
  }
  /* line 342, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-text-width:before {
    content: "\f035";
  }
  /* line 345, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-align-left:before {
    content: "\f036";
  }
  /* line 348, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-align-center:before {
    content: "\f037";
  }
  /* line 351, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-align-right:before {
    content: "\f038";
  }
  /* line 354, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-align-justify:before {
    content: "\f039";
  }
  /* line 357, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-list:before {
    content: "\f03a";
  }
  /* line 360, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
  }
  /* line 364, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-indent:before {
    content: "\f03c";
  }
  /* line 367, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-video-camera:before {
    content: "\f03d";
  }
  /* line 370, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
  }
  /* line 375, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-pencil:before {
    content: "\f040";
  }
  /* line 378, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-map-marker:before {
    content: "\f041";
  }
  /* line 381, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-adjust:before {
    content: "\f042";
  }
  /* line 384, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-tint:before {
    content: "\f043";
  }
  /* line 387, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
  }
  /* line 391, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-share-square-o:before {
    content: "\f045";
  }
  /* line 394, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-check-square-o:before {
    content: "\f046";
  }
  /* line 397, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-arrows:before {
    content: "\f047";
  }
  /* line 400, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-step-backward:before {
    content: "\f048";
  }
  /* line 403, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-fast-backward:before {
    content: "\f049";
  }
  /* line 406, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-backward:before {
    content: "\f04a";
  }
  /* line 409, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-play:before {
    content: "\f04b";
  }
  /* line 412, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-pause:before {
    content: "\f04c";
  }
  /* line 415, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-stop:before {
    content: "\f04d";
  }
  /* line 418, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-forward:before {
    content: "\f04e";
  }
  /* line 421, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-fast-forward:before {
    content: "\f050";
  }
  /* line 424, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-step-forward:before {
    content: "\f051";
  }
  /* line 427, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-eject:before {
    content: "\f052";
  }
  /* line 430, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-chevron-left:before {
    content: "\f053";
  }
  /* line 433, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-chevron-right:before {
    content: "\f054";
  }
  /* line 436, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-plus-circle:before {
    content: "\f055";
  }
  /* line 439, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-minus-circle:before {
    content: "\f056";
  }
  /* line 442, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-times-circle:before {
    content: "\f057";
  }
  /* line 445, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-check-circle:before {
    content: "\f058";
  }
  /* line 448, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-question-circle:before {
    content: "\f059";
  }
  /* line 451, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-info-circle:before {
    content: "\f05a";
  }
  /* line 454, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-crosshairs:before {
    content: "\f05b";
  }
  /* line 457, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-times-circle-o:before {
    content: "\f05c";
  }
  /* line 460, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-check-circle-o:before {
    content: "\f05d";
  }
  /* line 463, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-ban:before {
    content: "\f05e";
  }
  /* line 466, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-arrow-left:before {
    content: "\f060";
  }
  /* line 469, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-arrow-right:before {
    content: "\f061";
  }
  /* line 472, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-arrow-up:before {
    content: "\f062";
  }
  /* line 475, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-arrow-down:before {
    content: "\f063";
  }
  /* line 478, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
  }
  /* line 482, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-expand:before {
    content: "\f065";
  }
  /* line 485, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-compress:before {
    content: "\f066";
  }
  /* line 488, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-plus:before {
    content: "\f067";
  }
  /* line 491, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-minus:before {
    content: "\f068";
  }
  /* line 494, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-asterisk:before {
    content: "\f069";
  }
  /* line 497, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-exclamation-circle:before {
    content: "\f06a";
  }
  /* line 500, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-gift:before {
    content: "\f06b";
  }
  /* line 503, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-leaf:before {
    content: "\f06c";
  }
  /* line 506, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-fire:before {
    content: "\f06d";
  }
  /* line 509, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-eye:before {
    content: "\f06e";
  }
  /* line 512, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-eye-slash:before {
    content: "\f070";
  }
  /* line 515, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
  }
  /* line 519, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-plane:before {
    content: "\f072";
  }
  /* line 522, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-calendar:before {
    content: "\f073";
  }
  /* line 525, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-random:before {
    content: "\f074";
  }
  /* line 528, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-comment:before {
    content: "\f075";
  }
  /* line 531, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-magnet:before {
    content: "\f076";
  }
  /* line 534, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-chevron-up:before {
    content: "\f077";
  }
  /* line 537, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-chevron-down:before {
    content: "\f078";
  }
  /* line 540, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-retweet:before {
    content: "\f079";
  }
  /* line 543, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-shopping-cart:before {
    content: "\f07a";
  }
  /* line 546, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-folder:before {
    content: "\f07b";
  }
  /* line 549, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-folder-open:before {
    content: "\f07c";
  }
  /* line 552, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-arrows-v:before {
    content: "\f07d";
  }
  /* line 555, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-arrows-h:before {
    content: "\f07e";
  }
  /* line 558, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
  }
  /* line 562, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-twitter-square:before {
    content: "\f081";
  }
  /* line 565, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-facebook-square:before {
    content: "\f082";
  }
  /* line 568, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-camera-retro:before {
    content: "\f083";
  }
  /* line 571, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-key:before {
    content: "\f084";
  }
  /* line 574, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-gears:before,
.fa-cogs:before {
    content: "\f085";
  }
  /* line 578, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-comments:before {
    content: "\f086";
  }
  /* line 581, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-thumbs-o-up:before {
    content: "\f087";
  }
  /* line 584, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-thumbs-o-down:before {
    content: "\f088";
  }
  /* line 587, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-star-half:before {
    content: "\f089";
  }
  /* line 590, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-heart-o:before {
    content: "\f08a";
  }
  /* line 593, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-sign-out:before {
    content: "\f08b";
  }
  /* line 596, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-linkedin-square:before {
    content: "\f08c";
  }
  /* line 599, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-thumb-tack:before {
    content: "\f08d";
  }
  /* line 602, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-external-link:before {
    content: "\f08e";
  }
  /* line 605, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-sign-in:before {
    content: "\f090";
  }
  /* line 608, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-trophy:before {
    content: "\f091";
  }
  /* line 611, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-github-square:before {
    content: "\f092";
  }
  /* line 614, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-upload:before {
    content: "\f093";
  }
  /* line 617, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-lemon-o:before {
    content: "\f094";
  }
  /* line 620, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-phone:before {
    content: "\f095";
  }
  /* line 623, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-square-o:before {
    content: "\f096";
  }
  /* line 626, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-bookmark-o:before {
    content: "\f097";
  }
  /* line 629, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-phone-square:before {
    content: "\f098";
  }
  /* line 632, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-twitter:before {
    content: "\f099";
  }
  /* line 635, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
  }
  /* line 639, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-github:before {
    content: "\f09b";
  }
  /* line 642, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-unlock:before {
    content: "\f09c";
  }
  /* line 645, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-credit-card:before {
    content: "\f09d";
  }
  /* line 648, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-feed:before,
.fa-rss:before {
    content: "\f09e";
  }
  /* line 652, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-hdd-o:before {
    content: "\f0a0";
  }
  /* line 655, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-bullhorn:before {
    content: "\f0a1";
  }
  /* line 658, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-bell:before {
    content: "\f0f3";
  }
  /* line 661, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-certificate:before {
    content: "\f0a3";
  }
  /* line 664, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-hand-o-right:before {
    content: "\f0a4";
  }
  /* line 667, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-hand-o-left:before {
    content: "\f0a5";
  }
  /* line 670, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-hand-o-up:before {
    content: "\f0a6";
  }
  /* line 673, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-hand-o-down:before {
    content: "\f0a7";
  }
  /* line 676, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-arrow-circle-left:before {
    content: "\f0a8";
  }
  /* line 679, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-arrow-circle-right:before {
    content: "\f0a9";
  }
  /* line 682, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-arrow-circle-up:before {
    content: "\f0aa";
  }
  /* line 685, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-arrow-circle-down:before {
    content: "\f0ab";
  }
  /* line 688, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-globe:before {
    content: "\f0ac";
  }
  /* line 691, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-wrench:before {
    content: "\f0ad";
  }
  /* line 694, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-tasks:before {
    content: "\f0ae";
  }
  /* line 697, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-filter:before {
    content: "\f0b0";
  }
  /* line 700, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-briefcase:before {
    content: "\f0b1";
  }
  /* line 703, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-arrows-alt:before {
    content: "\f0b2";
  }
  /* line 706, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-group:before,
.fa-users:before {
    content: "\f0c0";
  }
  /* line 710, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-chain:before,
.fa-link:before {
    content: "\f0c1";
  }
  /* line 714, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-cloud:before {
    content: "\f0c2";
  }
  /* line 717, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-flask:before {
    content: "\f0c3";
  }
  /* line 720, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
  }
  /* line 724, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
  }
  /* line 728, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-paperclip:before {
    content: "\f0c6";
  }
  /* line 731, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
  }
  /* line 735, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-square:before {
    content: "\f0c8";
  }
  /* line 738, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
  }
  /* line 743, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-list-ul:before {
    content: "\f0ca";
  }
  /* line 746, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-list-ol:before {
    content: "\f0cb";
  }
  /* line 749, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-strikethrough:before {
    content: "\f0cc";
  }
  /* line 752, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-underline:before {
    content: "\f0cd";
  }
  /* line 755, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-table:before {
    content: "\f0ce";
  }
  /* line 758, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-magic:before {
    content: "\f0d0";
  }
  /* line 761, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-truck:before {
    content: "\f0d1";
  }
  /* line 764, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-pinterest:before {
    content: "\f0d2";
  }
  /* line 767, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-pinterest-square:before {
    content: "\f0d3";
  }
  /* line 770, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-google-plus-square:before {
    content: "\f0d4";
  }
  /* line 773, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-google-plus:before {
    content: "\f0d5";
  }
  /* line 776, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-money:before {
    content: "\f0d6";
  }
  /* line 779, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-caret-down:before {
    content: "\f0d7";
  }
  /* line 782, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-caret-up:before {
    content: "\f0d8";
  }
  /* line 785, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-caret-left:before {
    content: "\f0d9";
  }
  /* line 788, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-caret-right:before {
    content: "\f0da";
  }
  /* line 791, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-columns:before {
    content: "\f0db";
  }
  /* line 794, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
  }
  /* line 798, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
  }
  /* line 802, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
  }
  /* line 806, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-envelope:before {
    content: "\f0e0";
  }
  /* line 809, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-linkedin:before {
    content: "\f0e1";
  }
  /* line 812, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
  }
  /* line 816, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
  }
  /* line 820, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
  }
  /* line 824, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-comment-o:before {
    content: "\f0e5";
  }
  /* line 827, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-comments-o:before {
    content: "\f0e6";
  }
  /* line 830, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
  }
  /* line 834, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-sitemap:before {
    content: "\f0e8";
  }
  /* line 837, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-umbrella:before {
    content: "\f0e9";
  }
  /* line 840, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
  }
  /* line 844, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-lightbulb-o:before {
    content: "\f0eb";
  }
  /* line 847, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-exchange:before {
    content: "\f0ec";
  }
  /* line 850, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-cloud-download:before {
    content: "\f0ed";
  }
  /* line 853, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-cloud-upload:before {
    content: "\f0ee";
  }
  /* line 856, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-user-md:before {
    content: "\f0f0";
  }
  /* line 859, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-stethoscope:before {
    content: "\f0f1";
  }
  /* line 862, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-suitcase:before {
    content: "\f0f2";
  }
  /* line 865, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-bell-o:before {
    content: "\f0a2";
  }
  /* line 868, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-coffee:before {
    content: "\f0f4";
  }
  /* line 871, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-cutlery:before {
    content: "\f0f5";
  }
  /* line 874, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-file-text-o:before {
    content: "\f0f6";
  }
  /* line 877, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-building-o:before {
    content: "\f0f7";
  }
  /* line 880, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-hospital-o:before {
    content: "\f0f8";
  }
  /* line 883, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-ambulance:before {
    content: "\f0f9";
  }
  /* line 886, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-medkit:before {
    content: "\f0fa";
  }
  /* line 889, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-fighter-jet:before {
    content: "\f0fb";
  }
  /* line 892, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-beer:before {
    content: "\f0fc";
  }
  /* line 895, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-h-square:before {
    content: "\f0fd";
  }
  /* line 898, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-plus-square:before {
    content: "\f0fe";
  }
  /* line 901, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-angle-double-left:before {
    content: "\f100";
  }
  /* line 904, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-angle-double-right:before {
    content: "\f101";
  }
  /* line 907, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-angle-double-up:before {
    content: "\f102";
  }
  /* line 910, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-angle-double-down:before {
    content: "\f103";
  }
  /* line 913, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-angle-left:before {
    content: "\f104";
  }
  /* line 916, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-angle-right:before {
    content: "\f105";
  }
  /* line 919, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-angle-up:before {
    content: "\f106";
  }
  /* line 922, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-angle-down:before {
    content: "\f107";
  }
  /* line 925, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-desktop:before {
    content: "\f108";
  }
  /* line 928, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-laptop:before {
    content: "\f109";
  }
  /* line 931, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-tablet:before {
    content: "\f10a";
  }
  /* line 934, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
  }
  /* line 938, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-circle-o:before {
    content: "\f10c";
  }
  /* line 941, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-quote-left:before {
    content: "\f10d";
  }
  /* line 944, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-quote-right:before {
    content: "\f10e";
  }
  /* line 947, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-spinner:before {
    content: "\f110";
  }
  /* line 950, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-circle:before {
    content: "\f111";
  }
  /* line 953, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
  }
  /* line 957, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-github-alt:before {
    content: "\f113";
  }
  /* line 960, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-folder-o:before {
    content: "\f114";
  }
  /* line 963, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-folder-open-o:before {
    content: "\f115";
  }
  /* line 966, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-smile-o:before {
    content: "\f118";
  }
  /* line 969, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-frown-o:before {
    content: "\f119";
  }
  /* line 972, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-meh-o:before {
    content: "\f11a";
  }
  /* line 975, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-gamepad:before {
    content: "\f11b";
  }
  /* line 978, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-keyboard-o:before {
    content: "\f11c";
  }
  /* line 981, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-flag-o:before {
    content: "\f11d";
  }
  /* line 984, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-flag-checkered:before {
    content: "\f11e";
  }
  /* line 987, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-terminal:before {
    content: "\f120";
  }
  /* line 990, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-code:before {
    content: "\f121";
  }
  /* line 993, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
  }
  /* line 997, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
  }
  /* line 1002, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-location-arrow:before {
    content: "\f124";
  }
  /* line 1005, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-crop:before {
    content: "\f125";
  }
  /* line 1008, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-code-fork:before {
    content: "\f126";
  }
  /* line 1011, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
  }
  /* line 1015, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-question:before {
    content: "\f128";
  }
  /* line 1018, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-info:before {
    content: "\f129";
  }
  /* line 1021, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-exclamation:before {
    content: "\f12a";
  }
  /* line 1024, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-superscript:before {
    content: "\f12b";
  }
  /* line 1027, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-subscript:before {
    content: "\f12c";
  }
  /* line 1030, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-eraser:before {
    content: "\f12d";
  }
  /* line 1033, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-puzzle-piece:before {
    content: "\f12e";
  }
  /* line 1036, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-microphone:before {
    content: "\f130";
  }
  /* line 1039, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-microphone-slash:before {
    content: "\f131";
  }
  /* line 1042, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-shield:before {
    content: "\f132";
  }
  /* line 1045, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-calendar-o:before {
    content: "\f133";
  }
  /* line 1048, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-fire-extinguisher:before {
    content: "\f134";
  }
  /* line 1051, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-rocket:before {
    content: "\f135";
  }
  /* line 1054, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-maxcdn:before {
    content: "\f136";
  }
  /* line 1057, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-chevron-circle-left:before {
    content: "\f137";
  }
  /* line 1060, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-chevron-circle-right:before {
    content: "\f138";
  }
  /* line 1063, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-chevron-circle-up:before {
    content: "\f139";
  }
  /* line 1066, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-chevron-circle-down:before {
    content: "\f13a";
  }
  /* line 1069, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-html5:before {
    content: "\f13b";
  }
  /* line 1072, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-css3:before {
    content: "\f13c";
  }
  /* line 1075, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-anchor:before {
    content: "\f13d";
  }
  /* line 1078, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-unlock-alt:before {
    content: "\f13e";
  }
  /* line 1081, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-bullseye:before {
    content: "\f140";
  }
  /* line 1084, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-ellipsis-h:before {
    content: "\f141";
  }
  /* line 1087, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-ellipsis-v:before {
    content: "\f142";
  }
  /* line 1090, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-rss-square:before {
    content: "\f143";
  }
  /* line 1093, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-play-circle:before {
    content: "\f144";
  }
  /* line 1096, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-ticket:before {
    content: "\f145";
  }
  /* line 1099, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-minus-square:before {
    content: "\f146";
  }
  /* line 1102, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-minus-square-o:before {
    content: "\f147";
  }
  /* line 1105, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-level-up:before {
    content: "\f148";
  }
  /* line 1108, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-level-down:before {
    content: "\f149";
  }
  /* line 1111, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-check-square:before {
    content: "\f14a";
  }
  /* line 1114, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-pencil-square:before {
    content: "\f14b";
  }
  /* line 1117, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-external-link-square:before {
    content: "\f14c";
  }
  /* line 1120, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-share-square:before {
    content: "\f14d";
  }
  /* line 1123, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-compass:before {
    content: "\f14e";
  }
  /* line 1126, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
  }
  /* line 1130, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
  }
  /* line 1134, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
  }
  /* line 1138, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-euro:before,
.fa-eur:before {
    content: "\f153";
  }
  /* line 1142, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-gbp:before {
    content: "\f154";
  }
  /* line 1145, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-dollar:before,
.fa-usd:before {
    content: "\f155";
  }
  /* line 1149, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-rupee:before,
.fa-inr:before {
    content: "\f156";
  }
  /* line 1153, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
  }
  /* line 1159, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
  }
  /* line 1164, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-won:before,
.fa-krw:before {
    content: "\f159";
  }
  /* line 1168, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
  }
  /* line 1172, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-file:before {
    content: "\f15b";
  }
  /* line 1175, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-file-text:before {
    content: "\f15c";
  }
  /* line 1178, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-sort-alpha-asc:before {
    content: "\f15d";
  }
  /* line 1181, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-sort-alpha-desc:before {
    content: "\f15e";
  }
  /* line 1184, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-sort-amount-asc:before {
    content: "\f160";
  }
  /* line 1187, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-sort-amount-desc:before {
    content: "\f161";
  }
  /* line 1190, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-sort-numeric-asc:before {
    content: "\f162";
  }
  /* line 1193, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-sort-numeric-desc:before {
    content: "\f163";
  }
  /* line 1196, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-thumbs-up:before {
    content: "\f164";
  }
  /* line 1199, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-thumbs-down:before {
    content: "\f165";
  }
  /* line 1202, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-youtube-square:before {
    content: "\f166";
  }
  /* line 1205, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-youtube:before {
    content: "\f167";
  }
  /* line 1208, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-xing:before {
    content: "\f168";
  }
  /* line 1211, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-xing-square:before {
    content: "\f169";
  }
  /* line 1214, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-youtube-play:before {
    content: "\f16a";
  }
  /* line 1217, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-dropbox:before {
    content: "\f16b";
  }
  /* line 1220, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-stack-overflow:before {
    content: "\f16c";
  }
  /* line 1223, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-instagram:before {
    content: "\f16d";
  }
  /* line 1226, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-flickr:before {
    content: "\f16e";
  }
  /* line 1229, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-adn:before {
    content: "\f170";
  }
  /* line 1232, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-bitbucket:before {
    content: "\f171";
  }
  /* line 1235, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-bitbucket-square:before {
    content: "\f172";
  }
  /* line 1238, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-tumblr:before {
    content: "\f173";
  }
  /* line 1241, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-tumblr-square:before {
    content: "\f174";
  }
  /* line 1244, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-long-arrow-down:before {
    content: "\f175";
  }
  /* line 1247, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-long-arrow-up:before {
    content: "\f176";
  }
  /* line 1250, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-long-arrow-left:before {
    content: "\f177";
  }
  /* line 1253, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-long-arrow-right:before {
    content: "\f178";
  }
  /* line 1256, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-apple:before {
    content: "\f179";
  }
  /* line 1259, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-windows:before {
    content: "\f17a";
  }
  /* line 1262, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-android:before {
    content: "\f17b";
  }
  /* line 1265, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-linux:before {
    content: "\f17c";
  }
  /* line 1268, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-dribbble:before {
    content: "\f17d";
  }
  /* line 1271, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-skype:before {
    content: "\f17e";
  }
  /* line 1274, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-foursquare:before {
    content: "\f180";
  }
  /* line 1277, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-trello:before {
    content: "\f181";
  }
  /* line 1280, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-female:before {
    content: "\f182";
  }
  /* line 1283, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-male:before {
    content: "\f183";
  }
  /* line 1286, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
  }
  /* line 1290, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-sun-o:before {
    content: "\f185";
  }
  /* line 1293, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-moon-o:before {
    content: "\f186";
  }
  /* line 1296, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-archive:before {
    content: "\f187";
  }
  /* line 1299, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-bug:before {
    content: "\f188";
  }
  /* line 1302, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-vk:before {
    content: "\f189";
  }
  /* line 1305, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-weibo:before {
    content: "\f18a";
  }
  /* line 1308, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-renren:before {
    content: "\f18b";
  }
  /* line 1311, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-pagelines:before {
    content: "\f18c";
  }
  /* line 1314, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-stack-exchange:before {
    content: "\f18d";
  }
  /* line 1317, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-arrow-circle-o-right:before {
    content: "\f18e";
  }
  /* line 1320, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-arrow-circle-o-left:before {
    content: "\f190";
  }
  /* line 1323, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
  }
  /* line 1327, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-dot-circle-o:before {
    content: "\f192";
  }
  /* line 1330, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-wheelchair:before {
    content: "\f193";
  }
  /* line 1333, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-vimeo-square:before {
    content: "\f194";
  }
  /* line 1336, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
  }
  /* line 1340, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-plus-square-o:before {
    content: "\f196";
  }
  /* line 1343, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-space-shuttle:before {
    content: "\f197";
  }
  /* line 1346, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-slack:before {
    content: "\f198";
  }
  /* line 1349, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-envelope-square:before {
    content: "\f199";
  }
  /* line 1352, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-wordpress:before {
    content: "\f19a";
  }
  /* line 1355, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-openid:before {
    content: "\f19b";
  }
  /* line 1358, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
  }
  /* line 1363, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
  }
  /* line 1367, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-yahoo:before {
    content: "\f19e";
  }
  /* line 1370, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-google:before {
    content: "\f1a0";
  }
  /* line 1373, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-reddit:before {
    content: "\f1a1";
  }
  /* line 1376, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-reddit-square:before {
    content: "\f1a2";
  }
  /* line 1379, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-stumbleupon-circle:before {
    content: "\f1a3";
  }
  /* line 1382, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-stumbleupon:before {
    content: "\f1a4";
  }
  /* line 1385, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-delicious:before {
    content: "\f1a5";
  }
  /* line 1388, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-digg:before {
    content: "\f1a6";
  }
  /* line 1391, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-pied-piper-pp:before {
    content: "\f1a7";
  }
  /* line 1394, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-pied-piper-alt:before {
    content: "\f1a8";
  }
  /* line 1397, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-drupal:before {
    content: "\f1a9";
  }
  /* line 1400, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-joomla:before {
    content: "\f1aa";
  }
  /* line 1403, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-language:before {
    content: "\f1ab";
  }
  /* line 1406, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-fax:before {
    content: "\f1ac";
  }
  /* line 1409, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-building:before {
    content: "\f1ad";
  }
  /* line 1412, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-child:before {
    content: "\f1ae";
  }
  /* line 1415, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-paw:before {
    content: "\f1b0";
  }
  /* line 1418, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-spoon:before {
    content: "\f1b1";
  }
  /* line 1421, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-cube:before {
    content: "\f1b2";
  }
  /* line 1424, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-cubes:before {
    content: "\f1b3";
  }
  /* line 1427, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-behance:before {
    content: "\f1b4";
  }
  /* line 1430, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-behance-square:before {
    content: "\f1b5";
  }
  /* line 1433, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-steam:before {
    content: "\f1b6";
  }
  /* line 1436, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-steam-square:before {
    content: "\f1b7";
  }
  /* line 1439, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-recycle:before {
    content: "\f1b8";
  }
  /* line 1442, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
  }
  /* line 1446, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
  }
  /* line 1450, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-tree:before {
    content: "\f1bb";
  }
  /* line 1453, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-spotify:before {
    content: "\f1bc";
  }
  /* line 1456, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-deviantart:before {
    content: "\f1bd";
  }
  /* line 1459, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-soundcloud:before {
    content: "\f1be";
  }
  /* line 1462, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-database:before {
    content: "\f1c0";
  }
  /* line 1465, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-file-pdf-o:before {
    content: "\f1c1";
  }
  /* line 1468, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-file-word-o:before {
    content: "\f1c2";
  }
  /* line 1471, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-file-excel-o:before {
    content: "\f1c3";
  }
  /* line 1474, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-file-powerpoint-o:before {
    content: "\f1c4";
  }
  /* line 1477, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
  }
  /* line 1482, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
  }
  /* line 1486, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
  }
  /* line 1490, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
  }
  /* line 1494, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-file-code-o:before {
    content: "\f1c9";
  }
  /* line 1497, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-vine:before {
    content: "\f1ca";
  }
  /* line 1500, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-codepen:before {
    content: "\f1cb";
  }
  /* line 1503, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-jsfiddle:before {
    content: "\f1cc";
  }
  /* line 1506, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
  }
  /* line 1513, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-circle-o-notch:before {
    content: "\f1ce";
  }
  /* line 1516, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
  }
  /* line 1521, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
  }
  /* line 1525, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-git-square:before {
    content: "\f1d2";
  }
  /* line 1528, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-git:before {
    content: "\f1d3";
  }
  /* line 1531, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
  }
  /* line 1536, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-tencent-weibo:before {
    content: "\f1d5";
  }
  /* line 1539, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-qq:before {
    content: "\f1d6";
  }
  /* line 1542, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
  }
  /* line 1546, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
  }
  /* line 1550, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
  }
  /* line 1554, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-history:before {
    content: "\f1da";
  }
  /* line 1557, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-circle-thin:before {
    content: "\f1db";
  }
  /* line 1560, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-header:before {
    content: "\f1dc";
  }
  /* line 1563, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-paragraph:before {
    content: "\f1dd";
  }
  /* line 1566, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-sliders:before {
    content: "\f1de";
  }
  /* line 1569, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-share-alt:before {
    content: "\f1e0";
  }
  /* line 1572, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-share-alt-square:before {
    content: "\f1e1";
  }
  /* line 1575, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-bomb:before {
    content: "\f1e2";
  }
  /* line 1578, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
  }
  /* line 1582, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-tty:before {
    content: "\f1e4";
  }
  /* line 1585, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-binoculars:before {
    content: "\f1e5";
  }
  /* line 1588, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-plug:before {
    content: "\f1e6";
  }
  /* line 1591, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-slideshare:before {
    content: "\f1e7";
  }
  /* line 1594, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-twitch:before {
    content: "\f1e8";
  }
  /* line 1597, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-yelp:before {
    content: "\f1e9";
  }
  /* line 1600, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-newspaper-o:before {
    content: "\f1ea";
  }
  /* line 1603, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-wifi:before {
    content: "\f1eb";
  }
  /* line 1606, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-calculator:before {
    content: "\f1ec";
  }
  /* line 1609, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-paypal:before {
    content: "\f1ed";
  }
  /* line 1612, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-google-wallet:before {
    content: "\f1ee";
  }
  /* line 1615, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-cc-visa:before {
    content: "\f1f0";
  }
  /* line 1618, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-cc-mastercard:before {
    content: "\f1f1";
  }
  /* line 1621, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-cc-discover:before {
    content: "\f1f2";
  }
  /* line 1624, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-cc-amex:before {
    content: "\f1f3";
  }
  /* line 1627, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-cc-paypal:before {
    content: "\f1f4";
  }
  /* line 1630, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-cc-stripe:before {
    content: "\f1f5";
  }
  /* line 1633, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-bell-slash:before {
    content: "\f1f6";
  }
  /* line 1636, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-bell-slash-o:before {
    content: "\f1f7";
  }
  /* line 1639, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-trash:before {
    content: "\f1f8";
  }
  /* line 1642, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-copyright:before {
    content: "\f1f9";
  }
  /* line 1645, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-at:before {
    content: "\f1fa";
  }
  /* line 1648, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-eyedropper:before {
    content: "\f1fb";
  }
  /* line 1651, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-paint-brush:before {
    content: "\f1fc";
  }
  /* line 1654, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-birthday-cake:before {
    content: "\f1fd";
  }
  /* line 1657, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-area-chart:before {
    content: "\f1fe";
  }
  /* line 1660, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-pie-chart:before {
    content: "\f200";
  }
  /* line 1663, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-line-chart:before {
    content: "\f201";
  }
  /* line 1666, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-lastfm:before {
    content: "\f202";
  }
  /* line 1669, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-lastfm-square:before {
    content: "\f203";
  }
  /* line 1672, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-toggle-off:before {
    content: "\f204";
  }
  /* line 1675, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-toggle-on:before {
    content: "\f205";
  }
  /* line 1678, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-bicycle:before {
    content: "\f206";
  }
  /* line 1681, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-bus:before {
    content: "\f207";
  }
  /* line 1684, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-ioxhost:before {
    content: "\f208";
  }
  /* line 1687, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-angellist:before {
    content: "\f209";
  }
  /* line 1690, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-cc:before {
    content: "\f20a";
  }
  /* line 1693, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
  }
  /* line 1698, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-meanpath:before {
    content: "\f20c";
  }
  /* line 1701, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-buysellads:before {
    content: "\f20d";
  }
  /* line 1704, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-connectdevelop:before {
    content: "\f20e";
  }
  /* line 1707, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-dashcube:before {
    content: "\f210";
  }
  /* line 1710, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-forumbee:before {
    content: "\f211";
  }
  /* line 1713, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-leanpub:before {
    content: "\f212";
  }
  /* line 1716, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-sellsy:before {
    content: "\f213";
  }
  /* line 1719, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-shirtsinbulk:before {
    content: "\f214";
  }
  /* line 1722, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-simplybuilt:before {
    content: "\f215";
  }
  /* line 1725, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-skyatlas:before {
    content: "\f216";
  }
  /* line 1728, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-cart-plus:before {
    content: "\f217";
  }
  /* line 1731, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-cart-arrow-down:before {
    content: "\f218";
  }
  /* line 1734, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-diamond:before {
    content: "\f219";
  }
  /* line 1737, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-ship:before {
    content: "\f21a";
  }
  /* line 1740, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-user-secret:before {
    content: "\f21b";
  }
  /* line 1743, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-motorcycle:before {
    content: "\f21c";
  }
  /* line 1746, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-street-view:before {
    content: "\f21d";
  }
  /* line 1749, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-heartbeat:before {
    content: "\f21e";
  }
  /* line 1752, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-venus:before {
    content: "\f221";
  }
  /* line 1755, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-mars:before {
    content: "\f222";
  }
  /* line 1758, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-mercury:before {
    content: "\f223";
  }
  /* line 1761, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
  }
  /* line 1765, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-transgender-alt:before {
    content: "\f225";
  }
  /* line 1768, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-venus-double:before {
    content: "\f226";
  }
  /* line 1771, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-mars-double:before {
    content: "\f227";
  }
  /* line 1774, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-venus-mars:before {
    content: "\f228";
  }
  /* line 1777, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-mars-stroke:before {
    content: "\f229";
  }
  /* line 1780, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-mars-stroke-v:before {
    content: "\f22a";
  }
  /* line 1783, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-mars-stroke-h:before {
    content: "\f22b";
  }
  /* line 1786, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-neuter:before {
    content: "\f22c";
  }
  /* line 1789, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-genderless:before {
    content: "\f22d";
  }
  /* line 1792, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-facebook-official:before {
    content: "\f230";
  }
  /* line 1795, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-pinterest-p:before {
    content: "\f231";
  }
  /* line 1798, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-whatsapp:before {
    content: "\f232";
  }
  /* line 1801, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-server:before {
    content: "\f233";
  }
  /* line 1804, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-user-plus:before {
    content: "\f234";
  }
  /* line 1807, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-user-times:before {
    content: "\f235";
  }
  /* line 1810, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-hotel:before,
.fa-bed:before {
    content: "\f236";
  }
  /* line 1814, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-viacoin:before {
    content: "\f237";
  }
  /* line 1817, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-train:before {
    content: "\f238";
  }
  /* line 1820, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-subway:before {
    content: "\f239";
  }
  /* line 1823, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-medium:before {
    content: "\f23a";
  }
  /* line 1826, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
  }
  /* line 1830, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-optin-monster:before {
    content: "\f23c";
  }
  /* line 1833, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-opencart:before {
    content: "\f23d";
  }
  /* line 1836, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-expeditedssl:before {
    content: "\f23e";
  }
  /* line 1839, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
  }
  /* line 1844, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
  }
  /* line 1848, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
  }
  /* line 1852, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
  }
  /* line 1856, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
  }
  /* line 1860, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-mouse-pointer:before {
    content: "\f245";
  }
  /* line 1863, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-i-cursor:before {
    content: "\f246";
  }
  /* line 1866, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-object-group:before {
    content: "\f247";
  }
  /* line 1869, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-object-ungroup:before {
    content: "\f248";
  }
  /* line 1872, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-sticky-note:before {
    content: "\f249";
  }
  /* line 1875, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-sticky-note-o:before {
    content: "\f24a";
  }
  /* line 1878, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-cc-jcb:before {
    content: "\f24b";
  }
  /* line 1881, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-cc-diners-club:before {
    content: "\f24c";
  }
  /* line 1884, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-clone:before {
    content: "\f24d";
  }
  /* line 1887, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-balance-scale:before {
    content: "\f24e";
  }
  /* line 1890, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-hourglass-o:before {
    content: "\f250";
  }
  /* line 1893, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
  }
  /* line 1897, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
  }
  /* line 1901, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
  }
  /* line 1905, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-hourglass:before {
    content: "\f254";
  }
  /* line 1908, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
  }
  /* line 1912, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
  }
  /* line 1916, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-hand-scissors-o:before {
    content: "\f257";
  }
  /* line 1919, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-hand-lizard-o:before {
    content: "\f258";
  }
  /* line 1922, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-hand-spock-o:before {
    content: "\f259";
  }
  /* line 1925, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-hand-pointer-o:before {
    content: "\f25a";
  }
  /* line 1928, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-hand-peace-o:before {
    content: "\f25b";
  }
  /* line 1931, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-trademark:before {
    content: "\f25c";
  }
  /* line 1934, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-registered:before {
    content: "\f25d";
  }
  /* line 1937, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-creative-commons:before {
    content: "\f25e";
  }
  /* line 1940, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-gg:before {
    content: "\f260";
  }
  /* line 1943, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-gg-circle:before {
    content: "\f261";
  }
  /* line 1946, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-tripadvisor:before {
    content: "\f262";
  }
  /* line 1949, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-odnoklassniki:before {
    content: "\f263";
  }
  /* line 1952, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-odnoklassniki-square:before {
    content: "\f264";
  }
  /* line 1955, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-get-pocket:before {
    content: "\f265";
  }
  /* line 1958, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-wikipedia-w:before {
    content: "\f266";
  }
  /* line 1961, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-safari:before {
    content: "\f267";
  }
  /* line 1964, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-chrome:before {
    content: "\f268";
  }
  /* line 1967, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-firefox:before {
    content: "\f269";
  }
  /* line 1970, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-opera:before {
    content: "\f26a";
  }
  /* line 1973, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-internet-explorer:before {
    content: "\f26b";
  }
  /* line 1976, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-tv:before,
.fa-television:before {
    content: "\f26c";
  }
  /* line 1980, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-contao:before {
    content: "\f26d";
  }
  /* line 1983, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-500px:before {
    content: "\f26e";
  }
  /* line 1986, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-amazon:before {
    content: "\f270";
  }
  /* line 1989, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-calendar-plus-o:before {
    content: "\f271";
  }
  /* line 1992, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-calendar-minus-o:before {
    content: "\f272";
  }
  /* line 1995, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-calendar-times-o:before {
    content: "\f273";
  }
  /* line 1998, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-calendar-check-o:before {
    content: "\f274";
  }
  /* line 2001, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-industry:before {
    content: "\f275";
  }
  /* line 2004, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-map-pin:before {
    content: "\f276";
  }
  /* line 2007, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-map-signs:before {
    content: "\f277";
  }
  /* line 2010, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-map-o:before {
    content: "\f278";
  }
  /* line 2013, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-map:before {
    content: "\f279";
  }
  /* line 2016, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-commenting:before {
    content: "\f27a";
  }
  /* line 2019, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-commenting-o:before {
    content: "\f27b";
  }
  /* line 2022, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-houzz:before {
    content: "\f27c";
  }
  /* line 2025, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-vimeo:before {
    content: "\f27d";
  }
  /* line 2028, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-black-tie:before {
    content: "\f27e";
  }
  /* line 2031, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-fonticons:before {
    content: "\f280";
  }
  /* line 2034, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-reddit-alien:before {
    content: "\f281";
  }
  /* line 2037, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-edge:before {
    content: "\f282";
  }
  /* line 2040, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-credit-card-alt:before {
    content: "\f283";
  }
  /* line 2043, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-codiepie:before {
    content: "\f284";
  }
  /* line 2046, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-modx:before {
    content: "\f285";
  }
  /* line 2049, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-fort-awesome:before {
    content: "\f286";
  }
  /* line 2052, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-usb:before {
    content: "\f287";
  }
  /* line 2055, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-product-hunt:before {
    content: "\f288";
  }
  /* line 2058, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-mixcloud:before {
    content: "\f289";
  }
  /* line 2061, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-scribd:before {
    content: "\f28a";
  }
  /* line 2064, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-pause-circle:before {
    content: "\f28b";
  }
  /* line 2067, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-pause-circle-o:before {
    content: "\f28c";
  }
  /* line 2070, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-stop-circle:before {
    content: "\f28d";
  }
  /* line 2073, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-stop-circle-o:before {
    content: "\f28e";
  }
  /* line 2076, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-shopping-bag:before {
    content: "\f290";
  }
  /* line 2079, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-shopping-basket:before {
    content: "\f291";
  }
  /* line 2082, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-hashtag:before {
    content: "\f292";
  }
  /* line 2085, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-bluetooth:before {
    content: "\f293";
  }
  /* line 2088, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-bluetooth-b:before {
    content: "\f294";
  }
  /* line 2091, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-percent:before {
    content: "\f295";
  }
  /* line 2094, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-gitlab:before {
    content: "\f296";
  }
  /* line 2097, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-wpbeginner:before {
    content: "\f297";
  }
  /* line 2100, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-wpforms:before {
    content: "\f298";
  }
  /* line 2103, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-envira:before {
    content: "\f299";
  }
  /* line 2106, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-universal-access:before {
    content: "\f29a";
  }
  /* line 2109, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-wheelchair-alt:before {
    content: "\f29b";
  }
  /* line 2112, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-question-circle-o:before {
    content: "\f29c";
  }
  /* line 2115, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-blind:before {
    content: "\f29d";
  }
  /* line 2118, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-audio-description:before {
    content: "\f29e";
  }
  /* line 2121, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-volume-control-phone:before {
    content: "\f2a0";
  }
  /* line 2124, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-braille:before {
    content: "\f2a1";
  }
  /* line 2127, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-assistive-listening-systems:before {
    content: "\f2a2";
  }
  /* line 2130, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
  }
  /* line 2134, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
  }
  /* line 2139, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-glide:before {
    content: "\f2a5";
  }
  /* line 2142, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-glide-g:before {
    content: "\f2a6";
  }
  /* line 2145, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
  }
  /* line 2149, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-low-vision:before {
    content: "\f2a8";
  }
  /* line 2152, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-viadeo:before {
    content: "\f2a9";
  }
  /* line 2155, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-viadeo-square:before {
    content: "\f2aa";
  }
  /* line 2158, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-snapchat:before {
    content: "\f2ab";
  }
  /* line 2161, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-snapchat-ghost:before {
    content: "\f2ac";
  }
  /* line 2164, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-snapchat-square:before {
    content: "\f2ad";
  }
  /* line 2167, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-pied-piper:before {
    content: "\f2ae";
  }
  /* line 2170, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-first-order:before {
    content: "\f2b0";
  }
  /* line 2173, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-yoast:before {
    content: "\f2b1";
  }
  /* line 2176, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-themeisle:before {
    content: "\f2b2";
  }
  /* line 2179, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
  }
  /* line 2183, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
  }
  /* line 2187, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-handshake-o:before {
    content: "\f2b5";
  }
  /* line 2190, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-envelope-open:before {
    content: "\f2b6";
  }
  /* line 2193, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-envelope-open-o:before {
    content: "\f2b7";
  }
  /* line 2196, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-linode:before {
    content: "\f2b8";
  }
  /* line 2199, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-address-book:before {
    content: "\f2b9";
  }
  /* line 2202, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-address-book-o:before {
    content: "\f2ba";
  }
  /* line 2205, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
  }
  /* line 2209, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
  }
  /* line 2213, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-user-circle:before {
    content: "\f2bd";
  }
  /* line 2216, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-user-circle-o:before {
    content: "\f2be";
  }
  /* line 2219, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-user-o:before {
    content: "\f2c0";
  }
  /* line 2222, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-id-badge:before {
    content: "\f2c1";
  }
  /* line 2225, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
  }
  /* line 2229, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
  }
  /* line 2233, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-quora:before {
    content: "\f2c4";
  }
  /* line 2236, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-free-code-camp:before {
    content: "\f2c5";
  }
  /* line 2239, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-telegram:before {
    content: "\f2c6";
  }
  /* line 2242, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
  }
  /* line 2247, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
  }
  /* line 2251, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
  }
  /* line 2255, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
  }
  /* line 2259, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
  }
  /* line 2263, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-shower:before {
    content: "\f2cc";
  }
  /* line 2266, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
  }
  /* line 2271, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-podcast:before {
    content: "\f2ce";
  }
  /* line 2274, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-window-maximize:before {
    content: "\f2d0";
  }
  /* line 2277, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-window-minimize:before {
    content: "\f2d1";
  }
  /* line 2280, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-window-restore:before {
    content: "\f2d2";
  }
  /* line 2283, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
  }
  /* line 2287, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
  }
  /* line 2291, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-bandcamp:before {
    content: "\f2d5";
  }
  /* line 2294, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-grav:before {
    content: "\f2d6";
  }
  /* line 2297, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-etsy:before {
    content: "\f2d7";
  }
  /* line 2300, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-imdb:before {
    content: "\f2d8";
  }
  /* line 2303, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-ravelry:before {
    content: "\f2d9";
  }
  /* line 2306, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-eercast:before {
    content: "\f2da";
  }
  /* line 2309, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-microchip:before {
    content: "\f2db";
  }
  /* line 2312, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-snowflake-o:before {
    content: "\f2dc";
  }
  /* line 2315, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-superpowers:before {
    content: "\f2dd";
  }
  /* line 2318, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-wpexplorer:before {
    content: "\f2de";
  }
  /* line 2321, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .fa-meetup:before {
    content: "\f2e0";
  }
  /* line 2324, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  /* line 2334, ../../shared/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
  .sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
  }
  /*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
  /* line 6, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget {
    list-style: none;
  }
  /* line 9, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget.dropdown-menu {
    display: block;
    margin: 2px 0;
    padding: 4px;
    width: 19em;
  }
  @media (min-width: 768px) {
    /* line 16, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
      width: 38em;
    }
  }
  @media (min-width: 992px) {
    /* line 21, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
      width: 38em;
    }
  }
  @media (min-width: 1200px) {
    /* line 26, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
      width: 38em;
    }
  }
  /* line 30, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: '';
    display: inline-block;
    position: absolute;
  }
  /* line 36, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    top: -7px;
    left: 7px;
  }
  /* line 44, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    top: -6px;
    left: 8px;
  }
  /* line 51, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    bottom: -7px;
    left: 6px;
  }
  /* line 59, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    bottom: -6px;
    left: 7px;
  }
  /* line 66, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px;
  }
  /* line 70, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px;
  }
  /* line 74, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
  }
  /* line 77, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0;
  }
  /* line 80, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none;
  }
  /* line 83, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
  }
  /* line 91, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px;
  }
  /* line 94, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours";
  }
  /* line 105, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes";
  }
  /* line 116, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours";
  }
  /* line 127, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes";
  }
  /* line 138, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours";
  }
  /* line 149, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes";
  }
  /* line 160, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM";
  }
  /* line 171, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker";
  }
  /* line 182, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today";
  }
  /* line 193, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
  }
  /* line 196, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget .picker-switch::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle Date and Time Screens";
  }
  /* line 207, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit;
  }
  /* line 214, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%;
  }
  /* line 219, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
  }
  /* line 223, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 4px;
  }
  /* line 228, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px;
  }
  /* line 233, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px;
  }
  /* line 236, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed;
  }
  /* line 242, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget table th.prev::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Previous Month";
  }
  /* line 253, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Next Month";
  }
  /* line 264, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer;
  }
  /* line 267, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #eeeeee;
  }
  /* line 270, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget table td {
    height: 54px;
    line-height: 54px;
    width: 54px;
  }
  /* line 275, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget table td.cw {
    font-size: .8em;
    height: 20px;
    line-height: 20px;
    color: #777777;
  }
  /* line 281, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px;
  }
  /* line 286, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background: #eeeeee;
    cursor: pointer;
  }
  /* line 293, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
    color: #777777;
  }
  /* line 297, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget table td.today {
    position: relative;
  }
  /* line 300, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #337ab7;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
  }
  /* line 311, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #337ab7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  /* line 317, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff;
  }
  /* line 320, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed;
  }
  /* line 326, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px;
  }
  /* line 335, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget table td span:hover {
    background: #eeeeee;
  }
  /* line 338, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget table td span.active {
    background-color: #337ab7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  /* line 343, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget table td span.old {
    color: #777777;
  }
  /* line 346, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed;
  }
  /* line 352, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px;
  }
  /* line 356, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget.wider {
    width: 21em;
  }
  /* line 359, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em !important;
  }
  /* line 362, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .input-group.date .input-group-addon {
    cursor: pointer;
  }
  /* line 365, ../../shared/bundle/ruby/3.1.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  /* line 2, app/assets/stylesheets/tournament_transactions.css.scss */
  .table-collapse .collapse {
    padding: 0;
  }
  /* line 4, app/assets/stylesheets/tournament_transactions.css.scss */
  .table-collapse .collapse .table {
    margin: 0;
  }
  /* line 6, app/assets/stylesheets/tournament_transactions.css.scss */
  .table-collapse .collapse .table tr {
    background-color: #f7f7f7;
  }
  /* line 9, app/assets/stylesheets/tournament_transactions.css.scss */
  .table-collapse .collapse .table tr td:first-of-type {
    padding-left: 24px;
  }
  /* Receipt page */
  /* line 2, app/assets/stylesheets/receipt.css.scss */
  .receipt__main-logo {
    margin-bottom: 10px;
  }
  /* line 6, app/assets/stylesheets/receipt.css.scss */
  .receipt__tournament-logo {
    max-width: 200px;
    height: auto;
  }
  /* line 11, app/assets/stylesheets/receipt.css.scss */
  .receipt__tournament-title {
    margin-top: 0;
  }
  /* line 15, app/assets/stylesheets/receipt.css.scss */
  .billing-info,
.billing-info h5 {
    line-height: 150%;
  }
  /* line 18, app/assets/stylesheets/receipt.css.scss */
  .billing-info-details thead {
    background: #444;
    color: #fff;
  }
  /* line 23, app/assets/stylesheets/receipt.css.scss */
  .billing-info-details .cart-num {
    background: #f8f8f8;
    text-align: center;
  }
  /* line 28, app/assets/stylesheets/receipt.css.scss */
  .billing-info-details .table tr.cart-total {
    background: #dfefcd !important;
    font-size: 18px;
  }
  /* line 33, app/assets/stylesheets/receipt.css.scss */
  .billing-info-details .table tr.cart-total td {
    border-right: 1px solid #d7d7d7;
  }
  /* line 37, app/assets/stylesheets/receipt.css.scss */
  .grey-row {
    background: #eaeaea;
  }
  /* line 39, app/assets/stylesheets/receipt.css.scss */
  .bg-grey {
    background: #f8f8f8;
    padding: 20px 20px 0;
  }
  /* line 44, app/assets/stylesheets/receipt.css.scss */
  .banner-container {
    position: relative;
  }
  /* line 48, app/assets/stylesheets/receipt.css.scss */
  .receipt-banner {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  @media print {
    /* line 2, app/assets/stylesheets/print.css.scss */
    #tournament-name,
.btn {
      display: none;
    }
    /* line 7, app/assets/stylesheets/print.css.scss */
    #header img {
      display: none;
    }
  }
  /* line 1, app/assets/stylesheets/schedule.css.scss */
  #schedule-item {
    display: flex;
    display: none;
    justify-content: space-around;
  }
  @media (min-width: 992px) {
    /* line 1, app/assets/stylesheets/schedule.css.scss */
    #schedule-item {
      width: 38%;
    }
  }
  /* line 14, app/assets/stylesheets/schedule.css.scss */
  #schedule-item .schedule-players {
    margin-bottom: 5px;
  }
  /* line 20, app/assets/stylesheets/schedule.css.scss */
  .schedule-item-global .schedule-players {
    min-width: 375px;
    margin: 15px;
    flex-basis: auto;
    flex-grow: 1;
    align-items: baseline;
    flex-direction: column;
    margin-bottom: 30px;
  }
  /* line 29, app/assets/stylesheets/schedule.css.scss */
  .schedule-item-global .schedule-players h4 {
    background-color: #e8eddd;
    padding: 10px;
    margin-bottom: 0px;
    width: 70%;
  }
  /* line 36, app/assets/stylesheets/schedule.css.scss */
  .schedule-item-global .schedule-players .players-box {
    height: 370px;
    background-color: #f2f7e8;
    width: 100%;
    padding: 15px;
  }
  /* line 42, app/assets/stylesheets/schedule.css.scss */
  .schedule-item-global .schedule-players .players-box .players-drop {
    height: 240px;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 15px;
  }
  /* line 50, app/assets/stylesheets/schedule.css.scss */
  .schedule-item-global .schedule-players .players-box .players-drop.active {
    border: 2px solid #96c921;
  }
  /* line 54, app/assets/stylesheets/schedule.css.scss */
  .schedule-item-global .schedule-players .players-box .players-drop.highlight {
    border: 2px solid #86be37;
  }
  /* line 59, app/assets/stylesheets/schedule.css.scss */
  .schedule-item-global .schedule-players .players-box .time-box {
    height: 35px;
    padding: 7px;
    text-align: center;
    width: 65px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: black;
    border-radius: 5px;
    float: left;
  }
  /* line 71, app/assets/stylesheets/schedule.css.scss */
  .schedule-item-global .schedule-players .players-box .colon {
    padding: 5px;
  }
  /* line 78, app/assets/stylesheets/schedule.css.scss */
  #schedule-items {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0px;
    justify-content: space-around;
    height: 100vh;
  }
  /* line 88, app/assets/stylesheets/schedule.css.scss */
  #schedule {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    position: fixed;
    top: 0px;
    padding: 240px 30px 30px 60px;
    width: 100%;
    transition: width 300ms linear;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100vh;
  }
  /* line 100, app/assets/stylesheets/schedule.css.scss */
  #schedule .fa-flag {
    color: #96c921;
  }
  /* line 104, app/assets/stylesheets/schedule.css.scss */
  #schedule .message {
    position: fixed;
    top: 0;
    display: none;
    width: 100%;
    margin: 0 auto;
    padding: 475px 15px 15px 15px;
    font-weight: bold;
    height: 200px;
    z-index: 2000;
    transition: width 300ms linear;
  }
  /* line 116, app/assets/stylesheets/schedule.css.scss */
  #schedule .message.move {
    width: 85%;
  }
  /* line 120, app/assets/stylesheets/schedule.css.scss */
  #schedule .message p {
    width: 400px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    padding: 15px;
    color: #F46C7C;
  }
  /* line 133, app/assets/stylesheets/schedule.css.scss */
  #schedule .ui-draggable {
    list-style-type: none;
    padding: 10px;
    color: #1378d6;
    background-color: #f4f2f2;
  }
  /* line 140, app/assets/stylesheets/schedule.css.scss */
  #schedule.move {
    width: 85%;
  }
  /* line 144, app/assets/stylesheets/schedule.css.scss */
  #schedule .btn {
    border-radius: 0;
    border: 0 solid #ccc;
  }
  /* line 149, app/assets/stylesheets/schedule.css.scss */
  #schedule .scheduled-player {
    margin: 5px;
    color: #1378d6;
    background-color: #f4f2f2;
    padding: 7px;
    border-radius: 3px;
  }
  /* line 158, app/assets/stylesheets/schedule.css.scss */
  .btn-schedule {
    margin: 10px 0 10px 10px;
    padding: 4px 8px;
    border-radius: 4px;
    color: #fff;
  }
  /* line 164, app/assets/stylesheets/schedule.css.scss */
  .btn-schedule a {
    color: white;
  }
  /* line 168, app/assets/stylesheets/schedule.css.scss */
  .btn-schedule:hover {
    color: #f5f5f5;
  }
  /* line 172, app/assets/stylesheets/schedule.css.scss */
  .btn-schedule.submit {
    padding: 8px 16px;
  }
  /* line 177, app/assets/stylesheets/schedule.css.scss */
  #sch-sidebar {
    z-index: 3000;
    width: 0%;
    transition: width 300ms linear;
    top: 175px;
    right: 0;
    bottom: 0;
    position: fixed;
    overflow-x: hidden;
    perspective: 1000px;
    background-color: #d9d9d9;
  }
  /* line 189, app/assets/stylesheets/schedule.css.scss */
  #sch-sidebar .fa-flag {
    color: dimgrey;
  }
  /* line 193, app/assets/stylesheets/schedule.css.scss */
  #sch-sidebar .groups {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  /* line 204, app/assets/stylesheets/schedule.css.scss */
  #sch-sidebar .groups span {
    font-size: 16px;
    cursor: pointer;
  }
  /* line 210, app/assets/stylesheets/schedule.css.scss */
  #sch-sidebar ul {
    list-style-type: none;
    color: #fff;
    background-color: #c8c6c6;
    padding: 10px;
  }
  /* line 216, app/assets/stylesheets/schedule.css.scss */
  #sch-sidebar ul li {
    color: #1378d6;
    background-color: #f4f2f2;
    padding: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    transition: color 600ms linear;
  }
  /* line 224, app/assets/stylesheets/schedule.css.scss */
  #sch-sidebar ul li.scheduled {
    color: #bce8f1;
  }
  /* line 230, app/assets/stylesheets/schedule.css.scss */
  #sch-sidebar p.close-sidebar {
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #fff;
    margin: 0 15px;
    margin-right: 0;
    background-color: #96c921;
    text-align: center;
  }
  /* line 241, app/assets/stylesheets/schedule.css.scss */
  #sch-sidebar .group-box {
    flex-basis: auto;
    flex-grow: 1;
    align-items: baseline;
    flex-direction: column;
    background-color: #d9d9d9;
    margin: 15px;
  }
  /* line 249, app/assets/stylesheets/schedule.css.scss */
  #sch-sidebar .group-box p {
    font-weight: bold;
  }
  /* line 254, app/assets/stylesheets/schedule.css.scss */
  #sch-sidebar.move {
    width: 15%;
  }
  /* line 260, app/assets/stylesheets/schedule.css.scss */
  #schedule-header {
    background-color: #fff;
    position: fixed;
    z-index: 999;
    width: 100%;
  }
  /* line 266, app/assets/stylesheets/schedule.css.scss */
  #schedule-header #navigation {
    z-index: 999;
  }
  /* line 271, app/assets/stylesheets/schedule.css.scss */
  .text {
    cursor: pointer;
  }
  /* line 275, app/assets/stylesheets/schedule.css.scss */
  .hole {
    transition: color 400ms linear;
    cursor: pointer;
  }
  /* line 279, app/assets/stylesheets/schedule.css.scss */
  .hole.active {
    color: #96c921 !important;
  }
  /* line 283, app/assets/stylesheets/schedule.css.scss */
  .hole.filled {
    color: #bfbfbf;
  }
  /* line 288, app/assets/stylesheets/schedule.css.scss */
  #sub-header {
    z-index: 999;
    position: fixed;
    top: 150px;
    width: 100%;
  }
  /* line 295, app/assets/stylesheets/schedule.css.scss */
  .draggable {
    z-index: 9999;
  }
  /* line 299, app/assets/stylesheets/schedule.css.scss */
  .player-tip {
    padding-top: 5px;
    font-weight: bold;
    font-size: 18px;
  }
  /* line 305, app/assets/stylesheets/schedule.css.scss */
  #dock {
    position: fixed;
    top: 37px;
    padding: 15px 30px 2px 60px;
    width: 100%;
    background-color: #fff;
    z-index: 998;
    font-weight: bold;
    transition: width 300ms linear;
  }
  /* line 315, app/assets/stylesheets/schedule.css.scss */
  #dock .shadow {
    width: 100%;
    height: 1px;
    margin-top: 10px;
  }
  /* line 320, app/assets/stylesheets/schedule.css.scss */
  #dock .shadow.active {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  }
  /* line 325, app/assets/stylesheets/schedule.css.scss */
  #dock .fa-flag {
    color: #96c921;
  }
  /* line 327, app/assets/stylesheets/schedule.css.scss */
  #dock #list {
    font-size: 12px;
  }
  /* line 330, app/assets/stylesheets/schedule.css.scss */
  #dock #list ul {
    display: flex;
    list-style-type: none;
    padding-left: 0px;
    display: flex;
    justify-content: space-around;
  }
  /* line 338, app/assets/stylesheets/schedule.css.scss */
  #dock #list ul li {
    flex-direction: row;
  }
  /* line 340, app/assets/stylesheets/schedule.css.scss */
  #dock #list ul li span {
    font-weight: 100;
  }
  /* line 342, app/assets/stylesheets/schedule.css.scss */
  #dock #list ul li span.last {
    display: none;
  }
  /* line 344, app/assets/stylesheets/schedule.css.scss */
  #dock #list ul li:last-of-type {
    border-right: 0px solid #ccc;
  }
  /* line 347, app/assets/stylesheets/schedule.css.scss */
  #dock #list ul li:first-of-type {
    padding-left: 0;
  }
  /* line 354, app/assets/stylesheets/schedule.css.scss */
  .fa-user-plus {
    color: #c8c6c6;
    cursor: pointer;
    font-size: 20px;
  }
  /* line 360, app/assets/stylesheets/schedule.css.scss */
  .legend {
    font-size: 12px;
    color: #000;
    font-weight: 100;
  }
  /* line 365, app/assets/stylesheets/schedule.css.scss */
  .legend span {
    font-size: 14px;
  }
  /* line 369, app/assets/stylesheets/schedule.css.scss */
  .legend .green {
    color: #86be37;
  }
  /* line 371, app/assets/stylesheets/schedule.css.scss */
  .legend .black {
    color: #000;
  }
  /* line 373, app/assets/stylesheets/schedule.css.scss */
  .legend .grey {
    color: #ccc;
  }
  /* line 375, app/assets/stylesheets/schedule.css.scss */
  .legend .fa, .legend .fas, .legend .fab {
    padding: 10px 1px 10px 10px;
  }
  /* line 6, app/assets/stylesheets/blasts.css.scss */
  .blast_top {
    height: 150px;
    background-color: #F6F6F6;
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
  }
  /* line 9, app/assets/stylesheets/blasts.css.scss */
  .blast_top hr {
    margin: 0;
  }
  /* line 13, app/assets/stylesheets/blasts.css.scss */
  .blast_top ul {
    margin: 0;
  }
  /* line 16, app/assets/stylesheets/blasts.css.scss */
  .blast_top li {
    color: #333;
    display: inline-block;
    text-align: center;
    margin-top: 45px;
    font-size: 16px;
  }
  /* line 23, app/assets/stylesheets/blasts.css.scss */
  .blast_top li a {
    color: #333;
  }
  /* line 26, app/assets/stylesheets/blasts.css.scss */
  .blast_top li.done, .blast_top li.done a {
    color: #86be37;
  }
  /* line 34, app/assets/stylesheets/blasts.css.scss */
  .blast-panel {
    padding: 20px;
    text-align: center;
  }
  /* line 38, app/assets/stylesheets/blasts.css.scss */
  .blast-panel a:hover {
    text-decoration: none;
  }
  /* line 42, app/assets/stylesheets/blasts.css.scss */
  .blast-panel .blast-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  /* line 46, app/assets/stylesheets/blasts.css.scss */
  .blast-panel .blast-subtitle {
    font-size: 18px;
    margin-bottom: 10px;
  }
  /* line 50, app/assets/stylesheets/blasts.css.scss */
  .blast-panel input#email {
    width: 500px;
  }
  /* line 53, app/assets/stylesheets/blasts.css.scss */
  .blast-panel .well {
    max-height: 300px;
    overflow-y: scroll;
    padding-top: 10px;
  }
  /* line 58, app/assets/stylesheets/blasts.css.scss */
  .blast-panel .contact-selector {
    text-align: left;
  }
  /* line 60, app/assets/stylesheets/blasts.css.scss */
  .blast-panel .contact-selector p {
    font-weight: bold;
  }
  /* line 64, app/assets/stylesheets/blasts.css.scss */
  .blast-panel label.boolean {
    margin-right: 10px;
  }
  /* line 69, app/assets/stylesheets/blasts.css.scss */
  .blast-panel .check_boxes label {
    display: inline;
  }
  /* line 71, app/assets/stylesheets/blasts.css.scss */
  .blast-panel .check_boxes label input {
    width: auto;
    height: auto;
  }
  /* line 1, app/assets/stylesheets/tournament_questions.scss */
  .add-option {
    margin-top: 10px;
  }
  /* line 1, app/assets/stylesheets/manager/course.scss */
  #manager-club-index {
    padding-top: 15px;
  }
  /* line 6, app/assets/stylesheets/manager/course.scss */
  #manager-club-index table .span-spacer {
    display: none;
  }
  /* line 13, app/assets/stylesheets/manager/course.scss */
  #club-details .span-spacer {
    display: none;
  }
  /* line 18, app/assets/stylesheets/manager/course.scss */
  #club-content {
    padding-top: 30px;
  }
  /* line 22, app/assets/stylesheets/manager/course.scss */
  .club-tabs {
    margin-bottom: 15px;
  }
  /* line 25, app/assets/stylesheets/manager/course.scss */
  .span-spacer {
    margin-left: 15px;
  }
  /* line 29, app/assets/stylesheets/manager/course.scss */
  #club-new, #club-btn {
    display: none;
    margin-bottom: 15px;
  }
  /* line 34, app/assets/stylesheets/manager/course.scss */
  .club-search-result {
    vertical-align: middle;
    line-height: 130%;
  }
  /* line 2, app/assets/stylesheets/manager/table_sorter.scss */
  table.tablesorter thead tr .tablesorter-header {
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
  }
  /* line 9, app/assets/stylesheets/manager/table_sorter.scss */
  table.tablesorter tbody tr.odd td {
    background-color: #F0F0F6;
  }
  /* line 12, app/assets/stylesheets/manager/table_sorter.scss */
  table.tablesorter thead tr .tablesorter-headerAsc {
    background-image: url(/assets/asc-f1149bef47ddffa49354b91540a7967fe99279b62803b899ea669587a0189a7e.gif);
    background-position: calc(100% + 15px) 49%;
  }
  /* line 16, app/assets/stylesheets/manager/table_sorter.scss */
  table.tablesorter thead tr tablesorter-headerDESC {
    background-image: url(/assets/desc-b4b53ba16ad932dbde7bad4277cba983c4a26a3d8f801606ac5cd694b7a00955.gif);
    background-position: calc(100% + 15px) 48%;
  }
  /* line 1, app/assets/stylesheets/manager/tournament_home.scss */
  .main-content {
    padding: 30px 0;
  }
  /* line 5, app/assets/stylesheets/manager/tournament_home.scss */
  .main-content a {
    text-decoration: none;
  }
  /* Tournament Date
------------------------------------------------*/
  /* line 12, app/assets/stylesheets/manager/tournament_home.scss */
  .calendar-date {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 100px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    padding: 0 0 10px;
  }
  /* line 24, app/assets/stylesheets/manager/tournament_home.scss */
  .calendar-date span {
    font-size: 10px;
    color: #999;
    letter-spacing: 1px;
  }
  /* line 30, app/assets/stylesheets/manager/tournament_home.scss */
  .date {
    background: #fff;
  }
  /* line 34, app/assets/stylesheets/manager/tournament_home.scss */
  .month {
    background: #96c921;
    font-size: 12px;
    color: #fff;
  }
  /* line 40, app/assets/stylesheets/manager/tournament_home.scss */
  .date-number {
    font-size: 30px;
    font-weight: 800;
    margin: 10px 0 0;
  }
  @media all and (max-width: 992px) {
    /* line 47, app/assets/stylesheets/manager/tournament_home.scss */
    .tournament-header {
      background-image: none;
    }
  }
  @media all and (max-width: 599px) {
    /* line 53, app/assets/stylesheets/manager/tournament_home.scss */
    .tournament-header {
      text-align: center;
    }
    /* line 56, app/assets/stylesheets/manager/tournament_home.scss */
    .tournament-header h1 {
      padding: 0;
    }
    /* line 59, app/assets/stylesheets/manager/tournament_home.scss */
    .calendar-date {
      position: relative;
      margin: 0 auto;
      left: auto;
    }
  }
  /* line 66, app/assets/stylesheets/manager/tournament_home.scss */
  .tournament-header {
    position: relative;
    background: #3a3a3a url(/assets/tournament-header-bg-928a3af52e28113bda2e3a5e6b037038e2439c38fc35c6882e6d618938e7a179.png) no-repeat bottom right;
    padding: 50px 30px;
  }
  /* line 72, app/assets/stylesheets/manager/tournament_home.scss */
  .tournament-header h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 0 120px;
  }
  /* line 79, app/assets/stylesheets/manager/tournament_home.scss */
  .tournament-header .tournament-name {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 2px 0 16px 120px;
  }
  /* line 86, app/assets/stylesheets/manager/tournament_home.scss */
  .tournament-header .tournament-link {
    font-size: 12px;
    font-weight: 600;
    padding: 0 0 0 120px;
  }
  /* line 92, app/assets/stylesheets/manager/tournament_home.scss */
  .tournament-header .tournament-link a {
    height: 50px;
    margin-bottom: 2px;
  }
  /* line 97, app/assets/stylesheets/manager/tournament_home.scss */
  .tournament-header input {
    width: 400px;
    font-color: black;
    height: 50px;
  }
  /* line 103, app/assets/stylesheets/manager/tournament_home.scss */
  .tournament-setting {
    padding: 10px 0 10px 0;
    background-color: orange;
    margin-bottom: 30px;
    color: white;
  }
  /* line 110, app/assets/stylesheets/manager/tournament_home.scss */
  .stat-col {
    width: 250px;
    height: 100px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    margin-left: 5px;
    background-color: #f8f8f8;
    padding: 0px;
  }
  /* line 120, app/assets/stylesheets/manager/tournament_home.scss */
  .stat-header {
    background-color: #7cb8d6;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px;
    color: white;
  }
  /* line 128, app/assets/stylesheets/manager/tournament_home.scss */
  .stat-content {
    font-weight: 800;
    line-height: 100%;
    font-size: 30px;
    margin-top: 20px;
  }
  /* Statistics
------------------------------------------------*/
  /* line 138, app/assets/stylesheets/manager/tournament_home.scss */
  .stats {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 30px 0 30px;
    text-align: center;
    font-size: 14px;
    line-height: 100%;
  }
  /* line 147, app/assets/stylesheets/manager/tournament_home.scss */
  .stats .col-sm-3 {
    text-align: center;
    margin-bottom: 30px;
  }
  /* line 152, app/assets/stylesheets/manager/tournament_home.scss */
  .stat-item {
    border: 6px solid #96c921;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    text-align: center;
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 100%;
    margin: 0 auto;
  }
  /* line 166, app/assets/stylesheets/manager/tournament_home.scss */
  .stat-text {
    line-height: 240%;
  }
  /* line 170, app/assets/stylesheets/manager/tournament_home.scss */
  .stat-item .fa {
    display: block;
    font-size: 24px;
    color: #96c921;
    margin: 0 0 20px;
  }
  /* line 177, app/assets/stylesheets/manager/tournament_home.scss */
  #tournament-link {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    background-color: white;
    background-color: -moz-field;
    border: 1px solid darkgray;
    box-shadow: 1px 1px 1px 0 lightgray inset;
    font: -moz-field;
    font: -webkit-small-control;
    margin-top: 5px;
    padding: 2px 3px;
    width: 398px;
  }
  @media all and (max-width: 992px) {
    /* line 192, app/assets/stylesheets/manager/tournament_home.scss */
    .stat-item {
      margin: 0 auto;
    }
  }
  @media all and (max-width: 599px) {
    /* line 198, app/assets/stylesheets/manager/tournament_home.scss */
    .stats .col-sm-3 {
      float: none;
      width: auto;
    }
  }
  /* line 3, app/assets/stylesheets/manager/custom_domain.css.scss */
  #availability {
    font-size: 30px;
  }
  /* line 7, app/assets/stylesheets/manager/custom_domain.css.scss */
  .hightlight-link {
    background-color: #86be37;
    padding: 5px 10px 5px 10px;
    font-weight: bold;
  }
  /* line 13, app/assets/stylesheets/manager/custom_domain.css.scss */
  .unavailable-status {
    color: red;
  }
  /* line 17, app/assets/stylesheets/manager/custom_domain.css.scss */
  .available-status {
    color: #86be37;
  }
  /* line 21, app/assets/stylesheets/manager/custom_domain.css.scss */
  .contact-container {
    height: 220px;
  }
  /* line 25, app/assets/stylesheets/manager/custom_domain.css.scss */
  .options-container {
    padding-top: 30px;
  }
  /* line 29, app/assets/stylesheets/manager/custom_domain.css.scss */
  .hightlight-text {
    font-weight: bold;
  }
  /* line 33, app/assets/stylesheets/manager/custom_domain.css.scss */
  .domain-validation {
    font-style: italic;
    font-weight: bold;
    font-size: 15px;
  }
  /* line 39, app/assets/stylesheets/manager/custom_domain.css.scss */
  .forward-instruction {
    font-size: 14px;
    font-style: italic;
  }
  /* line 3, app/assets/stylesheets/manager/receipt.scss */
  .manager-receipt .text-header .btn {
    width: 250px;
  }
  /* line 6, app/assets/stylesheets/manager/receipt.scss */
  .manager-receipt .text-header .btn:before {
    font-family: FontAwesome;
  }
  /* line 10, app/assets/stylesheets/manager/receipt.scss */
  .manager-receipt .text-header .btn.btn-download-pdf:before {
    content: '\f0ed  ';
  }
  /* line 14, app/assets/stylesheets/manager/receipt.scss */
  .manager-receipt .text-header .btn.btn-send-receipt-email:before {
    content: '\f0e0   ';
  }
  /* line 2, app/assets/stylesheets/manager/email_template.css.scss */
  .email-template .preview-rendered {
    margin-top: 10px;
  }
  /* line 5, app/assets/stylesheets/manager/email_template.css.scss */
  .email-template .preview-rendered .content {
    border: 1px solid #ccc;
    padding: 20px;
  }
  /* line 1, app/assets/stylesheets/manager/tournament_form.scss */
  .single-line-label {
    padding-top: 12px;
  }
  /* line 3, app/assets/stylesheets/manager/orders.scss */
  .table-orders-listing .voided td {
    background: #999 !important;
    color: #eee;
  }
  /* line 8, app/assets/stylesheets/manager/orders.scss */
  .table-orders-listing .voided a.action-items, .table-orders-listing .voided a.dangerous-action-items {
    color: #eee;
  }
  /* line 12, app/assets/stylesheets/manager/orders.scss */
  .table-orders-listing .voided a.action-items:hover {
    color: #96c921;
  }
  /* line 16, app/assets/stylesheets/manager/orders.scss */
  .table-orders-listing .voided a.dangerous-action-items:hover {
    color: red;
  }
  /* line 23, app/assets/stylesheets/manager/orders.scss */
  .status-danger {
    white-space: nowrap;
  }
  /* line 2, app/assets/stylesheets/marketplace/carts.scss */
  span.icon .martket-place-cart-item-count.active {
    right: -4px;
    display: inline-block;
    position: absolute;
    font-size: 10px;
    top: -1px;
    background: #94ca00;
    font-weight: bold;
    width: 13px;
    height: 13px;
    line-height: 12px;
    border-radius: 50px;
    color: #3a3a3a;
  }
  @keyframes shadow-pulse {
    0% {
      box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.8);
    }
    100% {
      box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
  }
  /* line 28, app/assets/stylesheets/marketplace/carts.scss */
  .cart-glow {
    animation: shadow-pulse 1s 1;
  }
  /* line 34, app/assets/stylesheets/marketplace/carts.scss */
  .marketplace-cart-table table tr td {
    padding: 0 !important;
  }
  /* line 38, app/assets/stylesheets/marketplace/carts.scss */
  .marketplace-cart-table table tr div {
    box-sizing: border-box;
    padding: 15px;
    max-height: 50px;
    transition: max-height 0.3s, padding 0.3s;
  }
  /* line 48, app/assets/stylesheets/marketplace/carts.scss */
  .marketplace-cart-table table tr.removed div {
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s, padding 0.6s;
  }
  /* line 3, app/assets/stylesheets/sms.scss */
  #contacts h2 {
    margin-top: 0;
  }
  /* line 8, app/assets/stylesheets/sms.scss */
  #sms {
    margin-top: 30px;
  }
  /* line 12, app/assets/stylesheets/sms.scss */
  #sms .nav li a {
    color: #676767;
  }
  /* line 16, app/assets/stylesheets/sms.scss */
  #sms .nav li a.active {
    color: #86be37;
    font-weight: 600;
  }
  /* line 24, app/assets/stylesheets/sms.scss */
  ul.sms-players-list {
    padding-left: 0;
    list-style-type: none;
  }
  /* line 27, app/assets/stylesheets/sms.scss */
  ul.sms-players-list label {
    margin-left: 7px;
  }
  /* line 32, app/assets/stylesheets/sms.scss */
  .sms_delivery_players label {
    padding-left: 0;
  }
  /* line 36, app/assets/stylesheets/sms.scss */
  .add-contact, .remove-contact {
    cursor: pointer;
    text-decoration: underline;
  }
  /* line 41, app/assets/stylesheets/sms.scss */
  .remove-contact {
    font-size: 12px;
    color: crimson;
  }
  /* line 45, app/assets/stylesheets/sms.scss */
  .add-contact {
    font-weight: bold;
  }
  /* line 50, app/assets/stylesheets/sms.scss */
  #send, #sms_groups {
    margin-bottom: 60px;
  }
  /* line 52, app/assets/stylesheets/sms.scss */
  #send .btn-special, #sms_groups .btn-special {
    margin-top: 45px;
    background-color: #86be37;
    border-color: #86be37;
    padding: 4px 8px;
    border-radius: 4px;
    color: #fff;
  }
  /* line 54, app/assets/stylesheets/sms.scss */
  #send .btn-special a, #sms_groups .btn-special a {
    color: white;
  }
  /* line 60, app/assets/stylesheets/sms.scss */
  #send .btn-special:hover, #sms_groups .btn-special:hover {
    color: #f5f5f5;
  }
  /* line 63, app/assets/stylesheets/sms.scss */
  #send .btn-special.submit, #sms_groups .btn-special.submit {
    padding: 8px 16px;
  }
  /* line 68, app/assets/stylesheets/sms.scss */
  #send .alt-step-heading, #sms_groups .alt-step-heading {
    border-bottom: 0px solid #000 !important;
  }
  /* line 72, app/assets/stylesheets/sms.scss */
  #send .text-header .copy, #sms_groups .text-header .copy {
    margin-bottom: 4px;
  }
  /* line 77, app/assets/stylesheets/sms.scss */
  #send .column, #sms_groups .column {
    height: 400px;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 15px;
    margin-bottom: 45px;
  }
  /* line 83, app/assets/stylesheets/sms.scss */
  #send .clear, #sms_groups .clear {
    cursor: pointer;
  }
  /* line 86, app/assets/stylesheets/sms.scss */
  #send .send-alerts, #sms_groups .send-alerts {
    color: #DD4B39;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    display: none;
  }
  /* line 93, app/assets/stylesheets/sms.scss */
  #send .send-alerts span, #sms_groups .send-alerts span {
    text-decoration: underline;
    font-weight: bold;
    font-size: 12px;
  }
  /* line 99, app/assets/stylesheets/sms.scss */
  #send .fa, #sms_groups .fa {
    cursor: pointer;
  }
  /* line 100, app/assets/stylesheets/sms.scss */
  #send .fa-minus-circle, #sms_groups .fa-minus-circle {
    color: #DD4B39 !important;
  }
  /* line 101, app/assets/stylesheets/sms.scss */
  #send .pages, #sms_groups .pages {
    display: block;
    padding-left: 0;
    float: right;
    color: #ccc;
  }
  /* line 106, app/assets/stylesheets/sms.scss */
  #send .pages li, #sms_groups .pages li {
    list-style-type: none;
    display: inline-block;
    margin: 10px;
    cursor: pointer;
  }
  /* line 111, app/assets/stylesheets/sms.scss */
  #send .pages li.active, #sms_groups .pages li.active {
    color: #86be37;
  }
  /* line 117, app/assets/stylesheets/sms.scss */
  #send .alert, #sms_groups .alert {
    margin: 45px 0 0 0 !important;
  }
  /* line 120, app/assets/stylesheets/sms.scss */
  #send .copy, #sms_groups .copy {
    color: #999999;
    font-size: 14px;
    margin-bottom: 45px;
  }
  /* line 125, app/assets/stylesheets/sms.scss */
  #send .step-separator, #sms_groups .step-separator {
    margin: 30px;
  }
  /* line 128, app/assets/stylesheets/sms.scss */
  #send .separator, #sms_groups .separator {
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 0px;
  }
  /* line 131, app/assets/stylesheets/sms.scss */
  #send .separator.sub, #sms_groups .separator.sub {
    margin-bottom: 10px;
  }
  /* line 135, app/assets/stylesheets/sms.scss */
  #send .help, #sms_groups .help {
    color: #999999;
    font-size: 12px;
  }
  /* line 138, app/assets/stylesheets/sms.scss */
  #send .help.special, #sms_groups .help.special {
    margin-bottom: 0;
  }
  /* line 141, app/assets/stylesheets/sms.scss */
  #send .help span, #sms_groups .help span {
    color: #676767;
  }
  /* line 143, app/assets/stylesheets/sms.scss */
  #send .help span.count, #sms_groups .help span.count {
    color: #86be37;
  }
  /* line 148, app/assets/stylesheets/sms.scss */
  #send .search, #sms_groups .search {
    margin-top: 45px;
    margin-bottom: 5px;
    color: #ccc;
    font-size: 12px;
    border: 2px solid #ccc;
    border-radius: 3px;
  }
  /* line 155, app/assets/stylesheets/sms.scss */
  #send .search:focus, #sms_groups .search:focus {
    border: 2px solid #86be37;
    box-shadow: none;
  }
  /* line 161, app/assets/stylesheets/sms.scss */
  #send textarea, #sms_groups textarea {
    margin: 45px 0 30px 0;
    border-radius: 0;
    border: 1px solid #ccc;
    height: 180px !important;
  }
  /* line 166, app/assets/stylesheets/sms.scss */
  #send textarea:focus, #sms_groups textarea:focus {
    border: 2px solid #86be37;
    box-shadow: none;
  }
  /* line 172, app/assets/stylesheets/sms.scss */
  #send input:focus, #sms_groups input:focus {
    border: 2px solid #86be37;
    box-shadow: none;
  }
  /* line 177, app/assets/stylesheets/sms.scss */
  #send .group-list, #sms_groups .group-list {
    margin-bottom: 30px;
    padding: 45px 0 45px 0;
    overflow-y: scroll;
    height: 260px;
    display: block;
  }
  /* line 183, app/assets/stylesheets/sms.scss */
  #send .group-list.special, #sms_groups .group-list.special {
    height: 190px;
  }
  /* line 186, app/assets/stylesheets/sms.scss */
  #send .group-list.summary-list, #sms_groups .group-list.summary-list {
    margin-bottom: 45px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f6f6f6;
  }
  /* line 194, app/assets/stylesheets/sms.scss */
  #send .group-list.groups li, #sms_groups .group-list.groups li {
    margin-bottom: 15px;
    display: block;
  }
  /* line 199, app/assets/stylesheets/sms.scss */
  #send .group-list li, #sms_groups .group-list li {
    list-style-type: none;
    display: block;
    background-color: #f6f6f6;
    color: #676767;
    padding: 9px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  /* line 207, app/assets/stylesheets/sms.scss */
  #send .group-list li i, #sms_groups .group-list li i {
    float: right;
  }
  /* line 208, app/assets/stylesheets/sms.scss */
  #send .group-list li .fa, #sms_groups .group-list li .fa {
    color: #86be37;
  }
  /* line 211, app/assets/stylesheets/sms.scss */
  #send .group-list li.clicked, #sms_groups .group-list li.clicked {
    color: #ccc;
  }
  /* line 213, app/assets/stylesheets/sms.scss */
  #send .group-list li.clicked .fa, #sms_groups .group-list li.clicked .fa {
    color: #DD4B39;
  }
  /* line 219, app/assets/stylesheets/sms.scss */
  #send .step-heading, #sms_groups .step-heading {
    padding-bottom: 4px;
    border-bottom: 1px solid #f6f6f6;
    margin: 45px 0 4px 0;
    color: #676767;
    font-size: 18px;
    font-weight: 100;
  }
  /* line 224, app/assets/stylesheets/sms.scss */
  #send .step-heading .fa-lightbulb-o, #sms_groups .step-heading .fa-lightbulb-o {
    font-size: 12px;
  }
  /* line 225, app/assets/stylesheets/sms.scss */
  #send .step-heading span, #sms_groups .step-heading span {
    font-size: 22px;
    font-weight: bold;
    color: #86be37;
    padding-right: 10px;
  }
  /* line 231, app/assets/stylesheets/sms.scss */
  #send .step-heading.sub, #sms_groups .step-heading.sub {
    margin: 45px 0 4px 0;
    border-bottom: 0px solid #ccc;
    font-size: 16px;
    margin-bottom: 0;
  }
  /* line 236, app/assets/stylesheets/sms.scss */
  #send .step-heading.sub span, #sms_groups .step-heading.sub span {
    font-size: 16px;
    color: #86be37;
    padding-right: 2px;
  }
  /* line 245, app/assets/stylesheets/sms.scss */
  #send .fa-lightbulb-o, #sms_groups .fa-lightbulb-o {
    color: #86be37;
  }
  /* line 246, app/assets/stylesheets/sms.scss */
  #send label, #sms_groups label {
    padding-left: 0;
  }
  /* line 247, app/assets/stylesheets/sms.scss */
  #send .check_boxes, #sms_groups .check_boxes {
    margin-left: 0;
  }
  /* line 248, app/assets/stylesheets/sms.scss */
  #send .huge-button, #sms_groups .huge-button {
    background-color: #86be37;
    width: 100%;
    height: 150px;
    display: table;
    margin-right: 15px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    text-decoration: none;
  }
  /* line 259, app/assets/stylesheets/sms.scss */
  #send .huge-button p, #sms_groups .huge-button p {
    margin: 0;
    font-size: 24px;
    display: table-cell;
    vertical-align: middle;
  }
  /* line 268, app/assets/stylesheets/sms.scss */
  #sms_groups {
    color: #676767;
  }
  /* line 270, app/assets/stylesheets/sms.scss */
  #sms_groups .btn-group .btn {
    padding: 3px 6px;
  }
  /* line 274, app/assets/stylesheets/sms.scss */
  #sms_groups .add-external-contact {
    color: #24a8ec;
    font-size: 14px;
    cursor: pointer;
  }
  /* line 279, app/assets/stylesheets/sms.scss */
  #sms_groups .add-external-contact::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f055";
  }
  /* line 285, app/assets/stylesheets/sms.scss */
  #sms_groups .sms-form {
    margin-top: 45px;
  }
  /* line 288, app/assets/stylesheets/sms.scss */
  #sms_groups textarea {
    margin-top: 15px;
  }
  /* line 289, app/assets/stylesheets/sms.scss */
  #sms_groups table {
    color: #676767;
  }
  /* line 291, app/assets/stylesheets/sms.scss */
  #sms_groups table.space {
    margin-top: 45px;
  }
  /* line 296, app/assets/stylesheets/sms.scss */
  #sms_groups .btn-success {
    margin-top: 45px;
    background-color: #86be37;
    border-color: #86be37;
    padding: 4px 8px;
    border-radius: 4px;
    color: #fff;
  }
  /* line 298, app/assets/stylesheets/sms.scss */
  #sms_groups .btn-success a {
    color: white;
  }
  /* line 304, app/assets/stylesheets/sms.scss */
  #sms_groups .btn-success:hover {
    color: #f5f5f5;
  }
  /* line 307, app/assets/stylesheets/sms.scss */
  #sms_groups .btn-success.submit {
    padding: 8px 16px;
  }
  /* line 311, app/assets/stylesheets/sms.scss */
  #sms_groups .step-heading {
    border-bottom: 0px solid #000;
  }
  /* line 313, app/assets/stylesheets/sms.scss */
  #sms_groups .step-heading.sub {
    margin-bottom: 15px;
  }
  /* line 318, app/assets/stylesheets/sms.scss */
  #sms_groups .text-header .copy {
    margin-bottom: 4px;
  }
  /* line 325, app/assets/stylesheets/sms.scss */
  .ec-heading {
    padding-bottom: 4px;
    border-bottom: 0px solid #000;
    margin: 45px 0 4px 0;
    color: #676767;
    font-size: 18px;
    font-weight: 100;
  }
  /* line 330, app/assets/stylesheets/sms.scss */
  .ec-heading span {
    font-size: 22px;
    font-weight: bold;
    color: #86be37;
    padding-right: 10px;
  }
  /* line 341, app/assets/stylesheets/sms.scss */
  .separator {
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 30px;
  }
  /* line 346, app/assets/stylesheets/sms.scss */
  .bigger {
    height: 100px;
  }
  /* line 350, app/assets/stylesheets/sms.scss */
  .alert-info-custom {
    margin-bottom: 45px;
    width: 100%;
    color: #000;
    height: 80px;
    position: relative;
    padding: 0;
    background-color: #eff8e3;
  }
  /* line 358, app/assets/stylesheets/sms.scss */
  .alert-info-custom .left {
    display: table;
    z-index: 200;
    width: 6%;
    position: absolute;
    background-color: #dfe8d3;
    padding: 10px 20px;
    height: 100%;
    font-size: 26px;
    text-align: center;
  }
  /* line 369, app/assets/stylesheets/sms.scss */
  .alert-info-custom .left .fa {
    display: table-cell;
    vertical-align: middle;
    color: #86be37;
  }
  /* line 375, app/assets/stylesheets/sms.scss */
  .alert-info-custom .right {
    display: table;
    width: 100%;
    position: absolute;
    padding-left: 7%;
    height: 100%;
  }
  /* line 381, app/assets/stylesheets/sms.scss */
  .alert-info-custom .right p {
    line-height: 18px;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
  }
  /* line 388, app/assets/stylesheets/sms.scss */
  .alert-info-custom .close {
    position: absolute;
    top: -7px;
    right: -7px;
    color: #86be37;
    opacity: 0.7;
    z-index: 200;
  }
  /* line 398, app/assets/stylesheets/sms.scss */
  .btn-special {
    margin-top: 45px;
    background-color: #86be37;
    border-color: #86be37;
    padding: 4px 8px;
    border-radius: 4px;
    color: #fff;
  }
  /* line 400, app/assets/stylesheets/sms.scss */
  .btn-special a {
    color: white;
  }
  /* line 406, app/assets/stylesheets/sms.scss */
  .btn-special:hover {
    color: #f5f5f5;
  }
  /* line 409, app/assets/stylesheets/sms.scss */
  .btn-special.submit {
    padding: 8px 16px;
  }
  /* line 413, app/assets/stylesheets/sms.scss */
  .btn-margin {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  /* line 418, app/assets/stylesheets/sms.scss */
  .btn-ec {
    margin: 20px 0 10px 10px;
    padding: 4px 8px;
    border-radius: 4px;
    color: #fff;
  }
  /* line 420, app/assets/stylesheets/sms.scss */
  .btn-ec a {
    color: white;
  }
  /* line 424, app/assets/stylesheets/sms.scss */
  .btn-ec:hover {
    color: #f5f5f5;
  }
  /* line 427, app/assets/stylesheets/sms.scss */
  .btn-ec.submit {
    padding: 8px 16px;
  }
  /* Global
================================================================*/
  /*
* { background-color: rgba(255,0,0,.2); }
* * { background-color: rgba(0,255,0,.2); }
* * * { background-color: rgba(0,0,255,.2); }
* * * * { background-color: rgba(255,0,255,.2); }
* * * * * { background-color: rgba(0,255,255,.2); }
* * * * * * { background-color: rgba(255,255,0,.2); }
* * * * * * * { background-color: rgba(255,0,0,.2); }
* * * * * * * * { background-color: rgba(0,255,0,.2); }
* * * * * * * * * { background-color: rgba(0,0,255,.2); }
*/
  /* line 16, app/assets/stylesheets/general.css */
  html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    scroll-behavior: smooth !important;
  }
  /* line 23, app/assets/stylesheets/general.css */
  body {
    background: #fff;
    margin: 0;
    padding: 0;
  }
  /* line 29, app/assets/stylesheets/general.css */
  body, p, li {
    font-family: "Mulish", sans-serif !important;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.3;
    color: #363636;
  }
  /* line 37, app/assets/stylesheets/general.css */
  h5 {
    font-size: 16px;
    font-weight: 600;
    font-family: "Mulish";
    color: #343a40;
    margin-bottom: 4px;
    line-height: 24px;
  }
  /* line 46, app/assets/stylesheets/general.css */
  .description {
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #6c757d;
    line-height: 24px;
  }
  /* line 54, app/assets/stylesheets/general.css */
  .b-pro {
    padding: 13px 20px !important;
  }
  /* line 56, app/assets/stylesheets/general.css */
  .wrapper {
    padding-top: 70px;
    padding-left: 258px;
    transition: padding 0.3s cubic-bezier(0.4, 0.41, 0.09, 0.95), left 0.3s cubic-bezier(0.4, 0.41, 0.09, 0.95);
  }
  /* line 61, app/assets/stylesheets/general.css */
  .wrapper.wrapper-with-icon-sidebar {
    padding-left: 58px;
  }
  @media screen and (max-width: 1024px) {
    /* line 66, app/assets/stylesheets/general.css */
    .wrapper {
      padding-left: 0;
      padding-top: 50px;
    }
  }
  /* line 69, app/assets/stylesheets/general.css */
  main {
    max-width: 100%;
    z-index: 4;
  }
  /* line 74, app/assets/stylesheets/general.css */
  .badge-free {
    background: #f4e7dc;
    border: 1px solid #fab06f;
    color: #e2792b;
    font-size: 11px;
  }
  /* line 80, app/assets/stylesheets/general.css */
  .badge-pro {
    background: #f1f8ed;
    border: 1px solid #B3D69D;
    color: #597e25;
    font-size: 11px;
  }
  /* line 86, app/assets/stylesheets/general.css */
  .badge-elite {
    background: #f2e9d6;
    border: 1px solid #eac36e;
    color: #c68d1a;
    font-size: 11px;
  }
  /* line 93, app/assets/stylesheets/general.css */
  h1 {
    font-size: 28px;
  }
  /* line 94, app/assets/stylesheets/general.css */
  a:not(.nav-link),
a:visited:not(.nav-link) {
    color: #3f9dd2;
  }
  /* line 96, app/assets/stylesheets/general.css */
  a.green, .green {
    color: #78bc4e !important;
  }
  /* line 97, app/assets/stylesheets/general.css */
  table a {
    color: black !important;
  }
  /* line 99, app/assets/stylesheets/general.css */
  .form-control {
    padding: 5px 10px !important;
    border-radius: 0;
    height: 46px;
  }
  /* line 104, app/assets/stylesheets/general.css */
  .thead-lt-blue {
    background: #f3f7ff !important;
    border: none !important;
  }
  /* line 108, app/assets/stylesheets/general.css */
  .table .thead-lt-blue th {
    border: none !important;
    font-size: 14px;
  }
  /* Header
================================================================*/
  /* line 115, app/assets/stylesheets/general.css */
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    padding-left: 280px;
    display: flex;
    align-items: center;
    background: #363636;
    z-index: 5;
    transition: padding 0.3s, left 0.3s;
  }
  /* line 129, app/assets/stylesheets/general.css */
  header.wrapper-with-icon-sidebar {
    padding-left: 80px;
  }
  /* line 131, app/assets/stylesheets/general.css */
  .header-buttons {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  /* line 137, app/assets/stylesheets/general.css */
  .header-buttons a {
    margin-left: 6px;
  }
  /* line 139, app/assets/stylesheets/general.css */
  .hidden {
    display: none;
  }
  /* line 142, app/assets/stylesheets/general.css */
  .btn {
    border: none;
    border-radius: 0 !important;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 20px !important;
    line-height: 1;
    /* color: #fff!important; */
  }
  /* line 152, app/assets/stylesheets/general.css */
  .btn-success {
    background: #6a962c;
    color: white !important;
  }
  /* line 157, app/assets/stylesheets/general.css */
  .btn-danger {
    color: white !important;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  /* line 163, app/assets/stylesheets/general.css */
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
  }
  /* line 170, app/assets/stylesheets/general.css */
  .btn-primary,
.btn-primary:active {
    color: white !important;
  }
  /* line 175, app/assets/stylesheets/general.css */
  .btn.active {
    background: #8ab27c;
    cursor: pointer;
  }
  /* line 180, app/assets/stylesheets/general.css */
  .btn-main,
.btn-main:visited,
.feature-product,
.feature-product:visited {
    background-color: #494848;
    box-shadow: 0;
    color: #fff !important;
  }
  /* line 189, app/assets/stylesheets/general.css */
  .btn-main:hover {
    background: #555;
    cursor: pointer;
  }
  /* line 194, app/assets/stylesheets/general.css */
  .btn-block {
    color: black !important;
  }
  /* line 198, app/assets/stylesheets/general.css */
  .btn-blue,
.btn-blue:visited {
    background: #648391;
    color: #fff !important;
  }
  /* line 200, app/assets/stylesheets/general.css */
  .btn-blue:hover {
    background: #749db1;
    color: #fff !important;
  }
  /* line 202, app/assets/stylesheets/general.css */
  .btn-dk-green,
.btn-dk-green:visited {
    background: #6b8961;
    color: #fff !important;
  }
  /* line 204, app/assets/stylesheets/general.css */
  .btn-dk-green:hover {
    background: #8ab27c;
  }
  /* line 206, app/assets/stylesheets/general.css */
  .btn-white {
    background: #fff;
    border: 1px solid #b4b8bb;
    color: #444 !important;
  }
  /* line 207, app/assets/stylesheets/general.css */
  .btn-add {
    background: #3f9dd2;
    border: 1px solid #3f9dd2;
    color: #fff !important;
  }
  /* line 209, app/assets/stylesheets/general.css */
  .dropdown {
    margin: 0 0 0 20px;
  }
  /* line 211, app/assets/stylesheets/general.css */
  .dropdown [type="button"] {
    font-size: 14px;
    background: none;
    border: none;
  }
  /* line 217, app/assets/stylesheets/general.css */
  .dropdown-toggle::after {
    display: inline-block;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    border-radius: 0;
  }
  /* line 224, app/assets/stylesheets/general.css */
  .dropdown-menu {
    padding: 0;
  }
  /* line 225, app/assets/stylesheets/general.css */
  .dropdown-item {
    padding: 15px 20px;
    border-bottom: 1px dotted #ccc;
    font-size: 13px;
    color: #494848 !important;
  }
  /* line 232, app/assets/stylesheets/general.css */
  header#mobile {
    display: none;
  }
  @media screen and (max-width: 1024px) {
    /* line 235, app/assets/stylesheets/general.css */
    header#main {
      display: none;
    }
    /* line 236, app/assets/stylesheets/general.css */
    header#mobile {
      display: inherit;
    }
    /* line 238, app/assets/stylesheets/general.css */
    header {
      padding-left: 0;
      height: 60px;
    }
    /* line 239, app/assets/stylesheets/general.css */
    .mobile-actions a {
      color: #fff;
      margin-left: 10px;
      font-size: 18px;
      padding: 5px 10px;
      border-radius: 6px;
    }
    /* line 246, app/assets/stylesheets/general.css */
    .mobile-actions a:hover {
      color: #fff !important;
    }
    /* line 248, app/assets/stylesheets/general.css */
    header#mobile .nav-icon {
      background: #555;
      padding: 14px;
      font-size: 24px;
    }
    /* line 254, app/assets/stylesheets/general.css */
    header#mobile .nav-icon a {
      color: #fff;
    }
    /* line 256, app/assets/stylesheets/general.css */
    .m-logo {
      padding: 16px 0 0 14px;
    }
  }
  /* Navigation
================================================================*/
  /* line 262, app/assets/stylesheets/general.css */
  nav {
    transition: width 0.3s cubic-bezier(0.4, 0.41, 0.09, 0.95), left 0.3s cubic-bezier(0.4, 0.41, 0.09, 0.95);
    width: 259px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    border-right: 1px solid #eaeaea;
    z-index: 10;
  }
  /* line 274, app/assets/stylesheets/general.css */
  .nav-link {
    border-radius: 0 !important;
    /* background-color: #d0d0d0 !important; */
    border-bottom: 1px solid #ccc;
    color: black;
  }
  /* line 281, app/assets/stylesheets/general.css */
  .nav-link:hover {
    color: blue;
  }
  /* line 285, app/assets/stylesheets/general.css */
  .nav-link.active {
    background-color: #494848 !important;
    color: white !important;
  }
  /* line 290, app/assets/stylesheets/general.css */
  nav.page-with-icon-sidebar {
    width: 60px;
  }
  /* line 292, app/assets/stylesheets/general.css */
  .nav-top {
    height: 70px;
    border-bottom: 1px dotted #eaeaea;
  }
  /* line 297, app/assets/stylesheets/general.css */
  .nav-top button {
    padding: 24px 22px;
    border: 0;
    background: #ececec;
    transition: all 0.35s ease-in-out;
    cursor: pointer;
  }
  /* line 305, app/assets/stylesheets/general.css */
  .logo {
    padding: 25px 12px 0;
  }
  /* line 307, app/assets/stylesheets/general.css */
  a.nav-item,
a.sub-nav-item {
    display: block;
    padding: 20px 20px;
    border-bottom: 1px solid #F4F8F2;
    color: #363636 !important;
    font-weight: 400;
    text-decoration: none !important;
  }
  /* line 317, app/assets/stylesheets/general.css */
  a.nav-item:hover,
a.nav-item.active {
    background: #f4f8f2;
    border-right: 4px solid #78bc4e;
  }
  /* line 323, app/assets/stylesheets/general.css */
  .nav-icon {
    padding: 0 10px 0 0;
    color: #78BC4E !important;
  }
  /* line 328, app/assets/stylesheets/general.css */
  nav.page-with-icon-sidebar .nav-label {
    display: none;
  }
  /* line 330, app/assets/stylesheets/general.css */
  .super-admin {
    position: absolute;
    bottom: 0;
    border-top: 1px dotted #ccc;
    width: 100%;
    background: #f9f9f9;
  }
  @media screen and (max-width: 1024px) {
    /* line 339, app/assets/stylesheets/general.css */
    nav {
      display: none;
    }
    /* line 340, app/assets/stylesheets/general.css */
    nav.sidebar {
      display: inherit;
    }
    /* line 341, app/assets/stylesheets/general.css */
    .sidebar {
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      width: 250px;
      overflow-y: auto;
      overflow-x: hidden;
      background-color: #f8f9fa;
      z-index: 1000;
      padding: 1rem;
    }
  }
  /* Sub Navigation
---------------------------------*/
  /* line 357, app/assets/stylesheets/general.css */
  .sub-nav {
    position: relative;
    width: 310px !important;
    top: 0;
    bottom: 0;
    left: 0;
  }
  /* line 365, app/assets/stylesheets/general.css */
  .sub-nav-container {
    position: fixed;
    width: 240px;
    height: 100%;
    background: #f2f4f8;
  }
  /* line 372, app/assets/stylesheets/general.css */
  a.sub-nav-item {
    border-bottom: 1px dotted #93b1e8;
  }
  /* line 374, app/assets/stylesheets/general.css */
  a.sub-nav-item:hover,
a.sub-nav-item.active {
    border-right: 4px solid #93b1e8;
  }
  /* line 376, app/assets/stylesheets/general.css */
  a.sub-nav-item.active {
    font-weight: 700;
  }
  /* line 378, app/assets/stylesheets/general.css */
  nav#mobile,
.sidebar {
    display: none;
  }
  @media screen and (max-width: 1024px) {
    /* line 382, app/assets/stylesheets/general.css */
    .sub-nav {
      display: none;
    }
    /* line 383, app/assets/stylesheets/general.css */
    nav#mobile {
      display: inherit;
    }
  }
  /* Mobile Navigation
---------------------------------*/
  /* line 389, app/assets/stylesheets/general.css */
  .sidebar .m-nav {
    height: 50px;
    background: #79ba4d;
    font-size: 30px;
    padding: 4px 10px;
    text-align: right;
  }
  /* line 396, app/assets/stylesheets/general.css */
  .sidebar .dropdown {
    background: #444;
    padding: 20px;
    margin: 15px;
  }
  /* line 401, app/assets/stylesheets/general.css */
  .sidebar {
    position: fixed;
    width: 300px;
    height: 100%;
    left: -300px;
    background: #1b1b1b;
    transition: left 0.4s ease;
    border-right: none;
  }
  /* line 411, app/assets/stylesheets/general.css */
  .sidebar.show {
    left: 0px;
  }
  /* line 413, app/assets/stylesheets/general.css */
  nav.sidebar ul {
    background: #1b1b1b;
    height: 100%;
    width: 100%;
    list-style: none;
    padding-left: 4px;
  }
  /* line 421, app/assets/stylesheets/general.css */
  nav.sidebar ul li {
    border-top: 1px solid #323232;
  }
  /* line 423, app/assets/stylesheets/general.css */
  nav.sidebar ul li:last-child {
    border-bottom: 1px solid #323232;
  }
  /* line 425, app/assets/stylesheets/general.css */
  nav.sidebar ul li a {
    position: relative;
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    padding: 30px 15px;
    display: block;
    width: 100%;
    border-left: 3px solid transparent;
  }
  /* line 436, app/assets/stylesheets/general.css */
  nav.sidebar ul li.active a {
    color: #79ba4d !important;
    background: #1e1e1e;
    border-left-color: #79ba4d;
  }
  /* line 442, app/assets/stylesheets/general.css */
  nav.sidebar ul li a:hover {
    background: #1e1e1e;
  }
  /* line 444, app/assets/stylesheets/general.css */
  nav.sidebar ul ul {
    position: static;
    display: none;
  }
  /* line 449, app/assets/stylesheets/general.css */
  nav.sidebar ul.show {
    display: block;
  }
  /* line 451, app/assets/stylesheets/general.css */
  nav.sidebar ul ul li {
    line-height: inherit;
    border-top: none;
  }
  /* line 456, app/assets/stylesheets/general.css */
  nav.sidebar ul ul li a {
    font-size: 14px;
    color: #fff !important;
    padding: 15px 25px;
  }
  /* line 462, app/assets/stylesheets/general.css */
  nav.sidebar ul li.active ul li a {
    color: #fff !important;
    background: #1b1b1b;
    border-left-color: transparent;
  }
  /* line 468, app/assets/stylesheets/general.css */
  nav a:hover {
    color: #79ba4d !important;
  }
  /* line 470, app/assets/stylesheets/general.css */
  nav.sidebar ul ul li a:hover {
    color: #79ba4d !important;
    background: #1e1e1e !important;
  }
  /* line 475, app/assets/stylesheets/general.css */
  nav.sidebar ul li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 15px;
    transition: transform 0.4s;
  }
  /* line 484, app/assets/stylesheets/general.css */
  nav.sidebar ul li a span.rotate {
    transform: translateY(-50%) rotate(-180deg);
  }
  /* line 488, app/assets/stylesheets/general.css */
  table {
    overflow-x: auto;
    width: 100%;
  }
  /* Main Content
================================================================*/
  /* line 496, app/assets/stylesheets/general.css */
  .main-content {
    overflow-x: auto;
    padding: 10px;
    width: calc(100% - 90px);
    /* Adjust width to account for margin and padding */
    box-sizing: border-box;
    /* Include padding and border in the element's total width and height */
  }
  @media screen and (max-width: 1024px) {
    /* line 504, app/assets/stylesheets/general.css */
    .main-content {
      margin-left: 0;
    }
    /* line 505, app/assets/stylesheets/general.css */
    .main-content {
      width: 100%;
    }
  }
  /* Home: Checklist
---------------------------------*/
  /* line 510, app/assets/stylesheets/general.css */
  .check-list.title {
    background: #ccd7eb;
    font-size: 18px;
    padding: 27px 10px;
  }
  /* line 515, app/assets/stylesheets/general.css */
  .check-list {
    border: 1px dotted #93b1e8;
    padding: 20px 10px;
    font-size: 14px;
  }
  /* line 520, app/assets/stylesheets/general.css */
  .check-list p {
    font-size: 14px;
  }
  /* line 522, app/assets/stylesheets/general.css */
  .check-list a {
    font-weight: 400;
  }
  /* Home: PRO/ELITE
---------------------------------*/
  /* line 526, app/assets/stylesheets/general.css */
  .feature-pro {
    background: #f1f8ed;
    border: 1px solid #b3d69d;
    color: #363636;
  }
  /* line 531, app/assets/stylesheets/general.css */
  .feature-elite {
    background: #fbf4eb;
    border: 1px solid #eac36e;
    color: #363636;
  }
  /* Page Tabs
---------------------------------*/
  /* line 539, app/assets/stylesheets/general.css */
  .module-tabs {
    border-bottom: 1px solid #ccc;
  }
  /* line 543, app/assets/stylesheets/general.css */
  .nav-pills .nav-link.active {
    color: green;
    background-color: #f4f4f4;
    border: 1px solid #d3eac1;
  }
  /* line 548, app/assets/stylesheets/general.css */
  .nav-link {
    display: block;
    padding: 5px 30px;
  }
  /* line 553, app/assets/stylesheets/general.css */
  .nav-tabs .nav-item .nav-link {
    padding: 15px 30px !important;
  }
  /* Style Classes
------------------------------ */
  /* line 560, app/assets/stylesheets/general.css */
  .no-left-margin {
    margin-left: 0px;
  }
  /* Buttons
-----------------------------------------*/
  /* line 566, app/assets/stylesheets/general.css */
  #website-template .btn {
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 0;
  }
  /* line 574, app/assets/stylesheets/general.css */
  #website-template .btn-save {
    color: white;
    background-color: #86be37;
    border-color: #78aa31;
  }
  /* line 580, app/assets/stylesheets/general.css */
  .activate-option,
.activate-option:visited,
.option-active,
.option-active:visited {
    position: absolute;
    right: 10px;
    top: 7px;
    background: #fb702b;
    color: #fff !important;
    font-size: 12px;
    border-radius: 3px;
    padding: 3px 10px;
    font-weight: 600;
  }
  /* line 595, app/assets/stylesheets/general.css */
  .secondary-content,
.secondary-content:visited {
    background: #89a979;
    color: #fff !important;
    font-size: 12px;
    border-radius: 3px;
    padding: 6px 10px;
    font-weight: 600;
  }
  /* line 605, app/assets/stylesheets/general.css */
  .activate-option:hover,
.option-active:hover, .secondary-content:hover {
    background: #000;
  }
  /* line 610, app/assets/stylesheets/general.css */
  .option-active {
    background: #89a979;
  }
  /* Logo
-----------------------------------------*/
  /* .logo {
    background: #fff;
    padding: 20px;
    max-width: 200px;
    margin: 0 auto;
    border:1px solid #ccc;
} */
  /* Banner selection
-----------------------------------------*/
  /* line 625, app/assets/stylesheets/general.css */
  .banner-background {
    background: #eaeaea;
    padding: 40px;
    text-align: center;
    background-size: 100% 100%;
    /*width: 550px;*/
    /*height: 220px;*/
    margin: 0 auto;
  }
  /* line 635, app/assets/stylesheets/general.css */
  .banner-tournament-details {
    padding: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
  }
  /* line 642, app/assets/stylesheets/general.css */
  .banner-tournament-shadow {
    background-color: rgba(54, 54, 54, 0.8);
  }
  /* line 646, app/assets/stylesheets/general.css */
  .banner-active .banner-tournament-details {
    position: absolute;
    width: 90%;
    margin: 0 5%;
    top: 30px;
    z-index: 400;
    text-align: center;
  }
  /* Template Options
-----------------------------------------*/
  /* line 657, app/assets/stylesheets/general.css */
  .content-option {
    position: relative;
    background: #b0bfce;
    padding: 10px 20px;
    font-size: 14px;
    margin: 0 0 20px;
  }
  /* line 665, app/assets/stylesheets/general.css */
  .active-option {
    background: #bae3a6;
  }
  /* line 667, app/assets/stylesheets/general.css */
  .fixed-content {
    background: #eaeaea;
    text-align: center;
    padding: 50px;
    color: #888;
    font-size: 12px;
  }
  /* line 676, app/assets/stylesheets/general.css */
  .fixed-content h6 {
    font-size: 14px;
    color: #888;
    margin: 0;
  }
  /* line 682, app/assets/stylesheets/general.css */
  .section-options {
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 12px;
  }
  /* line 688, app/assets/stylesheets/general.css */
  .section-options i {
    font-size: 14px;
  }
  /* line 690, app/assets/stylesheets/general.css */
  .move,
.move:visited,
.move:hover,
.no-show,
.add-content {
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
  }
  /* line 699, app/assets/stylesheets/general.css */
  .no-show {
    color: #fff !important;
  }
  /* line 703, app/assets/stylesheets/general.css */
  .no-show:before {
    font-family: FontAwesome;
    content: '\f070  ';
  }
  /* line 708, app/assets/stylesheets/general.css */
  .no-show,
.no-show:hover,
.no-show:focus,
.no-show:visited {
    background: #921d1d;
    color: #fff;
  }
  /* line 716, app/assets/stylesheets/general.css */
  .show-section {
    background: #fb702b;
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 3px;
  }
  /* line 723, app/assets/stylesheets/general.css */
  .show-section,
.show-section:hover,
.show-section:visited {
    background: #fb702b;
    color: #fff;
  }
  /* line 730, app/assets/stylesheets/general.css */
  .show-section:before {
    font-family: FontAwesome;
    content: '\f06e  ';
  }
  /* line 735, app/assets/stylesheets/general.css */
  .add-content,
.add-content:hover,
.add-content:visited {
    background: #6e93af;
    color: #fff;
  }
  /* line 741, app/assets/stylesheets/general.css */
  .gallery-content-container {
    background: #f8f8f8;
    min-height: 200px;
    padding: 20px;
  }
  /* line 747, app/assets/stylesheets/general.css */
  .tournament-info {
    background: #121212;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
  }
  /* line 754, app/assets/stylesheets/general.css */
  .spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    animation: spin 2s linear infinite;
  }
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  /* The switch - the box around the slider */
  /* line 770, app/assets/stylesheets/general.css */
  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  /* Hide default HTML checkbox */
  /* line 778, app/assets/stylesheets/general.css */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  /* The slider */
  /* line 785, app/assets/stylesheets/general.css */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    width: 60px;
    height: 33px;
    min-width: 0% !important;
  }
  /* line 799, app/assets/stylesheets/general.css */
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
  }
  /* line 810, app/assets/stylesheets/general.css */
  input:checked + .slider {
    background-color: #2196F3;
  }
  /* Increase the size of the checkbox */
  /* line 815, app/assets/stylesheets/general.css */
  input[type="checkbox"] {
    width: 14px;
    /* Adjust the width as needed */
    height: 20px;
    /* Adjust the height as needed */
    transform: scale(1.5);
    /* Scale the checkbox */
    -webkit-transform: scale(1.5);
    /* For Safari */
    margin: 5px;
    /* Optional: Adjust the margin for better alignment */
    vertical-align: middle;
    /* Align the checkbox vertically with the text */
    margin-top: 3px;
    /* Adjust this value to pull the checkbox down */
  }
  /* line 825, app/assets/stylesheets/general.css */
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  /* line 829, app/assets/stylesheets/general.css */
  input:checked + .slider:before {
    transform: translateX(26px);
  }
  /* Rounded sliders */
  /* line 834, app/assets/stylesheets/general.css */
  .slider.round {
    border-radius: 34px;
  }
  /* line 838, app/assets/stylesheets/general.css */
  .slider.round:before {
    border-radius: 50%;
  }
  /* Align label and switch */
  /* line 843, app/assets/stylesheets/general.css */
  .form-group {
    display: flex;
    align-items: center;
  }
  /* line 848, app/assets/stylesheets/general.css */
  .form-group label {
    margin-right: 10px;
  }
  /* line 1, app/assets/stylesheets/modal.css.scss */
  .ajax-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8) url(/assets/ajax-loader-94d31f2be6c58559fcedad264f4e1d9eb7c9c5517ef1f260992662cea1b8be0d.gif) 50% 50% no-repeat;
  }
  /* line 15, app/assets/stylesheets/modal.css.scss */
  body.loading {
    overflow: hidden;
  }
  /* line 19, app/assets/stylesheets/modal.css.scss */
  body.loading .ajax-modal {
    display: block;
  }
  /* line 23, app/assets/stylesheets/modal.css.scss */
  .ajax-text {
    position: fixed;
    font-weight: bold;
    font-size: large;
    color: #DD4B39;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -200px;
  }
  /*** VENDOR ***/
  /*!
 * jQuery UI CSS Framework 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
  /*
 *= require jquery.ui.base
 *= require jquery.ui.theme
 */
  /*!
 * Bootstrap-select v1.13.1 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2018 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
  /* line 8, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
    display: none !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select {
    width: 220px \0;
    /*IE9 and below*/
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: right;
    white-space: nowrap;
  }
  /* line 24, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #999;
  }
  /* line 30, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
    color: rgba(255, 255, 255, 0.5);
  }
  /* line 56, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
  }
  /* line 67, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2;
  }
  /* line 74, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
    border-color: #b94a48;
  }
  /* line 80, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
    border-color: #28a745;
  }
  /* line 84, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select.fit-width {
    width: auto !important;
  }
  /* line 87, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
  }
  /* line 90, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
  }
  /* line 95, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
  }
  /* line 100, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  :not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
  }
  /* line 103, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select.form-control.input-group-btn {
    z-index: auto;
  }
  /* line 106, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
  }
  /* line 109, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
  }
  /* line 115, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select.dropdown-menu-right,
.bootstrap-select.dropdown-menu-right[class*="col-"],
.row .bootstrap-select.dropdown-menu-right[class*="col-"] {
    float: right;
  }
  /* line 120, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
    margin-bottom: 0;
  }
  /* line 125, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
    padding: 0;
  }
  /* line 129, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
  }
  /* line 136, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
  }
  /* line 142, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select.form-control-sm .dropdown-toggle {
    padding: 0.25rem 0.5rem;
  }
  /* line 145, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select.form-control-lg .dropdown-toggle {
    padding: 0.5rem 1rem;
  }
  /* line 148, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .form-inline .bootstrap-select .form-control {
    width: 100%;
  }
  /* line 151, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select.disabled,
.bootstrap-select > .disabled {
    cursor: not-allowed;
  }
  /* line 155, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
    outline: none !important;
  }
  /* line 159, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important;
  }
  /* line 166, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060;
  }
  /* line 169, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select .dropdown-toggle:before {
    content: '';
    display: inline-block;
  }
  /* line 173, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: inherit;
    padding-right: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    height: 100%;
    width: 100%;
    text-align: left;
  }
  /* line 185, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: inherit;
  }
  /* line 188, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
  }
  /* line 191, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
  }
  /* line 198, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit;
  }
  /* line 201, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select[class*="col-"] .dropdown-toggle {
    width: 100%;
  }
  /* line 204, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select .dropdown-menu {
    min-width: 100%;
    box-sizing: border-box;
  }
  /* line 210, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select .dropdown-menu > .inner:focus {
    outline: none !important;
  }
  /* line 213, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
  }
  /* line 223, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select .dropdown-menu li {
    position: relative;
  }
  /* line 226, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select .dropdown-menu li.active small {
    color: #fff;
  }
  /* line 229, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed;
  }
  /* line 232, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  /* line 239, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
  }
  /* line 243, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select .dropdown-menu li a span.check-mark {
    display: none;
  }
  /* line 246, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
  }
  /* line 249, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select .dropdown-menu li small {
    padding-left: 0.5em;
  }
  /* line 252, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    box-sizing: border-box;
  }
  /* line 269, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
  }
  /* line 275, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0;
  }
  /* line 280, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline;
  }
  /* line 284, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
  }
  /* line 289, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px;
  }
  /* line 295, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
  }
  /* line 298, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: 0.5em;
    height: 1em;
    border-style: solid;
    border-width: 0 0.26em 0.26em 0;
    transform: rotate(45deg);
  }
  /* line 310, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
    z-index: 1061;
  }
  /* line 314, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
  }
  /* line 324, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
  }
  /* line 334, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
  }
  /* line 340, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid white;
    border-bottom: 0;
  }
  /* line 346, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto;
  }
  /* line 350, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto;
  }
  /* line 354, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
    display: block;
  }
  /* line 360, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
  }
  /* line 365, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bs-actionsbox {
    width: 100%;
    box-sizing: border-box;
  }
  /* line 371, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bs-actionsbox .btn-group button {
    width: 50%;
  }
  /* line 374, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bs-donebutton {
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  /* line 381, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bs-donebutton .btn-group button {
    width: 100%;
  }
  /* line 384, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
  }
  /* line 387, app/assets/stylesheets/vendor/bootstrap/bootsrap-select.css */
  .bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
  }
  /*# sourceMappingURL=bootstrap-select.css.map */
  /*! X-editable - v1.4.6 
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
  /* line 6, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .editableform {
    margin-bottom: 0;
    /* overwrites bootstrap margin */
  }
  /* line 10, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .editableform .control-group {
    margin-bottom: 0;
    /* overwrites bootstrap margin */
    white-space: nowrap;
    /* prevent wrapping buttons on new line */
    line-height: 20px;
    /* overwriting bootstrap line-height. See #133 */
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .editable-buttons {
    display: inline-block;
    /* should be inline to take effect of parent's white-space: nowrap */
    vertical-align: top;
    margin-left: 7px;
    /* inline-block emulation for IE7*/
    zoom: 1;
    *display: inline;
  }
  /* line 25, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .editable-buttons.editable-buttons-bottom {
    display: block;
    margin-top: 7px;
    margin-left: 0;
  }
  /* line 31, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .editable-input {
    vertical-align: top;
    display: inline-block;
    /* should be inline to take effect of parent's white-space: nowrap */
    width: auto;
    /* bootstrap-responsive has width: 100% that breakes layout */
    white-space: normal;
    /* reset white-space decalred in parent*/
    /* display-inline emulation for IE7*/
    zoom: 1;
    *display: inline;
  }
  /* line 41, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .editable-buttons .editable-cancel {
    margin-left: 7px;
  }
  /*for jquery-ui buttons need set height to look more pretty*/
  /* line 46, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .editable-buttons button.ui-button-icon-only {
    height: 24px;
    width: 30px;
  }
  /* line 51, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .editableform-loading {
    background: url(/../img/loading.gif) center center no-repeat;
    height: 25px;
    width: auto;
    min-width: 25px;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .editable-inline .editableform-loading {
    background-position: left 5px;
  }
  /* line 62, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .editable-error-block {
    max-width: 300px;
    margin: 5px 0 0 0;
    width: auto;
    white-space: normal;
  }
  /*add padding for jquery ui*/
  /* line 70, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .editable-error-block.ui-state-error {
    padding: 3px;
  }
  /* line 74, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .editable-error {
    color: red;
  }
  /* ---- For specific types ---- */
  /* line 80, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .editableform .editable-date {
    padding: 0;
    margin: 0;
    float: left;
  }
  /* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */
  /* line 87, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .editable-inline .add-on .icon-th {
    margin-top: 3px;
    margin-left: 1px;
  }
  /* checklist vertical alignment */
  /* line 94, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .editable-checklist label input[type="checkbox"],
.editable-checklist label span {
    vertical-align: middle;
    margin: 0;
  }
  /* line 100, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .editable-checklist label {
    white-space: nowrap;
  }
  /* set exact width of textarea to fit buttons toolbar */
  /* line 105, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .editable-wysihtml5 {
    width: 566px;
    height: 250px;
  }
  /* clear button shown as link in date inputs */
  /* line 111, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .editable-clear {
    clear: both;
    font-size: 0.9em;
    text-decoration: none;
    text-align: right;
  }
  /* IOS-style clear button for text inputs */
  /* line 119, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .editable-clear-x {
    background: url(/../img/clear.png) center center no-repeat;
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    opacity: 0.6;
    z-index: 100;
    top: 50%;
    right: 6px;
    margin-top: -6px;
  }
  /* line 134, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .editable-clear-x:hover {
    opacity: 1;
  }
  /* line 138, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .editable-pre-wrapped {
    white-space: pre-wrap;
  }
  /* line 141, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .editable-container.editable-popup {
    max-width: none !important;
    /* without this rule poshytip/tooltip does not stretch */
  }
  /* line 145, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .editable-container.popover {
    width: auto;
    /* without this rule popover does not stretch */
  }
  /* line 149, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .editable-container.editable-inline {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    /* inline-block emulation for IE7*/
    zoom: 1;
    *display: inline;
  }
  /* line 158, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .editable-container.ui-widget {
    font-size: inherit;
    /* jqueryui widget font 1.1em too big, overwrite it */
    z-index: 9990;
    /* should be less than select2 dropdown z-index to close dropdown first when click */
  }
  /* line 162, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .editable-click,
a.editable-click,
a.editable-click:hover {
    text-decoration: none;
    border-bottom: dashed 1px #0088cc;
  }
  /* line 169, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .editable-click.editable-disabled,
a.editable-click.editable-disabled,
a.editable-click.editable-disabled:hover {
    color: #585858;
    cursor: default;
    border-bottom: none;
  }
  /* line 177, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .editable-empty, .editable-empty:hover, .editable-empty:focus {
    font-style: italic;
    color: #DD1144;
    /* border-bottom: none; */
    text-decoration: none;
  }
  /* line 184, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .editable-unsaved {
    font-weight: bold;
  }
  /* line 188, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .editable-unsaved:after {
    /*    content: '*'*/
  }
  /* line 192, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .editable-bg-transition {
    transition: background-color 1400ms ease-out;
  }
  /*see https://github.com/vitalets/x-editable/issues/139 */
  /* line 201, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .form-horizontal .editable {
    padding-top: 5px;
    display: inline-block;
  }
  /*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
  /* line 217, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker {
    padding: 4px;
    border-radius: 4px;
    direction: ltr;
    /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
  }
  /* line 228, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker-inline {
    width: 220px;
  }
  /* line 231, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker.datepicker-rtl {
    direction: rtl;
  }
  /* line 234, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker.datepicker-rtl table tr td span {
    float: right;
  }
  /* line 237, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker-dropdown {
    top: 0;
    left: 0;
  }
  /* line 241, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px;
  }
  /* line 252, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 7px;
  }
  /* line 262, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker > div {
    display: none;
  }
  /* line 265, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker.days div.datepicker-days {
    display: block;
  }
  /* line 268, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker.months div.datepicker-months {
    display: block;
  }
  /* line 271, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker.years div.datepicker-years {
    display: block;
  }
  /* line 274, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker table {
    margin: 0;
  }
  /* line 277, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: none;
  }
  /* line 287, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
  }
  /* line 291, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker table tr td.day:hover {
    background: #eeeeee;
    cursor: pointer;
  }
  /* line 295, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999999;
  }
  /* line 299, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
  }
  /* line 305, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: linear-gradient(top, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000;
  }
  /* line 323, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.active:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled[disabled]:hover {
    background-color: #fdf59a;
  }
  /* line 345, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.active:hover {
    background-color: #fbf069 \9;
  }
  /* line 355, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker table tr td.today:hover:hover {
    color: #000;
  }
  /* line 358, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker table tr td.today.active:hover {
    color: #fff;
  }
  /* line 361, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eeeeee;
    border-radius: 0;
  }
  /* line 370, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
    background-color: #f3d17a;
    background-image: linear-gradient(top, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-radius: 0;
  }
  /* line 390, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.active:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled[disabled]:hover {
    background-color: #f3e97a;
  }
  /* line 412, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.active:hover {
    background-color: #efe24b \9;
  }
  /* line 422, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-color: #9e9e9e;
    background-image: linear-gradient(top, #b3b3b3, #808080);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: #808080 #808080 #595959;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  /* line 441, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.active:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled[disabled]:hover {
    background-color: #808080;
  }
  /* line 463, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.active:hover {
    background-color: #666666 \9;
  }
  /* line 473, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: linear-gradient(top, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  /* line 492, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled[disabled]:hover {
    background-color: #0044cc;
  }
  /* line 514, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover {
    background-color: #003399 \9;
  }
  /* line 524, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
  }
  /* line 536, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker table tr td span:hover {
    background: #eeeeee;
  }
  /* line 539, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
  }
  /* line 545, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background-color: #006dcc;
    background-image: linear-gradient(top, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  /* line 564, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled[disabled]:hover {
    background-color: #0044cc;
  }
  /* line 586, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover {
    background-color: #003399 \9;
  }
  /* line 596, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #999999;
  }
  /* line 600, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker th.datepicker-switch {
    width: 145px;
  }
  /* line 603, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker thead tr:first-child th,
.datepicker tfoot tr th {
    cursor: pointer;
  }
  /* line 607, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
    background: #eeeeee;
  }
  /* line 611, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
  }
  /* line 617, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent;
  }
  /* line 621, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
  }
  /* line 628, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .input-daterange input {
    text-align: center;
  }
  /* line 631, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .input-daterange input:first-child {
    border-radius: 3px 0 0 3px;
  }
  /* line 636, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .input-daterange input:last-child {
    border-radius: 0 3px 3px 0;
  }
  /* line 641, app/assets/stylesheets/vendor/bootstrap/bootstrap-editable.css */
  .input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: middle;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
  }
  @keyframes chartjs-render-animation {
    from {
      opacity: .99;
    }
    to {
      opacity: 1;
    }
  }
  /* line 1, app/assets/stylesheets/vendor/misc/chart.min.css */
  .chartjs-render-monitor {
    animation: chartjs-render-animation 1ms;
  }
  /* line 1, app/assets/stylesheets/vendor/misc/chart.min.css */
  .chartjs-size-monitor, .chartjs-size-monitor-expand, .chartjs-size-monitor-shrink {
    position: absolute;
    direction: ltr;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    z-index: -1;
  }
  /* line 1, app/assets/stylesheets/vendor/misc/chart.min.css */
  .chartjs-size-monitor-expand > div {
    position: absolute;
    width: 1000000px;
    height: 1000000px;
    left: 0;
    top: 0;
  }
  /* line 1, app/assets/stylesheets/vendor/misc/chart.min.css */
  .chartjs-size-monitor-shrink > div {
    position: absolute;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0;
  }
  /* Chosen v1.0.0 | (c) 2011-2013 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container a {
    cursor: pointer;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 23px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container-single .chosen-default {
    color: #999;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(/assets/chosen-sprite-e670fdcaf8cd467a9a1a67e9a5c1f73288089f59dc08031b118dc26fbd233c80.png) -42px 1px no-repeat;
    font-size: 1px;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/assets/chosen-sprite-e670fdcaf8cd467a9a1a67e9a5c1f73288089f59dc08031b118dc26fbd233c80.png) no-repeat 0 2px;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container-single .chosen-search input[type=text] {
    box-sizing: border-box;
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: #fff url(/assets/chosen-sprite-e670fdcaf8cd467a9a1a67e9a5c1f73288089f59dc08031b118dc26fbd233c80.png) no-repeat 100% -20px;
    background: url(/assets/chosen-sprite-e670fdcaf8cd467a9a1a67e9a5c1f73288089f59dc08031b118dc26fbd233c80.png) no-repeat 100% -20px, linear-gradient(#eee 1%, #fff 15%);
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container .chosen-results li.no-results {
    display: list-item;
    background: #f4f4f4;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container .chosen-results li.group-option {
    padding-left: 15px;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 5px;
    height: 15px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #666;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container-multi .chosen-choices li.search-field .default {
    color: #999;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    border-radius: 3px;
    background-color: #e4e4e4;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(/assets/chosen-sprite-e670fdcaf8cd467a9a1a67e9a5c1f73288089f59dc08031b118dc26fbd233c80.png) -42px 1px no-repeat;
    font-size: 1px;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: linear-gradient(#eee 20%, #fff 80%);
    box-shadow: 0 1px 0 #fff inset;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: 0;
    background: transparent;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #111 !important;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-disabled .chosen-single {
    cursor: default;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-rtl {
    text-align: right;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-rtl .chosen-choices li {
    float: right;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
    left: 9999px;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: 0;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: #fff url(/assets/chosen-sprite-e670fdcaf8cd467a9a1a67e9a5c1f73288089f59dc08031b118dc26fbd233c80.png) no-repeat -30px -20px;
    background: url(/assets/chosen-sprite-e670fdcaf8cd467a9a1a67e9a5c1f73288089f59dc08031b118dc26fbd233c80.png) no-repeat -30px -20px, linear-gradient(#eee 1%, #fff 15%);
    direction: rtl;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
  }
  /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
  .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    /* line 3, app/assets/stylesheets/vendor/misc/chosen.min.css */
    .chosen-rtl .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type=text], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
      background-image: url(/assets/chosen-sprite@2x-edc297359fe8a5f6ee0bc4a1abc36ce4a773104a9225e17bbe592f820c617a72.png) !important;
      background-size: 52px 37px !important;
      background-repeat: no-repeat !important;
    }
  }
  /*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
  /* line 5, app/assets/stylesheets/vendor/misc/colorbox.css */
  #colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
  }
  /* line 6, app/assets/stylesheets/vendor/misc/colorbox.css */
  #cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  /* line 7, app/assets/stylesheets/vendor/misc/colorbox.css */
  #cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
  }
  /* line 8, app/assets/stylesheets/vendor/misc/colorbox.css */
  #cboxContent {
    position: relative;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/colorbox.css */
  #cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 10, app/assets/stylesheets/vendor/misc/colorbox.css */
  #cboxTitle {
    margin: 0;
  }
  /* line 11, app/assets/stylesheets/vendor/misc/colorbox.css */
  #cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* line 12, app/assets/stylesheets/vendor/misc/colorbox.css */
  #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
  }
  /* line 13, app/assets/stylesheets/vendor/misc/colorbox.css */
  .cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
  }
  /* line 14, app/assets/stylesheets/vendor/misc/colorbox.css */
  .cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
  }
  /* line 15, app/assets/stylesheets/vendor/misc/colorbox.css */
  #colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
  }
  /* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
  /* line 22, app/assets/stylesheets/vendor/misc/colorbox.css */
  #cboxOverlay {
    background: url(/images/overlay.png) repeat 0 0;
  }
  /* line 23, app/assets/stylesheets/vendor/misc/colorbox.css */
  #colorbox {
    outline: 0;
  }
  /* line 24, app/assets/stylesheets/vendor/misc/colorbox.css */
  #cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(/images/controls.png) no-repeat -101px 0;
  }
  /* line 25, app/assets/stylesheets/vendor/misc/colorbox.css */
  #cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(/images/controls.png) no-repeat -130px 0;
  }
  /* line 26, app/assets/stylesheets/vendor/misc/colorbox.css */
  #cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(/images/controls.png) no-repeat -101px -29px;
  }
  /* line 27, app/assets/stylesheets/vendor/misc/colorbox.css */
  #cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(/images/controls.png) no-repeat -130px -29px;
  }
  /* line 28, app/assets/stylesheets/vendor/misc/colorbox.css */
  #cboxMiddleLeft {
    width: 21px;
    background: url(/images/controls.png) left top repeat-y;
  }
  /* line 29, app/assets/stylesheets/vendor/misc/colorbox.css */
  #cboxMiddleRight {
    width: 21px;
    background: url(/images/controls.png) right top repeat-y;
  }
  /* line 30, app/assets/stylesheets/vendor/misc/colorbox.css */
  #cboxTopCenter {
    height: 21px;
    background: url(/images/border.png) 0 0 repeat-x;
  }
  /* line 31, app/assets/stylesheets/vendor/misc/colorbox.css */
  #cboxBottomCenter {
    height: 21px;
    background: url(/images/border.png) 0 -29px repeat-x;
  }
  /* line 32, app/assets/stylesheets/vendor/misc/colorbox.css */
  #cboxContent {
    background: #fff;
    overflow: hidden;
  }
  /* line 33, app/assets/stylesheets/vendor/misc/colorbox.css */
  .cboxIframe {
    background: #fff;
  }
  /* line 34, app/assets/stylesheets/vendor/misc/colorbox.css */
  #cboxError {
    padding: 50px;
    border: 1px solid #ccc;
  }
  /* line 35, app/assets/stylesheets/vendor/misc/colorbox.css */
  #cboxLoadedContent {
    margin-bottom: 28px;
  }
  /* line 36, app/assets/stylesheets/vendor/misc/colorbox.css */
  #cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494;
  }
  /* line 37, app/assets/stylesheets/vendor/misc/colorbox.css */
  #cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
  }
  /* line 38, app/assets/stylesheets/vendor/misc/colorbox.css */
  #cboxLoadingOverlay {
    background: url(/images/loading_background.png) no-repeat center center;
  }
  /* line 39, app/assets/stylesheets/vendor/misc/colorbox.css */
  #cboxLoadingGraphic {
    background: url(/images/loading.gif) no-repeat center center;
  }
  /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
  /* line 42, app/assets/stylesheets/vendor/misc/colorbox.css */
  #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
  }
  /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
  /* line 45, app/assets/stylesheets/vendor/misc/colorbox.css */
  #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0;
  }
  /* line 47, app/assets/stylesheets/vendor/misc/colorbox.css */
  #cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
  }
  /* line 48, app/assets/stylesheets/vendor/misc/colorbox.css */
  #cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/images/controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
  }
  /* line 49, app/assets/stylesheets/vendor/misc/colorbox.css */
  #cboxPrevious:hover {
    background-position: -75px -25px;
  }
  /* line 50, app/assets/stylesheets/vendor/misc/colorbox.css */
  #cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(/images/controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
  }
  /* line 51, app/assets/stylesheets/vendor/misc/colorbox.css */
  #cboxNext:hover {
    background-position: -50px -25px;
  }
  /* line 52, app/assets/stylesheets/vendor/misc/colorbox.css */
  #cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/images/controls.png) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
  }
  /* line 53, app/assets/stylesheets/vendor/misc/colorbox.css */
  #cboxClose:hover {
    background-position: -25px -25px;
  }
  /*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
  /* line 60, app/assets/stylesheets/vendor/misc/colorbox.css */
  .cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
  }
  /*!
* Colorpicker for Bootstrap
*
* Copyright 2012 Stefan Petre
* Licensed under the Apache License v2.0
* http:/www.apache.org/licenses/LICENSE-2.0
*
*/
  /* line 9, app/assets/stylesheets/vendor/misc/colorpicker.css */
  .colorpicker-saturation {
    width: 100px;
    height: 100px;
    background-image: url(/assets/saturation.png);
    cursor: crosshair;
    float: left;
  }
  /* line 16, app/assets/stylesheets/vendor/misc/colorpicker.css */
  .colorpicker-saturation i {
    display: block;
    height: 5px;
    width: 5px;
    border: 1px solid #000;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    margin: -4px 0 0 -4px;
  }
  /* line 29, app/assets/stylesheets/vendor/misc/colorpicker.css */
  .colorpicker-saturation i b {
    display: block;
    height: 5px;
    width: 5px;
    border: 1px solid #fff;
    border-radius: 5px;
  }
  /* line 38, app/assets/stylesheets/vendor/misc/colorpicker.css */
  .colorpicker-hue, .colorpicker-alpha {
    width: 15px;
    height: 100px;
    float: left;
    cursor: row-resize;
    margin-left: 4px;
    margin-bottom: 4px;
  }
  /* line 46, app/assets/stylesheets/vendor/misc/colorpicker.css */
  .colorpicker-hue i, .colorpicker-alpha i {
    display: block;
    height: 1px;
    background: #000;
    border-top: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -1px;
  }
  /* line 57, app/assets/stylesheets/vendor/misc/colorpicker.css */
  .colorpicker-hue {
    background-image: url(/assets/hue.png);
  }
  /* line 60, app/assets/stylesheets/vendor/misc/colorpicker.css */
  .colorpicker-alpha {
    background-image: url(/assets/alpha.png);
    display: none;
  }
  /* line 64, app/assets/stylesheets/vendor/misc/colorpicker.css */
  .colorpicker {
    *zoom: 1;
    top: 0;
    left: 0;
    padding: 4px !important;
    min-width: 120px !important;
    margin-top: 1px;
    border-radius: 4px;
  }
  /* line 75, app/assets/stylesheets/vendor/misc/colorpicker.css */
  .colorpicker:before, .colorpicker:after {
    display: table;
    content: "";
  }
  /* line 79, app/assets/stylesheets/vendor/misc/colorpicker.css */
  .colorpicker:after {
    clear: both;
  }
  /* line 82, app/assets/stylesheets/vendor/misc/colorpicker.css */
  .colorpicker:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px;
  }
  /* line 93, app/assets/stylesheets/vendor/misc/colorpicker.css */
  .colorpicker:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 7px;
  }
  /* line 103, app/assets/stylesheets/vendor/misc/colorpicker.css */
  .colorpicker div {
    position: relative;
  }
  /* line 106, app/assets/stylesheets/vendor/misc/colorpicker.css */
  .colorpicker.alpha {
    min-width: 140px;
  }
  /* line 109, app/assets/stylesheets/vendor/misc/colorpicker.css */
  .colorpicker.alpha .colorpicker-alpha {
    display: block;
  }
  /* line 112, app/assets/stylesheets/vendor/misc/colorpicker.css */
  .colorpicker-color {
    height: 10px;
    margin-top: 5px;
    clear: both;
    background-image: url(/assets/alpha.png);
    background-position: 0 100%;
  }
  /* line 119, app/assets/stylesheets/vendor/misc/colorpicker.css */
  .colorpicker-color div {
    height: 10px;
  }
  /* line 122, app/assets/stylesheets/vendor/misc/colorpicker.css */
  .input-append.color .add-on i, .input-prepend.color .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
  }
  /*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
  /* line 10, app/assets/stylesheets/vendor/misc/datepicker.css */
  .datepicker {
    padding: 4px;
    border-radius: 4px;
    direction: ltr;
    /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
  }
  /* line 21, app/assets/stylesheets/vendor/misc/datepicker.css */
  .datepicker-inline {
    width: 220px;
  }
  /* line 24, app/assets/stylesheets/vendor/misc/datepicker.css */
  .datepicker.datepicker-rtl {
    direction: rtl;
  }
  /* line 27, app/assets/stylesheets/vendor/misc/datepicker.css */
  .datepicker.datepicker-rtl table tr td span {
    float: right;
  }
  /* line 30, app/assets/stylesheets/vendor/misc/datepicker.css */
  .datepicker-dropdown {
    top: 0;
    left: 0;
  }
  /* line 34, app/assets/stylesheets/vendor/misc/datepicker.css */
  .datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px;
  }
  /* line 45, app/assets/stylesheets/vendor/misc/datepicker.css */
  .datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 7px;
  }
  /* line 55, app/assets/stylesheets/vendor/misc/datepicker.css */
  .datepicker > div {
    display: none;
  }
  /* line 58, app/assets/stylesheets/vendor/misc/datepicker.css */
  .datepicker.days div.datepicker-days {
    display: block;
  }
  /* line 61, app/assets/stylesheets/vendor/misc/datepicker.css */
  .datepicker.months div.datepicker-months {
    display: block;
  }
  /* line 64, app/assets/stylesheets/vendor/misc/datepicker.css */
  .datepicker.years div.datepicker-years {
    display: block;
  }
  /* line 67, app/assets/stylesheets/vendor/misc/datepicker.css */
  .datepicker table {
    margin: 0;
  }
  /* line 70, app/assets/stylesheets/vendor/misc/datepicker.css */
  .datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: none;
  }
  /* line 80, app/assets/stylesheets/vendor/misc/datepicker.css */
  .table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
  }
  /* line 84, app/assets/stylesheets/vendor/misc/datepicker.css */
  .datepicker table tr td.day:hover {
    background: #eeeeee;
    cursor: pointer;
  }
  /* line 88, app/assets/stylesheets/vendor/misc/datepicker.css */
  .datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999999;
  }
  /* line 92, app/assets/stylesheets/vendor/misc/datepicker.css */
  .datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
  }
  /* line 98, app/assets/stylesheets/vendor/misc/datepicker.css */
  .datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: linear-gradient(top, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000 !important;
  }
  /* line 116, app/assets/stylesheets/vendor/misc/datepicker.css */
  .datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.active:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled[disabled]:hover {
    background-color: #fdf59a;
  }
  /* line 138, app/assets/stylesheets/vendor/misc/datepicker.css */
  .datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.active:hover {
    background-color: #fbf069 \9;
  }
  /* line 148, app/assets/stylesheets/vendor/misc/datepicker.css */
  .datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: linear-gradient(top, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  /* line 167, app/assets/stylesheets/vendor/misc/datepicker.css */
  .datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled[disabled]:hover {
    background-color: #0044cc;
  }
  /* line 189, app/assets/stylesheets/vendor/misc/datepicker.css */
  .datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover {
    background-color: #003399 \9;
  }
  /* line 199, app/assets/stylesheets/vendor/misc/datepicker.css */
  .datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
  }
  /* line 211, app/assets/stylesheets/vendor/misc/datepicker.css */
  .datepicker table tr td span:hover {
    background: #eeeeee;
  }
  /* line 214, app/assets/stylesheets/vendor/misc/datepicker.css */
  .datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
  }
  /* line 220, app/assets/stylesheets/vendor/misc/datepicker.css */
  .datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background-color: #006dcc;
    background-image: linear-gradient(top, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  /* line 239, app/assets/stylesheets/vendor/misc/datepicker.css */
  .datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled[disabled]:hover {
    background-color: #0044cc;
  }
  /* line 261, app/assets/stylesheets/vendor/misc/datepicker.css */
  .datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover {
    background-color: #003399 \9;
  }
  /* line 271, app/assets/stylesheets/vendor/misc/datepicker.css */
  .datepicker table tr td span.old {
    color: #999999;
  }
  /* line 274, app/assets/stylesheets/vendor/misc/datepicker.css */
  .datepicker th.switch {
    width: 145px;
  }
  /* line 277, app/assets/stylesheets/vendor/misc/datepicker.css */
  .datepicker thead tr:first-child th,
.datepicker tfoot tr:first-child th {
    cursor: pointer;
  }
  /* line 281, app/assets/stylesheets/vendor/misc/datepicker.css */
  .datepicker thead tr:first-child th:hover,
.datepicker tfoot tr:first-child th:hover {
    background: #eeeeee;
  }
  /* line 285, app/assets/stylesheets/vendor/misc/datepicker.css */
  .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
  }
  /* line 291, app/assets/stylesheets/vendor/misc/datepicker.css */
  .datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent;
  }
  /* line 295, app/assets/stylesheets/vendor/misc/datepicker.css */
  .input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
  }
  /*!
 * Stylesheet for the Date Range Picker, for use with Bootstrap 3.x
 *
 * Copyright 2013 Dan Grossman ( http://www.dangrossman.info )
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Built for http://www.improvely.com
 */
  /* line 11, app/assets/stylesheets/vendor/misc/daterangepicker.css */
  .daterangepicker.dropdown-menu {
    max-width: none;
  }
  /* line 15, app/assets/stylesheets/vendor/misc/daterangepicker.css */
  .daterangepicker.opensleft .ranges, .daterangepicker.opensleft .calendar {
    float: left;
    margin: 4px;
  }
  /* line 20, app/assets/stylesheets/vendor/misc/daterangepicker.css */
  .daterangepicker.opensright .ranges, .daterangepicker.opensright .calendar {
    float: right;
    margin: 4px;
  }
  /* line 25, app/assets/stylesheets/vendor/misc/daterangepicker.css */
  .daterangepicker .ranges {
    width: 160px;
    text-align: left;
  }
  /* line 30, app/assets/stylesheets/vendor/misc/daterangepicker.css */
  .daterangepicker .ranges .range_inputs > div {
    float: left;
  }
  /* line 34, app/assets/stylesheets/vendor/misc/daterangepicker.css */
  .daterangepicker .ranges .range_inputs > div:nth-child(2) {
    padding-left: 11px;
  }
  /* line 38, app/assets/stylesheets/vendor/misc/daterangepicker.css */
  .daterangepicker .calendar {
    display: none;
    max-width: 270px;
  }
  /* line 43, app/assets/stylesheets/vendor/misc/daterangepicker.css */
  .daterangepicker .calendar th, .daterangepicker .calendar td {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    white-space: nowrap;
    text-align: center;
    min-width: 32px;
  }
  /* line 50, app/assets/stylesheets/vendor/misc/daterangepicker.css */
  .daterangepicker .ranges label {
    color: #333;
    display: block;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin-bottom: 2px;
    text-shadow: #fff 1px 1px 0px;
    text-transform: uppercase;
    width: 74px;
  }
  /* line 63, app/assets/stylesheets/vendor/misc/daterangepicker.css */
  .daterangepicker .ranges input {
    font-size: 11px;
  }
  /* line 67, app/assets/stylesheets/vendor/misc/daterangepicker.css */
  .daterangepicker .ranges .input-mini {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    display: block;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0 0 10px 0;
    padding: 0 6px;
    width: 74px;
  }
  /* line 82, app/assets/stylesheets/vendor/misc/daterangepicker.css */
  .daterangepicker .ranges ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  /* line 88, app/assets/stylesheets/vendor/misc/daterangepicker.css */
  .daterangepicker .ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    border-radius: 5px;
    cursor: pointer;
  }
  /* line 101, app/assets/stylesheets/vendor/misc/daterangepicker.css */
  .daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
    background: #08c;
    border: 1px solid #08c;
    color: #fff;
  }
  /* line 107, app/assets/stylesheets/vendor/misc/daterangepicker.css */
  .daterangepicker .calendar-date {
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px;
    background: #fff;
  }
  /* line 114, app/assets/stylesheets/vendor/misc/daterangepicker.css */
  .daterangepicker .calendar-time {
    text-align: center;
    margin: 8px auto 0 auto;
    line-height: 30px;
  }
  /* line 120, app/assets/stylesheets/vendor/misc/daterangepicker.css */
  .daterangepicker {
    position: absolute;
    background: #fff;
    top: 100px;
    left: 20px;
    padding: 4px;
    margin-top: 1px;
    border-radius: 4px;
  }
  /* line 132, app/assets/stylesheets/vendor/misc/daterangepicker.css */
  .daterangepicker.opensleft:before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
  }
  /* line 144, app/assets/stylesheets/vendor/misc/daterangepicker.css */
  .daterangepicker.opensleft:after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
  }
  /* line 155, app/assets/stylesheets/vendor/misc/daterangepicker.css */
  .daterangepicker.opensright:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
  }
  /* line 167, app/assets/stylesheets/vendor/misc/daterangepicker.css */
  .daterangepicker.opensright:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
  }
  /* line 178, app/assets/stylesheets/vendor/misc/daterangepicker.css */
  .daterangepicker table {
    width: 100%;
    margin: 0;
  }
  /* line 183, app/assets/stylesheets/vendor/misc/daterangepicker.css */
  .daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
  }
  /* line 194, app/assets/stylesheets/vendor/misc/daterangepicker.css */
  .daterangepicker td.off {
    color: #999;
  }
  /* line 198, app/assets/stylesheets/vendor/misc/daterangepicker.css */
  .daterangepicker td.disabled {
    color: #999;
  }
  /* line 202, app/assets/stylesheets/vendor/misc/daterangepicker.css */
  .daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background: #eee;
  }
  /* line 206, app/assets/stylesheets/vendor/misc/daterangepicker.css */
  .daterangepicker td.in-range {
    background: #ebf4f8;
    border-radius: 0;
  }
  /* line 213, app/assets/stylesheets/vendor/misc/daterangepicker.css */
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: #3071a9;
    color: #fff;
  }
  /* line 219, app/assets/stylesheets/vendor/misc/daterangepicker.css */
  .daterangepicker td.week, .daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
  }
  /* line 224, app/assets/stylesheets/vendor/misc/daterangepicker.css */
  .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
  }
  /* line 232, app/assets/stylesheets/vendor/misc/daterangepicker.css */
  .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
  }
  /* line 237, app/assets/stylesheets/vendor/misc/daterangepicker.css */
  .daterangepicker select.yearselect {
    width: 40%;
  }
  /* line 241, app/assets/stylesheets/vendor/misc/daterangepicker.css */
  .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0;
  }
  /* The MIT License */
  /* line 2, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
    box-sizing: border-box;
  }
  /* line 10, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(0, 0, 0, 0.02);
    padding: 1em;
  }
  /* line 16, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone.dz-clickable {
    cursor: pointer;
  }
  /* line 19, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
    cursor: pointer;
  }
  /* line 23, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone.dz-clickable * {
    cursor: default;
  }
  /* line 26, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-message {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  /* line 31, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone.dz-drag-hover {
    border-color: rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.04);
  }
  /* line 35, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone.dz-started .dz-message {
    display: none;
  }
  /* line 38, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-preview,
.dropzone-previews .dz-preview {
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    display: inline-block;
    margin: 17px;
    vertical-align: top;
    border: 1px solid #acacac;
    padding: 6px 6px 6px 6px;
  }
  /* line 48, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
    display: none;
  }
  /* line 52, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
    width: 100px;
    height: 100px;
    position: relative;
    background: #ebebeb;
    padding: 5px;
    margin-bottom: 22px;
  }
  /* line 61, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
    overflow: hidden;
    height: 100%;
  }
  /* line 66, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
  }
  /* line 74, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
    position: absolute;
    bottom: -28px;
    left: 3px;
    height: 28px;
    line-height: 28px;
  }
  /* line 82, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
    display: block;
  }
  /* line 86, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
    display: block;
  }
  /* line 90, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
    display: none;
  }
  /* line 94, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 30px;
    text-align: center;
    right: -10px;
    top: -10px;
  }
  /* line 107, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
    color: #8cc657;
  }
  /* line 111, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
    color: #ee162d;
  }
  /* line 115, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
    position: absolute;
    top: 100px;
    left: 6px;
    right: 6px;
    height: 6px;
    background: #d7d7d7;
    display: none;
  }
  /* line 125, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    background-color: #8cc657;
  }
  /* line 134, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
    display: block;
  }
  /* line 138, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
    display: none;
    position: absolute;
    top: -5px;
    left: -20px;
    background: rgba(245, 245, 245, 0.8);
    padding: 8px 10px;
    color: #800;
    min-width: 140px;
    max-width: 500px;
    z-index: 500;
  }
  /* line 151, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-preview.dz-error:hover .dz-error-message,
.dropzone-previews .dz-preview.dz-error:hover .dz-error-message {
    display: block;
  }
  /* line 155, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone {
    border: 1px solid rgba(0, 0, 0, 0.03);
    min-height: 360px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.03);
    padding: 23px;
  }
  /* line 163, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-default.dz-message {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    transition: opacity 0.3s ease-in-out;
    background-image: url(/../images/spritemap.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    width: 428px;
    height: 123px;
    margin-left: -214px;
    margin-top: -61.5px;
    top: 50%;
    left: 50%;
  }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.4375), (min-resolution: 138dpi), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    /* line 184, app/assets/stylesheets/vendor/misc/dropzone.css */
    .dropzone .dz-default.dz-message {
      background-image: url(/assets/images/spritemap@2x.png);
      background-size: 428px 406px;
    }
  }
  /* line 191, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-default.dz-message span {
    display: none;
  }
  /* line 194, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone.dz-square .dz-default.dz-message {
    background-position: 0 -123px;
    width: 268px;
    margin-left: -134px;
    height: 174px;
    margin-top: -87px;
  }
  /* line 201, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone.dz-drag-hover .dz-message {
    opacity: 0.15;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
    filter: alpha(opacity=15);
  }
  /* line 206, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone.dz-started .dz-message {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  /* line 212, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-preview,
.dropzone-previews .dz-preview {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
    font-size: 14px;
  }
  /* line 218, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-preview.dz-image-preview:hover .dz-details img,
.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
    display: block;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
  }
  /* line 225, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  /* line 231, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  /* line 237, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-preview.dz-error .dz-progress .dz-upload,
.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
    background: #ee1e2d;
  }
  /* line 241, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: opacity 0.4s ease-in-out;
    background-image: url(/../images/spritemap.png);
    background-repeat: no-repeat;
  }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.4375), (min-resolution: 138dpi), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    /* line 258, app/assets/stylesheets/vendor/misc/dropzone.css */
    .dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
      background-image: url(/assets/images/spritemap@2x.png);
      background-size: 428px 406px;
    }
  }
  /* line 268, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-preview .dz-error-mark span,
.dropzone-previews .dz-preview .dz-error-mark span,
.dropzone .dz-preview .dz-success-mark span,
.dropzone-previews .dz-preview .dz-success-mark span {
    display: none;
  }
  /* line 274, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
    background-position: -268px -123px;
  }
  /* line 278, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
    background-position: -268px -163px;
  }
  /* line 282, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
    animation: loading 0.4s linear infinite;
    transition: width 0.3s ease-in-out;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-image: url(/../images/spritemap.png);
    background-repeat: repeat-x;
    background-position: 0px -400px;
  }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.4375), (min-resolution: 138dpi), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    /* line 306, app/assets/stylesheets/vendor/misc/dropzone.css */
    .dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
      background-image: url(/assets/images/spritemap@2x.png);
      background-size: 428px 406px;
    }
  }
  /* line 314, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-preview.dz-success .dz-progress,
.dropzone-previews .dz-preview.dz-success .dz-progress {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: opacity 0.4s ease-in-out;
  }
  /* line 327, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-default.dz-message {
    background-image: none;
  }
  /* line 331, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-preview .dz-error-message {
    top: 200px !important;
  }
  /* line 335, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: opacity 0.3s ease-in-out;
  }
  /* line 347, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone .dz-preview.dz-error:hover .dz-error-message,
.dropzone-previews .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  /* line 353, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone a.dz-remove,
.dropzone-previews a.dz-remove {
    background-image: linear-gradient(top, #fafafa 0, #eee 100%);
    border-radius: 2px;
    border: 1px solid #eee;
    text-decoration: none;
    display: block;
    padding: 4px 5px;
    text-align: center;
    color: #aaa;
    margin-top: 26px;
  }
  /* line 371, app/assets/stylesheets/vendor/misc/dropzone.css */
  .dropzone a.dz-remove:hover,
.dropzone-previews a.dz-remove:hover {
    color: #666;
  }
  @keyframes loading {
    0% {
      background-position: 0 -400px;
    }
    100% {
      background-position: -7px -400px;
    }
  }
  /*!
 * FullCalendar v1.6.4 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */
  /* line 8, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc {
    direction: ltr;
    text-align: left;
  }
  /* line 13, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  /* line 18, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  html .fc,
.fc table {
    font-size: 1em;
  }
  /* line 23, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc td,
.fc th {
    padding: 0;
    vertical-align: top;
  }
  /* Header
------------------------------------------------------------------------*/
  /* line 34, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-header td {
    white-space: nowrap;
  }
  /* line 38, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-header-left {
    width: 25%;
    text-align: left;
  }
  /* line 43, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-header-center {
    text-align: center;
  }
  /* line 47, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-header-right {
    width: 25%;
    text-align: right;
  }
  /* line 52, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-header-title {
    display: inline-block;
    vertical-align: top;
  }
  /* line 57, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-header-title h2 {
    margin-top: 0;
    white-space: nowrap;
  }
  /* line 62, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc .fc-header-space {
    padding-left: 10px;
  }
  /* line 66, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-header .fc-button {
    margin-bottom: 1em;
    vertical-align: top;
  }
  /* buttons edges butting together */
  /* line 73, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-header .fc-button {
    margin-right: -1px;
  }
  /* line 77, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-header .fc-corner-right,
.fc-header .ui-corner-right {
    /* theme */
    margin-right: 0;
    /* back to normal */
  }
  /* button layering (for border precedence) */
  /* line 84, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-header .fc-state-hover,
.fc-header .ui-state-hover {
    z-index: 2;
  }
  /* line 89, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-header .fc-state-down {
    z-index: 3;
  }
  /* line 93, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-header .fc-state-active,
.fc-header .ui-state-active {
    z-index: 4;
  }
  /* Content
------------------------------------------------------------------------*/
  /* line 103, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-content {
    clear: both;
    zoom: 1;
    /* for IE7, gives accurate coordinates for [un]freezeContentHeight */
  }
  /* line 108, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-view {
    width: 100%;
    overflow: hidden;
  }
  /* Cell Styles
------------------------------------------------------------------------*/
  /* line 118, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-widget-header,
.fc-widget-content {
    /* <td>, usually */
    border: 1px solid #ddd;
  }
  /* line 123, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-state-highlight {
    /* <td> today cell */
    /* TODO: add .fc-today to <th> */
    background: #fcf8e3;
  }
  /* line 127, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-cell-overlay {
    /* semi-transparent rectangle while dragging */
    background: #bce8f1;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */
  }
  /* Buttons
------------------------------------------------------------------------*/
  /* line 138, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-button {
    position: relative;
    display: inline-block;
    padding: 0 .6em;
    overflow: hidden;
    height: 1.9em;
    line-height: 1.9em;
    white-space: nowrap;
    cursor: pointer;
  }
  /* line 149, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-state-default {
    /* non-theme */
    border: 1px solid;
  }
  /* line 153, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-state-default.fc-corner-left {
    /* non-theme */
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  /* line 158, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-state-default.fc-corner-right {
    /* non-theme */
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  /*
	Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
	and we'll try to make them look good cross-browser.
*/
  /* line 168, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-text-arrow {
    margin: 0 .1em;
    font-size: 2em;
    font-family: "Courier New", Courier, monospace;
    vertical-align: baseline;
    /* for IE7 */
  }
  /* line 175, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow {
    /* for &lsaquo; &rsaquo; */
    font-weight: bold;
  }
  /* icon (for jquery ui) */
  /* line 182, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-button .fc-icon-wrap {
    position: relative;
    float: left;
    top: 50%;
  }
  /* line 188, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-button .ui-icon {
    position: relative;
    float: left;
    margin-top: -50%;
    *margin-top: 0;
    *top: -50%;
  }
  /*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
  /* line 201, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-state-default {
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  }
  /* line 216, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    color: #333333;
    background-color: #e6e6e6;
  }
  /* line 224, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-state-hover {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    transition: background-position 0.1s linear;
  }
  /* line 234, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-state-down,
.fc-state-active {
    background-color: #cccccc;
    background-image: none;
    outline: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  }
  /* line 242, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
  }
  /* Global Event Styles
------------------------------------------------------------------------*/
  /* line 255, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-event-container > * {
    z-index: 8;
  }
  /* line 259, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-event-container > .ui-draggable-dragging,
.fc-event-container > .ui-resizable-resizing {
    z-index: 9;
  }
  /* line 264, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-event {
    border: 1px solid #3a87ad;
    /* default BORDER color */
    background-color: #3a87ad;
    /* default BACKGROUND color */
    color: #fff;
    /* default TEXT color */
    font-size: .85em;
    cursor: default;
  }
  /* line 272, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  a.fc-event {
    text-decoration: none;
  }
  /* line 276, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  a.fc-event,
.fc-event-draggable {
    cursor: pointer;
  }
  /* line 281, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-rtl .fc-event {
    text-align: right;
  }
  /* line 285, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-event-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  /* line 291, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-event-time,
.fc-event-title {
    padding: 0 1px;
  }
  /* line 296, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc .ui-resizable-handle {
    display: block;
    position: absolute;
    z-index: 99999;
    overflow: hidden;
    /* hacky spaces (IE6/7) */
    font-size: 300%;
    /* */
    line-height: 50%;
    /* */
  }
  /* Horizontal Events
------------------------------------------------------------------------*/
  /* line 310, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-event-hori {
    border-width: 1px 0;
    margin-bottom: 1px;
  }
  /* line 315, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
    border-left-width: 1px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  /* line 322, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
    border-right-width: 1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  /* resizable */
  /* line 331, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-event-hori .ui-resizable-e {
    top: 0           !important;
    /* importants override pre jquery ui 1.7 styles */
    right: -3px      !important;
    width: 7px       !important;
    height: 100%     !important;
    cursor: e-resize;
  }
  /* line 339, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-event-hori .ui-resizable-w {
    top: 0           !important;
    left: -3px       !important;
    width: 7px       !important;
    height: 100%     !important;
    cursor: w-resize;
  }
  /* line 347, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-event-hori .ui-resizable-handle {
    _padding-bottom: 14px;
    /* IE6 had 0 height */
  }
  /* Reusable Separate-border Table
------------------------------------------------------------*/
  /* line 356, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  table.fc-border-separate {
    border-collapse: separate;
  }
  /* line 360, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-border-separate th,
.fc-border-separate td {
    border-width: 1px 0 0 1px;
  }
  /* line 365, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
    border-right-width: 1px;
  }
  /* line 370, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
    border-bottom-width: 1px;
  }
  /* line 375, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
    border-top-width: 0;
  }
  /* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/
  /* line 385, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-grid th {
    text-align: center;
  }
  /* line 389, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc .fc-week-number {
    width: 22px;
    text-align: center;
  }
  /* line 394, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc .fc-week-number div {
    padding: 0 2px;
  }
  /* line 398, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-grid .fc-day-number {
    float: right;
    padding: 0 2px;
  }
  /* line 403, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-grid .fc-other-month .fc-day-number {
    opacity: 0.3;
    filter: alpha(opacity=30);
    /* for IE */
    /* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
  }
  /* line 411, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-grid .fc-day-content {
    clear: both;
    padding: 2px 2px 1px;
    /* distance between events and day edges */
  }
  /* event styles */
  /* line 418, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-grid .fc-event-time {
    font-weight: bold;
  }
  /* right-to-left */
  /* line 424, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-rtl .fc-grid .fc-day-number {
    float: left;
  }
  /* line 428, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-rtl .fc-grid .fc-event-time {
    float: right;
  }
  /* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/
  /* line 437, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-agenda table {
    border-collapse: separate;
  }
  /* line 441, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-agenda-days th {
    text-align: center;
  }
  /* line 445, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-agenda .fc-agenda-axis {
    width: 50px;
    padding: 0 4px;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
    font-weight: normal;
  }
  /* line 454, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-agenda .fc-week-number {
    font-weight: bold;
  }
  /* line 458, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-agenda .fc-day-content {
    padding: 2px 2px 1px;
  }
  /* make axis border take precedence */
  /* line 464, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-agenda-days .fc-agenda-axis {
    border-right-width: 1px;
  }
  /* line 468, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-agenda-days .fc-col0 {
    border-left-width: 0;
  }
  /* all-day area */
  /* line 474, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-agenda-allday th {
    border-width: 0 1px;
  }
  /* line 478, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-agenda-allday .fc-day-content {
    min-height: 34px;
    /* TODO: doesnt work well in quirksmode */
    _height: 34px;
  }
  /* divider (between all-day and slots) */
  /* line 485, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-agenda-divider-inner {
    height: 2px;
    overflow: hidden;
  }
  /* line 490, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-widget-header .fc-agenda-divider-inner {
    background: #eee;
  }
  /* slot rows */
  /* line 496, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-agenda-slots th {
    border-width: 1px 1px 0;
  }
  /* line 500, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-agenda-slots td {
    border-width: 1px 0 0;
    background: none;
  }
  /* line 505, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-agenda-slots td div {
    height: 20px;
  }
  /* line 509, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
    border-top-width: 0;
  }
  /* line 514, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
    border-top-style: dotted;
  }
  /* line 519, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-agenda-slots tr.fc-minor th.ui-widget-header {
    *border-top-style: solid;
    /* doesn't work with background in IE6/7 */
  }
  /* Vertical Events
------------------------------------------------------------------------*/
  /* line 528, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-event-vert {
    border-width: 0 1px;
  }
  /* line 532, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-event-vert.fc-event-start {
    border-top-width: 1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  /* line 538, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-event-vert.fc-event-end {
    border-bottom-width: 1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  /* line 544, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-event-vert .fc-event-time {
    white-space: nowrap;
    font-size: 10px;
  }
  /* line 549, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-event-vert .fc-event-inner {
    position: relative;
    z-index: 2;
  }
  /* line 554, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-event-vert .fc-event-bg {
    /* makes the event lighter w/ a semi-transparent overlay  */
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .25;
    filter: alpha(opacity=25);
  }
  /* line 566, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc .ui-draggable-dragging .fc-event-bg,
.fc-select-helper .fc-event-bg {
    display: none\9;
    /* for IE6/7/8. nested opacity filters while dragging don't work */
  }
  /* resizable */
  /* line 573, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-event-vert .ui-resizable-s {
    bottom: 0        !important;
    /* importants override pre jquery ui 1.7 styles */
    width: 100%      !important;
    height: 8px      !important;
    overflow: hidden !important;
    line-height: 8px !important;
    font-size: 11px  !important;
    font-family: monospace;
    text-align: center;
    cursor: s-resize;
  }
  /* line 585, app/assets/stylesheets/vendor/misc/fullcalendar.css */
  .fc-agenda .ui-resizable-resizing {
    /* TODO: better selector */
    _overflow: hidden;
  }
  /*!
 * FullCalendar v1.6.4 Print Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */
  /*
 * Include this stylesheet on your page to get a more printer-friendly calendar.
 * When including this stylesheet, use the media='print' attribute of the <link> tag.
 * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css.
 */
  /* Events
-----------------------------------------------------*/
  /* line 17, app/assets/stylesheets/vendor/misc/fullcalendar.print.css */
  .fc-event {
    background: #fff !important;
    color: #000 !important;
  }
  /* for vertical events */
  /* line 24, app/assets/stylesheets/vendor/misc/fullcalendar.print.css */
  .fc-event-bg {
    display: none !important;
  }
  /* line 28, app/assets/stylesheets/vendor/misc/fullcalendar.print.css */
  .fc-event .ui-resizable-handle {
    display: none !important;
  }
  /* line 1, app/assets/stylesheets/vendor/misc/jquery-confirm-custom.css */
  .jconfirm {
    font-weight: normal;
  }
  /* line 5, app/assets/stylesheets/vendor/misc/jquery-confirm-custom.css */
  .jconfirm-content {
    font-size: 14px;
  }
  /*!
 * jquery-confirm v3.3.4 (http://craftpip.github.io/jquery-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2013-2019 jquery-confirm
 * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
 */
  @keyframes jconfirm-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  body[class*=jconfirm-no-scroll-] {
    overflow: hidden !important;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    font-family: inherit;
    overflow: hidden;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity .4s;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-bg.jconfirm-bg-h {
    opacity: 0 !important;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-scrollpane {
    perspective: 500px;
    perspective-origin: center;
    display: table;
    width: 100%;
    height: 100%;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-row {
    display: table-row;
    width: 100%;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-cell {
    display: table-cell;
    vertical-align: middle;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-holder {
    max-height: 100%;
    padding: 50px 0;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box-container {
    transition: transform;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box-container.jconfirm-no-transition {
    transition: none !important;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box {
    background: white;
    border-radius: 4px;
    position: relative;
    outline: 0;
    padding: 15px 15px 0;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }
  @keyframes type-blue {
    1%, 100% {
      border-color: #3498db;
    }
    50% {
      border-color: #5faee3;
    }
  }
  @keyframes type-green {
    1%, 100% {
      border-color: #2ecc71;
    }
    50% {
      border-color: #54d98c;
    }
  }
  @keyframes type-red {
    1%, 100% {
      border-color: #e74c3c;
    }
    50% {
      border-color: #ed7669;
    }
  }
  @keyframes type-orange {
    1%, 100% {
      border-color: #f1c40f;
    }
    50% {
      border-color: #f4d03f;
    }
  }
  @keyframes type-purple {
    1%, 100% {
      border-color: #9b59b6;
    }
    50% {
      border-color: #b07cc6;
    }
  }
  @keyframes type-dark {
    1%, 100% {
      border-color: #34495e;
    }
    50% {
      border-color: #46627f;
    }
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box.jconfirm-type-animated {
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box.jconfirm-type-blue {
    border-top: solid 7px #3498db;
    animation-name: type-blue;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box.jconfirm-type-green {
    border-top: solid 7px #2ecc71;
    animation-name: type-green;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box.jconfirm-type-red {
    border-top: solid 7px #e74c3c;
    animation-name: type-red;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box.jconfirm-type-orange {
    border-top: solid 7px #f1c40f;
    animation-name: type-orange;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box.jconfirm-type-purple {
    border-top: solid 7px #9b59b6;
    animation-name: type-purple;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box.jconfirm-type-dark {
    border-top: solid 7px #34495e;
    animation-name: type-dark;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box.loading {
    height: 120px;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box.loading:before {
    content: '';
    position: absolute;
    left: 0;
    background: white;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    z-index: 1;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box.loading:after {
    opacity: .6;
    content: '';
    height: 30px;
    width: 30px;
    border: solid 3px transparent;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    border-radius: 50%;
    animation: jconfirm-spin 1s infinite linear;
    border-bottom-color: dodgerblue;
    top: 50%;
    margin-top: -15px;
    z-index: 2;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box div.jconfirm-closeIcon {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    opacity: .6;
    text-align: center;
    font-size: 27px !important;
    line-height: 14px !important;
    display: none;
    z-index: 1;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box div.jconfirm-closeIcon:empty {
    display: none;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box div.jconfirm-closeIcon .fa {
    font-size: 16px;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon {
    font-size: 16px;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi {
    font-size: 16px;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box div.jconfirm-closeIcon:hover {
    opacity: 1;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box div.jconfirm-title-c {
    display: block;
    font-size: 22px;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
    padding-bottom: 15px;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand {
    cursor: move;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    font-size: inherit;
    display: inline-block;
    vertical-align: middle;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
    vertical-align: middle;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty {
    display: none;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: inherit;
    font-family: inherit;
    display: inline-block;
    vertical-align: middle;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty {
    display: none;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box div.jconfirm-content-pane {
    margin-bottom: 15px;
    height: auto;
    transition: height .4s ease-in;
    display: inline-block;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
    overflow-y: hidden;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar {
    width: 3px;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 3px;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow: auto;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img {
    max-width: 100%;
    height: auto;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty {
    display: none;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box .jconfirm-buttons {
    padding-bottom: 11px;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box .jconfirm-buttons > button {
    margin-bottom: 4px;
    margin-left: 2px;
    margin-right: 2px;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box .jconfirm-buttons button {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 4px;
    min-height: 1em;
    transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
    -webkit-tap-highlight-color: transparent;
    border: 0;
    background-image: none;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
    background-color: #3498db;
    color: #FFF;
    text-shadow: none;
    transition: background .2s;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
    background-color: #2980b9;
    color: #FFF;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {
    background-color: #2ecc71;
    color: #FFF;
    text-shadow: none;
    transition: background .2s;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {
    background-color: #27ae60;
    color: #FFF;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
    background-color: #e74c3c;
    color: #FFF;
    text-shadow: none;
    transition: background .2s;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover {
    background-color: #c0392b;
    color: #FFF;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange {
    background-color: #f1c40f;
    color: #FFF;
    text-shadow: none;
    transition: background .2s;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover {
    background-color: #f39c12;
    color: #FFF;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
    background-color: #ecf0f1;
    color: #000;
    text-shadow: none;
    transition: background .2s;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background-color: #bdc3c7;
    color: #000;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple {
    background-color: #9b59b6;
    color: #FFF;
    text-shadow: none;
    transition: background .2s;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover {
    background-color: #8e44ad;
    color: #FFF;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark {
    background-color: #34495e;
    color: #FFF;
    text-shadow: none;
    transition: background .2s;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover {
    background-color: #2c3e50;
    color: #FFF;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c {
    color: #e74c3c !important;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c {
    color: #3498db !important;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c {
    color: #2ecc71 !important;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c {
    color: #9b59b6 !important;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c {
    color: #f1c40f !important;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c {
    color: #34495e !important;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-clear {
    clear: both;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-rtl {
    direction: rtl;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-rtl div.jconfirm-closeIcon {
    left: 5px;
    right: auto;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-white .jconfirm-bg, .jconfirm.jconfirm-light .jconfirm-bg {
    background-color: #444;
    opacity: .2;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
    float: right;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
    box-shadow: none;
    color: #333;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background: #ddd;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-black .jconfirm-bg, .jconfirm.jconfirm-dark .jconfirm-bg {
    background-color: darkslategray;
    opacity: .4;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-black .jconfirm-box, .jconfirm.jconfirm-dark .jconfirm-box {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    background: #444;
    border-radius: 5px;
    color: white;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons {
    float: right;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button {
    border: 0;
    background-image: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
    transition: background .1s;
    color: white;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default {
    box-shadow: none;
    color: #fff;
    background: 0;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background: #666;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake {
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow {
    animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
  }
  @keyframes shake {
    10%, 90% {
      transform: translate3d(-2px, 0, 0);
    }
    20%, 80% {
      transform: translate3d(4px, 0, 0);
    }
    30%, 50%, 70% {
      transform: translate3d(-8px, 0, 0);
    }
    40%, 60% {
      transform: translate3d(8px, 0, 0);
    }
  }
  @keyframes glow {
    0%, 100% {
      box-shadow: 0 0 0 red;
    }
    50% {
      box-shadow: 0 0 30px red;
    }
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm {
    perspective: 400px;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box {
    opacity: 1;
    transition-property: all;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box.jconfirm-animation-top, .jconfirm .jconfirm-box.jconfirm-animation-left, .jconfirm .jconfirm-box.jconfirm-animation-right, .jconfirm .jconfirm-box.jconfirm-animation-bottom, .jconfirm .jconfirm-box.jconfirm-animation-opacity, .jconfirm .jconfirm-box.jconfirm-animation-zoom, .jconfirm .jconfirm-box.jconfirm-animation-scale, .jconfirm .jconfirm-box.jconfirm-animation-none, .jconfirm .jconfirm-box.jconfirm-animation-rotate, .jconfirm .jconfirm-box.jconfirm-animation-rotatex, .jconfirm .jconfirm-box.jconfirm-animation-rotatey, .jconfirm .jconfirm-box.jconfirm-animation-scaley, .jconfirm .jconfirm-box.jconfirm-animation-scalex {
    opacity: 0;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box.jconfirm-animation-rotate {
    transform: rotate(90deg);
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box.jconfirm-animation-rotatex {
    transform: rotateX(90deg);
    transform-origin: center;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box.jconfirm-animation-rotatexr {
    transform: rotateX(-90deg);
    transform-origin: center;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box.jconfirm-animation-rotatey {
    transform: rotatey(90deg);
    transform-origin: center;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box.jconfirm-animation-rotateyr {
    transform: rotatey(-90deg);
    transform-origin: center;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box.jconfirm-animation-scaley {
    transform: scaley(1.5);
    transform-origin: center;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box.jconfirm-animation-scalex {
    transform: scalex(1.5);
    transform-origin: center;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box.jconfirm-animation-top {
    transform: translate(0px, -100px);
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box.jconfirm-animation-left {
    transform: translate(-100px, 0px);
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box.jconfirm-animation-right {
    transform: translate(100px, 0px);
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box.jconfirm-animation-bottom {
    transform: translate(0px, 100px);
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box.jconfirm-animation-zoom {
    transform: scale(1.2);
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box.jconfirm-animation-scale {
    transform: scale(0.5);
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm .jconfirm-box.jconfirm-animation-none {
    visibility: hidden;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-supervan .jconfirm-bg {
    background-color: rgba(54, 70, 93, 0.95);
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-supervan .jconfirm-box {
    background-color: transparent;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue {
    border: 0;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green {
    border: 0;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red {
    border: 0;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange {
    border: 0;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple {
    border: 0;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark {
    border: 0;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon {
    color: white;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c {
    text-align: center;
    color: white;
    font-size: 28px;
    font-weight: normal;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c > * {
    padding-bottom: 25px;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane {
    margin-bottom: 25px;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {
    text-align: center;
    color: white;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons {
    text-align: center;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button {
    font-size: 16px;
    border-radius: 2px;
    background: #303f53;
    text-shadow: none;
    border: 0;
    color: white;
    padding: 10px;
    min-width: 100px;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-material .jconfirm-bg {
    background-color: rgba(0, 0, 0, 0.67);
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-material .jconfirm-box {
    background-color: white;
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    padding: 30px 25px 10px 25px;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon {
    color: rgba(0, 0, 0, 0.87);
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c {
    color: rgba(0, 0, 0, 0.87);
    font-size: 22px;
    font-weight: bold;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content {
    color: rgba(0, 0, 0, 0.87);
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons {
    text-align: right;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button {
    text-transform: uppercase;
    font-weight: 500;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-bootstrap .jconfirm-bg {
    background-color: rgba(0, 0, 0, 0.21);
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-bootstrap .jconfirm-box {
    background-color: white;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px rgba(0, 0, 0, 0.4);
    padding: 15px 0 0;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon {
    color: rgba(0, 0, 0, 0.87);
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c {
    color: rgba(0, 0, 0, 0.87);
    font-size: 22px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content {
    color: rgba(0, 0, 0, 0.87);
    padding: 0 15px;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons {
    text-align: right;
    padding: 10px;
    margin: -5px 0 0;
    border-top: solid 1px #ddd;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button {
    font-weight: 500;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-modern .jconfirm-bg {
    background-color: slategray;
    opacity: .6;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-modern .jconfirm-box {
    background-color: white;
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    padding: 30px 30px 15px;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {
    color: rgba(0, 0, 0, 0.87);
    top: 15px;
    right: 15px;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
    color: rgba(0, 0, 0, 0.87);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    transition: transform .5s;
    transform: scale(0);
    display: block;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 69px;
    color: #aaa;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
    text-align: center;
    font-size: 15px;
    color: #777;
    margin-bottom: 25px;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons {
    text-align: center;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
    font-weight: bold;
    text-transform: uppercase;
    transition: background .1s;
    padding: 10px 20px;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button + button {
    margin-left: 4px;
  }
  /* line 9, app/assets/stylesheets/vendor/misc/jquery-confirm.min.css */
  .jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    transform: scale(1);
  }
  /**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
  /* line 9, app/assets/stylesheets/event/featherlight.gallery.css */
  .featherlight-next,
.featherlight-previous {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    /* preventing text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    /* IE9 hack, otherwise navigation doesn't appear */
    background: rgba(0, 0, 0, 0);
  }
  /* line 29, app/assets/stylesheets/event/featherlight.gallery.css */
  .featherlight-previous {
    left: 25px;
    right: 80%;
  }
  /* line 34, app/assets/stylesheets/event/featherlight.gallery.css */
  .featherlight-next:hover,
.featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.25);
  }
  /* line 40, app/assets/stylesheets/event/featherlight.gallery.css */
  .featherlight-next span,
.featherlight-previous span {
    display: none;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    /* center horizontally */
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    /* center vertically */
    margin-top: -40px;
    text-shadow: 0px 0px 5px #fff;
    color: #fff;
    font-style: normal;
    font-weight: normal;
  }
  /* line 63, app/assets/stylesheets/event/featherlight.gallery.css */
  .featherlight-next span {
    right: 5%;
    left: auto;
  }
  /* line 69, app/assets/stylesheets/event/featherlight.gallery.css */
  .featherlight-next:hover span,
.featherlight-previous:hover span {
    display: inline-block;
  }
  /* line 74, app/assets/stylesheets/event/featherlight.gallery.css */
  .featherlight-swipe-aware .featherlight-next,
.featherlight-swipe-aware .featherlight-previous {
    display: none;
  }
  /* Hide navigation while loading */
  /* line 80, app/assets/stylesheets/event/featherlight.gallery.css */
  .featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
    display: none;
  }
  /* Hide navigation in case of single image */
  /* line 85, app/assets/stylesheets/event/featherlight.gallery.css */
  .featherlight-first-slide.featherlight-last-slide .featherlight-previous,
.featherlight-first-slide.featherlight-last-slide .featherlight-next {
    display: none;
  }
  /* Always display arrows on touch devices */
  @media only screen and (max-device-width: 1024px) {
    /* line 93, app/assets/stylesheets/event/featherlight.gallery.css */
    .featherlight-next:hover,
.featherlight-previous:hover {
      background: none;
    }
    /* line 97, app/assets/stylesheets/event/featherlight.gallery.css */
    .featherlight-next span,
.featherlight-previous span {
      display: block;
    }
  }
  /* handling phones and small screens */
  @media only screen and (max-width: 1024px) {
    /* line 105, app/assets/stylesheets/event/featherlight.gallery.css */
    .featherlight-next,
.featherlight-previous {
      top: 10px;
      right: 10px;
      left: 85%;
    }
    /* line 112, app/assets/stylesheets/event/featherlight.gallery.css */
    .featherlight-previous {
      left: 10px;
      right: 85%;
    }
    /* line 117, app/assets/stylesheets/event/featherlight.gallery.css */
    .featherlight-next span,
.featherlight-previous span {
      margin-top: -30px;
      font-size: 40px;
    }
  }
  /* line 1, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: 0.625em;
    overflow-y: hidden;
    background: #fff;
    box-shadow: 0 0 0.625em #d9d9d9;
  }
  /* line 13, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-popup.swal2-toast .swal2-header {
    flex-direction: row;
  }
  /* line 18, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-popup.swal2-toast .swal2-title {
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0 0.6em;
    font-size: 1em;
  }
  /* line 26, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-popup.swal2-toast .swal2-footer {
    margin: 0.5em 0 0;
    padding: 0.5em 0 0;
    font-size: 0.8em;
  }
  /* line 31, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-popup.swal2-toast .swal2-close {
    position: static;
    width: 0.8em;
    height: 0.8em;
    line-height: 0.8;
  }
  /* line 37, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    font-size: 1em;
  }
  /* line 42, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0;
  }
  /* line 48, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 1.8em;
    font-weight: bold;
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 57, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
    .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
      font-size: 0.25em;
    }
  }
  /* line 61, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em;
  }
  /* line 65, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    top: 0.875em;
    width: 1.375em;
  }
  /* line 69, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 0.3125em;
  }
  /* line 72, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 0.3125em;
  }
  /* line 75, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-popup.swal2-toast .swal2-actions {
    flex-basis: auto !important;
    width: auto;
    height: auto;
    margin: 0 0.3125em;
  }
  /* line 81, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-popup.swal2-toast .swal2-styled {
    margin: 0 0.3125em;
    padding: 0.3125em 0.625em;
    font-size: 1em;
  }
  /* line 86, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-popup.swal2-toast .swal2-styled:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
  }
  /* line 89, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86;
  }
  /* line 92, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 1.6em;
    height: 3em;
    transform: rotate(45deg);
    border-radius: 50%;
  }
  /* line 100, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -0.8em;
    left: -0.5em;
    transform: rotate(-45deg);
    transform-origin: 2em 2em;
    border-radius: 4em 0 0 4em;
  }
  /* line 109, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -0.25em;
    left: 0.9375em;
    transform-origin: 0 1.5em;
    border-radius: 0 4em 4em 0;
  }
  /* line 116, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em;
  }
  /* line 120, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
    top: 0;
    left: 0.4375em;
    width: 0.4375em;
    height: 2.6875em;
  }
  /* line 126, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
    height: 0.3125em;
  }
  /* line 129, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
  /* line 134, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
  /* line 139, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
    animation: swal2-toast-animate-success-line-tip 0.75s;
  }
  /* line 143, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
    animation: swal2-toast-animate-success-line-long 0.75s;
  }
  /* line 147, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-popup.swal2-toast.swal2-show {
    animation: swal2-toast-show 0.5s;
  }
  /* line 151, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-popup.swal2-toast.swal2-hide {
    animation: swal2-toast-hide 0.1s forwards;
  }
  /* line 156, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-container {
    display: flex;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.625em;
    overflow-x: hidden;
    transition: background-color 0.1s;
    -webkit-overflow-scrolling: touch;
  }
  /* line 178, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-container.swal2-backdrop-show {
    background: rgba(0, 0, 0, 0.4);
  }
  /* line 181, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-container.swal2-backdrop-hide {
    background: transparent !important;
  }
  /* line 184, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-container.swal2-top {
    align-items: flex-start;
  }
  /* line 188, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start;
  }
  /* line 194, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end;
  }
  /* line 200, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-container.swal2-center {
    align-items: center;
  }
  /* line 204, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start;
  }
  /* line 210, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end;
  }
  /* line 216, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-container.swal2-bottom {
    align-items: flex-end;
  }
  /* line 220, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
  }
  /* line 226, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
  }
  /* line 232, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-container.swal2-bottom > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-right > :first-child {
    margin-top: auto;
  }
  /* line 235, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center;
  }
  /* line 244, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center;
  }
  /* line 253, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column;
  }
  /* line 260, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
    align-items: center;
  }
  /* line 264, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
    align-items: flex-start;
  }
  /* line 268, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
    align-items: flex-end;
  }
  /* line 272, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-container.swal2-grow-column > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center;
  }
  /* line 281, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
    margin: auto;
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 285, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
    .swal2-container .swal2-modal {
      margin: 0 !important;
    }
  }
  /* line 290, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: 0.3125em;
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
  }
  /* line 308, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-popup:focus {
    outline: none;
  }
  /* line 311, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-popup.swal2-loading {
    overflow-y: hidden;
  }
  /* line 315, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* line 325, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 0.4em;
    padding: 0;
    color: #595959;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
  }
  /* line 338, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-actions {
    display: flex;
    z-index: 1;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1.25em auto 0;
  }
  /* line 350, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: 0.4;
  }
  /* line 353, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  }
  /* line 357, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  }
  /* line 361, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    box-sizing: border-box;
    width: 2.5em;
    height: 2.5em;
    margin: 0.46875em;
    padding: 0;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: 0.25em solid transparent;
    border-radius: 100%;
    border-color: transparent;
    background-color: transparent !important;
    color: transparent;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  /* line 380, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
    margin-right: 30px;
    margin-left: 30px;
  }
  /* line 384, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-actions.swal2-loading .swal2-confirm:not(.swal2-styled)::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: 3px solid #999999;
    border-radius: 50%;
    border-right-color: transparent;
    box-shadow: 1px 1px 1px #fff;
  }
  /* line 398, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-styled {
    margin: 0.3125em;
    padding: 0.625em 2em;
    box-shadow: none;
    font-weight: 500;
  }
  /* line 404, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-styled:not([disabled]) {
    cursor: pointer;
  }
  /* line 407, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #3085d6;
    color: #fff;
    font-size: 1.0625em;
  }
  /* line 415, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #aaa;
    color: #fff;
    font-size: 1.0625em;
  }
  /* line 423, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-styled:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
  }
  /* line 427, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-styled::-moz-focus-inner {
    border: 0;
  }
  /* line 431, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #eee;
    color: #545454;
    font-size: 1em;
  }
  /* line 441, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-timer-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.25em;
    background: rgba(0, 0, 0, 0.2);
  }
  /* line 450, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-image {
    max-width: 100%;
    margin: 1.25em auto;
  }
  /* line 455, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-close {
    position: absolute;
    z-index: 2;
    /* 1617 */
    top: 0;
    right: 0;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    overflow: hidden;
    transition: color 0.1s ease-out;
    border: none;
    border-radius: 0;
    outline: initial;
    background: transparent;
    color: #cccccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer;
  }
  /* line 479, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-close:hover {
    transform: none;
    background: transparent;
    color: #f27474;
  }
  /* line 485, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-close::-moz-focus-inner {
    border: 0;
  }
  /* line 489, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-content {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 0;
    color: #545454;
    font-size: 1.125em;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
  }
  /* line 503, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
    margin: 1em auto;
  }
  /* line 512, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-input,
.swal2-file,
.swal2-textarea {
    box-sizing: border-box;
    width: 100%;
    transition: border-color 0.3s, box-shadow 0.3s;
    border: 1px solid #d9d9d9;
    border-radius: 0.1875em;
    background: inherit;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    color: inherit;
    font-size: 1.125em;
  }
  /* line 526, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important;
  }
  /* line 532, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: none;
    box-shadow: 0 0 3px #c4e6f5;
  }
  /* line 539, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-input::-webkit-input-placeholder, .swal2-file::-webkit-input-placeholder, .swal2-textarea::-webkit-input-placeholder {
    color: #cccccc;
  }
  /* line 542, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
    color: #cccccc;
  }
  /* line 545, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-input:-ms-input-placeholder, .swal2-file:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
    color: #cccccc;
  }
  /* line 548, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-input::-ms-input-placeholder, .swal2-file::-ms-input-placeholder, .swal2-textarea::-ms-input-placeholder {
    color: #cccccc;
  }
  /* line 551, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
    color: #cccccc;
  }
  .swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
    color: #cccccc;
  }
  /* line 557, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-range {
    margin: 1em auto;
    background: #fff;
  }
  /* line 561, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-range input {
    width: 80%;
  }
  /* line 564, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center;
  }
  /* line 570, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-range input,
.swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em;
  }
  /* line 578, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-input {
    height: 2.625em;
    padding: 0 0.75em;
  }
  /* line 582, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-input[type=number] {
    max-width: 10em;
  }
  /* line 586, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-file {
    background: inherit;
    font-size: 1.125em;
  }
  /* line 591, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-textarea {
    height: 6.75em;
    padding: 0.75em;
  }
  /* line 596, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: 0.375em 0.625em;
    background: inherit;
    color: inherit;
    font-size: 1.125em;
  }
  /* line 605, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-radio,
.swal2-checkbox {
    align-items: center;
    justify-content: center;
    background: #fff;
    color: inherit;
  }
  /* line 614, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-radio label,
.swal2-checkbox label {
    margin: 0 0.6em;
    font-size: 1.125em;
  }
  /* line 619, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-radio input,
.swal2-checkbox input {
    margin: 0 0.4em;
  }
  /* line 624, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-validation-message {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0.625em;
    overflow: hidden;
    background: #f0f0f0;
    color: #666666;
    font-size: 1em;
    font-weight: 300;
  }
  /* line 637, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-validation-message::before {
    content: "!";
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 0.625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
  }
  /* line 652, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: 0.25em solid transparent;
    border-radius: 50%;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  /* line 670, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em;
  }
  /* line 677, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474;
  }
  /* line 681, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-icon.swal2-error .swal2-x-mark {
    position: relative;
    flex-grow: 1;
  }
  /* line 686, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    display: block;
    position: absolute;
    top: 2.3125em;
    width: 2.9375em;
    height: 0.3125em;
    border-radius: 0.125em;
    background-color: #f27474;
  }
  /* line 695, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 1.0625em;
    transform: rotate(45deg);
  }
  /* line 700, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 1em;
    transform: rotate(-45deg);
  }
  /* line 705, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-icon.swal2-error.swal2-icon-show {
    animation: swal2-animate-error-icon 0.5s;
  }
  /* line 709, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
    animation: swal2-animate-error-x-mark 0.5s;
  }
  /* line 713, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86;
  }
  /* line 717, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee;
  }
  /* line 721, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd;
  }
  /* line 725, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-icon.swal2-success {
    border-color: #a5dc86;
    color: #a5dc86;
  }
  /* line 729, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-icon.swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 3.75em;
    height: 7.5em;
    transform: rotate(45deg);
    border-radius: 50%;
  }
  /* line 737, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -0.4375em;
    left: -2.0635em;
    transform: rotate(-45deg);
    transform-origin: 3.75em 3.75em;
    border-radius: 7.5em 0 0 7.5em;
  }
  /* line 746, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -0.6875em;
    left: 1.875em;
    transform: rotate(-45deg);
    transform-origin: 0 3.75em;
    border-radius: 0 7.5em 7.5em 0;
  }
  /* line 755, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-icon.swal2-success .swal2-success-ring {
    position: absolute;
    z-index: 2;
    top: -0.25em;
    left: -0.25em;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    border: 0.25em solid rgba(165, 220, 134, 0.3);
    border-radius: 50%;
  }
  /* line 766, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-icon.swal2-success .swal2-success-fix {
    position: absolute;
    z-index: 1;
    top: 0.5em;
    left: 1.625em;
    width: 0.4375em;
    height: 5.625em;
    transform: rotate(-45deg);
  }
  /* line 776, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-icon.swal2-success [class^=swal2-success-line] {
    display: block;
    position: absolute;
    z-index: 2;
    height: 0.3125em;
    border-radius: 0.125em;
    background-color: #a5dc86;
  }
  /* line 784, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
    top: 2.875em;
    left: 0.875em;
    width: 1.5625em;
    transform: rotate(45deg);
  }
  /* line 791, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
    transform: rotate(-45deg);
  }
  /* line 798, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
    animation: swal2-animate-success-line-tip 0.75s;
  }
  /* line 802, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
    animation: swal2-animate-success-line-long 0.75s;
  }
  /* line 806, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
    animation: swal2-rotate-success-circular-line 4.25s ease-in;
  }
  /* line 811, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-progress-steps {
    align-items: center;
    margin: 0 0 1.25em;
    padding: 0;
    background: inherit;
    font-weight: 600;
  }
  /* line 819, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-progress-steps li {
    display: inline-block;
    position: relative;
  }
  /* line 823, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center;
  }
  /* line 833, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
    background: #3085d6;
  }
  /* line 836, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
    background: #add8e6;
    color: #fff;
  }
  /* line 840, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
    background: #add8e6;
  }
  /* line 843, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    width: 2.5em;
    height: 0.4em;
    margin: 0 -1px;
    background: #3085d6;
  }
  /* line 851, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  [class^=swal2] {
    -webkit-tap-highlight-color: transparent;
  }
  /* line 855, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-show {
    animation: swal2-show 0.3s;
  }
  /* line 860, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-hide {
    animation: swal2-hide 0.15s forwards;
  }
  /* line 865, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-noanimation {
    transition: none;
  }
  /* line 870, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  /* line 878, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-rtl .swal2-close {
    right: auto;
    left: 0;
  }
  /* line 882, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  .swal2-rtl .swal2-timer-progress-bar {
    right: 0;
    left: auto;
  }
  @supports (-ms-accelerator: true) {
    /* line 888, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
    .swal2-range input {
      width: 100% !important;
    }
    /* line 891, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
    .swal2-range output {
      display: none;
    }
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 896, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
    .swal2-range input {
      width: 100% !important;
    }
    /* line 899, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
    .swal2-range output {
      display: none;
    }
  }
  @-moz-document url-prefix() {
    /* line 904, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
    .swal2-close:focus {
      outline: 2px solid rgba(50, 100, 150, 0.4);
    }
  }
  @keyframes swal2-toast-show {
    0% {
      transform: translateY(-0.625em) rotateZ(2deg);
    }
    33% {
      transform: translateY(0) rotateZ(-2deg);
    }
    66% {
      transform: translateY(0.3125em) rotateZ(2deg);
    }
    100% {
      transform: translateY(0) rotateZ(0deg);
    }
  }
  @keyframes swal2-toast-hide {
    100% {
      transform: rotateZ(1deg);
      opacity: 0;
    }
  }
  @keyframes swal2-toast-animate-success-line-tip {
    0% {
      top: 0.5625em;
      left: 0.0625em;
      width: 0;
    }
    54% {
      top: 0.125em;
      left: 0.125em;
      width: 0;
    }
    70% {
      top: 0.625em;
      left: -0.25em;
      width: 1.625em;
    }
    84% {
      top: 1.0625em;
      left: 0.75em;
      width: 0.5em;
    }
    100% {
      top: 1.125em;
      left: 0.1875em;
      width: 0.75em;
    }
  }
  @keyframes swal2-toast-animate-success-line-long {
    0% {
      top: 1.625em;
      right: 1.375em;
      width: 0;
    }
    65% {
      top: 1.25em;
      right: 0.9375em;
      width: 0;
    }
    84% {
      top: 0.9375em;
      right: 0;
      width: 1.125em;
    }
    100% {
      top: 0.9375em;
      right: 0.1875em;
      width: 1.375em;
    }
  }
  @keyframes swal2-show {
    0% {
      transform: scale(0.7);
    }
    45% {
      transform: scale(1.05);
    }
    80% {
      transform: scale(0.95);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes swal2-hide {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(0.5);
      opacity: 0;
    }
  }
  @keyframes swal2-animate-success-line-tip {
    0% {
      top: 1.1875em;
      left: 0.0625em;
      width: 0;
    }
    54% {
      top: 1.0625em;
      left: 0.125em;
      width: 0;
    }
    70% {
      top: 2.1875em;
      left: -0.375em;
      width: 3.125em;
    }
    84% {
      top: 3em;
      left: 1.3125em;
      width: 1.0625em;
    }
    100% {
      top: 2.8125em;
      left: 0.875em;
      width: 1.5625em;
    }
  }
  @keyframes swal2-animate-success-line-long {
    0% {
      top: 3.375em;
      right: 2.875em;
      width: 0;
    }
    65% {
      top: 3.375em;
      right: 2.875em;
      width: 0;
    }
    84% {
      top: 2.1875em;
      right: 0;
      width: 3.4375em;
    }
    100% {
      top: 2.375em;
      right: 0.5em;
      width: 2.9375em;
    }
  }
  @keyframes swal2-rotate-success-circular-line {
    0% {
      transform: rotate(-45deg);
    }
    5% {
      transform: rotate(-45deg);
    }
    12% {
      transform: rotate(-405deg);
    }
    100% {
      transform: rotate(-405deg);
    }
  }
  @keyframes swal2-animate-error-x-mark {
    0% {
      margin-top: 1.625em;
      transform: scale(0.4);
      opacity: 0;
    }
    50% {
      margin-top: 1.625em;
      transform: scale(0.4);
      opacity: 0;
    }
    80% {
      margin-top: -0.375em;
      transform: scale(1.15);
    }
    100% {
      margin-top: 0;
      transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes swal2-animate-error-icon {
    0% {
      transform: rotateX(100deg);
      opacity: 0;
    }
    100% {
      transform: rotateX(0deg);
      opacity: 1;
    }
  }
  @keyframes swal2-rotate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  /* line 1344, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden;
  }
  /* line 1347, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  body.swal2-height-auto {
    height: auto !important;
  }
  /* line 1350, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  body.swal2-no-backdrop .swal2-container {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: calc(100% - 0.625em * 2);
    background-color: transparent !important;
  }
  /* line 1358, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  body.swal2-no-backdrop .swal2-container > .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  /* line 1361, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  body.swal2-no-backdrop .swal2-container.swal2-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  /* line 1367, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
    top: 0;
    left: 0;
  }
  /* line 1371, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
  }
  /* line 1375, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  body.swal2-no-backdrop .swal2-container.swal2-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /* line 1381, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  /* line 1387, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  /* line 1393, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  body.swal2-no-backdrop .swal2-container.swal2-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  /* line 1399, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
    bottom: 0;
    left: 0;
  }
  /* line 1403, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
    right: 0;
    bottom: 0;
  }
  @media print {
    /* line 1408, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
      overflow-y: scroll !important;
    }
    /* line 1411, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
      display: none;
    }
    /* line 1414, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
      position: static !important;
    }
  }
  /* line 1418, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  body.swal2-toast-shown .swal2-container {
    background-color: transparent;
  }
  /* line 1421, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  /* line 1429, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
  }
  /* line 1435, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
  /* line 1441, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%);
  }
  /* line 1449, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /* line 1457, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
  }
  /* line 1465, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
  }
  /* line 1471, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  /* line 1479, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
  }
  /* line 1485, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  body.swal2-toast-column .swal2-toast {
    flex-direction: column;
    align-items: stretch;
  }
  /* line 1492, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  body.swal2-toast-column .swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    height: 2.2em;
    margin-top: 0.3125em;
  }
  /* line 1499, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  body.swal2-toast-column .swal2-toast .swal2-loading {
    justify-content: center;
  }
  /* line 1503, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: 0.3125em auto;
    font-size: 1em;
  }
  /* line 1508, app/assets/stylesheets/vendor/sweetalert/sweetalert2.css */
  body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em;
  }
  /* line 1, app/assets/stylesheets/form.css.scss */
  .order-phone-input {
    width: 90px;
  }
  /* line 5, app/assets/stylesheets/form.css.scss */
  .select-input-small {
    width: 60px;
  }
  /* line 9, app/assets/stylesheets/form.css.scss */
  .range-select {
    background: #fff;
  }
  /**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
  /* line 17, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, 0.06) !important;
    border: 0 none !important;
    box-shadow: inset 0 0 12px 4px #fff;
  }
  /* line 25, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden;
  }
  /* line 29, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-control.plugin-drag_drop .ui-sortable-helper {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  /* line 33, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    border-radius: 3px 3px 0 0;
  }
  /* line 42, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: 0.4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important;
  }
  /* line 52, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-dropdown-header-close:hover {
    color: #000000;
  }
  /* line 55, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    box-sizing: border-box;
  }
  /* line 63, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none;
  }
  /* line 66, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none;
  }
  /* line 69, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none;
  }
  /* line 72, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important;
  }
  /* line 76, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    /* fixes ie bug (see #392) */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0 0;
    border-left: 1px solid #d0d0d0;
    border-radius: 0 2px 2px 0;
    box-sizing: border-box;
  }
  /* line 100, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, 0.05);
  }
  /* line 103, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-control.plugin-remove_button .active[data-value] .remove {
    border-left-color: #cacaca;
  }
  /* line 106, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none;
  }
  /* line 109, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #ffffff;
  }
  /* line 112, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px;
  }
  /* line 118, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-control {
    position: relative;
  }
  /* line 121, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit;
  }
  /* line 130, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-input,
.selectize-control.single .selectize-input.input-active {
    background: #fff;
    cursor: text;
    display: inline-block;
  }
  /* line 136, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
  }
  /* line 153, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px;
  }
  /* line 156, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-input.full {
    background-color: #fff;
  }
  /* line 159, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default !important;
  }
  /* line 163, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-input.focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  }
  /* line 167, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-input.dropdown-active {
    border-radius: 3px 3px 0 0;
  }
  /* line 172, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-input > * {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
  /* line 179, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-control.multi .selectize-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0;
  }
  /* line 187, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-control.multi .selectize-input > div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca;
  }
  /* line 192, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
    color: #7d7d7d;
    background: #ffffff;
    border: 0 solid #ffffff;
  }
  /* line 198, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-input > input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 2px 0 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    box-shadow: none !important;
  }
  /* line 213, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-input > input::-ms-clear {
    display: none;
  }
  /* line 216, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-input > input:focus {
    outline: none !important;
  }
  /* line 219, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-input::after {
    content: ' ';
    display: block;
    clear: left;
  }
  /* line 224, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
  }
  /* line 234, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
  }
  /* line 250, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
  }
  /* line 254, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, 0.2);
    border-radius: 1px;
  }
  /* line 260, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
    padding: 5px 8px;
  }
  /* line 264, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] .option[data-selectable] {
    cursor: inherit;
    opacity: 0.5;
  }
  /* line 270, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-dropdown .option[data-selectable] {
    opacity: 1;
  }
  /* line 273, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none;
  }
  /* line 276, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default;
  }
  /* line 281, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68;
  }
  /* line 285, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-dropdown .active.create {
    color: #495c68;
  }
  /* line 288, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-dropdown .create {
    color: rgba(48, 48, 48, 0.5);
  }
  /* line 291, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch;
  }
  /* line 297, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer;
  }
  /* line 301, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text;
  }
  /* line 305, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #808080 transparent transparent transparent;
  }
  /* line 318, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #808080 transparent;
  }
  /* line 323, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto;
  }
  /* line 327, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-control.rtl .selectize-input > input {
    margin: 0 4px 0 -2px !important;
  }
  /* line 330, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
  .selectize-control .selectize-input.disabled {
    opacity: 0.5;
    background-color: #fafafa;
  }
  /**
 * selectize.bootstrap3.css (v0.12.6) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
  /* line 16, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, 0.06) !important;
    border: 0 none !important;
    box-shadow: inset 0 0 12px 4px #fff;
  }
  /* line 24, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden;
  }
  /* line 28, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-control.plugin-drag_drop .ui-sortable-helper {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  /* line 32, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-dropdown-header {
    position: relative;
    padding: 3px 12px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    border-radius: 4px 4px 0 0;
  }
  /* line 41, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-dropdown-header-close {
    position: absolute;
    right: 12px;
    top: 50%;
    color: #333333;
    opacity: 0.4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important;
  }
  /* line 51, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-dropdown-header-close:hover {
    color: #000000;
  }
  /* line 54, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    box-sizing: border-box;
  }
  /* line 62, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none;
  }
  /* line 65, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none;
  }
  /* line 68, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none;
  }
  /* line 71, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important;
  }
  /* line 75, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    /* fixes ie bug (see #392) */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 1px 0 0 0;
    border-left: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0 2px 2px 0;
    box-sizing: border-box;
  }
  /* line 99, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, 0.05);
  }
  /* line 102, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-control.plugin-remove_button .active[data-value] .remove {
    border-left-color: rgba(0, 0, 0, 0);
  }
  /* line 105, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none;
  }
  /* line 108, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: rgba(77, 77, 77, 0);
  }
  /* line 111, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px;
  }
  /* line 117, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-control {
    position: relative;
  }
  /* line 120, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #333333;
    font-family: inherit;
    font-size: inherit;
    line-height: 20px;
    -webkit-font-smoothing: inherit;
  }
  /* line 129, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-input,
.selectize-control.single .selectize-input.input-active {
    background: #fff;
    cursor: text;
    display: inline-block;
  }
  /* line 135, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-input {
    border: 1px solid #ccc;
    padding: 6px 12px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 4px;
  }
  /* line 152, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-control.multi .selectize-input.has-items {
    padding: 5px 12px 2px;
  }
  /* line 155, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-input.full {
    background-color: #fff;
  }
  /* line 158, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default !important;
  }
  /* line 162, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-input.focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  }
  /* line 166, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-input.dropdown-active {
    border-radius: 4px 4px 0 0;
  }
  /* line 171, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-input > * {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
  /* line 178, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-control.multi .selectize-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 1px 3px;
    background: #efefef;
    color: #333333;
    border: 0 solid rgba(0, 0, 0, 0);
  }
  /* line 186, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-control.multi .selectize-input > div.active {
    background: #428bca;
    color: #fff;
    border: 0 solid rgba(0, 0, 0, 0);
  }
  /* line 191, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
    color: #808080;
    background: #ffffff;
    border: 0 solid rgba(77, 77, 77, 0);
  }
  /* line 197, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-input > input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    box-shadow: none !important;
  }
  /* line 212, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-input > input::-ms-clear {
    display: none;
  }
  /* line 215, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-input > input:focus {
    outline: none !important;
  }
  /* line 218, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-input::after {
    content: ' ';
    display: block;
    clear: left;
  }
  /* line 223, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #ffffff;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
  }
  /* line 233, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 4px 4px;
  }
  /* line 249, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
  }
  /* line 253, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-dropdown [data-selectable] .highlight {
    background: rgba(255, 237, 40, 0.4);
    border-radius: 1px;
  }
  /* line 259, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
    padding: 3px 12px;
  }
  /* line 263, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] .option[data-selectable] {
    cursor: inherit;
    opacity: 0.5;
  }
  /* line 269, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-dropdown .option[data-selectable] {
    opacity: 1;
  }
  /* line 272, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none;
  }
  /* line 275, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-dropdown .optgroup-header {
    color: #777777;
    background: #fff;
    cursor: default;
  }
  /* line 280, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-dropdown .active {
    background-color: #f5f5f5;
    color: #262626;
  }
  /* line 284, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-dropdown .active.create {
    color: #262626;
  }
  /* line 287, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-dropdown .create {
    color: rgba(51, 51, 51, 0.5);
  }
  /* line 290, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch;
  }
  /* line 296, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer;
  }
  /* line 300, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text;
  }
  /* line 304, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #333333 transparent transparent transparent;
  }
  /* line 317, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #333333 transparent;
  }
  /* line 322, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-control.rtl.single .selectize-input:after {
    left: 17px;
    right: auto;
  }
  /* line 326, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-control.rtl .selectize-input > input {
    margin: 0 4px 0 -2px !important;
  }
  /* line 329, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-control .selectize-input.disabled {
    opacity: 0.5;
    background-color: #fff;
  }
  /* line 333, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-dropdown,
.selectize-dropdown.form-control {
    height: auto;
    padding: 0;
    margin: 2px 0 0 0;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  /* line 348, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-dropdown .optgroup-header {
    font-size: 12px;
    line-height: 1.42857143;
  }
  /* line 352, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-dropdown .optgroup:first-child:before {
    display: none;
  }
  /* line 355, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-dropdown .optgroup:before {
    content: ' ';
    display: block;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
    margin-left: -12px;
    margin-right: -12px;
  }
  /* line 365, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-dropdown-content {
    padding: 5px 0;
  }
  /* line 368, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-dropdown-header {
    padding: 6px 12px;
  }
  /* line 371, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-input {
    min-height: 34px;
  }
  /* line 374, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-input.dropdown-active {
    border-radius: 4px;
  }
  /* line 379, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-input.dropdown-active::before {
    display: none;
  }
  /* line 382, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-input.focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  }
  /* line 388, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .has-error .selectize-input {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  /* line 393, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .has-error .selectize-input:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  }
  /* line 398, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-control.multi .selectize-input.has-items {
    padding-left: 9px;
    padding-right: 9px;
  }
  /* line 402, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .selectize-control.multi .selectize-input > div {
    border-radius: 3px;
  }
  /* line 407, ../../shared/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
  .form-control.selectize-control {
    padding: 0;
    height: auto;
    border: none;
    background: none;
    box-shadow: none;
    border-radius: 0;
  }
  /** CUSTOM COMPONENTS **/
  /* CSS Document */
  /* line 8, app/assets/stylesheets/custom_inputs/caddy_calendar.scss */
  .calendar input {
    display: none;
  }
  /* line 23, app/assets/stylesheets/custom_inputs/caddy_calendar.scss */
  .calendar .caddy-calendar-wrapper {
    width: 100% !important;
  }
  /* line 25, app/assets/stylesheets/custom_inputs/caddy_calendar.scss */
  .calendar .caddy-calendar-wrapper .calendar_header {
    width: 100% !important;
  }
  /* line 38, app/assets/stylesheets/custom_inputs/caddy_calendar.scss */
  .calendar_weekdays {
    width: 100% !important;
    display: flex;
    justify-content: space-around;
    background-color: #F6F6F6;
  }
  /* line 43, app/assets/stylesheets/custom_inputs/caddy_calendar.scss */
  .calendar_weekdays > div {
    flex: 0 0 14.2%;
    vertical-align: top;
    text-transform: uppercase;
    text-align: center;
    background-color: #F6F6F6;
    color: #343A40 !important;
  }
  /* line 50, app/assets/stylesheets/custom_inputs/caddy_calendar.scss */
  .calendar_weekdays > div span {
    opacity: 0.6;
  }
  /* line 55, app/assets/stylesheets/custom_inputs/caddy_calendar.scss */
  .calendar_content {
    background-color: #F6F6F6;
    z-index: 10;
    border-radius: 0px 0px 12px 12px;
    width: 100% !important;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  /* line 65, app/assets/stylesheets/custom_inputs/caddy_calendar.scss */
  .calendar_content > div {
    flex: 0 0 14.2%;
    color: #343A40 !important;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  /* line 71, app/assets/stylesheets/custom_inputs/caddy_calendar.scss */
  .calendar_content > div > span {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: transparent;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  /* line 82, app/assets/stylesheets/custom_inputs/caddy_calendar.scss */
  .calendar_content > div > span:hover {
    background-color: #E1EAD4;
  }
  /* line 88, app/assets/stylesheets/custom_inputs/caddy_calendar.scss */
  .calendar_content div.blank {
    background-color: #F6F6F6;
    pointer-events: none;
  }
  /* line 91, app/assets/stylesheets/custom_inputs/caddy_calendar.scss */
  .calendar_content div.blank span {
    opacity: 0.3;
  }
  /* line 97, app/assets/stylesheets/custom_inputs/caddy_calendar.scss */
  .calendar_header {
    position: relative;
    overflow: hidden;
    float: left;
    opacity: 0.7;
    width: 100%;
    height: 45px;
    display: flex;
    flex-flow: row wrap;
    background-color: #F6F6F6;
    opacity: 1 !important;
    border-radius: 4px 4px 0px 0px;
  }
  /* line 111, app/assets/stylesheets/custom_inputs/caddy_calendar.scss */
  .calendar_header h1 {
    font-size: 20px;
    letter-spacing: 0px;
    color: #343A40;
    margin: auto;
    transform: translateX(10%);
  }
  /* line 119, app/assets/stylesheets/custom_inputs/caddy_calendar.scss */
  .calendar_header i[class="fa fa-angle-left"] {
    margin-left: 30px;
    position: relative;
    transform: translateY(40%);
    float: left !important;
    cursor: pointer;
  }
  /* line 127, app/assets/stylesheets/custom_inputs/caddy_calendar.scss */
  .calendar_header i[class="fa fa-angle-right"] {
    margin-right: 30px;
    position: relative;
    transform: translateY(40%);
    float: right !important;
    cursor: pointer;
  }
  /* line 138, app/assets/stylesheets/custom_inputs/caddy_calendar.scss */
  .day-selected > span {
    background-color: #6A952C !important;
    color: white !important;
  }
  /* line 7, app/assets/stylesheets/custom_inputs/inputs.scss */
  .custom-input-wrapper, .custom-time-picker, .custom-toggle, .custom-vertical-toggle, .spread-select-wrapper, .input-wrapper {
    --gray-color: #6E7276;
    --black-color: #343A40;
    box-sizing: border-box;
    background: #F6F6F6;
    padding: 8px 8px;
    width: 100%;
    border-radius: 4px;
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: unset;
    margin-bottom: 20px;
  }
  /* line 8, app/assets/stylesheets/custom_inputs/inputs.scss */
  .custom-input-wrapper .form-group, .custom-time-picker .form-group, .custom-toggle .form-group, .custom-vertical-toggle .form-group, .spread-select-wrapper .form-group, .input-wrapper .form-group {
    all: unset;
  }
  /* line 24, app/assets/stylesheets/custom_inputs/inputs.scss */
  .custom-input-wrapper label, .custom-time-picker label, .custom-toggle label, .custom-vertical-toggle label, .spread-select-wrapper label, .input-wrapper label {
    margin-right: 20px;
    color: var(--gray-color);
    font-size: 17px;
    display: flex;
    font-weight: 300;
    min-width: 30%;
    font-weight: normal;
  }
  /* line 32, app/assets/stylesheets/custom_inputs/inputs.scss */
  .custom-input-wrapper label abbr, .custom-time-picker label abbr, .custom-toggle label abbr, .custom-vertical-toggle label abbr, .spread-select-wrapper label abbr, .input-wrapper label abbr {
    margin-right: 3px;
    text-decoration: none;
  }
  /* line 38, app/assets/stylesheets/custom_inputs/inputs.scss */
  .custom-input-wrapper .help-block, .custom-time-picker .help-block, .custom-toggle .help-block, .custom-vertical-toggle .help-block, .spread-select-wrapper .help-block, .input-wrapper .help-block {
    font-size: 11px;
    color: red;
    position: absolute;
    left: 0px;
    bottom: -20px;
    top: unset;
  }
  @media (max-width: 992px) {
    /* line 7, app/assets/stylesheets/custom_inputs/inputs.scss */
    .custom-input-wrapper, .custom-time-picker, .custom-toggle, .custom-vertical-toggle, .spread-select-wrapper, .input-wrapper {
      flex-wrap: wrap;
      background-color: transparent;
      padding: 8px 0px;
      margin-bottom: 10px;
    }
    /* line 54, app/assets/stylesheets/custom_inputs/inputs.scss */
    .custom-input-wrapper > label:first-child, .custom-time-picker > label:first-child, .custom-toggle > label:first-child, .custom-vertical-toggle > label:first-child, .spread-select-wrapper > label:first-child, .input-wrapper > label:first-child {
      width: 100%;
      margin-bottom: 5px;
      font-weight: 600;
    }
  }
  /* line 62, app/assets/stylesheets/custom_inputs/inputs.scss */
  .input-suffix, .input-wrapper[data-suffix] {
    position: relative;
  }
  /* line 64, app/assets/stylesheets/custom_inputs/inputs.scss */
  .input-suffix input, .input-wrapper[data-suffix] input {
    flex-grow: unset !important;
    width: 60% !important;
  }
  /* line 69, app/assets/stylesheets/custom_inputs/inputs.scss */
  .input-suffix::after, .input-wrapper[data-suffix]::after {
    content: attr(data-suffix);
    position: absolute;
    right: 10px;
    color: #343A40;
    font-weight: 300;
  }
  @media (max-width: 992px) {
    /* line 78, app/assets/stylesheets/custom_inputs/inputs.scss */
    .input-suffix input, .input-wrapper[data-suffix] input {
      flex-grow: 1 !important;
      padding-right: 30px;
    }
    /* line 83, app/assets/stylesheets/custom_inputs/inputs.scss */
    .input-suffix::after, .input-wrapper[data-suffix]::after {
      bottom: 17px;
    }
  }
  /* line 90, app/assets/stylesheets/custom_inputs/inputs.scss */
  .dollar-prefix > label, .input-wrapper[data-dolar-prefix] > label {
    position: relative;
  }
  /* line 95, app/assets/stylesheets/custom_inputs/inputs.scss */
  .dollar-prefix > label::after, .input-wrapper[data-dolar-prefix] > label::after {
    content: '$';
    position: absolute;
    right: -30px;
    top: 0;
    color: #343A40;
    font-weight: 300;
  }
  @media (max-width: 992px) {
    /* line 95, app/assets/stylesheets/custom_inputs/inputs.scss */
    .dollar-prefix > label::after, .input-wrapper[data-dolar-prefix] > label::after {
      right: unset;
      left: 7px;
      top: 39px;
    }
  }
  /* line 109, app/assets/stylesheets/custom_inputs/inputs.scss */
  .dollar-prefix > input, .input-wrapper[data-dolar-prefix] > input {
    padding-left: 21px !important;
  }
  /* line 120, app/assets/stylesheets/custom_inputs/inputs.scss */
  .input-wrapper .checkbox-group {
    display: flex;
    align-items: center;
    padding: 5px 11px !important;
  }
  /* line 129, app/assets/stylesheets/custom_inputs/inputs.scss */
  .input-wrapper .checkbox-group input[type="checkbox"] {
    position: relative;
    padding: 5px 11px !important;
    width: 1.5em;
    height: 1.5em;
    color: #363839;
    border: 1px solid #bdc1c6;
    border-radius: 4px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: 0;
    cursor: pointer;
    transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    margin-right: 10px;
  }
  /* line 142, app/assets/stylesheets/custom_inputs/inputs.scss */
  .input-wrapper .checkbox-group input[type="checkbox"]::before {
    position: absolute;
    content: '';
    display: block;
    top: 2px;
    left: 7px;
    width: 8px;
    height: 14px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
  }
  /* line 156, app/assets/stylesheets/custom_inputs/inputs.scss */
  .input-wrapper .checkbox-group input[type="checkbox"]:checked {
    color: #fff;
    border-color: #6A952C;
    background: #6A952C;
  }
  /* line 160, app/assets/stylesheets/custom_inputs/inputs.scss */
  .input-wrapper .checkbox-group input[type="checkbox"]:checked::before {
    opacity: 1;
  }
  /* line 163, app/assets/stylesheets/custom_inputs/inputs.scss */
  .input-wrapper .checkbox-group input[type="checkbox"]:checked ~ label::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  /* line 169, app/assets/stylesheets/custom_inputs/inputs.scss */
  .input-wrapper .checkbox-group label {
    color: var(--black-color);
  }
  /* line 182, app/assets/stylesheets/custom_inputs/inputs.scss */
  .input-wrapper input, .input-wrapper input:focus, .input-wrapper .form-control:focus, .input-wrapper select {
    outline: none !important;
    border: none;
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
    background-color: transparent;
    color: var(--black-color);
    font-size: 17px;
    flex-grow: 1;
    height: unset;
    margin: unset;
    min-height: unset;
    padding: unset;
    width: unset;
  }
  /* line 199, app/assets/stylesheets/custom_inputs/inputs.scss */
  .input-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background: url(/assets/down-arrow-9a45167bf4b09752a6f2300cf39b057675992354b191a64efa3807c9f275a3dc.svg) no-repeat;
    background-size: 15px 26px;
    background-position-x: 100%;
    background-position-y: 0px;
  }
  @media (max-width: 992px) {
    /* line 210, app/assets/stylesheets/custom_inputs/inputs.scss */
    .input-wrapper > input[type="text"] {
      background-color: #F6F6F6;
      border-radius: 4px;
      border: solid 1px #CCCCCC;
      padding: 8px 8px;
      height: 43px;
    }
    /* line 214, app/assets/stylesheets/custom_inputs/inputs.scss */
    .input-wrapper > input[type="number"] {
      background-color: #F6F6F6;
      border-radius: 4px;
      border: solid 1px #CCCCCC;
      padding: 8px 8px;
      height: 43px;
    }
    /* line 218, app/assets/stylesheets/custom_inputs/inputs.scss */
    .input-wrapper select {
      background-color: #F6F6F6;
      border-radius: 4px;
      border: solid 1px #CCCCCC;
      padding: 8px 8px;
      height: 43px;
      background-position-x: calc(100% - 8px);
      background-position-y: center;
    }
  }
  /* line 229, app/assets/stylesheets/custom_inputs/inputs.scss */
  .spread-select-wrapper {
    padding: unset;
    padding-left: 8px;
    border: none;
  }
  /* line 234, app/assets/stylesheets/custom_inputs/inputs.scss */
  .spread-select-wrapper select {
    display: none;
  }
  /* line 238, app/assets/stylesheets/custom_inputs/inputs.scss */
  .spread-select-wrapper .select-wrapper {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
  }
  /* line 243, app/assets/stylesheets/custom_inputs/inputs.scss */
  .spread-select-wrapper .select-wrapper > div {
    flex-grow: 1;
    border: 1px #CCCCCC solid;
    padding: 6px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media (max-width: 992px) {
    /* line 243, app/assets/stylesheets/custom_inputs/inputs.scss */
    .spread-select-wrapper .select-wrapper > div {
      background-color: #F6F6F6;
    }
  }
  /* line 256, app/assets/stylesheets/custom_inputs/inputs.scss */
  .spread-select-wrapper .select-wrapper > div:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  /* line 261, app/assets/stylesheets/custom_inputs/inputs.scss */
  .spread-select-wrapper .select-wrapper > div:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  /* line 266, app/assets/stylesheets/custom_inputs/inputs.scss */
  .spread-select-wrapper .select-wrapper > div:not(:last-child) {
    border-right: none;
  }
  /* line 270, app/assets/stylesheets/custom_inputs/inputs.scss */
  .spread-select-wrapper .select-wrapper > .selected {
    --selected-color: #6A952C;
    border: none;
    color: white;
    background-color: var(--selected-color);
  }
  @media (max-width: 992px) {
    /* line 229, app/assets/stylesheets/custom_inputs/inputs.scss */
    .spread-select-wrapper {
      padding-left: 0;
    }
    /* line 280, app/assets/stylesheets/custom_inputs/inputs.scss */
    .spread-select-wrapper .select-wrapper {
      height: 43px;
    }
  }
  /* line 286, app/assets/stylesheets/custom_inputs/inputs.scss */
  .custom-toggle, .custom-vertical-toggle {
    flex-direction: row-reverse;
    justify-content: flex-end;
    --height: 26px;
    --width: calc(var(--height) * 2);
  }
  @media (max-width: 992px) {
    /* line 286, app/assets/stylesheets/custom_inputs/inputs.scss */
    .custom-toggle, .custom-vertical-toggle {
      justify-content: space-between;
    }
    /* line 294, app/assets/stylesheets/custom_inputs/inputs.scss */
    .custom-toggle .suffix, .custom-vertical-toggle .suffix {
      display: none;
    }
  }
  /* line 299, app/assets/stylesheets/custom_inputs/inputs.scss */
  .custom-toggle input, .custom-vertical-toggle input {
    width: var(--width);
    height: var(--height);
    position: relative;
    border: none;
    border-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    margin-right: 10px;
  }
  /* line 310, app/assets/stylesheets/custom_inputs/inputs.scss */
  .custom-toggle input::before, .custom-vertical-toggle input::before {
    content: '';
    width: var(--width);
    height: var(--height);
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #CCCCCC;
    border-radius: 30px;
  }
  /* line 321, app/assets/stylesheets/custom_inputs/inputs.scss */
  .custom-toggle input::after, .custom-vertical-toggle input::after {
    --background-color: #CCCCCC;
    content: '';
    width: calc(var(--height) - 4px);
    height: calc(var(--height) - 4px);
    position: absolute;
    border-radius: 50%;
    left: 3px;
    top: 2px;
    background-color: var(--background-color);
    transition: all 0.4s ease-in-out;
  }
  /* line 334, app/assets/stylesheets/custom_inputs/inputs.scss */
  .custom-toggle input:checked:after, .custom-vertical-toggle input:checked:after {
    --background-color: #6A952C;
    transform: translateX(109%);
  }
  /* line 340, app/assets/stylesheets/custom_inputs/inputs.scss */
  .custom-vertical-toggle {
    flex-direction: column-reverse;
    align-items: flex-start;
    background-color: transparent;
    margin-bottom: 0px;
  }
  /* line 347, app/assets/stylesheets/custom_inputs/inputs.scss */
  .custom-vertical-toggle label {
    margin-bottom: 10px;
  }
  /* line 353, app/assets/stylesheets/custom_inputs/inputs.scss */
  .child-margin-top-20px > div:not(:first-child), .multiple-columns-checkbox > div:not(:first-child) {
    margin-top: 20px;
  }
  /* line 366, app/assets/stylesheets/custom_inputs/inputs.scss */
  .normal-text {
    font-size: 17px;
    color: #6E7276;
  }
  /* line 371, app/assets/stylesheets/custom_inputs/inputs.scss */
  .rectangle-text {
    padding: 6px 12px;
    border-radius: 13px;
    background: #757575;
    color: white;
  }
  /* line 378, app/assets/stylesheets/custom_inputs/inputs.scss */
  .black-bold, .title {
    font-weight: 600;
    color: #343A40;
  }
  /* line 383, app/assets/stylesheets/custom_inputs/inputs.scss */
  .title {
    font-size: 20px;
  }
  /* line 388, app/assets/stylesheets/custom_inputs/inputs.scss */
  .custom-textarea {
    background-color: #F6F6F6;
    resize: none;
    width: 100%;
  }
  /* line 395, app/assets/stylesheets/custom_inputs/inputs.scss */
  .invisible-label label {
    opacity: 0;
  }
  /* CUSTOM TIME-PICKER
----------------------------------------------------------------------------- */
  /* line 403, app/assets/stylesheets/custom_inputs/inputs.scss */
  .custom-input-number-wrapper {
    position: relative;
    --arrow-size: 16px;
    margin-right: 10px;
  }
  /* line 407, app/assets/stylesheets/custom_inputs/inputs.scss */
  .custom-input-number-wrapper .arrow, .custom-input-number-wrapper .descrease, .custom-input-number-wrapper .increase {
    position: absolute;
    width: var(--arrow-size);
    height: var(--arrow-size);
    left: 50%;
    transform: translateX(-50%);
    background-size: cover;
  }
  /* line 415, app/assets/stylesheets/custom_inputs/inputs.scss */
  .custom-input-number-wrapper .increase {
    top: calc(0px - var(--arrow-size));
    background: url(/assets/green-arrow-up-06e96d2c73de653ede6eded1ea6aa5f59caea50da27e6cb26624137f94451287.svg) no-repeat;
  }
  /* line 421, app/assets/stylesheets/custom_inputs/inputs.scss */
  .custom-input-number-wrapper .descrease {
    bottom: -22px;
    background: url(/assets/green-arrow-down-0a4e19acb5be2d10f282a44a32c5bd59d5463a993fe1fe6cb31c145bc44482fb.svg) no-repeat;
  }
  @media (max-width: 992px) {
    /* line 428, app/assets/stylesheets/custom_inputs/inputs.scss */
    .custom-input-number-wrapper input[type='number'] {
      background-color: #F6F6F6;
      border-radius: 4px;
      border: solid 1px #CCCCCC;
    }
  }
  /* line 436, app/assets/stylesheets/custom_inputs/inputs.scss */
  .custom-input-number {
    height: 42px;
    font-size: 17px;
    text-align: center;
    outline: none;
    border: none;
    border: 1px solid #6E7276;
    border-radius: 4px;
    margin: 0;
  }
  /* line 437, app/assets/stylesheets/custom_inputs/inputs.scss */
  .custom-input-number::-webkit-outer-spin-button, .custom-input-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  /* line 453, app/assets/stylesheets/custom_inputs/inputs.scss */
  .custom-time-picker {
    padding: 0;
    padding-left: 8px;
    margin-top: 20px;
    justify-content: space-between;
  }
  /* line 459, app/assets/stylesheets/custom_inputs/inputs.scss */
  .custom-time-picker .am-pm {
    justify-self: flex-end;
  }
  /* line 461, app/assets/stylesheets/custom_inputs/inputs.scss */
  .custom-time-picker .am-pm > span {
    padding: 9px 15px;
    cursor: pointer;
    border: 1px solid black;
    border-right: 1px solid green;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-weight: 600;
  }
  /* line 469, app/assets/stylesheets/custom_inputs/inputs.scss */
  .custom-time-picker .am-pm > span.selected {
    color: green;
    border: 1px solid green;
    background-color: #EFF4E9;
  }
  @media (max-width: 992px) {
    /* line 461, app/assets/stylesheets/custom_inputs/inputs.scss */
    .custom-time-picker .am-pm > span {
      background-color: #F6F6F6;
    }
  }
  /* line 480, app/assets/stylesheets/custom_inputs/inputs.scss */
  .custom-time-picker .am-pm > span:last-child {
    border: 1px solid;
    border-left: none;
    border-radius: unset;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  /* line 488, app/assets/stylesheets/custom_inputs/inputs.scss */
  .custom-time-picker .devider {
    margin-right: 10px;
  }
  /* line 492, app/assets/stylesheets/custom_inputs/inputs.scss */
  .custom-time-picker .hour-minute {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  /* line 495, app/assets/stylesheets/custom_inputs/inputs.scss */
  .custom-time-picker .hour-minute > .custom-input-number-wrapper:last-child {
    margin-right: 0;
  }
  @media (max-width: 992px) {
    /* line 453, app/assets/stylesheets/custom_inputs/inputs.scss */
    .custom-time-picker {
      margin-bottom: 20px;
      justify-content: flex-start;
    }
    /* line 502, app/assets/stylesheets/custom_inputs/inputs.scss */
    .custom-time-picker > label:first-child {
      margin-bottom: 30px;
    }
    /* line 507, app/assets/stylesheets/custom_inputs/inputs.scss */
    .custom-time-picker .am-pm {
      margin-left: 30px;
    }
  }
  /* line 513, app/assets/stylesheets/custom_inputs/inputs.scss */
  .input-disabled {
    position: relative;
    opacity: 0.6;
  }
  /* line 516, app/assets/stylesheets/custom_inputs/inputs.scss */
  .input-disabled:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
  }
  /** FONTS **/
  /** cusomize with new design */
  /* line 71, app/assets/stylesheets/ui/_colors.scss */
  .grey-1,
.color-gray {
    color: #6c757d !important;
  }
  /* line 76, app/assets/stylesheets/ui/_colors.scss */
  .grey-2 {
    color: #B4B8BB !important;
  }
  /* line 80, app/assets/stylesheets/ui/_colors.scss */
  .bg-4 {
    background-color: #F9F9F9 !important;
  }
  /* line 84, app/assets/stylesheets/ui/_colors.scss */
  .color-grey-1 {
    color: #212325 !important;
  }
  /* line 88, app/assets/stylesheets/ui/_colors.scss */
  .color-dark {
    color: #343a40 !important;
  }
  /* line 92, app/assets/stylesheets/ui/_colors.scss */
  .color-gray-dark {
    color: #343a40 !important;
  }
  /* line 96, app/assets/stylesheets/ui/_colors.scss */
  .color-dark {
    color: #343a40 !important;
  }
  /* line 100, app/assets/stylesheets/ui/_colors.scss */
  .color-3 {
    color: #272c31 !important;
  }
  /* line 104, app/assets/stylesheets/ui/_colors.scss */
  .color-10 {
    color: #597E25 !important;
  }
  /* line 108, app/assets/stylesheets/ui/_colors.scss */
  .color-13 {
    color: #4D86BA !important;
  }
  /* line 112, app/assets/stylesheets/ui/_colors.scss */
  .color-14 {
    color: #C4C4C4 !important;
  }
  /* line 114, app/assets/stylesheets/ui/_colors.scss */
  .color-14::before {
    color: #C4C4C4 !important;
  }
  /* line 119, app/assets/stylesheets/ui/_colors.scss */
  .color-white {
    color: #fff !important;
  }
  /* line 123, app/assets/stylesheets/ui/_colors.scss */
  .bg-white {
    background-color: #fff !important;
  }
  /* line 127, app/assets/stylesheets/ui/_colors.scss */
  .bg-color-2 {
    background-color: #f9f9f9 !important;
  }
  /* line 131, app/assets/stylesheets/ui/_colors.scss */
  .bg-color-grey-7 {
    background-color: #D8D9D9 !important;
  }
  /* line 135, app/assets/stylesheets/ui/_colors.scss */
  .selected-bg {
    background-color: #6a962c !important;
    color: #fff !important;
  }
  /* line 140, app/assets/stylesheets/ui/_colors.scss */
  .background-color-1 {
    background-color: #f5f6f8 !important;
  }
  /* line 144, app/assets/stylesheets/ui/_colors.scss */
  .secondary-color-1 {
    color: #6a962c !important;
  }
  /* line 97, app/assets/stylesheets/ui/_typo.scss */
  .font-mulish {
    font-family: "Mulish" !important;
  }
  /* line 101, app/assets/stylesheets/ui/_typo.scss */
  .font-sans {
    font-family: "Open Sans", sans-serif !important;
  }
  /* line 105, app/assets/stylesheets/ui/_typo.scss */
  .clear-margin {
    line-height: 1;
    padding: 0;
    margin: 0;
  }
  /* line 111, app/assets/stylesheets/ui/_typo.scss */
  .text-term {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #212325;
  }
  /* line 117, app/assets/stylesheets/ui/_typo.scss */
  .text-normal,
.normal-text {
    font-weight: 400;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 25px;
  }
  /* line 124, app/assets/stylesheets/ui/_typo.scss */
  .small-text,
.text-sm {
    font-weight: 400;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #6c757d;
    line-height: 1;
  }
  /* line 133, app/assets/stylesheets/ui/_typo.scss */
  .large-text,
.text-large {
    font-weight: 400;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #6c757d;
    line-height: 1;
  }
  /* line 142, app/assets/stylesheets/ui/_typo.scss */
  .text-muted-2 {
    font-weight: 400;
    font-size: 14px;
    color: #6c757d;
  }
  /* line 147, app/assets/stylesheets/ui/_typo.scss */
  .font-1 {
    font-family: "Open Sans", sans-serif;
  }
  /* line 151, app/assets/stylesheets/ui/_typo.scss */
  .font-2 {
    font-family: "Mulish";
  }
  /* line 155, app/assets/stylesheets/ui/_typo.scss */
  .font-weight-normal {
    font-weight: 400;
  }
  /* line 159, app/assets/stylesheets/ui/_typo.scss */
  .semibold {
    font-weight: 500;
  }
  /* line 163, app/assets/stylesheets/ui/_typo.scss */
  .bold {
    font-weight: 600;
  }
  /* line 167, app/assets/stylesheets/ui/_typo.scss */
  .font-size-8 {
    font-size: 8px;
  }
  /* line 171, app/assets/stylesheets/ui/_typo.scss */
  .font-size-12 {
    font-size: 12px;
  }
  /* line 175, app/assets/stylesheets/ui/_typo.scss */
  .font-size-14 {
    font-size: 14px;
  }
  /* line 179, app/assets/stylesheets/ui/_typo.scss */
  .font-size-16 {
    font-size: 16px;
  }
  /* line 183, app/assets/stylesheets/ui/_typo.scss */
  .font-size-20 {
    font-size: 20px;
  }
  /* line 187, app/assets/stylesheets/ui/_typo.scss */
  .font-size-24px {
    font-size: 24px;
  }
  /* line 191, app/assets/stylesheets/ui/_typo.scss */
  .ui-h3 {
    font-family: "Mulish";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
  }
  /* line 195, app/assets/stylesheets/ui/_typo.scss */
  .ui-h3-bold {
    font-family: "Mulish";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
  }
  /* line 199, app/assets/stylesheets/ui/_typo.scss */
  .ui-h3-mulish-normal {
    font-size: 20px;
    font-family: "Mulish";
    font-weight: 400;
    color: #343a40;
    margin-bottom: 4px;
  }
  /* line 207, app/assets/stylesheets/ui/_typo.scss */
  .ui-h3-mulish-bold {
    font-size: 20px;
    font-family: "Mulish";
    font-weight: 600;
    color: #343a40;
    margin-bottom: 4px;
  }
  /* line 215, app/assets/stylesheets/ui/_typo.scss */
  .ui-h4-normal {
    font-size: 18px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #343a40;
    margin-bottom: 4px;
  }
  /* line 223, app/assets/stylesheets/ui/_typo.scss */
  .ui-h4-bold {
    font-size: 18px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    color: #343a40;
    margin-bottom: 4px;
  }
  /* line 231, app/assets/stylesheets/ui/_typo.scss */
  .ui-h5-normal {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #343a40;
    margin-bottom: 4px;
  }
  /* line 238, app/assets/stylesheets/ui/_typo.scss */
  .ui-h5-bold {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #343a40;
    margin-bottom: 4px;
  }
  /* line 246, app/assets/stylesheets/ui/_typo.scss */
  .ui-h5-mulish-normal {
    font-size: 16px;
    font-family: "Mulish";
    font-weight: 400;
    color: #343a40;
    margin-bottom: 4px;
  }
  /* line 254, app/assets/stylesheets/ui/_typo.scss */
  .ui-h5-mulish-normal-color-3 {
    font-size: 16px;
    font-family: "Mulish";
    font-weight: 400;
    color: #272c31;
    margin-bottom: 4px;
  }
  /* line 262, app/assets/stylesheets/ui/_typo.scss */
  .ui-h5-mulish-bold {
    font-size: 16px;
    font-family: "Mulish";
    font-weight: 600;
    color: #343a40;
    margin-bottom: 4px;
  }
  /* line 270, app/assets/stylesheets/ui/_typo.scss */
  .ui-h2-mulish-bold {
    font-size: 24px;
    font-family: "Mulish";
    font-weight: 600;
    color: #343a40;
  }
  /* line 277, app/assets/stylesheets/ui/_typo.scss */
  .ui-h6-normal {
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #343a40;
  }
  /* line 284, app/assets/stylesheets/ui/_typo.scss */
  .ui-h6-bold {
    font-size: 14px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    color: #343a40;
  }
  /* line 291, app/assets/stylesheets/ui/_typo.scss */
  .ui-h6-bold-color-3 {
    font-size: 14px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    color: #272c31;
  }
  /* line 298, app/assets/stylesheets/ui/_typo.scss */
  .ui-mulish-text-bold-38 {
    font-size: 38px;
    color: #272c31;
    font-family: "Mulish";
    font-weight: 400;
  }
  /* line 305, app/assets/stylesheets/ui/_typo.scss */
  .badge-100 {
    font-size: 100%;
  }
  /* line 309, app/assets/stylesheets/ui/_typo.scss */
  .badge-custom-1 {
    padding: 0.35em 1em;
  }
  /* line 313, app/assets/stylesheets/ui/_typo.scss */
  .text-box {
    font-weight: 400;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    width: 406px;
    margin: 0 auto;
  }
  /* line 320, app/assets/stylesheets/ui/_typo.scss */
  .text-box-w-485 {
    width: 485px;
  }
  /* line 324, app/assets/stylesheets/ui/_typo.scss */
  .text-box-w-520 {
    width: 520px;
  }
  /* line 328, app/assets/stylesheets/ui/_typo.scss */
  .preview-link,
a.preview-link {
    font-weight: 400;
    font-size: 14px;
    color: #6C757D;
  }
  /* line 332, app/assets/stylesheets/ui/_typo.scss */
  .preview-link:hover,
a.preview-link:hover {
    color: #96c921;
  }
  /* line 337, app/assets/stylesheets/ui/_typo.scss */
  .remove-link,
a.remove-link {
    font-weight: 400;
    font-size: 14px;
    color: #4D86BA;
  }
  /* line 341, app/assets/stylesheets/ui/_typo.scss */
  .remove-link:hover,
a.remove-link:hover {
    color: #96c921;
  }
  /* line 346, app/assets/stylesheets/ui/_typo.scss */
  .line-17px {
    line-height: 17px;
  }
  /* line 350, app/assets/stylesheets/ui/_typo.scss */
  .line-24px {
    line-height: 24px;
  }
  /* line 354, app/assets/stylesheets/ui/_typo.scss */
  .line-25px {
    line-height: 25px;
  }
  /* line 358, app/assets/stylesheets/ui/_typo.scss */
  .line-26px {
    line-height: 26px !important;
  }
  /* line 362, app/assets/stylesheets/ui/_typo.scss */
  .line-32px {
    line-height: 32px;
  }
  /* line 366, app/assets/stylesheets/ui/_typo.scss */
  .line-37px {
    line-height: 37px;
  }
  /* line 370, app/assets/stylesheets/ui/_typo.scss */
  .add-new-group,
a.add-new-group {
    font-weight: 400;
    font-size: 14px;
    color: #4D86BA;
  }
  /* line 376, app/assets/stylesheets/ui/_typo.scss */
  .mean-link,
a.mean-link {
    color: #597E25 !important;
  }
  /* line 381, app/assets/stylesheets/ui/_typo.scss */
  .edit-link,
a.edit-link {
    color: #6C757D;
  }
  /* line 386, app/assets/stylesheets/ui/_typo.scss */
  .money-underline {
    border-bottom: 6px solid #E1EFD8;
  }
  /* line 389, app/assets/stylesheets/ui/_typo.scss */
  .upcase {
    text-transform: uppercase;
  }
  /* line 393, app/assets/stylesheets/ui/_typo.scss */
  .downcase {
    text-transform: downcase;
  }
  /* line 397, app/assets/stylesheets/ui/_typo.scss */
  .underline {
    text-decoration: underline !important;
  }
  /* line 401, app/assets/stylesheets/ui/_typo.scss */
  .cursor-text {
    cursor: text;
  }
  @media (max-width: 767.98px) {
    /* line 406, app/assets/stylesheets/ui/_typo.scss */
    .text-box {
      width: 100%;
    }
  }
  /* line 1, app/assets/stylesheets/ui/_container.scss */
  * {
    scroll-behavior: smooth !important;
  }
  /* line 5, app/assets/stylesheets/ui/_container.scss */
  #main-content {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  /* line 11, app/assets/stylesheets/ui/_container.scss */
  .container-fluid,
.container-lg,
.container-xl,
.container-xxl {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }
  /* line 23, app/assets/stylesheets/ui/_container.scss */
  .ui-container-mw {
    min-width: 1100px;
    max-width: 100%;
  }
  /* line 28, app/assets/stylesheets/ui/_container.scss */
  .mt-107 {
    margin-top: 107px;
  }
  /* line 32, app/assets/stylesheets/ui/_container.scss */
  .items-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 38, app/assets/stylesheets/ui/_container.scss */
  .center {
    margin: 0 auto;
  }
  /* line 42, app/assets/stylesheets/ui/_container.scss */
  .border-less {
    border-width: 0 !important;
  }
  /* line 46, app/assets/stylesheets/ui/_container.scss */
  .hide {
    display: none !important;
  }
  /* line 50, app/assets/stylesheets/ui/_container.scss */
  .mt-8px {
    margin-top: 8px;
  }
  /* line 54, app/assets/stylesheets/ui/_container.scss */
  .mt-25 {
    margin-top: 25px;
  }
  /* line 58, app/assets/stylesheets/ui/_container.scss */
  .mb-25 {
    margin-bottom: 25px;
  }
  /* line 62, app/assets/stylesheets/ui/_container.scss */
  .float-right {
    float: right;
  }
  /* line 66, app/assets/stylesheets/ui/_container.scss */
  .no-padding-lr {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 71, app/assets/stylesheets/ui/_container.scss */
  .anchor {
    scroll-margin-top: 50px;
  }
  /* line 75, app/assets/stylesheets/ui/_container.scss */
  .anchor-35 {
    scroll-margin-top: 35px;
  }
  /* line 79, app/assets/stylesheets/ui/_container.scss */
  .anchor-150 {
    scroll-margin-top: 150px;
  }
  /* line 83, app/assets/stylesheets/ui/_container.scss */
  .box-title {
    padding-left: 17px;
    padding-top: 21.5px;
    padding-bottom: 21.5px;
    line-height: 1;
  }
  /* line 88, app/assets/stylesheets/ui/_container.scss */
  .box-title .title,
.box-title h5.title {
    font-size: 16px;
    font-weight: 600;
    font-family: "Mulish";
    color: #343a40;
    margin-bottom: 4px;
    line-height: 24px;
  }
  /* line 98, app/assets/stylesheets/ui/_container.scss */
  .box-title .description {
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #6c757d;
    line-height: 24px;
  }
  /* line 107, app/assets/stylesheets/ui/_container.scss */
  .box-content {
    padding: 25px 17px;
  }
  /* line 111, app/assets/stylesheets/ui/_container.scss */
  .arrow-back-box,
.top-title-box,
.text-back-box {
    padding-left: 10px;
  }
  /* line 117, app/assets/stylesheets/ui/_container.scss */
  .custom-border {
    border-radius: 4px;
    box-shadow: 0px 1px 4px rgba(43, 43, 43, 0.07);
  }
  /* line 122, app/assets/stylesheets/ui/_container.scss */
  .custom-border-top {
    border-radius: 4px 4px 0px 0px;
    box-shadow: 0px 1px 4px rgba(43, 43, 43, 0.07);
  }
  /* line 127, app/assets/stylesheets/ui/_container.scss */
  .ui-border-top {
    border-top: 1px solid #ccc;
  }
  /* line 131, app/assets/stylesheets/ui/_container.scss */
  .ui-border-top-1 {
    box-shadow: 0px -1px 0px rgba(31, 44, 70, 0.08);
  }
  /* line 135, app/assets/stylesheets/ui/_container.scss */
  .ui-border-top-2 {
    border-top: 1px solid #ccc !important;
  }
  /* line 139, app/assets/stylesheets/ui/_container.scss */
  .ui-border-bottom {
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  }
  /* line 143, app/assets/stylesheets/ui/_container.scss */
  .ui-border-bottom-2 {
    border-bottom: 1px solid #D8D9D9;
  }
  /* line 147, app/assets/stylesheets/ui/_container.scss */
  .custom-border-bottom {
    border-radius: 0px 0px 4px 4px;
    box-shadow: 0px 1px 4px rgba(43, 43, 43, 0.07);
  }
  /* line 152, app/assets/stylesheets/ui/_container.scss */
  .ui-container {
    margin-left: 5px;
  }
  /* line 156, app/assets/stylesheets/ui/_container.scss */
  .ui-content-box {
    padding-left: 18px;
  }
  /* line 160, app/assets/stylesheets/ui/_container.scss */
  .ui-progress-box {
    width: 48px;
    text-align: center;
    font-size: 12px;
    color: #6c757d;
    display: inline-block;
  }
  /* line 166, app/assets/stylesheets/ui/_container.scss */
  .ui-progress-box .text {
    margin-bottom: 4px;
  }
  /* line 171, app/assets/stylesheets/ui/_container.scss */
  .ui-progress-text {
    font-size: 12px;
    color: #6c757d;
  }
  /* line 176, app/assets/stylesheets/ui/_container.scss */
  .ui-progress {
    background-color: #d8d9d9;
    height: 8px;
  }
  /* line 181, app/assets/stylesheets/ui/_container.scss */
  .ui-progress-bar {
    background-color: #6a962c;
  }
  /* line 185, app/assets/stylesheets/ui/_container.scss */
  .desktop {
    display: block;
  }
  /* line 189, app/assets/stylesheets/ui/_container.scss */
  .mobile {
    display: none;
  }
  /* line 193, app/assets/stylesheets/ui/_container.scss */
  .copy-text-box {
    position: absolute;
    left: -1000px;
    top: -1000px;
  }
  /* line 199, app/assets/stylesheets/ui/_container.scss */
  .hide-on-mobile {
    display: block;
  }
  /* line 203, app/assets/stylesheets/ui/_container.scss */
  .reset-w {
    width: unset !important;
  }
  /* line 207, app/assets/stylesheets/ui/_container.scss */
  .step-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    text-align: center;
  }
  /* line 214, app/assets/stylesheets/ui/_container.scss */
  .step-box .step-item {
    display: inline-block;
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }
  /* line 220, app/assets/stylesheets/ui/_container.scss */
  .step-box .step-item .step-title {
    font-weight: 400;
    font-size: 14px;
    color: #272c31;
    margin-top: 8px;
  }
  /* line 226, app/assets/stylesheets/ui/_container.scss */
  .step-box .step-item .step-sub-title {
    font-weight: 400;
    font-size: 12px;
    color: #6c757d;
  }
  /* line 231, app/assets/stylesheets/ui/_container.scss */
  .step-box .step-item .status-line {
    margin: 0 auto;
    width: 71px;
    height: 7px;
    background: transparent;
    border-radius: 5px 5px 0px 0px;
  }
  /* line 240, app/assets/stylesheets/ui/_container.scss */
  .step-box .step-item.active .status-line {
    background: #6a962c;
  }
  /* line 244, app/assets/stylesheets/ui/_container.scss */
  .step-box .step-item.active .step-title {
    font-weight: 600;
    color: black;
  }
  /* line 251, app/assets/stylesheets/ui/_container.scss */
  .step-box .step-item:first-child {
    margin-left: 85px;
  }
  /* line 255, app/assets/stylesheets/ui/_container.scss */
  .step-box .step-item:last-child {
    margin-right: 78px;
  }
  /* line 260, app/assets/stylesheets/ui/_container.scss */
  .space-line {
    display: inline-block;
    width: 64px;
    height: 1px;
    border: 1px solid #b4b8bb;
  }
  /* line 267, app/assets/stylesheets/ui/_container.scss */
  .cursor-pointer {
    cursor: pointer;
  }
  /* line 271, app/assets/stylesheets/ui/_container.scss */
  .contact-groups {
    background: #f9f9f9;
    border: 1px solid #d8d9d9;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 20px 24px;
    height: 402px;
    overflow-y: scroll;
  }
  /* line 281, app/assets/stylesheets/ui/_container.scss */
  .contact-import {
    background: #f9f9f9;
    border: 1px solid #D8D9D9;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 20px 24px;
  }
  /* line 289, app/assets/stylesheets/ui/_container.scss */
  .info-box {
    background: #F1F8ED;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 4px;
    line-height: 17px;
  }
  /* line 297, app/assets/stylesheets/ui/_container.scss */
  .text-box {
    display: block;
  }
  /* line 301, app/assets/stylesheets/ui/_container.scss */
  .sticky {
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    z-index: 100;
  }
  /* line 308, app/assets/stylesheets/ui/_container.scss */
  .preview-email {
    background: #f9f9f9;
    border: 1px solid #d8d9d9;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 6px 53px 74px 18px;
    height: 288px;
    overflow-y: scroll;
    padding-right: 120px;
  }
  /* line 318, app/assets/stylesheets/ui/_container.scss */
  .preview-email .subject-box {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    line-height: 1;
  }
  /* line 325, app/assets/stylesheets/ui/_container.scss */
  .preview-email .content-box {
    padding-left: 24px;
    padding-top: 6px;
    padding-bottom: 24px;
    line-height: 1;
  }
  /* line 333, app/assets/stylesheets/ui/_container.scss */
  .status-box {
    background: #FFFFFF;
    border-radius: 4px;
    width: 789px;
    margin: auto;
    padding: 68px;
  }
  /* line 341, app/assets/stylesheets/ui/_container.scss */
  .preview-message {
    background: #f9f9f9;
    border: 1px solid #D8D9D9;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 32px;
  }
  /* line 349, app/assets/stylesheets/ui/_container.scss */
  .single-border-left {
    border-left: 1px solid #D8D9D9;
  }
  /* line 353, app/assets/stylesheets/ui/_container.scss */
  .border-top-grey-50 {
    border-top: 1px solid #F9F9F9;
  }
  /* line 357, app/assets/stylesheets/ui/_container.scss */
  .border-top-grey-100 {
    border-top: 1px solid #D8D9D9;
  }
  /* line 361, app/assets/stylesheets/ui/_container.scss */
  .buy-more-credits-content {
    padding: 32px 56px 26px 56px;
  }
  /* line 365, app/assets/stylesheets/ui/_container.scss */
  .buy-more-credits-box {
    background-color: #FFFFFF;
    border: 1px solid #D8D9D9;
    box-sizing: border-box;
    border-radius: 5px;
  }
  /* line 372, app/assets/stylesheets/ui/_container.scss */
  .pro-intro-box {
    display: flex;
    padding: 32px 116px 141px 17px;
  }
  /* line 377, app/assets/stylesheets/ui/_container.scss */
  .pro-intro-box-title {
    padding-left: 18px;
    padding-right: 21px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* line 384, app/assets/stylesheets/ui/_container.scss */
  .pro-intro-box-title .title,
.pro-intro-box-title h5.title {
    font-size: 16px;
    font-weight: 600;
    font-family: "Mulish";
    color: #343a40;
    line-height: 24px;
    margin-top: 22px;
    margin-bottom: 20px;
  }
  /* line 395, app/assets/stylesheets/ui/_container.scss */
  .pro-intro-box-title button {
    margin-top: 22px;
    margin-bottom: 20px;
  }
  /* line 401, app/assets/stylesheets/ui/_container.scss */
  .pro-intro-header {
    position: fixed;
    z-index: 100;
    display: block;
    left: 250px;
    width: calc(100% - 250px);
    box-shadow: 0px 0px 0px #F5F6F8, 0px -19px 0px #F5F6F8;
    padding: 0 30px;
  }
  /* line 411, app/assets/stylesheets/ui/_container.scss */
  .pro-intro-parent {
    margin-top: 66px;
    position: relative;
  }
  /* line 416, app/assets/stylesheets/ui/_container.scss */
  .pro-intro-top {
    position: relative;
    background-color: #f6fbf2;
  }
  /* line 420, app/assets/stylesheets/ui/_container.scss */
  .pro-intro-top .right-image {
    padding-right: 40px;
  }
  /* line 424, app/assets/stylesheets/ui/_container.scss */
  .pro-intro-top .white-box {
    background: #fff;
    border: 1.49316px solid #D0E5C2;
    box-sizing: border-box;
    border-radius: 60px;
    margin-top: 128.92px;
    z-index: 5;
    position: relative;
  }
  /* line 434, app/assets/stylesheets/ui/_container.scss */
  .pro-intro-top .pro-intro-text-left {
    z-index: 5;
    padding: 76px 0 0 40px;
  }
  /* line 438, app/assets/stylesheets/ui/_container.scss */
  .pro-intro-top .pro-intro-text-left .title-box {
    margin-right: 136px;
  }
  /* line 442, app/assets/stylesheets/ui/_container.scss */
  .pro-intro-top .pro-intro-text-left .paragraph-box {
    padding: 32px 40px 32px 32px;
    max-height: 168px;
    max-width: 480px;
    background: linear-gradient(180deg, #ECF5E6 0%, #fff 100%);
    border-radius: 4px;
  }
  /* line 452, app/assets/stylesheets/ui/_container.scss */
  .pro-intro-bottom {
    padding-bottom: 116px;
    padding-top: 58px;
  }
  /* line 456, app/assets/stylesheets/ui/_container.scss */
  .pro-intro-bottom .title-text {
    display: flex;
    justify-content: center;
  }
  /* line 461, app/assets/stylesheets/ui/_container.scss */
  .pro-intro-bottom .intro-list {
    display: flex;
    padding: 45px 39px 0 33px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  /* line 468, app/assets/stylesheets/ui/_container.scss */
  .pro-intro-bottom .intro-list-box {
    border: 1px solid #D0E5C2;
    box-shadow: 0px 9px 0px #E1EFD8;
    border-radius: 4px;
    max-width: 238px;
    min-height: 344px;
    max-height: 344px;
    padding: 24px;
    margin: 16px 0;
  }
  /* line 480, app/assets/stylesheets/ui/_container.scss */
  .intro-text-box {
    margin-left: 16px;
    background-color: #f9f9f9;
    padding: 40px;
    flex-wrap: wrap;
    border-radius: 4px;
  }
  /* line 487, app/assets/stylesheets/ui/_container.scss */
  .intro-text-box .image-box {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 495, app/assets/stylesheets/ui/_container.scss */
  .intro-text-box .title-box {
    padding-right: 44px;
    margin-top: 24px;
    margin-bottom: 8px;
  }
  /* line 502, app/assets/stylesheets/ui/_container.scss */
  .intro-text-box .content-box ul li {
    margin-left: 1.6rem;
  }
  /* line 505, app/assets/stylesheets/ui/_container.scss */
  .intro-text-box .content-box p {
    margin-bottom: 1.65rem;
  }
  /* line 511, app/assets/stylesheets/ui/_container.scss */
  .text-message-result-box {
    background: #FFFFFF;
    border: 1px solid #D8D9D9;
    border-radius: 5px;
    padding: 16px;
    min-height: 218px;
    overflow: scroll;
  }
  /* line 520, app/assets/stylesheets/ui/_container.scss */
  .status-box-2 {
    width: 100%;
  }
  /* line 524, app/assets/stylesheets/ui/_container.scss */
  .box-p-lr-56-60px {
    padding-left: 56px;
    padding-right: 60px;
  }
  /* line 529, app/assets/stylesheets/ui/_container.scss */
  .box {
    border: 1px solid #D8D9D9;
    border-radius: 4px;
    padding: 20px 20px 20px 30px;
  }
  @media (max-width: 767.98px) {
    /* line 536, app/assets/stylesheets/ui/_container.scss */
    #main-content {
      padding-left: 0;
      padding-right: 0;
    }
    /* line 541, app/assets/stylesheets/ui/_container.scss */
    .ui-container-mw {
      min-width: 100%;
    }
    /* line 545, app/assets/stylesheets/ui/_container.scss */
    .desktop {
      display: none;
    }
    /* line 549, app/assets/stylesheets/ui/_container.scss */
    .mobile {
      display: block;
    }
    /* line 553, app/assets/stylesheets/ui/_container.scss */
    .ui-container {
      margin-left: 0px;
    }
    /* line 557, app/assets/stylesheets/ui/_container.scss */
    .wrapper {
      background-color: #f5f6f8;
    }
    /* line 561, app/assets/stylesheets/ui/_container.scss */
    .box-title {
      padding-left: 0px;
    }
    /* line 564, app/assets/stylesheets/ui/_container.scss */
    .box-title .preview {
      padding-top: 40px;
      padding-left: 5px;
      padding-right: 5px;
    }
    /* line 570, app/assets/stylesheets/ui/_container.scss */
    .box-title .center {
      text-align: center;
    }
    /* line 575, app/assets/stylesheets/ui/_container.scss */
    .box-title-md {
      padding-top: 16px;
    }
    /* line 579, app/assets/stylesheets/ui/_container.scss */
    .ui-progress-box {
      width: 158px;
    }
    /* line 583, app/assets/stylesheets/ui/_container.scss */
    .hide-on-mobile {
      display: none;
    }
    /* line 587, app/assets/stylesheets/ui/_container.scss */
    .contact-groups {
      height: auto;
      overflow-y: auto;
    }
    /* line 592, app/assets/stylesheets/ui/_container.scss */
    .box-content {
      padding: 32px 0px;
    }
    /* line 596, app/assets/stylesheets/ui/_container.scss */
    .info-box {
      padding: 8px 12px;
    }
    /* line 600, app/assets/stylesheets/ui/_container.scss */
    .contact-import {
      padding: 0;
    }
    /* line 603, app/assets/stylesheets/ui/_container.scss */
    .preview-email {
      margin-left: 5px;
      margin-right: 5px;
    }
    /* line 608, app/assets/stylesheets/ui/_container.scss */
    .status-box {
      background: #FFFFFF;
      border-radius: 4px;
      width: 343px;
      margin: auto;
      padding: 44px 28px 68px 28px;
      margin-bottom: 84px;
    }
    /* line 617, app/assets/stylesheets/ui/_container.scss */
    .buy-more-credits-content {
      padding: 32px 16px 26px 16px;
    }
    /* line 621, app/assets/stylesheets/ui/_container.scss */
    .pro-intro-box {
      display: block;
      padding: 5px;
    }
    /* line 626, app/assets/stylesheets/ui/_container.scss */
    .intro-image-box {
      width: 100%;
    }
    /* line 630, app/assets/stylesheets/ui/_container.scss */
    .intro-text-box {
      width: 100%;
      margin: 0;
      padding: 15px;
    }
    /* line 636, app/assets/stylesheets/ui/_container.scss */
    .ui-content-box {
      padding-left: 4px;
      padding-right: 4px;
    }
    /* line 641, app/assets/stylesheets/ui/_container.scss */
    .text-back-box {
      visibility: hidden;
    }
  }
  @media only screen and (max-width: 991px) {
    /* line 647, app/assets/stylesheets/ui/_container.scss */
    .pro-intro-header {
      padding: 0;
      left: unset;
      width: calc(100% - 60px);
    }
  }
  @media only screen and (max-width: 768px) {
    /* line 655, app/assets/stylesheets/ui/_container.scss */
    .pro-intro-header {
      width: 100%;
    }
  }
  @media only screen and (min-width: 1500px) {
    /* line 661, app/assets/stylesheets/ui/_container.scss */
    .pro-intro-header {
      padding: 0 30px;
      width: calc(100% - 250px);
    }
  }
  /* line 2, app/assets/stylesheets/ui/_cards.scss */
  .tournament-card .card-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    color: #272c31;
  }
  /* line 8, app/assets/stylesheets/ui/_cards.scss */
  .tournament-card .body-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #343a40;
  }
  /* line 14, app/assets/stylesheets/ui/_cards.scss */
  .tournament-card .footer-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #6c757d;
    text-decoration: none;
  }
  /* line 23, app/assets/stylesheets/ui/_cards.scss */
  .tournament-card .link .fas,
.tournament-card .link .fa,
.tournament-card a.link .fas,
.tournament-card a.link .fa {
    color: #B4B8BB;
  }
  /* line 26, app/assets/stylesheets/ui/_cards.scss */
  .tournament-card .link .fas:hover,
.tournament-card .link .fa:hover,
.tournament-card a.link .fas:hover,
.tournament-card a.link .fa:hover {
    color: #6a962c;
  }
  /* line 31, app/assets/stylesheets/ui/_cards.scss */
  .tournament-card .link:hover,
.tournament-card a.link:hover {
    color: #6a962c;
  }
  /* line 37, app/assets/stylesheets/ui/_cards.scss */
  .dashboard-card {
    height: auto;
  }
  /* line 41, app/assets/stylesheets/ui/_cards.scss */
  .ui-card {
    background-color: #f9f9f9;
    border-radius: 4px;
  }
  /* line 45, app/assets/stylesheets/ui/_cards.scss */
  .ui-card.card-active .card {
    border: 2px solid #78BA4D;
  }
  /* line 51, app/assets/stylesheets/ui/_cards.scss */
  .ui-card-body {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  /* line 56, app/assets/stylesheets/ui/_cards.scss */
  .specification-card {
    border-radius: 5px 5px 4px 4px;
    border-top: 5px solid #f7a65f;
    background-color: #fff;
    box-sizing: border-box;
    height: 100%;
  }
  /* line 63, app/assets/stylesheets/ui/_cards.scss */
  .specification-card .list-items {
    padding: 24px 26px 24px 26px;
    font-size: 14px;
    color: #6C757D;
  }
  /* line 69, app/assets/stylesheets/ui/_cards.scss */
  .specification-card .list-group-item {
    border-left: 0;
    border-right: 0;
    padding: 16px 0;
  }
  /* line 75, app/assets/stylesheets/ui/_cards.scss */
  .specification-card .list-group-item:first-child {
    border-top: 0;
  }
  /* line 79, app/assets/stylesheets/ui/_cards.scss */
  .specification-card .list-group-item:first-child,
.specification-card .list-group-item:last-child {
    border-radius: 0;
  }
  /* line 85, app/assets/stylesheets/ui/_cards.scss */
  .specification-modal-outside-us {
    background-color: #fff;
    box-sizing: border-box;
    height: 100%;
  }
  /* line 90, app/assets/stylesheets/ui/_cards.scss */
  .specification-modal-outside-us .list-items {
    padding: 24px 80px 24px 80px;
    font-size: 14px;
    color: #6C757D;
  }
  /* line 96, app/assets/stylesheets/ui/_cards.scss */
  .specification-modal-outside-us .list-group-item {
    border-left: 0;
    border-right: 0;
    padding: 16px 0;
  }
  /* line 102, app/assets/stylesheets/ui/_cards.scss */
  .specification-modal-outside-us .list-group-item:first-child {
    border-top: 0;
  }
  /* line 106, app/assets/stylesheets/ui/_cards.scss */
  .specification-modal-outside-us .list-group-item:first-child,
.specification-modal-outside-us .list-group-item:last-child {
    border-radius: 0;
  }
  /* line 111, app/assets/stylesheets/ui/_cards.scss */
  .specification-modal-outside-us .list-group-item:last-child {
    border-bottom: 0;
  }
  /* line 116, app/assets/stylesheets/ui/_cards.scss */
  .statistic-card {
    background-color: #fff;
    box-shadow: 0px 2px 8px rgba(31, 44, 70, 0.08);
    border-radius: 4px;
    width: 100%;
  }
  @media (max-width: 767.98px) {
    /* line 124, app/assets/stylesheets/ui/_cards.scss */
    .specification-card {
      width: 100%;
    }
  }
  /* line 1, app/assets/stylesheets/ui/_buttons.scss */
  .btn,
a.btn {
    font-weight: 400;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    line-height: 100%;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    padding: 12px 16px;
    height: auto;
    min-height: 40px;
  }
  /* line 13, app/assets/stylesheets/ui/_buttons.scss */
  .btn:focus, .btn:active, .btn:hover,
a.btn:focus,
a.btn:active,
a.btn:hover {
    box-shadow: none;
  }
  /* line 19, app/assets/stylesheets/ui/_buttons.scss */
  .max-height-50 {
    max-height: 50px;
  }
  /* line 24, app/assets/stylesheets/ui/_buttons.scss */
  .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus {
    box-shadow: none;
  }
  /* line 30, app/assets/stylesheets/ui/_buttons.scss */
  .btn-outline,
a.btn-outline {
    background: #fff;
    border: 1px solid #bec0c0;
    box-sizing: border-box;
    border-radius: 4px;
    color: #343a40;
  }
  /* line 37, app/assets/stylesheets/ui/_buttons.scss */
  .btn-outline:hover,
a.btn-outline:hover {
    color: #fff;
    background: #6a962c;
    border: 1px solid #bec0c0;
  }
  /* line 44, app/assets/stylesheets/ui/_buttons.scss */
  .btn-taro,
.btn-taro:visited {
    background-color: #8f9fe9;
    border-color: #577b24;
    color: #fff;
  }
  /* line 51, app/assets/stylesheets/ui/_buttons.scss */
  .btn-green-light,
.btn-green-light:visited {
    background-color: #65aacb;
    border-color: #577b24;
    color: #fff;
  }
  /* line 58, app/assets/stylesheets/ui/_buttons.scss */
  .btn.btn-default-light,
.btn.btn-default-light:visited {
    border: 1px solid #B4B8BB;
    border-radius: 4px;
    color: #343a40;
    background-color: #fff;
  }
  /* line 66, app/assets/stylesheets/ui/_buttons.scss */
  .btn.btn-default-light:hover {
    text-decoration: none;
  }
  /* line 69, app/assets/stylesheets/ui/_buttons.scss */
  .btn-sm, .btn-group-sm > .btn {
    padding: 0.65rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
  }
  /* line 75, app/assets/stylesheets/ui/_buttons.scss */
  .btn-outline-dark {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 24px !important;
    position: static;
    width: 79px;
    height: 41px !important;
    background: #fff;
    border: 1px solid #bec0c0 !important;
    box-sizing: border-box;
    border-radius: 4px !important;
    flex: none;
    order: 2;
    flex-grow: 0;
    margin: 0px 10px;
  }
  /* line 93, app/assets/stylesheets/ui/_buttons.scss */
  .btn-success,
.btn-success:visited {
    background: #6a962c;
    border-radius: 4px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 9px 40px;
    flex: none;
    order: 3;
    flex-grow: 0;
  }
  /* line 106, app/assets/stylesheets/ui/_buttons.scss */
  .btn.btn-default-light:hover {
    text-decoration: none;
  }
  /* line 110, app/assets/stylesheets/ui/_buttons.scss */
  .btn-custom,
a.btn-custom {
    font-weight: 400;
    font-size: 14px;
    padding: 12px 16px;
    letter-spacing: 0;
  }
  /* line 117, app/assets/stylesheets/ui/_buttons.scss */
  .btn-custom-with-1,
a.btn-custom-with-1 {
    padding: 13px 69px !important;
  }
  /* line 122, app/assets/stylesheets/ui/_buttons.scss */
  .btn-view,
a.btn-view {
    font-weight: 400;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 4px;
    border: 1px solid #bec0c0;
    box-sizing: border-box;
    background-color: #fff;
    line-height: 16px;
    letter-spacing: 0;
  }
  /* line 134, app/assets/stylesheets/ui/_buttons.scss */
  .btn-pay-type {
    padding: 4px 8px;
    background: #f9f9f9;
    border: 1px solid #B4B8BB;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 12px;
    line-height: 15px;
  }
  /* line 144, app/assets/stylesheets/ui/_buttons.scss */
  .no-pointer {
    pointer-events: none;
  }
  /* line 148, app/assets/stylesheets/ui/_buttons.scss */
  .btn-42,
a.btn-42 {
    padding-left: 42px;
    padding-right: 42px;
    max-height: 40px;
  }
  /* line 155, app/assets/stylesheets/ui/_buttons.scss */
  .btn-34,
a.btn-34 {
    min-height: 34px;
    padding: 8px 16px;
  }
  /* line 161, app/assets/stylesheets/ui/_buttons.scss */
  .btn-34-sm,
a.btn-34-sm {
    min-height: 34px;
    padding: 8px 8px;
  }
  /* line 167, app/assets/stylesheets/ui/_buttons.scss */
  .btn-34-square,
a.btn-34-square {
    min-height: 34px;
    padding: 8px 10.5px 8px 10.5px;
  }
  /* line 173, app/assets/stylesheets/ui/_buttons.scss */
  .btn-34-lr-10px,
a.btn-34-lr-10px {
    min-height: 34px;
    padding: 8px 10px;
  }
  /* line 179, app/assets/stylesheets/ui/_buttons.scss */
  .btn-34-lr-28px,
a.btn-34-lr-28px {
    min-height: 34px;
    padding: 8px 28px;
  }
  /* line 185, app/assets/stylesheets/ui/_buttons.scss */
  .btn-34-lr-30px,
a.btn-34-lr-30px {
    min-height: 34px;
    padding: 8px 30px;
  }
  /* line 191, app/assets/stylesheets/ui/_buttons.scss */
  .btn-34-tb-4px,
a.btn-34-tb-4px {
    min-height: 34px;
    padding: 4px 16px 4px 16px;
  }
  /* line 197, app/assets/stylesheets/ui/_buttons.scss */
  .btn-40px,
a.btn-40px,
button.btn-40px {
    height: 40px;
    vertical-align: middle;
  }
  /* line 204, app/assets/stylesheets/ui/_buttons.scss */
  .btn-40-lr-40px,
a.btn-40-lr-40px {
    height: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  /* line 211, app/assets/stylesheets/ui/_buttons.scss */
  .btn-48-lr-40px,
a.btn-48-lr-40px {
    height: 48px;
    padding-left: 40px;
    padding-right: 40px;
  }
  /* line 218, app/assets/stylesheets/ui/_buttons.scss */
  .btn-48-lr-28px,
a.btn-48-lr-28px {
    height: 48px;
    padding-left: 28px;
    padding-right: 28px;
  }
  /* line 225, app/assets/stylesheets/ui/_buttons.scss */
  .btn-box {
    padding: 0 15px;
  }
  /* line 229, app/assets/stylesheets/ui/_buttons.scss */
  .v-center {
    vertical-align: middle;
  }
  /* line 233, app/assets/stylesheets/ui/_buttons.scss */
  .button-group {
    background-color: #fff;
  }
  /* line 237, app/assets/stylesheets/ui/_buttons.scss */
  .btn-preview,
a.btn-preview {
    height: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }
  @media (max-width: 320px) {
    /* line 244, app/assets/stylesheets/ui/_buttons.scss */
    .btn-preview,
a.btn-preview {
      padding-left: 10px;
      padding-right: 10px;
    }
  }
  /* line 252, app/assets/stylesheets/ui/_buttons.scss */
  .mobile #submit-quantity,
.mobile #submit-confirm-order,
.mobile #submit-information {
    padding: 0;
    padding-left: 20px;
  }
  /* line 260, app/assets/stylesheets/ui/_buttons.scss */
  .status-active {
    background: rgba(179, 214, 157, 0.3);
    color: #6a962c;
  }
  /* line 265, app/assets/stylesheets/ui/_buttons.scss */
  .status-inactive {
    border: 1px solid #ccc;
  }
  /* line 269, app/assets/stylesheets/ui/_buttons.scss */
  .status-danger {
    background: #FCEEEF;
    border: 1px solid #941A25;
    color: #941A25;
  }
  /* line 275, app/assets/stylesheets/ui/_buttons.scss */
  .status-elite {
    background: #EDF2F8 !important;
    color: #4D86BA !important;
    border: 1px solid #BDD2E5;
  }
  /* line 2, app/assets/stylesheets/ui/_cards.scss */
  .tournament-card .card-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    color: #272c31;
  }
  /* line 8, app/assets/stylesheets/ui/_cards.scss */
  .tournament-card .body-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #343a40;
  }
  /* line 14, app/assets/stylesheets/ui/_cards.scss */
  .tournament-card .footer-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #6c757d;
    text-decoration: none;
  }
  /* line 23, app/assets/stylesheets/ui/_cards.scss */
  .tournament-card .link .fas,
.tournament-card .link .fa,
.tournament-card a.link .fas,
.tournament-card a.link .fa {
    color: #B4B8BB;
  }
  /* line 26, app/assets/stylesheets/ui/_cards.scss */
  .tournament-card .link .fas:hover,
.tournament-card .link .fa:hover,
.tournament-card a.link .fas:hover,
.tournament-card a.link .fa:hover {
    color: #6a962c;
  }
  /* line 31, app/assets/stylesheets/ui/_cards.scss */
  .tournament-card .link:hover,
.tournament-card a.link:hover {
    color: #6a962c;
  }
  /* line 37, app/assets/stylesheets/ui/_cards.scss */
  .dashboard-card {
    height: auto;
  }
  /* line 41, app/assets/stylesheets/ui/_cards.scss */
  .ui-card {
    background-color: #f9f9f9;
    border-radius: 4px;
  }
  /* line 45, app/assets/stylesheets/ui/_cards.scss */
  .ui-card.card-active .card {
    border: 2px solid #78BA4D;
  }
  /* line 51, app/assets/stylesheets/ui/_cards.scss */
  .ui-card-body {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  /* line 56, app/assets/stylesheets/ui/_cards.scss */
  .specification-card {
    border-radius: 5px 5px 4px 4px;
    border-top: 5px solid #f7a65f;
    background-color: #fff;
    box-sizing: border-box;
    height: 100%;
  }
  /* line 63, app/assets/stylesheets/ui/_cards.scss */
  .specification-card .list-items {
    padding: 24px 26px 24px 26px;
    font-size: 14px;
    color: #6C757D;
  }
  /* line 69, app/assets/stylesheets/ui/_cards.scss */
  .specification-card .list-group-item {
    border-left: 0;
    border-right: 0;
    padding: 16px 0;
  }
  /* line 75, app/assets/stylesheets/ui/_cards.scss */
  .specification-card .list-group-item:first-child {
    border-top: 0;
  }
  /* line 79, app/assets/stylesheets/ui/_cards.scss */
  .specification-card .list-group-item:first-child,
.specification-card .list-group-item:last-child {
    border-radius: 0;
  }
  /* line 85, app/assets/stylesheets/ui/_cards.scss */
  .specification-modal-outside-us {
    background-color: #fff;
    box-sizing: border-box;
    height: 100%;
  }
  /* line 90, app/assets/stylesheets/ui/_cards.scss */
  .specification-modal-outside-us .list-items {
    padding: 24px 80px 24px 80px;
    font-size: 14px;
    color: #6C757D;
  }
  /* line 96, app/assets/stylesheets/ui/_cards.scss */
  .specification-modal-outside-us .list-group-item {
    border-left: 0;
    border-right: 0;
    padding: 16px 0;
  }
  /* line 102, app/assets/stylesheets/ui/_cards.scss */
  .specification-modal-outside-us .list-group-item:first-child {
    border-top: 0;
  }
  /* line 106, app/assets/stylesheets/ui/_cards.scss */
  .specification-modal-outside-us .list-group-item:first-child,
.specification-modal-outside-us .list-group-item:last-child {
    border-radius: 0;
  }
  /* line 111, app/assets/stylesheets/ui/_cards.scss */
  .specification-modal-outside-us .list-group-item:last-child {
    border-bottom: 0;
  }
  /* line 116, app/assets/stylesheets/ui/_cards.scss */
  .statistic-card {
    background-color: #fff;
    box-shadow: 0px 2px 8px rgba(31, 44, 70, 0.08);
    border-radius: 4px;
    width: 100%;
  }
  @media (max-width: 767.98px) {
    /* line 124, app/assets/stylesheets/ui/_cards.scss */
    .specification-card {
      width: 100%;
    }
  }
  /* line 1, app/assets/stylesheets/ui/_form.scss */
  input,
select,
textarea,
.input-group input,
.form-control {
    border-radius: 4px !important;
    min-height: 44px;
    padding: 10px;
    border: 1px solid #B4B8BB;
  }
  /* line 13, app/assets/stylesheets/ui/_form.scss */
  .dropdown-menu .dropdown-item {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #343a40;
    padding: 8px 16px 12px 12px;
  }
  /* line 21, app/assets/stylesheets/ui/_form.scss */
  .dropdown-menu .dropdown-item span {
    font-weight: 400;
  }
  /* line 28, app/assets/stylesheets/ui/_form.scss */
  .btn-group-border-less button {
    border: none;
    padding-left: 0;
    font-weight: 400;
  }
  /* line 32, app/assets/stylesheets/ui/_form.scss */
  .btn-group-border-less button:hover {
    color: #343a40;
    background: #fff;
    border: none;
  }
  /* line 40, app/assets/stylesheets/ui/_form.scss */
  .input-box {
    margin-bottom: 16px;
  }
  /* line 43, app/assets/stylesheets/ui/_form.scss */
  .input-box input,
.input-box select {
    margin: 0 0 8px 0;
  }
  /* line 49, app/assets/stylesheets/ui/_form.scss */
  .form-select-group {
    position: relative;
    height: 46px;
    overflow: hidden;
  }
  /* line 54, app/assets/stylesheets/ui/_form.scss */
  .form-select-group .input-group-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    z-index: 1;
    color: #6c757d;
    transition: 0.3s ease all;
    height: 16px;
    width: 16px;
    overflow: hidden;
    margin-top: -12px;
  }
  /* line 68, app/assets/stylesheets/ui/_form.scss */
  .form-control-custom,
input.form-control-custom {
    min-height: 40px;
    height: 40px;
    margin-bottom: 0;
  }
  /* line 75, app/assets/stylesheets/ui/_form.scss */
  input.form-control-custom-1 {
    line-height: 25px;
    margin-bottom: 16px;
  }
  /* line 80, app/assets/stylesheets/ui/_form.scss */
  .search-box {
    display: flex;
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  /* line 86, app/assets/stylesheets/ui/_form.scss */
  .search-box > .form-control,
.search-box > .form-select,
.search-box .search-box-item {
    flex: 1 1 auto;
    width: 1%;
    margin-right: 0.25rem;
    margin-bottom: 4px;
  }
  /* line 95, app/assets/stylesheets/ui/_form.scss */
  .search-box .input-group-with-icon-large {
    width: 400px !important;
  }
  /* line 101, app/assets/stylesheets/ui/_form.scss */
  .filter-box {
    padding-left: 18px;
    padding-right: 18px;
  }
  /* line 106, app/assets/stylesheets/ui/_form.scss */
  label,
.form-check-label {
    font-weight: 400;
    font-size: 14px;
    margin: 0px 0px 4px 0px;
    color: #343a40;
  }
  /* line 112, app/assets/stylesheets/ui/_form.scss */
  .control-label {
    line-height: 25px;
    margin-bottom: 8px;
  }
  /* line 117, app/assets/stylesheets/ui/_form.scss */
  input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
  }
  /* line 124, app/assets/stylesheets/ui/_form.scss */
  .fa-user-circle-o {
    color: gray;
  }
  /* line 128, app/assets/stylesheets/ui/_form.scss */
  .w-542-center {
    width: 542px;
    margin: 0 auto;
  }
  /* line 133, app/assets/stylesheets/ui/_form.scss */
  .form-control:disabled,
.form-control[readonly] {
    background-color: #f9f9f9;
    opacity: 1;
  }
  /* line 139, app/assets/stylesheets/ui/_form.scss */
  .inline {
    display: inline-block;
  }
  /* line 144, app/assets/stylesheets/ui/_form.scss */
  .dropdown-toggle::after {
    vertical-align: middle;
    color: #b4b8bb;
  }
  /* line 150, app/assets/stylesheets/ui/_form.scss */
  .form-control-34,
input.form-control-34 {
    min-height: 34px;
    height: 34px;
  }
  /* line 156, app/assets/stylesheets/ui/_form.scss */
  .form-control-40,
input.form-control-40 {
    min-height: 40px;
    height: 40px;
  }
  /* line 162, app/assets/stylesheets/ui/_form.scss */
  .form-control-48,
input.form-control-48 {
    min-height: 48px;
    height: 48px;
  }
  /* line 168, app/assets/stylesheets/ui/_form.scss */
  .input-group-with-icon, .search-box .input-group-with-icon-large {
    position: relative;
  }
  /* line 171, app/assets/stylesheets/ui/_form.scss */
  .input-group-with-icon .input-group-icon, .search-box .input-group-with-icon-large .input-group-icon {
    position: absolute;
    top: 8px;
    left: 16px;
    z-index: 100;
  }
  /* line 178, app/assets/stylesheets/ui/_form.scss */
  .input-group-with-icon input, .search-box .input-group-with-icon-large input {
    padding-left: 42px !important;
  }
  /* line 183, app/assets/stylesheets/ui/_form.scss */
  .input-group-with-icon-end {
    position: relative;
  }
  /* line 186, app/assets/stylesheets/ui/_form.scss */
  .input-group-with-icon-end .input-group-icon {
    position: absolute;
    top: 8px;
    right: 16px;
    z-index: 100;
  }
  /* line 193, app/assets/stylesheets/ui/_form.scss */
  .input-group-with-icon-end input {
    padding-right: 42px;
  }
  /* line 198, app/assets/stylesheets/ui/_form.scss */
  .ui-form-check-inline {
    margin-top: -25px;
    margin-bottom: 32px;
    margin-right: 57px;
  }
  /* line 203, app/assets/stylesheets/ui/_form.scss */
  .ui-form-check-inline label,
.ui-form-check-inline .form-check-label {
    margin-top: 25px;
  }
  /* line 208, app/assets/stylesheets/ui/_form.scss */
  .ui-form-check-inline .small-text,
.ui-form-check-inline .normal-text {
    max-width: 168px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  /* line 217, app/assets/stylesheets/ui/_form.scss */
  .invisible-hidden {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  /* line 223, app/assets/stylesheets/ui/_form.scss */
  .invisible {
    z-index: -1;
    opacity: 0;
  }
  /* line 228, app/assets/stylesheets/ui/_form.scss */
  .select-all,
a.select-all {
    color: #6c757d !important;
    cursor: pointer;
  }
  /* line 237, app/assets/stylesheets/ui/_form.scss */
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #6A962C;
    color: #fff;
    border-color: #6A962C;
  }
  /* line 246, app/assets/stylesheets/ui/_form.scss */
  .form-new-contact {
    padding-left: 22px;
    padding-bottom: 353px;
    margin-bottom: 160px;
    margin-top: 25px;
  }
  /* line 252, app/assets/stylesheets/ui/_form.scss */
  .form-new-contact .field {
    margin: 0 0 48px 0;
    padding-left: 16px;
  }
  /* line 257, app/assets/stylesheets/ui/_form.scss */
  .form-new-contact .field::-moz-placeholder {
    color: #B4B8BB !important;
  }
  .form-new-contact .field::placeholder {
    color: #B4B8BB !important;
  }
  /* line 261, app/assets/stylesheets/ui/_form.scss */
  .form-new-contact .field::-webkit-input-placeholder {
    color: #B4B8BB !important;
  }
  /* line 265, app/assets/stylesheets/ui/_form.scss */
  .form-new-contact .field:-moz-placeholder {
    color: #B4B8BB !important;
  }
  /* line 269, app/assets/stylesheets/ui/_form.scss */
  .form-new-contact .field::-moz-placeholder {
    color: #B4B8BB !important;
  }
  /* line 273, app/assets/stylesheets/ui/_form.scss */
  .form-new-contact .field:-ms-input-placeholder {
    color: #B4B8BB !important;
  }
  /* line 277, app/assets/stylesheets/ui/_form.scss */
  .form-new-contact .field::-ms-input-placeholder {
    color: #B4B8BB !important;
  }
  /* line 281, app/assets/stylesheets/ui/_form.scss */
  .form-new-contact .select {
    margin-bottom: 48px;
  }
  /* line 284, app/assets/stylesheets/ui/_form.scss */
  .form-new-contact .select select {
    padding-left: 16px;
  }
  /* line 289, app/assets/stylesheets/ui/_form.scss */
  .form-new-contact .label {
    line-height: 25px;
    margin: 0 0 8px 0;
  }
  /* line 294, app/assets/stylesheets/ui/_form.scss */
  .form-new-contact .font-size-16 {
    font-size: 16px !important;
  }
  /* line 299, app/assets/stylesheets/ui/_form.scss */
  .subscription_subscription_category {
    width: 100% !important;
  }
  /* line 303, app/assets/stylesheets/ui/_form.scss */
  form#stripe input::-moz-placeholder {
    color: #B4B8BB !important;
  }
  form#stripe input::placeholder {
    color: #B4B8BB !important;
  }
  /* line 307, app/assets/stylesheets/ui/_form.scss */
  .form-control-clear-margin,
input.form-control-clear-margin {
    margin: 0;
  }
  /* line 314, app/assets/stylesheets/ui/_form.scss */
  .ui-select option,
.ui-select.select option {
    color: #6c757d;
  }
  /* line 320, app/assets/stylesheets/ui/_form.scss */
  .placeholder-color-1::placeholder, .placeholder-color-1::-ms-input-placeholder, .placeholder-color-1:-ms-input-placeholder {
    color: #B4B8BB;
  }
  @media (max-width: 767.98px) {
    /* line 328, app/assets/stylesheets/ui/_form.scss */
    .search-box {
      display: block;
      padding-left: 0;
      padding-right: 0;
    }
    /* line 333, app/assets/stylesheets/ui/_form.scss */
    .search-box > .form-control,
.search-box > .form-select,
.search-box .search-box-item {
      width: 100%;
    }
    /* line 339, app/assets/stylesheets/ui/_form.scss */
    .search-box > .btn {
      width: 100%;
    }
    /* line 343, app/assets/stylesheets/ui/_form.scss */
    .search-box input {
      max-width: 345px;
    }
    /* line 348, app/assets/stylesheets/ui/_form.scss */
    .filter-box {
      padding-left: 0;
      padding-right: 0;
    }
    /* line 353, app/assets/stylesheets/ui/_form.scss */
    .w-542-center {
      width: 100%;
    }
    /* line 357, app/assets/stylesheets/ui/_form.scss */
    input.form-control-custom-1 {
      line-height: 25px;
      margin-bottom: 24px;
    }
    /* line 362, app/assets/stylesheets/ui/_form.scss */
    .form-new-contact {
      padding-left: 0;
      padding-bottom: 30px;
      margin-bottom: 0;
      margin-top: 16px;
    }
    /* line 368, app/assets/stylesheets/ui/_form.scss */
    .form-new-contact .field {
      margin: 0 0 20px 0;
    }
  }
  /* line 7, app/assets/stylesheets/ui/_icons.scss */
  .email-icon {
    display: block;
    height: 56px;
    width: 56px;
    background: url(/assets/ui/email-e424a55312befda746bbe05f6f93d57614a2a938baa67d0b451905866aad37b6.png);
  }
  /* line 14, app/assets/stylesheets/ui/_icons.scss */
  .chevron-left-icon {
    background: url(/assets/ui/chevron-left-e324d8668a475ecb93b09e91c04f225c1574eb4ddecfcca92f6b6b489084cc99.svg) scroll 16px 8px no-repeat;
    height: 32px;
    width: 32px;
  }
  /* line 20, app/assets/stylesheets/ui/_icons.scss */
  .calendar-icon {
    background: url(/assets/ui/calendar-a7c611c94fd0b7c316c4213de1e21f8ae71f56348fc4240b7a3834187d51dd57.svg) 0 0 no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
  }
  /* line 25, app/assets/stylesheets/ui/_icons.scss */
  .calendar-gray-icon {
    background: url(/assets/ui/calendar-gray-c65d6ca329ede67f5ae3ae5aad80545d42cf8950a0f73eb92253ccbdad20fd59.svg) 0 0 no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
  }
  /* line 30, app/assets/stylesheets/ui/_icons.scss */
  .calendar-white-icon {
    background: url(/assets/ui/calendar-white-4d15203574462c9340300ecd9b164f317a2d0ab3f02e7f2a48523b0d8d441718.svg) 0 0 no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
  }
  /* line 35, app/assets/stylesheets/ui/_icons.scss */
  .globe-icon {
    background: url(/assets/ui/globe-c5341ad51db596949d65061448679de442e84c7ffc93cc7fd00eb53748034ce4.svg) 0 0 no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
  }
  /* line 40, app/assets/stylesheets/ui/_icons.scss */
  .globe-white-icon {
    background: url(/assets/ui/globe-white-1edac21cf01bd9dfdf7632745a1f2d96c26f6f1fa5d911166015c50994fad83b.svg) 0 0 no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
  }
  /* line 45, app/assets/stylesheets/ui/_icons.scss */
  .settings-2-icon {
    background: url(/assets/ui/settings-2-84bf3e1a943b4fd25368517b8a4d142d59042e2ae0b2b6531ed8f48b4abef9c4.svg) 0 0 no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
  }
  /* line 50, app/assets/stylesheets/ui/_icons.scss */
  .settings-white {
    background: url(/assets/ui/settings-white-f636f4a926067b75fb7732093845e6e5c7b5bd6f97b7fcb00e65d85b480894e0.svg) 0 0 no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
  }
  /* line 55, app/assets/stylesheets/ui/_icons.scss */
  .map-marked-alt-orange-icon {
    background: url(/assets/ui/map-marked-alt-orange-4dfa1b5854720431b52c5d82080443edbd0af555fa42889ed4afbdd73feaad78.svg) 0 0 no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
  }
  /* line 60, app/assets/stylesheets/ui/_icons.scss */
  .globe-orange-icon {
    background: url(/assets/ui/globe-orange-b60c004d4637e8b5bb5dd2ff20788ae838b64b5e1bed7b4292d492284ac75d79.svg) 0 0 no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
  }
  /* line 65, app/assets/stylesheets/ui/_icons.scss */
  .people-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/people-3909732adbda699d5726b541ae1b402933ec0b7c04849b072b02fb599b6fb44d.svg);
  }
  /* line 69, app/assets/stylesheets/ui/_icons.scss */
  .people-icon.active {
    background-image: url(/assets/ui/people-white-7a9a697ddf4ee2a82174c232bdcae4678b750319c137efb3590715c55b1db993.svg);
  }
  /* line 73, app/assets/stylesheets/ui/_icons.scss */
  .people-icon.completed {
    background-image: url(/assets/ui/people-green-70578b245ce8be1ed36c83f9014e72df6220631136584168751c1bf5c69d05e8.svg);
  }
  /* line 78, app/assets/stylesheets/ui/_icons.scss */
  .people-orange-icon {
    background: url(/assets/ui/people-orange-f00bd26688f8abba64e54736c2ff3da0f6d090833d000ea2f43250196b4fae6a.svg) 0 0 no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
  }
  /* line 83, app/assets/stylesheets/ui/_icons.scss */
  .checkmark-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/checkmark-e473f10b455e4edd88ed38fbfcae45673992d8228f0a0a1d8d40b544033f6e30.svg);
  }
  /* line 87, app/assets/stylesheets/ui/_icons.scss */
  .checkmark-icon.active {
    background-image: url(/assets/ui/checkmark-white-199d89f2f876b55963980555fe6fb8e75752e846d29e3847f037928ffd177d35.svg);
  }
  /* line 91, app/assets/stylesheets/ui/_icons.scss */
  .checkmark-icon.completed {
    background-image: url(/assets/ui/checkmark-green-44fdd1114f95541c345de758a24bf7ef792f8773f8041c40726be9789065a397.svg);
  }
  /* line 96, app/assets/stylesheets/ui/_icons.scss */
  .checkmark-gray-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/checkmark-gray-78217b48f611ff8e5b3739597b050dfb16e05d0cb8b0a643cf912230a3069737.svg);
  }
  /* line 100, app/assets/stylesheets/ui/_icons.scss */
  .checkmark-gray-icon.active {
    background-image: url(/assets/ui/checkmark-white-199d89f2f876b55963980555fe6fb8e75752e846d29e3847f037928ffd177d35.svg);
  }
  /* line 104, app/assets/stylesheets/ui/_icons.scss */
  .checkmark-gray-icon.completed {
    background-image: url(/assets/ui/checkmark-green-44fdd1114f95541c345de758a24bf7ef792f8773f8041c40726be9789065a397.svg);
  }
  /* line 109, app/assets/stylesheets/ui/_icons.scss */
  .message-square-gray-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/message-square-gray-bcdb5ecd2f2b059b77edbb0b88545a47599f4fbb8512cbd6039c3a65130cbfba.svg);
  }
  /* line 113, app/assets/stylesheets/ui/_icons.scss */
  .message-square-gray-icon.active {
    background-image: url(/assets/ui/message-square-white-0a4ba53a21a9b2f3393e5a672e6c6fbbb37553245c3e0575a429ce363de0c50d.svg);
  }
  /* line 117, app/assets/stylesheets/ui/_icons.scss */
  .message-square-gray-icon.completed {
    background-image: url(/assets/ui/message-square-green-d9541f308daaf8bab9fc89d5aef0c5e5e47de2a8d2fe17ef388896da8f488a17.svg);
  }
  /* line 122, app/assets/stylesheets/ui/_icons.scss */
  .checkmark-green-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/checkmark-green-44fdd1114f95541c345de758a24bf7ef792f8773f8041c40726be9789065a397.svg);
  }
  /* line 127, app/assets/stylesheets/ui/_icons.scss */
  .checkmark-circle-green-icon {
    background: url(/assets/ui/checkmark-circle-green-ebd93ac83c6da5d046a027387e7afa60e290837ac450ca13d33cd9f75e4564db.svg) 0 0 no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
  }
  /* line 132, app/assets/stylesheets/ui/_icons.scss */
  .dollar-sign-orange-icon {
    background: url(/assets/ui/dollar-sign-orange-ab14dab68b794b5a36cffe4dd26beabbf20b673eb9b85483142baddaf7fd979c.svg) 0 0 no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
  }
  /* line 137, app/assets/stylesheets/ui/_icons.scss */
  .golf-ball-orange-icon {
    background: url(/assets/ui/golf-ball-orange-81da4e27a5f2880815044ae7004514fbad1da549a5d7d3d760388dbd8163243b.svg) 0 0 no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
  }
  /* line 142, app/assets/stylesheets/ui/_icons.scss */
  .rocket-green-icon {
    background: url(/assets/ui/rocket-green-9fe737da349fe04a9219dc8acd9e236e5290d7b3fbefe9b8187ad55b85ac42af.svg) 0 0 no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
  }
  /* line 147, app/assets/stylesheets/ui/_icons.scss */
  .copy-gray-icon {
    background: url(/assets/ui/copy-gray-8cfc27ae89cb0b670248e6ecf92ae89edf3ce505d6d1cb2772510f41ef8cd7f0.svg) 0 0 no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
  }
  /* line 152, app/assets/stylesheets/ui/_icons.scss */
  .external-link-blue-icon {
    background: url(/assets/ui/external-link-blue-cc5f80715c41229c330d648b0f2a476f19bd472dd363e4f405a92514ad104637.svg) 0 0 no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
  }
  /* line 157, app/assets/stylesheets/ui/_icons.scss */
  .flag-checkered-gray-icon {
    background: url(/assets/ui/flag-checkered-gray-511ec06e966d0dc75f4cc9e23ca151b69b0e495bcb96b08aa4a002deb056df2b.svg) 0 0 no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
  }
  /* line 162, app/assets/stylesheets/ui/_icons.scss */
  .flag-checkered-green-icon {
    background: url(/assets/ui/flag-checkered-green-3bfdf68acfe6ce35a415ff8bc6f93bf420cdf5128876cd7685185fba29adfd0e.svg) 0 0 no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
  }
  /* line 167, app/assets/stylesheets/ui/_icons.scss */
  .circle-green-icon {
    background: url(/assets/ui/circle-green-033cf551365a1af78a223ce9a12f4f61ae921c846dde830e658a928e540bdc67.svg) 0 0 no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
  }
  /* line 172, app/assets/stylesheets/ui/_icons.scss */
  .copy-gray-outline-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background: url(/assets/ui/copy-gray-outline-d48d9ead2ea0c0a7eeed1e343ccadd523ed9f6fb2b29e21d0e19d546b8e79654.svg) 0 0 no-repeat;
  }
  /* line 177, app/assets/stylesheets/ui/_icons.scss */
  .facebook-black-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background: url(/assets/ui/facebook-black-6489502dda7380f67249e1b4403489c15a42f97a38e661f497f50970286e448c.svg) 0 0 no-repeat;
  }
  /* line 182, app/assets/stylesheets/ui/_icons.scss */
  .twitter-black-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background: url(/assets/ui/twitter-black-cf0e9c8504fdaf1b4db6c1f5a1b34e6d5b0f89756d4bea278f26afe09bf1c3b7.svg) 0 0 no-repeat;
  }
  /* line 187, app/assets/stylesheets/ui/_icons.scss */
  .external-link-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background: url(/assets/ui/external-link-d5c66439b219c6da89c3ed208d4390abf07cfceaa9942c7c5d9d7aa43ae92503.svg) 0 0 no-repeat;
  }
  /* line 192, app/assets/stylesheets/ui/_icons.scss */
  .email-fill-gray-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/email-fill-gray-c09a766fecee80d689a3e482454ee2f35bd7fb9809db79c0bfcf436472773702.svg);
  }
  /* line 196, app/assets/stylesheets/ui/_icons.scss */
  .email-fill-gray-icon.active {
    background-image: url(/assets/ui/email-green-7d51905e6bec38a315fdf61a58b4ce72e211f68dfc229325c6a7bb42292c09c8.svg);
  }
  /* line 201, app/assets/stylesheets/ui/_icons.scss */
  .file-import-gray-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/file-import-gray-3248a6a7becce1ed2aac2c5af5b32365256decff85fa76584bba37ddc79c7fed.svg);
  }
  /* line 205, app/assets/stylesheets/ui/_icons.scss */
  .file-import-gray-icon.active {
    background-image: url(/assets/ui/file-import-orange-017fdb7566857badbff1c4c6e439648c1b0524caa661a6f77a1ac5c6e0e551c0.svg);
  }
  /* line 210, app/assets/stylesheets/ui/_icons.scss */
  .contact-import-gray-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/contact-import-gray-8b74bc7a1fcc93671f8941296b10e7c38417d4b62ffa8cf27a9e12466d9ef626.svg);
  }
  /* line 214, app/assets/stylesheets/ui/_icons.scss */
  .contact-import-gray-icon.active {
    background-image: url(/assets/ui/contact-import-gray-8b74bc7a1fcc93671f8941296b10e7c38417d4b62ffa8cf27a9e12466d9ef626.svg);
  }
  /* line 219, app/assets/stylesheets/ui/_icons.scss */
  .contact-import-light-gray-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/contact-import-light-gray-71cc8d8df43e996797efed580ce2b5b50d48e42ff76fe1ac29d59b023aff3d3a.svg);
  }
  /* line 223, app/assets/stylesheets/ui/_icons.scss */
  .contact-import-light-gray-icon.active {
    background-image: url(/assets/ui/contact-import-light-gray-71cc8d8df43e996797efed580ce2b5b50d48e42ff76fe1ac29d59b023aff3d3a.svg);
  }
  /* line 228, app/assets/stylesheets/ui/_icons.scss */
  .contact-import-white-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/contact-import-white-icon-90bef00b7ab57a2239afd0a18542976e4e48f0d53b7934d82c454e84c0d97c28.svg);
  }
  /* line 232, app/assets/stylesheets/ui/_icons.scss */
  .contact-import-white-icon.active {
    background-image: url(/assets/ui/contact-import-white-icon-90bef00b7ab57a2239afd0a18542976e4e48f0d53b7934d82c454e84c0d97c28.svg);
  }
  /* line 237, app/assets/stylesheets/ui/_icons.scss */
  .list-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/list-c5f132a91ce520ade74757a9d978383fff7c8144ec4c7e0cbdc9256609d65299.svg);
  }
  /* line 241, app/assets/stylesheets/ui/_icons.scss */
  .list-icon.active {
    background-image: url(/assets/ui/list-white-84167110a8f2ed96330bf18c473094b3407f3a537ed7a31fa3b9e2aa59a3ee99.svg);
  }
  /* line 245, app/assets/stylesheets/ui/_icons.scss */
  .list-icon.completed {
    background-image: url(/assets/ui/list-green-d2a6b6f1a6a2f87ded5ecb63e7e590c00caf695374fef6e874448ae7abee8185.svg);
  }
  /* line 250, app/assets/stylesheets/ui/_icons.scss */
  .list-gray-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/list-gray-9fb216f02c2a999d568924961a848fc474e7329b644e086fca12b536945f93a2.svg);
  }
  /* line 254, app/assets/stylesheets/ui/_icons.scss */
  .list-gray-icon.active {
    background-image: url(/assets/ui/list-blue-722d2c6017719a7b8ab754961af13984efe93443b9cb5b550f8c83fe4f502cc2.svg);
  }
  /* line 259, app/assets/stylesheets/ui/_icons.scss */
  .download-gray-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/download-gray-f63fe5b77a26f893b5578ad611b9de359cc0f0b41d80b40ffdbb8acaa48cd746.svg);
  }
  /* line 264, app/assets/stylesheets/ui/_icons.scss */
  .sort-amount-up-gray-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background: url(/assets/ui/sort-amount-up-gray-64d8d1ddace8688adc1c897b2d9d24af303842f097be98588ac2e6c26a87a986.svg) 0 0 no-repeat;
  }
  /* line 269, app/assets/stylesheets/ui/_icons.scss */
  .filter-gray-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background: url(/assets/ui/filter-gray-8704ffbff508384e17488cb11f183693aed52f49444542f6e4ae34dd419a54e6.svg) 0 0 no-repeat;
  }
  /* line 274, app/assets/stylesheets/ui/_icons.scss */
  .search-gray-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background: url(/assets/ui/search-gray-ee5baea59d7e4cbfca877458c8772fc2c39d424999be502230cfb6a69e55749f.svg) 0 0 no-repeat;
  }
  /* line 279, app/assets/stylesheets/ui/_icons.scss */
  .edit-gray-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background: url(/assets/ui/edit-gray-434cdb93fc52882c43308e315ea73d95eefb921997ae54182300ff15d5a3b8ee.svg) 0 0 no-repeat;
  }
  /* line 284, app/assets/stylesheets/ui/_icons.scss */
  .trash-gray-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background: url(/assets/ui/trash-red-159ab5dd068c0a56f86e134c18419a5804117952f661dee7b95d87df55fd321f.svg) 0 0 no-repeat;
  }
  /* line 289, app/assets/stylesheets/ui/_icons.scss */
  .eye-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/eye-b8d2b44075404d37b8842d95b986d36d8479ba49aee91ba175cbe0f5bf2268e1.svg);
  }
  /* line 293, app/assets/stylesheets/ui/_icons.scss */
  .eye-icon.active {
    background-image: url(/assets/ui/eye-white-fff893d42f6caf0f105eafed395f062febe0a8d42ef11e6df5db6dd05a1d1b95.svg);
  }
  /* line 297, app/assets/stylesheets/ui/_icons.scss */
  .eye-icon.completed {
    background-image: url(/assets/ui/eye-green-46ca4e454d3a771fec68a8068a313396beba97971d039bd5ee9cdbdcae069e46.svg);
  }
  /* line 302, app/assets/stylesheets/ui/_icons.scss */
  .eye-gray-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/eye-gray-a4b0f4689d0d73f797682694ffbe9cad46b9773c1a4c3f16f7f0a0e2eb9af2b5.svg);
  }
  /* line 306, app/assets/stylesheets/ui/_icons.scss */
  .eye-gray-icon.active {
    background-image: url(/assets/ui/eye-white-fff893d42f6caf0f105eafed395f062febe0a8d42ef11e6df5db6dd05a1d1b95.svg);
  }
  /* line 310, app/assets/stylesheets/ui/_icons.scss */
  .eye-gray-icon.completed {
    background-image: url(/assets/ui/eye-green-46ca4e454d3a771fec68a8068a313396beba97971d039bd5ee9cdbdcae069e46.svg);
  }
  /* line 315, app/assets/stylesheets/ui/_icons.scss */
  .info-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/info-80b3d75d75d0963e68e3057449f9041f92742f8b611b25f3d44d0e1877d04590.svg);
  }
  /* line 320, app/assets/stylesheets/ui/_icons.scss */
  .info-gray-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/info-gray-4ae3f5fbaafc66553cce877a55a270544b1c7fee5d5782fc5bb199fe3baafd0e.svg);
  }
  /* line 325, app/assets/stylesheets/ui/_icons.scss */
  .info-green-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/info-green-e057222ef1b465503175c9ec40faeca8d9d913e42ec051c32074882baa01ae72.svg);
  }
  /* line 330, app/assets/stylesheets/ui/_icons.scss */
  .info-green-500-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/info-green-500-6d7c7efc0edbe4d3ddb14135ba88db9700e9d1b244488e76b619f420394b1e06.svg);
  }
  /* line 335, app/assets/stylesheets/ui/_icons.scss */
  .info-gray-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/info-gray-4ae3f5fbaafc66553cce877a55a270544b1c7fee5d5782fc5bb199fe3baafd0e.svg);
  }
  /* line 340, app/assets/stylesheets/ui/_icons.scss */
  .email-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/email-cceb09455496cebc60b9b23b314ba511c2735ab71c7791e186486f88e9026eca.svg);
  }
  /* line 344, app/assets/stylesheets/ui/_icons.scss */
  .email-icon.active {
    background-image: url(/assets/ui/email-white-e4721396511f43e8bb5b00c8cac765b52c0aa9f19ba828ba63c0b6a5de8c3b9a.svg);
  }
  /* line 348, app/assets/stylesheets/ui/_icons.scss */
  .email-icon.completed {
    background-image: url(/assets/ui/email-green-7d51905e6bec38a315fdf61a58b4ce72e211f68dfc229325c6a7bb42292c09c8.svg);
  }
  /* line 353, app/assets/stylesheets/ui/_icons.scss */
  .menu-2-gray-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/menu-2-gray-a85fff27e959792a263cd375f0bd9305c84501e947351ffd8fe46ac312d88c0c.svg);
  }
  /* line 357, app/assets/stylesheets/ui/_icons.scss */
  .menu-2-gray-icon.active {
    background-image: url(/assets/ui/menu-2-white-64338a3f6fc94a4500c0aaea06b19e695bab7a79bc083ae0c748854caaec8b37.svg);
  }
  /* line 361, app/assets/stylesheets/ui/_icons.scss */
  .menu-2-gray-icon.completed {
    background-image: url(/assets/ui/menu-2-green-42fef6be6933bb62a07e0d36b75903f8e1af77b18fd317bd30f3e90dafdd1c8e.svg);
  }
  /* line 366, app/assets/stylesheets/ui/_icons.scss */
  .email-green-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/email-green-7d51905e6bec38a315fdf61a58b4ce72e211f68dfc229325c6a7bb42292c09c8.svg);
  }
  /* line 371, app/assets/stylesheets/ui/_icons.scss */
  .user-check-green-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/user-check-green-a8ae817a48c0ab35ef33a2c1df81c47901b3f5525b23c1f5083db35c3431014f.svg);
  }
  /* line 376, app/assets/stylesheets/ui/_icons.scss */
  .checkmark-plain-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/checkmark-plain-d2928714928ae3d280691d5dbcaf1351cac0d0b0c4758fb68996a6a400a52b9e.svg);
  }
  /* line 381, app/assets/stylesheets/ui/_icons.scss */
  .checkmark-plain-green-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/checkmark-plain-green-96a25607f3e8cef54a7dec7813f857813f761a3b60a455296a07aac2abd61f97.svg);
  }
  /* line 386, app/assets/stylesheets/ui/_icons.scss */
  .arrow-left-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/arrow-left-5c1fdfdb6841cae1c748ed4c38280efd5cd7818a1a99098c9aee7e924afbb381.svg);
  }
  /* line 391, app/assets/stylesheets/ui/_icons.scss */
  .users-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/users-c3376b2547186281fa6c78ba9d5fb32f4ac9a082c7f14a4ff625feaee977efb6.svg);
  }
  /* line 396, app/assets/stylesheets/ui/_icons.scss */
  .users-gray-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/users-gray-fc43da4730300ccbad602d8f06f4ddc420ad484543e089c64cde16f8a2f8a486.svg);
  }
  /* line 401, app/assets/stylesheets/ui/_icons.scss */
  .logo-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/logo-light-f70496377d7700b8fd11fbfd108025aa11193637c66797ed95b42631642126fd.svg);
  }
  /* line 406, app/assets/stylesheets/ui/_icons.scss */
  .email-approved-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/email-approved-7ff48c575bb900d1cda4b1c44b74984115eb75c95f6c8d745797d751c30a8033.svg);
  }
  /* line 411, app/assets/stylesheets/ui/_icons.scss */
  .email-rejected-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/email-rejected-5f0bb06f24b87072af075f37bebf32ae3bd82ae2e829eb8360fd3d1327e92e95.svg);
  }
  /* line 416, app/assets/stylesheets/ui/_icons.scss */
  .white-plus-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/white-plus-icon-2a321ba01f0d5edaf6f1eea21cbcb2ce86e03c5d6ba7005b7a0abb75078130f8.svg);
  }
  /* line 421, app/assets/stylesheets/ui/_icons.scss */
  .black-plus-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/black-plus-icon-bd1a6ffcca2341949ad20b903367925d04a57bf431dfc19d2fc189a93c9f4af0.svg);
  }
  /* line 426, app/assets/stylesheets/ui/_icons.scss */
  .forward-arrow-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/forward-arrow-87871dc7ceab8c34f4ef120c1e90be7013c184bb9b7724ff110a3c5ba3e1b134.svg);
  }
  /* line 431, app/assets/stylesheets/ui/_icons.scss */
  .credit-card-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/credit-card-c412dd56d438dba48fb87b0c35cf32808ba6a4a584789d0e0ef9dd56d9d7c41c.svg);
  }
  /* line 436, app/assets/stylesheets/ui/_icons.scss */
  .coins-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/coins-0d9cc2d7ece4ecb9314e1ead2dbd7bfeb2d312deb7178b2562b3c93ea9c299a9.svg);
  }
  /* line 441, app/assets/stylesheets/ui/_icons.scss */
  .coins-gray-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/coins-gray-4ad8c33a898d1ed7a8724690b7594ebb166a2f1cce359a0587f0458efa83213d.svg);
  }
  /* line 446, app/assets/stylesheets/ui/_icons.scss */
  .plus-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/plus-8dd225f98227a64c63af9f316896da3595e6238401a7ac0f839184740e68a798.svg);
  }
  /* line 451, app/assets/stylesheets/ui/_icons.scss */
  .minus-circle-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/minus-circle-d687031d4df33aa07578021caffbf2dc0151d04d092f3c63a0bcde5c8b7f9828.svg);
  }
  /* line 456, app/assets/stylesheets/ui/_icons.scss */
  .minus-circle-red-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/minus-circle-red-8d20636f503a978dc9535d93b63ca62727740b5ebdac9fea1f5ed2707fcd1198.svg);
  }
  /* line 461, app/assets/stylesheets/ui/_icons.scss */
  .mastercard-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/mastercard-d94727332799740c3b0ee8aafe64ffb121a4c2a796767891ed001728f3af9869.svg);
  }
  /* line 466, app/assets/stylesheets/ui/_icons.scss */
  .close-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/close-e4c10e436c8132b6dadb93f1bfef66d36ba0b772c24428ecda8af3c8d8e5e60f.svg);
  }
  /* line 471, app/assets/stylesheets/ui/_icons.scss */
  .close-gray-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/close-gray-e4c10e436c8132b6dadb93f1bfef66d36ba0b772c24428ecda8af3c8d8e5e60f.svg);
  }
  /* line 476, app/assets/stylesheets/ui/_icons.scss */
  .credit-card-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/credit-card-c412dd56d438dba48fb87b0c35cf32808ba6a4a584789d0e0ef9dd56d9d7c41c.svg);
  }
  /* line 481, app/assets/stylesheets/ui/_icons.scss */
  .credit-card-gray-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/credit-card-gray-6bca2be04066ea0b7de1d38910b78f5bb4ce6d813df3d645a46e5fb6deafb8ef.svg);
  }
  /* line 486, app/assets/stylesheets/ui/_icons.scss */
  .mastercard-plain-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center;
    background-image: url(/assets/ui/mastercard-plain-06c87c8071f406ad0a58191313a97e1b2957367ce5da725a5ff5a1eddbd02645.svg);
  }
  /* line 492, app/assets/stylesheets/ui/_icons.scss */
  .icon-8 {
    height: 8px;
    width: 8px;
  }
  /* line 497, app/assets/stylesheets/ui/_icons.scss */
  .icon-11 {
    height: 11px;
    width: 11px;
  }
  /* line 502, app/assets/stylesheets/ui/_icons.scss */
  .icon-13 {
    height: 13px;
    width: 13px;
  }
  /* line 507, app/assets/stylesheets/ui/_icons.scss */
  .icon-14 {
    height: 14px;
    width: 14px;
  }
  /* line 512, app/assets/stylesheets/ui/_icons.scss */
  .icon-16 {
    height: 16px;
    width: 16px;
  }
  /* line 517, app/assets/stylesheets/ui/_icons.scss */
  .icon-24 {
    height: 24px;
    width: 24px;
  }
  /* line 522, app/assets/stylesheets/ui/_icons.scss */
  .icon-26 {
    height: 26px;
    width: 26px;
  }
  /* line 527, app/assets/stylesheets/ui/_icons.scss */
  .icon-32 {
    height: 32px;
    width: 32px;
  }
  /* line 532, app/assets/stylesheets/ui/_icons.scss */
  .icon-33 {
    height: 33px;
    width: 33px;
  }
  /* line 537, app/assets/stylesheets/ui/_icons.scss */
  .icon-40 {
    height: 40px;
    width: 40px;
  }
  /* line 542, app/assets/stylesheets/ui/_icons.scss */
  .icon-64 {
    height: 64px;
    width: 64px;
  }
  /* line 547, app/assets/stylesheets/ui/_icons.scss */
  .icon-box {
    position: relative;
    display: inline-block;
  }
  /* line 551, app/assets/stylesheets/ui/_icons.scss */
  .icon-box .icon {
    position: absolute;
    top: 5px;
    height: 16px;
    width: 16px;
  }
  /* line 558, app/assets/stylesheets/ui/_icons.scss */
  .icon-box .with-text {
    font-size: 14px;
    font-weight: 400;
    color: #343a40;
    padding-left: 24px;
  }
  /* line 564, app/assets/stylesheets/ui/_icons.scss */
  .icon-box .with-text a:hover {
    color: #4D86BA;
    text-decoration: underline;
  }
  /* line 570, app/assets/stylesheets/ui/_icons.scss */
  .icon-box .logo {
    position: relative;
    height: 16px;
    width: 146px;
  }
  /* line 576, app/assets/stylesheets/ui/_icons.scss */
  .icon-box .status {
    position: relative;
    height: 78px;
    width: 82px;
  }
  /* line 584, app/assets/stylesheets/ui/_icons.scss */
  .icon-box-16 .with-text,
.icon-box-16 a.with-text {
    font-size: 12px;
  }
  /* line 591, app/assets/stylesheets/ui/_icons.scss */
  .icon-box-24 .icon {
    position: absolute;
    top: 0px;
    height: 24px;
    width: 24px;
  }
  /* line 598, app/assets/stylesheets/ui/_icons.scss */
  .icon-box-24 .with-text,
.icon-box-24 a.with-text {
    padding-left: 32px;
  }
  /* line 604, app/assets/stylesheets/ui/_icons.scss */
  .circle-icon-box {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 614, app/assets/stylesheets/ui/_icons.scss */
  .circle-icon-box-sm {
    background: #f9f9f9;
    border: 1px solid #d8d9d9;
    border-radius: 40px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 625, app/assets/stylesheets/ui/_icons.scss */
  .square-icon-box {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 633, app/assets/stylesheets/ui/_icons.scss */
  .circle-icon-box-12px, .circle-icon-box-12px-blue, .circle-icon-box-12px-orange, .circle-icon-box-12px-green {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background-color: #D8D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  /* line 644, app/assets/stylesheets/ui/_icons.scss */
  .circle-icon-box-12px-green {
    background-color: #E1EFD8;
  }
  /* line 649, app/assets/stylesheets/ui/_icons.scss */
  .circle-icon-box-12px-orange {
    background-color: #FDE7D3;
  }
  /* line 654, app/assets/stylesheets/ui/_icons.scss */
  .circle-icon-box-12px-blue {
    background-color: #EDF2F8;
  }
  /* line 659, app/assets/stylesheets/ui/_icons.scss */
  .circle-icon-box-16px {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background-color: #D8D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  /* line 670, app/assets/stylesheets/ui/_icons.scss */
  .circle-icon-box-17px {
    width: 56px;
    height: 56px;
    border-radius: 17px;
    background-color: #E1EFD8;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 680, app/assets/stylesheets/ui/_icons.scss */
  .circle-icon-box-37 {
    width: 37px;
    height: 37px;
  }
  /* line 685, app/assets/stylesheets/ui/_icons.scss */
  .border-right {
    border-right: 1px solid #b4b8bb;
  }
  /* line 689, app/assets/stylesheets/ui/_icons.scss */
  .circle-box {
    padding: 24px;
    width: 104px;
    height: 104px;
    background: #f9f9f9;
    border-radius: 100%;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: relative;
  }
  /* line 702, app/assets/stylesheets/ui/_icons.scss */
  .circle-box-104px {
    width: 104px;
    height: 104px;
  }
  /* line 707, app/assets/stylesheets/ui/_icons.scss */
  .abs-icon-box {
    position: absolute;
    bottom: 5px;
    right: 0;
  }
  /* line 713, app/assets/stylesheets/ui/_icons.scss */
  .abs-icon-box-2 {
    position: absolute;
    bottom: 0px;
    right: -8px;
  }
  /* line 719, app/assets/stylesheets/ui/_icons.scss */
  .square-w-16px {
    width: 16px;
    height: 16px;
  }
  /* line 724, app/assets/stylesheets/ui/_icons.scss */
  .square-w-32px {
    width: 32px;
    height: 32px;
  }
  /* line 729, app/assets/stylesheets/ui/_icons.scss */
  .square-w-40px {
    width: 40px;
    height: 40px;
  }
  /* line 734, app/assets/stylesheets/ui/_icons.scss */
  .square-w-48px {
    width: 48px;
    height: 48px;
  }
  /* line 739, app/assets/stylesheets/ui/_icons.scss */
  .square-w-56px {
    width: 56px;
    height: 56px;
  }
  /* line 744, app/assets/stylesheets/ui/_icons.scss */
  .square-w-72px {
    width: 72px;
    height: 72px;
  }
  /* line 749, app/assets/stylesheets/ui/_icons.scss */
  .square-w-88px {
    width: 88px;
    height: 88px;
  }
  /* line 754, app/assets/stylesheets/ui/_icons.scss */
  .rectangilar-w-38px-h-24px {
    width: 38px;
    height: 24px;
  }
  /* line 759, app/assets/stylesheets/ui/_icons.scss */
  .step-icon-box {
    background-color: #D8D9D9;
  }
  /* line 762, app/assets/stylesheets/ui/_icons.scss */
  .step-icon-box.active {
    background-color: #6a962c;
  }
  /* line 766, app/assets/stylesheets/ui/_icons.scss */
  .step-icon-box.completed {
    background-color: #e1efd8;
  }
  /* line 771, app/assets/stylesheets/ui/_icons.scss */
  .circle-icon-box-email-type {
    width: 48px;
    height: 48px;
    background: #E1EFD8;
  }
  /* line 776, app/assets/stylesheets/ui/_icons.scss */
  .circle-icon-box-email-type .icon-for-email-type {
    height: 32px;
    width: 32px;
  }
  /* line 782, app/assets/stylesheets/ui/_icons.scss */
  .email-type-icon-align {
    margin-left: 32px;
  }
  /* line 786, app/assets/stylesheets/ui/_icons.scss */
  .x-close-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/x-close-6a56ea0f88c105419d040d68fbbe00b9a4451fef40d158a05f1eab75ff71d6f8.svg);
  }
  /* line 791, app/assets/stylesheets/ui/_icons.scss */
  .credit-success-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/credit-success-icon-4d30da20fa662d55e744a52c0164cf4d1328b983529db0a6680b75579c1ebd02.svg);
  }
  /* line 796, app/assets/stylesheets/ui/_icons.scss */
  .credit-success-icon-size {
    height: 53.33px;
    width: 53.33px;
  }
  /* line 802, app/assets/stylesheets/ui/_icons.scss */
  .text-gray-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/text-icon-7ca7348a6859b555f8d2fb6cb397c44df1a5b74f78c6a1541531a390210d1ad6.svg);
  }
  /* line 807, app/assets/stylesheets/ui/_icons.scss */
  .text-icon-size {
    height: 19px;
    width: 20px;
  }
  /* line 812, app/assets/stylesheets/ui/_icons.scss */
  .text-icon-size-lg {
    height: 31.67px;
    width: 33.33px;
  }
  /* line 817, app/assets/stylesheets/ui/_icons.scss */
  .text-green-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/text-green-icon-c42e4135dce13824aeecc7555f5d0a9360db8b3c2e8afa0340696a275a0eba0f.svg);
  }
  /* line 822, app/assets/stylesheets/ui/_icons.scss */
  .pro-intro-list-icon-circle {
    width: 72px;
    height: 72px;
    border-radius: 100%;
    background-color: #E1EFD8;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 832, app/assets/stylesheets/ui/_icons.scss */
  .pro-intro-list-icon-1 {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/pro-intro-list-icon-1-b8bf460d6d9cc900fc4ccc2982c91fce965a9da93d1ab4974ff703caf3ebf5cc.svg);
  }
  /* line 837, app/assets/stylesheets/ui/_icons.scss */
  .pro-intro-list-icon-1-size {
    width: 26.67px;
    height: 33.33px;
  }
  /* line 842, app/assets/stylesheets/ui/_icons.scss */
  .pro-intro-list-icon-2 {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/pro-intro-list-icon-2-3608676897e8a5e14247f66ae534c0ef422fec8b3140e2dd9528567d2ca0348b.svg);
  }
  /* line 847, app/assets/stylesheets/ui/_icons.scss */
  .pro-intro-list-icon-2-size {
    width: 33.33px;
    height: 22.22px;
  }
  /* line 852, app/assets/stylesheets/ui/_icons.scss */
  .pro-intro-list-icon-3 {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/pro-intro-list-icon-3-c5404e5486d2eb4f2936ff49918dbdc67b01b9bad5e090fa23fa05b8421aa2d7.svg);
  }
  /* line 857, app/assets/stylesheets/ui/_icons.scss */
  .pro-intro-list-icon-3-size {
    width: 33.33px;
    height: 20px;
  }
  /* line 862, app/assets/stylesheets/ui/_icons.scss */
  .pro-intro-list-icon-4 {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/pro-intro-list-icon-4-095fa2a0a4feac4dd6ca4f634956717b506d3cda88bfb8cfb480a3f90347a8cc.svg);
  }
  /* line 867, app/assets/stylesheets/ui/_icons.scss */
  .pro-intro-list-icon-4-size {
    width: 33.33px;
    height: 33.33px;
  }
  /* line 872, app/assets/stylesheets/ui/_icons.scss */
  .pro-intro-logo-size {
    width: 173.21px;
    height: 19px;
  }
  /* line 877, app/assets/stylesheets/ui/_icons.scss */
  .pro-icon-green {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/pro-icon-green-14b124966e3534027da0af1afd23afd4864fff4b7c6e10da78601d5d1b1bd7d4.svg);
  }
  /* line 882, app/assets/stylesheets/ui/_icons.scss */
  .pro-icon-green-size {
    width: 57px;
    height: 30px;
  }
  /* line 887, app/assets/stylesheets/ui/_icons.scss */
  .caddy-link-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/assets/ui/caddy_link-1b54371e464c2173d54ea494fff931f9a98c37f49d57f28c4daeb25ea0792ac4.svg);
  }
  /* line 892, app/assets/stylesheets/ui/_icons.scss */
  .phone-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background: url(/assets/ui/phone-86ed250c3a373d96f8f2cb1379ea37610e4315a6576c287f0ba00ac9871bfd20.svg) 0 0 no-repeat;
  }
  /* line 897, app/assets/stylesheets/ui/_icons.scss */
  .green-phone-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background: url(/assets/ui/green_phone-9a45222e9551fef47b4fda9d9b27def602eae8a6d166cee8e1fcfd1b553216fd.svg) 0 0 no-repeat;
  }
  /* line 902, app/assets/stylesheets/ui/_icons.scss */
  .green-image-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background: url(/assets/ui/green_image-5d6682515bbd2205c9148b2408e9cb0339eddd8fe78d970ab880be5ce74bc2e4.svg) 0 0 no-repeat;
  }
  /* line 907, app/assets/stylesheets/ui/_icons.scss */
  .green-people-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background: url(/assets/ui/green_people-c490c6b0fc780c66a077bdbc03caa4ed84954e618265232e438004f8b3d3eedc.svg) 0 0 no-repeat;
  }
  /* line 912, app/assets/stylesheets/ui/_icons.scss */
  .green-flyer-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background: url(/assets/ui/green_flyer-64ecfe40b9448b19c803a0bed54e42bd1f7528fdea350bf77bdf71fcaea73b0f.svg) 0 0 no-repeat;
  }
  /* line 917, app/assets/stylesheets/ui/_icons.scss */
  .green-envelope-icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background: url(/assets/ui/green_envelope-cca8c08761ba7cc9cfdf25a137e51c8723f6b5c0e13dfeddafe702406b96dd04.svg) 0 0 no-repeat;
  }
  @media (max-width: 767.98px) {
    /* line 923, app/assets/stylesheets/ui/_icons.scss */
    .circle-icon-box-email-type {
      width: 40px;
      height: 40px;
      background: #E1EFD8;
    }
    /* line 928, app/assets/stylesheets/ui/_icons.scss */
    .circle-icon-box-email-type .icon-for-email-type {
      height: 24px;
      width: 24px;
    }
    /* line 934, app/assets/stylesheets/ui/_icons.scss */
    .email-type-icon-align {
      margin-left: 24px;
    }
  }
  /* line 1, app/assets/stylesheets/ui/_images.scss */
  .text-pro-intro-image {
    padding: 40px 26px 0 1px;
    border: 1px solid #D8D9D9;
    border-radius: 4px;
  }
  /* line 7, app/assets/stylesheets/ui/_images.scss */
  .pro-intro-image {
    width: 473.33px;
    height: 503.19px;
    left: 1.49px;
    top: 0.65px;
    margin-top: -49.27px;
  }
  @media (max-width: 767.98px) {
    /* line 16, app/assets/stylesheets/ui/_images.scss */
    .text-pro-intro-image {
      max-width: 100%;
      margin: 0;
    }
  }
  /* line 4, app/assets/stylesheets/ui/_login.scss */
  .login h3 {
    font-family: "Mulish";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #343a40;
  }
  /* line 13, app/assets/stylesheets/ui/_login.scss */
  .login label {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #343a40;
    padding-bottom: 0px;
    margin-bottom: 8px;
  }
  /* line 21, app/assets/stylesheets/ui/_login.scss */
  .new-event {
    background: #f9f9f9;
  }
  /* line 24, app/assets/stylesheets/ui/_login.scss */
  .new-event h3 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #272c31;
  }
  /* line 33, app/assets/stylesheets/ui/_login.scss */
  .new-event .text-muted {
    font-size: 14px;
    line-height: 25px;
    width: 384px;
    margin-left: -35px;
  }
  /* line 40, app/assets/stylesheets/ui/_login.scss */
  .new-event .new-event-box {
    width: 344px;
    box-sizing: border-box;
    margin-top: 107px;
  }
  @media (max-width: 767.98px) {
    /* line 49, app/assets/stylesheets/ui/_login.scss */
    .new-event .new-event-box {
      margin-top: 34px;
      text-align: center;
    }
  }
  /* line 56, app/assets/stylesheets/ui/_login.scss */
  .pointer {
    cursor: pointer;
  }
  /* line 60, app/assets/stylesheets/ui/_login.scss */
  .form-group-eye {
    position: relative;
    max-height: 100px;
    overflow: hidden;
  }
  /* line 66, app/assets/stylesheets/ui/_login.scss */
  .password-eye-icon {
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 1;
    color: #ccc;
    cursor: pointer;
    transition: 0.3s ease all;
    height: 24px;
    width: 24px;
    overflow: hidden;
    margin-top: -2px;
  }
  /* line 80, app/assets/stylesheets/ui/_login.scss */
  .password-eye-icon-adjust {
    margin-top: -9px;
  }
  /* line 4, app/assets/stylesheets/ui/_tables.scss */
  .tournament-table tbody tr td {
    height: 78px;
  }
  /* line 12, app/assets/stylesheets/ui/_tables.scss */
  .table .thead-gray-light,
.table thead.thead-gray-light,
.table th {
    box-shadow: 0px 1px 0px #d8d9d9;
    background-color: #f9f9f9;
    color: #343a40;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    text-transform: capitalize;
    padding-right: 18px;
  }
  /* line 24, app/assets/stylesheets/ui/_tables.scss */
  .table th.padding-tb-20px {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* line 31, app/assets/stylesheets/ui/_tables.scss */
  .table tbody tr td {
    vertical-align: middle !important;
    padding: 15px;
    border-bottom: 0;
    border-top: 0;
    line-height: 25px;
    font-weight: 400;
    font-size: 14px;
  }
  /* line 39, app/assets/stylesheets/ui/_tables.scss */
  .table tbody tr td a {
    color: #343a40;
  }
  /* line 42, app/assets/stylesheets/ui/_tables.scss */
  .table tbody tr td a:hover {
    color: #577b24;
  }
  /* line 51, app/assets/stylesheets/ui/_tables.scss */
  .table-striped tbody tr:nth-of-type(even) {
    background-color: #f9f9f9;
  }
  /* line 55, app/assets/stylesheets/ui/_tables.scss */
  .table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
  }
  /* line 70, app/assets/stylesheets/ui/_tables.scss */
  table.tablesorter,
table.tablesorter-ssr {
    /* rows hidden by filtering (needed for child rows) */
    /* ajax error row */
  }
  /* line 73, app/assets/stylesheets/ui/_tables.scss */
  table.tablesorter thead .tablesorter-header-inner,
table.tablesorter-ssr thead .tablesorter-header-inner {
    background-image: none;
  }
  /* line 76, app/assets/stylesheets/ui/_tables.scss */
  table.tablesorter thead .tablesorter-header-inner .sort-icon,
table.tablesorter-ssr thead .tablesorter-header-inner .sort-icon {
    -webkit-mask: url(/assets/ui/double-chevron-93ffbca80d53dd99d99d5cbcd25c4cfc5e3543ee4acc2ba3e45393cd4ead3826.svg) no-repeat 100% 100%;
    mask: url(/assets/ui/double-chevron-93ffbca80d53dd99d99d5cbcd25c4cfc5e3543ee4acc2ba3e45393cd4ead3826.svg) no-repeat 100% 100%;
    -webkit-mask-size: 18px;
    mask-size: 18px;
    background-color: #212325;
    cursor: pointer;
    width: 18px;
    height: 18px;
    padding-left: 12px;
    display: inline-block;
  }
  /* line 83, app/assets/stylesheets/ui/_tables.scss */
  table.tablesorter thead .tablesorter-headerAsc,
table.tablesorter-ssr thead .tablesorter-headerAsc {
    background-image: none;
  }
  /* line 86, app/assets/stylesheets/ui/_tables.scss */
  table.tablesorter thead .tablesorter-headerAsc .sort-icon,
table.tablesorter-ssr thead .tablesorter-headerAsc .sort-icon {
    -webkit-mask: url(/assets/ui/chevron-up-691d7f06f1d6ad1d885d891fd27ac1871f41e7c617dfb4f7e8319cf61621450a.svg) no-repeat 100% 100%;
    mask: url(/assets/ui/chevron-up-691d7f06f1d6ad1d885d891fd27ac1871f41e7c617dfb4f7e8319cf61621450a.svg) no-repeat 100% 100%;
    -webkit-mask-size: 18px;
    mask-size: 18px;
    background-color: #212325;
    cursor: pointer;
    width: 18px;
    height: 18px;
    padding-left: 12px;
    display: inline-block;
  }
  /* line 93, app/assets/stylesheets/ui/_tables.scss */
  table.tablesorter thead .tablesorter-headerDesc,
table.tablesorter-ssr thead .tablesorter-headerDesc {
    background-image: none;
  }
  /* line 96, app/assets/stylesheets/ui/_tables.scss */
  table.tablesorter thead .tablesorter-headerDesc .sort-icon,
table.tablesorter-ssr thead .tablesorter-headerDesc .sort-icon {
    -webkit-mask: url(/assets/ui/chevron-down-764e08e148f1a83c014f136050e5d4c84ce52ad5e46b47b23e8e5981a03f888f.svg) no-repeat 100% 100%;
    mask: url(/assets/ui/chevron-down-764e08e148f1a83c014f136050e5d4c84ce52ad5e46b47b23e8e5981a03f888f.svg) no-repeat 100% 100%;
    -webkit-mask-size: 18px;
    mask-size: 18px;
    background-color: #212325;
    cursor: pointer;
    width: 18px;
    height: 18px;
    padding-left: 12px;
    display: inline-block;
  }
  /* line 106, app/assets/stylesheets/ui/_tables.scss */
  table.tablesorter tbody tr.odd td,
table.tablesorter-ssr tbody tr.odd td {
    background-color: #f0f0f6;
  }
  /* line 113, app/assets/stylesheets/ui/_tables.scss */
  table.tablesorter .filtered,
table.tablesorter-ssr .filtered {
    display: none;
  }
  /* line 118, app/assets/stylesheets/ui/_tables.scss */
  table.tablesorter .tablesorter-errorRow td,
table.tablesorter-ssr .tablesorter-errorRow td {
    text-align: center;
    cursor: pointer;
    background-color: #e6bf99;
  }
  /* line 127, app/assets/stylesheets/ui/_tables.scss */
  .custom-table thead th {
    border-top: 0;
  }
  /* line 132, app/assets/stylesheets/ui/_tables.scss */
  .custom-table th,
.custom-table tr.th {
    padding: 0px 0px 0px 32px;
  }
  /* line 140, app/assets/stylesheets/ui/_tables.scss */
  .custom-table tbody tr td {
    padding: 0px 0px 0px 32px;
    color: #343A40;
    font-weight: 400;
  }
  /* line 148, app/assets/stylesheets/ui/_tables.scss */
  .custom-table th.pr-12px,
.custom-table td.pr-12px {
    padding-right: 12px;
  }
  /* line 153, app/assets/stylesheets/ui/_tables.scss */
  .custom-table th.no-padding,
.custom-table td.no-padding {
    padding: 0;
  }
  /* line 160, app/assets/stylesheets/ui/_tables.scss */
  .table-tr-49 th,
.table-tr-49 tr.th {
    height: 49px;
  }
  /* line 167, app/assets/stylesheets/ui/_tables.scss */
  .table-tr-49 tbody tr td {
    height: 49px;
  }
  /* line 174, app/assets/stylesheets/ui/_tables.scss */
  .max-w-280 {
    max-width: 280px;
  }
  /* line 178, app/assets/stylesheets/ui/_tables.scss */
  .max-w-197 {
    max-width: 197px;
  }
  /* line 182, app/assets/stylesheets/ui/_tables.scss */
  .max-w-175 {
    max-width: 175px;
  }
  /* line 186, app/assets/stylesheets/ui/_tables.scss */
  .max-w-141 {
    max-width: 141px;
  }
  /* line 190, app/assets/stylesheets/ui/_tables.scss */
  .w-141 {
    width: 141px;
  }
  /* line 194, app/assets/stylesheets/ui/_tables.scss */
  .max-w-126 {
    max-width: 126px;
  }
  /* line 198, app/assets/stylesheets/ui/_tables.scss */
  .w-117 {
    width: 117px;
  }
  /* line 202, app/assets/stylesheets/ui/_tables.scss */
  .w-90 {
    width: 90px;
  }
  /* line 206, app/assets/stylesheets/ui/_tables.scss */
  .nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 212, app/assets/stylesheets/ui/_tables.scss */
  .faded-bottom {
    -webkit-mask-image: linear-gradient(to bottom, black -50%, transparent 100%);
    mask-image: linear-gradient(to bottom, black -50%, transparent 100%);
  }
  /* line 217, app/assets/stylesheets/ui/_tables.scss */
  .border-table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-collapse: separate;
    border-radius: 9px;
  }
  /* line 222, app/assets/stylesheets/ui/_tables.scss */
  .border-table th {
    border-top: none !important;
  }
  /* line 226, app/assets/stylesheets/ui/_tables.scss */
  .border-table tbody {
    display: block;
    height: 300px;
    overflow: auto;
  }
  /* line 234, app/assets/stylesheets/ui/_tables.scss */
  table.ssr-table thead tr .header {
    background-image: url(/assets/ui/double-chevron-93ffbca80d53dd99d99d5cbcd25c4cfc5e3543ee4acc2ba3e45393cd4ead3826.svg);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
  }
  /* line 241, app/assets/stylesheets/ui/_tables.scss */
  table.ssr-table tbody tr.odd td {
    background-color: #F0F0F6;
  }
  /* line 244, app/assets/stylesheets/ui/_tables.scss */
  table.ssr-table thead tr .headerSortUp {
    background-image: url(/assets/ui/chevron-up-691d7f06f1d6ad1d885d891fd27ac1871f41e7c617dfb4f7e8319cf61621450a.svg);
  }
  /* line 247, app/assets/stylesheets/ui/_tables.scss */
  table.ssr-table thead tr .headerSortDown {
    background-image: url(/assets/ui/chevron-down-764e08e148f1a83c014f136050e5d4c84ce52ad5e46b47b23e8e5981a03f888f.svg);
  }
  /* line 250, app/assets/stylesheets/ui/_tables.scss */
  table.ssr-table thead tr .headerSortDown, table.ssr-table thead tr .headerSortUp {
    background-color: none;
  }
  /* line 254, app/assets/stylesheets/ui/_tables.scss */
  div.dataTables_wrapper div.dataTables_processing {
    top: 5%;
  }
  /* line 3, app/assets/stylesheets/ui/_tournament.scss */
  .tournament-desktop .group-tournament-desktop,
.desktop .group-tournament-desktop {
    padding: 21px 0px;
    box-shadow: 0px 1px 0px #e0e0e0;
    padding-top: 0px;
  }
  /* line 9, app/assets/stylesheets/ui/_tournament.scss */
  .tournament-desktop .owner-tournament-tittle,
.desktop .owner-tournament-tittle {
    font-size: 20px;
    margin-bottom: 4px;
  }
  /* line 14, app/assets/stylesheets/ui/_tournament.scss */
  .tournament-desktop .club-tabs,
.desktop .club-tabs {
    border-bottom: 0px;
    margin-bottom: 2px;
  }
  /* line 19, app/assets/stylesheets/ui/_tournament.scss */
  .tournament-desktop .border-top-tournament,
.desktop .border-top-tournament {
    border-top: 1px solid #ccc !important;
  }
  /* line 23, app/assets/stylesheets/ui/_tournament.scss */
  .tournament-desktop .club-tabs li,
.desktop .club-tabs li {
    display: flex;
    align-items: center;
    background: #fff;
    margin: 0px 0px;
  }
  /* line 30, app/assets/stylesheets/ui/_tournament.scss */
  .tournament-desktop .club-tabs li .active,
.desktop .club-tabs li .active {
    box-shadow: 0px 2px 0px #464545;
    border: 0px solid transparent;
  }
  /* line 35, app/assets/stylesheets/ui/_tournament.scss */
  .tournament-desktop .club-tabs li .nav-link,
.desktop .club-tabs li .nav-link {
    color: #495057;
    padding-bottom: 18px;
    padding-top: 24px;
  }
  /* line 41, app/assets/stylesheets/ui/_tournament.scss */
  .tournament-desktop .nav-link,
.desktop .nav-link {
    font-weight: 400;
  }
  /* line 43, app/assets/stylesheets/ui/_tournament.scss */
  .tournament-desktop .nav-link.active,
.desktop .nav-link.active {
    color: #212529 !important;
    font-weight: 600;
  }
  /* line 49, app/assets/stylesheets/ui/_tournament.scss */
  .tournament-desktop .proceed-content,
.desktop .proceed-content {
    color: #6c757d;
    font-size: 14px;
  }
  /* line 54, app/assets/stylesheets/ui/_tournament.scss */
  .tournament-desktop .action-tournament-th,
.desktop .action-tournament-th {
    width: 120px;
  }
  /* line 58, app/assets/stylesheets/ui/_tournament.scss */
  .tournament-desktop .view-tournament-btn,
.desktop .view-tournament-btn {
    display: inline;
    margin-right: 15px;
  }
  /* line 62, app/assets/stylesheets/ui/_tournament.scss */
  .tournament-desktop .view-tournament-btn:hover,
.desktop .view-tournament-btn:hover {
    background-color: #577b24;
    color: #fff;
  }
  /* line 68, app/assets/stylesheets/ui/_tournament.scss */
  .tournament-desktop .three-dots-action,
.desktop .three-dots-action {
    display: inline;
  }
  /* line 72, app/assets/stylesheets/ui/_tournament.scss */
  .tournament-desktop .visible-icon:before,
.tournament-desktop .delete-icon-tounarment:before,
.desktop .visible-icon:before,
.desktop .delete-icon-tounarment:before {
    margin-right: 12px;
  }
  /* line 77, app/assets/stylesheets/ui/_tournament.scss */
  .tournament-desktop .tournament-name-th,
.desktop .tournament-name-th {
    width: 35%;
  }
  /* line 81, app/assets/stylesheets/ui/_tournament.scss */
  .tournament-desktop .clone-icon:before,
.desktop .clone-icon:before {
    margin-right: 7px;
    font-family: "Font Awesome 5 Free" !important;
  }
  /* line 86, app/assets/stylesheets/ui/_tournament.scss */
  .tournament-desktop .nav-link,
.desktop .nav-link {
    padding: 6px 6px 15px 6px;
  }
  /* line 90, app/assets/stylesheets/ui/_tournament.scss */
  .tournament-desktop .nav-tabs-custom,
.desktop .nav-tabs-custom {
    padding-left: 18px;
  }
  /* line 93, app/assets/stylesheets/ui/_tournament.scss */
  .tournament-desktop .nav-tabs-custom .nav-item,
.desktop .nav-tabs-custom .nav-item {
    padding-right: 20px;
  }
  /* line 100, app/assets/stylesheets/ui/_tournament.scss */
  .tournament-desktop .tournament-table table th:first-child,
.desktop .tournament-table table th:first-child {
    padding-left: 33px;
  }
  /* line 104, app/assets/stylesheets/ui/_tournament.scss */
  .tournament-desktop .tournament-table table th,
.desktop .tournament-table table th {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  /* line 111, app/assets/stylesheets/ui/_tournament.scss */
  .tournament-desktop .tournament-table table tbody tr td:first-child,
.desktop .tournament-table table tbody tr td:first-child {
    padding-left: 33px;
  }
  /* line 118, app/assets/stylesheets/ui/_tournament.scss */
  .tournament-desktop .tournament-table.highlight,
.desktop .tournament-table.highlight {
    min-height: 450px;
  }
  /* line 125, app/assets/stylesheets/ui/_tournament.scss */
  .mobile .club-tabs {
    border-bottom: 0px;
    margin-bottom: 2px;
  }
  /* line 128, app/assets/stylesheets/ui/_tournament.scss */
  .mobile .club-tabs .nav-item {
    padding-right: 20px;
  }
  /* line 132, app/assets/stylesheets/ui/_tournament.scss */
  .mobile .club-tabs li {
    display: flex;
    align-items: center;
    background: #fff;
    margin: 0px 0px;
  }
  /* line 137, app/assets/stylesheets/ui/_tournament.scss */
  .mobile .club-tabs li a, .mobile .club-tabs li a.nav-link {
    padding-bottom: 18px;
    padding-top: 24px;
    color: #343A40;
    font-weight: 400;
  }
  /* line 142, app/assets/stylesheets/ui/_tournament.scss */
  .mobile .club-tabs li a.active, .mobile .club-tabs li a.nav-link.active {
    box-shadow: 0px 2px 0px #464545;
    border: 0px solid transparent;
    color: #212529;
    font-weight: 600;
  }
  /* line 153, app/assets/stylesheets/ui/_tournament.scss */
  .wellcome-title {
    color: #6c757d;
    font-weight: 400;
    font-size: 16px;
  }
  /* line 159, app/assets/stylesheets/ui/_tournament.scss */
  .tournament-mobile {
    display: none;
  }
  /* line 162, app/assets/stylesheets/ui/_tournament.scss */
  .tournament-mobile .more-actions {
    width: 30px;
    height: 30px;
  }
  /* line 167, app/assets/stylesheets/ui/_tournament.scss */
  .tournament-mobile .more-actions .explain-panel .guide-text {
    padding: 24px;
    font-size: 15px;
  }
  /* line 175, app/assets/stylesheets/ui/_tournament.scss */
  .dashoard-header {
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 32px;
    padding-bottom: 23px;
  }
  /* line 182, app/assets/stylesheets/ui/_tournament.scss */
  .dashoard-header .header-status {
    font-family: "Mulish";
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    color: #6c757d;
    background-color: #F9F9F9;
    border-radius: 4px;
    padding: 4px 12px;
  }
  /* line 193, app/assets/stylesheets/ui/_tournament.scss */
  .dashoard-header .status-active {
    background: rgba(179, 214, 157, 0.6);
    color: white;
    border: 1px solid #6a962c;
  }
  /* line 199, app/assets/stylesheets/ui/_tournament.scss */
  .dashoard-header .status-elite {
    background: #EDF2F8;
    color: #4D86BA;
    border: 1px solid #BDD2E5;
  }
  /* line 205, app/assets/stylesheets/ui/_tournament.scss */
  .dashoard-header .status-inactive {
    border: 1px solid #ccc;
    background-color: white;
  }
  /* line 211, app/assets/stylesheets/ui/_tournament.scss */
  .dashboard-content {
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
  }
  /* line 217, app/assets/stylesheets/ui/_tournament.scss */
  .tournament-btn-nav {
    padding-top: 14px;
  }
  /* line 223, app/assets/stylesheets/ui/_tournament.scss */
  #specification-card-event-pro .strong-text, #specification-card-event-elite .strong-text {
    font-size: 16px;
    font-weight: 600;
    margin-left: 60px;
    margin-right: 60px;
    font-family: "Open Sans", sans-serif;
    color: #343a40;
    margin-bottom: 4px;
  }
  /* line 233, app/assets/stylesheets/ui/_tournament.scss */
  #specification-card-event-pro .header-status, #specification-card-event-elite .header-status {
    font-family: "Mulish";
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    color: #6c757d;
    background-color: #F9F9F9;
    border-radius: 4px;
    padding: 4px 12px;
  }
  /* line 244, app/assets/stylesheets/ui/_tournament.scss */
  #specification-card-event-pro .pro-intro, #specification-card-event-elite .pro-intro {
    font-size: 16px;
    font-weight: 600;
    opacity: 0.7;
    margin-left: 20px;
    margin-right: 20px;
  }
  /* line 252, app/assets/stylesheets/ui/_tournament.scss */
  #specification-card-event-pro .marketplace-space, #specification-card-event-elite .marketplace-space {
    font-weight: 600;
    opacity: 0.9;
    font-size: 20px;
  }
  /* line 259, app/assets/stylesheets/ui/_tournament.scss */
  #specification-card-event-pro {
    border-top: 5px solid #78BA4D !important;
  }
  /* line 262, app/assets/stylesheets/ui/_tournament.scss */
  #specification-card-event-pro .status-active {
    background: rgba(179, 214, 157, 0.3);
    color: #6a962c;
    border: 1px solid #6a962c;
  }
  /* line 270, app/assets/stylesheets/ui/_tournament.scss */
  #specification-card-event-elite {
    border-top: 5px solid #BDD2E5 !important;
  }
  /* line 273, app/assets/stylesheets/ui/_tournament.scss */
  #specification-card-event-elite .status-active {
    background: #EDF2F8;
    color: #4D86BA;
    border: 1px solid #BDD2E5;
  }
  /* line 282, app/assets/stylesheets/ui/_tournament.scss */
  #elite-features-non-us .header-status {
    font-family: "Mulish";
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    color: #6c757d;
    background-color: #F9F9F9;
    border-radius: 4px;
    padding: 4px 12px;
  }
  /* line 293, app/assets/stylesheets/ui/_tournament.scss */
  #elite-features-non-us .status-active {
    background: #EDF2F8;
    color: #4D86BA;
    border: 1px solid #BDD2E5;
  }
  /* line 302, app/assets/stylesheets/ui/_tournament.scss */
  #pro-features-non-us .header-status {
    font-family: "Mulish";
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    color: #6c757d;
    background-color: #F9F9F9;
    border-radius: 4px;
    padding: 4px 12px;
  }
  /* line 313, app/assets/stylesheets/ui/_tournament.scss */
  #pro-features-non-us .status-active {
    background: rgba(179, 214, 157, 0.3);
    color: #6a962c;
    border: 1px solid #6a962c;
  }
  /* line 321, app/assets/stylesheets/ui/_tournament.scss */
  .text-link-box {
    font-size: 12px;
    font-weight: 600;
    color: #4d86ba;
  }
  /* line 325, app/assets/stylesheets/ui/_tournament.scss */
  .text-link-box a {
    color: #4d86ba;
  }
  /* line 329, app/assets/stylesheets/ui/_tournament.scss */
  .text-link-box .link {
    position: relative;
  }
  /* line 333, app/assets/stylesheets/ui/_tournament.scss */
  .text-link-box .text-link {
    max-width: 217px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
  }
  /* line 341, app/assets/stylesheets/ui/_tournament.scss */
  .text-link-box .icon-link {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    position: absolute;
  }
  @media only screen and (max-width: 767.98px) {
    /* line 351, app/assets/stylesheets/ui/_tournament.scss */
    .tournament-desktop {
      display: none;
    }
    /* line 355, app/assets/stylesheets/ui/_tournament.scss */
    .tournament-mobile {
      display: block;
    }
    /* line 358, app/assets/stylesheets/ui/_tournament.scss */
    .tournament-mobile .owner-tournament-tittle {
      display: flex;
      padding: 16px 0px;
      left: 20px;
      top: 78px;
      background: #fff;
      justify-content: space-between;
      align-items: center;
      position: absolute;
      width: 335px;
      height: 66px;
      box-shadow: 0px 1px 0px #e0e0e0;
    }
    /* line 372, app/assets/stylesheets/ui/_tournament.scss */
    .tournament-mobile .group-dropdown-news {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 82px;
      height: 34px;
      border-radius: 3px;
      margin: 0px;
    }
    /* line 382, app/assets/stylesheets/ui/_tournament.scss */
    .tournament-mobile .title,
.tournament-mobile h3 {
      font-family: "Mulish";
      font-style: normal;
      line-height: 24px;
      font-weight: 600;
      font-size: 16px;
      color: #272c31;
      margin-top: 9px;
    }
    /* line 390, app/assets/stylesheets/ui/_tournament.scss */
    .dashboard-content {
      padding-left: 0;
      padding-right: 0;
    }
    /* line 396, app/assets/stylesheets/ui/_tournament.scss */
    .mobile .dashoard-header {
      padding-left: 0;
      padding-right: 0;
      padding-top: 16px;
      padding-bottom: 23px;
    }
  }
  /* line 406, app/assets/stylesheets/ui/_tournament.scss */
  .more-actions {
    width: 40px;
    height: 40px;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  /* line 413, app/assets/stylesheets/ui/_tournament.scss */
  .more-actions.highlight {
    border: 1px solid;
    z-index: 1050;
    background-color: white;
    border-radius: 6px;
  }
  /* line 419, app/assets/stylesheets/ui/_tournament.scss */
  .more-actions.highlight .explain-panel {
    display: block;
  }
  /* line 424, app/assets/stylesheets/ui/_tournament.scss */
  .more-actions .explain-panel {
    background-color: white;
    width: 350px;
    height: 240px;
    top: 46px;
    right: 0;
    z-index: 1050;
    border: 1px solid #ccc;
    border-radius: 6px;
    display: none;
  }
  /* line 435, app/assets/stylesheets/ui/_tournament.scss */
  .more-actions .explain-panel .guide-text {
    padding: 30px;
    color: #6C757D;
  }
  /* line 3, app/assets/stylesheets/ui/_pagination.scss */
  .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
  }
  /* line 9, app/assets/stylesheets/ui/_pagination.scss */
  .page-link {
    padding: 0.25rem 0.65rem;
    position: relative;
    display: block;
    background-color: transparent;
    border: 0 solid #e7eaef;
    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 18, app/assets/stylesheets/ui/_pagination.scss */
  .page-link:not(:first-child) .page-link:hover {
    z-index: 2;
    color: #1a569d;
    text-decoration: none;
    background-color: #f0f2f6;
    border-color: #e7eaef;
  }
  /* line 26, app/assets/stylesheets/ui/_pagination.scss */
  .page-link:focus {
    z-index: 3;
    color: #1a569d;
    background-color: #f0f2f6;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.25);
  }
  @media (prefers-reduced-motion: reduce) {
    /* line 36, app/assets/stylesheets/ui/_pagination.scss */
    .page-link {
      transition: none;
    }
  }
  /* line 41, app/assets/stylesheets/ui/_pagination.scss */
  .page-item {
    margin-left: 16px;
  }
  /* line 43, app/assets/stylesheets/ui/_pagination.scss */
  .page-item:not(:first-child) .page-link {
    color: #343a40;
  }
  /* line 47, app/assets/stylesheets/ui/_pagination.scss */
  .page-item.active .page-link {
    z-index: 3;
    background: #f9f9f9;
    border: 1px solid #bec0c0;
    box-sizing: border-box;
    border-radius: 4px;
  }
  /* line 56, app/assets/stylesheets/ui/_pagination.scss */
  .page-item.disabled .page-link {
    color: rgba(101, 109, 119, 0.5);
    pointer-events: none;
    background-color: transparent;
    border-color: #e7eaef;
  }
  /* line 63, app/assets/stylesheets/ui/_pagination.scss */
  .page-item:first-child .page-link {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  /* line 68, app/assets/stylesheets/ui/_pagination.scss */
  .page-item:last-child .page-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  /* line 73, app/assets/stylesheets/ui/_pagination.scss */
  .page-item.previous {
    background: url(/assets/ui/chevron-left-e324d8668a475ecb93b09e91c04f225c1574eb4ddecfcca92f6b6b489084cc99.svg) scroll 16px 8px no-repeat;
  }
  /* line 76, app/assets/stylesheets/ui/_pagination.scss */
  .page-item.previous:hover {
    z-index: 2;
    color: #1a569d;
    text-decoration: none;
    background-color: #f0f2f6;
    border-color: #e7eaef;
  }
  /* line 85, app/assets/stylesheets/ui/_pagination.scss */
  .page-item.next {
    background: url(/assets/ui/chevron-right-13885d884bd974dafc7b0540347db7da3c9b9a297c32698a987a6be9fc217acd.svg) scroll 8px 8px no-repeat;
  }
  /* line 88, app/assets/stylesheets/ui/_pagination.scss */
  .page-item.next:hover {
    z-index: 2;
    color: #1a569d;
    text-decoration: none;
    background-color: #f0f2f6;
    border-color: #e7eaef;
  }
  /* line 99, app/assets/stylesheets/ui/_pagination.scss */
  .previous.page-link, .previous.page-item, .next.page-link, .next.page-item {
    width: 32px;
    height: 30px;
    border: 0 solid #e7eaef;
  }
  /* line 104, app/assets/stylesheets/ui/_pagination.scss */
  .previous.page-link:hover, .next.page-link:hover {
    background-color: transparent;
  }
  /* line 110, app/assets/stylesheets/ui/_pagination.scss */
  .pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.09375rem;
  }
  /* line 116, app/assets/stylesheets/ui/_pagination.scss */
  .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  /* line 121, app/assets/stylesheets/ui/_pagination.scss */
  .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  /* line 129, app/assets/stylesheets/ui/_pagination.scss */
  .pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.765625rem;
  }
  /* line 135, app/assets/stylesheets/ui/_pagination.scss */
  .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  /* line 140, app/assets/stylesheets/ui/_pagination.scss */
  .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  /* line 1, app/assets/stylesheets/ui/_avatar.scss */
  .avatar-rounded {
    border-radius: 100rem;
  }
  /* line 5, app/assets/stylesheets/ui/_avatar.scss */
  .avatar {
    position: relative;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #656d77;
    text-align: center;
    text-transform: uppercase;
    vertical-align: bottom;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background: #f0f2f6 no-repeat center/cover;
    border-radius: 4px;
  }
  /* line 23, app/assets/stylesheets/ui/_avatar.scss */
  .avatar-box {
    text-align: center;
  }
  /* line 25, app/assets/stylesheets/ui/_avatar.scss */
  .avatar-box h3 {
    line-height: 20px;
  }
  /* line 30, app/assets/stylesheets/ui/_avatar.scss */
  .avatar-title {
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    color: #343a40;
  }
  /* line 36, app/assets/stylesheets/ui/_avatar.scss */
  .avatar-text-muted {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #6c757d;
  }
  /* line 1, app/assets/stylesheets/ui/_error.scss */
  .error,
label.error {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #dc3545;
  }
  /* line 6, app/assets/stylesheets/ui/_error.scss */
  .error:before,
label.error:before {
    display: block;
    background-color: #dc3545;
    width: 18px;
    height: 18px;
    float: left;
    margin: 0 6px 0 0;
  }
  /* line 19, app/assets/stylesheets/ui/_error.scss */
  label.plain-error {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #dc3545;
  }
  /* line 23, app/assets/stylesheets/ui/_error.scss */
  label.plain-error:before {
    display: none;
  }
  /* line 28, app/assets/stylesheets/ui/_error.scss */
  input.error, select.error {
    border-color: #dc3545;
  }
  /* line 3, app/assets/stylesheets/ui/_account.scss */
  .frame-112 {
    padding: 24px;
    width: 104px;
    height: 104px;
    background: #f9f9f9;
    border-radius: 104px;
    position: relative;
    left: 0;
    right: 0;
    margin: auto auto 24px auto;
  }
  /* line 15, app/assets/stylesheets/ui/_account.scss */
  .panel-content {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #6c757d;
  }
  /* line 24, app/assets/stylesheets/ui/_account.scss */
  .panel-content h3 {
    color: #343a40;
  }
  /* line 28, app/assets/stylesheets/ui/_account.scss */
  .panel-content p {
    margin-bottom: 0px;
  }
  /* line 1, app/assets/stylesheets/ui/_new_tournament.scss */
  #skip-toournament-info {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    margin: auto;
    text-align: center;
    color: #212325;
  }
  /* line 9, app/assets/stylesheets/ui/_new_tournament.scss */
  #new_tournament {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
  }
  /* line 13, app/assets/stylesheets/ui/_new_tournament.scss */
  #new_tournament h3,
#new_tournament p {
    text-align: center;
  }
  /* line 18, app/assets/stylesheets/ui/_new_tournament.scss */
  #new_tournament h3 {
    color: #343a40;
    line-height: 24px;
    font-family: "Mulish";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
  }
  /* line 24, app/assets/stylesheets/ui/_new_tournament.scss */
  #new_tournament p {
    color: #6c757d;
  }
  /* line 28, app/assets/stylesheets/ui/_new_tournament.scss */
  #new_tournament span.optional {
    font-style: italic;
    line-height: 17px;
    color: #6c757d;
    font-weight: 400;
    font-size: 12px;
  }
  /* line 35, app/assets/stylesheets/ui/_new_tournament.scss */
  #new_tournament a:not(.btn) {
    text-decoration: underline;
  }
  /* line 1, app/assets/stylesheets/ui/_clone_tournament.scss */
  .back {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #6c757d !important;
    margin: 0px 8px;
  }
  /* line 8, app/assets/stylesheets/ui/_clone_tournament.scss */
  .tournament-settings-main {
    margin-top: 8px;
  }
  /* line 12, app/assets/stylesheets/ui/_clone_tournament.scss */
  .clone-tournament-group-title {
    margin-bottom: 41px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  }
  /* line 17, app/assets/stylesheets/ui/_clone_tournament.scss */
  .clone-tournament-title {
    position: static;
    font-family: "Mulish";
    font-size: 16px;
    line-height: 24px;
    margin: 4px 0px;
  }
  /* line 25, app/assets/stylesheets/ui/_clone_tournament.scss */
  .clone-description {
    position: static;
    font-size: 14px;
    line-height: 1;
    color: #6c757d;
    margin-bottom: 22px;
  }
  /* line 34, app/assets/stylesheets/ui/_clone_tournament.scss */
  .nav-side-clone-tournament ul li {
    width: 242px;
  }
  /* line 37, app/assets/stylesheets/ui/_clone_tournament.scss */
  .nav-side-clone-tournament .active {
    display: flex;
    padding: 16px 16px 16px 33px;
    position: static;
    background: #f9f9f9;
    box-shadow: inset 5px 0px 0px rgba(120, 186, 77, 0.5), inset 0px -1px 0px rgba(0, 0, 0, 0.1);
    color: #343a40;
  }
  /* line 46, app/assets/stylesheets/ui/_clone_tournament.scss */
  .nav-side-clone-tournament .mandatory-info, .nav-side-clone-tournament .administration-options, .nav-side-clone-tournament .setting-options, .nav-side-clone-tournament .event-website-options {
    display: flex;
    align-items: center;
    padding: 16px 16px 16px 33px;
    position: static;
    height: 57px;
    color: #343a40;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
  }
  /* line 58, app/assets/stylesheets/ui/_clone_tournament.scss */
  .tournament-settings-main h4 {
    color: #343a40 !important;
    padding: 0px !important;
    background: #fff !important;
    font-family: "Mulish";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 22px;
  }
  /* line 70, app/assets/stylesheets/ui/_clone_tournament.scss */
  .header-option-box h4 {
    margin-bottom: 0px;
  }
  /* line 74, app/assets/stylesheets/ui/_clone_tournament.scss */
  .header-option-box .selected-item {
    color: #4D86BA;
  }
  /* line 79, app/assets/stylesheets/ui/_clone_tournament.scss */
  .origin-tournament-select {
    margin-bottom: 62px;
  }
  /* line 84, app/assets/stylesheets/ui/_clone_tournament.scss */
  .tournament-settings-main #section-1 {
    margin-bottom: 62px;
  }
  /* line 87, app/assets/stylesheets/ui/_clone_tournament.scss */
  .tournament-settings-main #section-2 {
    margin-bottom: 52.5px;
  }
  /* line 90, app/assets/stylesheets/ui/_clone_tournament.scss */
  .tournament-settings-main #section-3 {
    margin-bottom: 48px;
  }
  /* line 93, app/assets/stylesheets/ui/_clone_tournament.scss */
  .tournament-settings-main #section-4 {
    margin-bottom: 32px;
  }
  /* line 98, app/assets/stylesheets/ui/_clone_tournament.scss */
  .admin-opions-title,
.setting-opions-title,
.other-opions-title {
    font-size: 14px;
    line-height: 25px;
    color: #6c757d;
    margin: 4px 0px;
    margin-bottom: 16px;
  }
  /* line 108, app/assets/stylesheets/ui/_clone_tournament.scss */
  .clone-tournament-group-btn {
    display: none;
  }
  /* line 112, app/assets/stylesheets/ui/_clone_tournament.scss */
  .side-nav-wrapper {
    background-color: #fff;
  }
  /* line 116, app/assets/stylesheets/ui/_clone_tournament.scss */
  .side-nav-fixed {
    position: fixed;
    top: 135px;
    z-index: 100;
  }
  @media only screen and (max-width: 768px) {
    /* line 123, app/assets/stylesheets/ui/_clone_tournament.scss */
    .tournament-settings-main {
      padding: 1rem !important;
    }
    /* line 126, app/assets/stylesheets/ui/_clone_tournament.scss */
    .side-nav-wrapper {
      display: none;
    }
    /* line 129, app/assets/stylesheets/ui/_clone_tournament.scss */
    .group-sections {
      padding: 0px;
    }
  }
  /* line 2, app/assets/stylesheets/ui/_company.scss */
  #new_company h3 {
    font-family: "Mulish";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 10px;
    color: #343a40;
  }
  /* line 1, app/assets/stylesheets/ui/_inputs.scss */
  .input-with-calendar-icon,
.input-with-timer-icon {
    background: no-repeat scroll 13px 13px;
    background-size: 16px 16px;
    padding-left: 30px;
    text-indent: 16px;
  }
  /* line 9, app/assets/stylesheets/ui/_inputs.scss */
  .input-with-chevron-down-icon {
    background: url(/assets/ui/chevron-down-764e08e148f1a83c014f136050e5d4c84ce52ad5e46b47b23e8e5981a03f888f.svg) scroll no-repeat;
    background-position: right 9px center;
    padding-right: 30px;
  }
  /* line 15, app/assets/stylesheets/ui/_inputs.scss */
  .input-with-calendar-icon {
    background-image: url(/assets/ui/calendar-a7c611c94fd0b7c316c4213de1e21f8ae71f56348fc4240b7a3834187d51dd57.svg);
  }
  /* line 19, app/assets/stylesheets/ui/_inputs.scss */
  .input-with-timer-icon {
    background-image: url(/assets/ui/timer-f2451ddfe2f9cb47d9e13e68d53160e5589f0d17abd05eb9f1fff28dbe80b435.svg);
  }
  /* line 23, app/assets/stylesheets/ui/_inputs.scss */
  .was-validated .input-with-calendar-icon:valid {
    background-image: none;
  }
  @media (max-width: 992px) {
    /* line 2, app/assets/stylesheets/ui/_menu.scss */
    .admin-header {
      background-color: #fff;
      height: 60px;
    }
    /* line 7, app/assets/stylesheets/ui/_menu.scss */
    .admin-header .actions-wrapper {
      display: none;
    }
    /* line 11, app/assets/stylesheets/ui/_menu.scss */
    .admin-header .breadcrumbs-wrapper {
      display: none;
    }
    /* line 15, app/assets/stylesheets/ui/_menu.scss */
    .admin-header .logo-wrapper {
      width: 250px;
      height: 100%;
      display: flex;
      align-items: center;
      padding-left: 25px;
      background-color: #2a2a2a;
      box-shadow: 0px 0px #fff;
    }
    /* line 25, app/assets/stylesheets/ui/_menu.scss */
    .admin-header .menu-btn__burger {
      background-color: #343a40;
      transition: all 0.5s ease-in-out;
    }
    /* line 30, app/assets/stylesheets/ui/_menu.scss */
    .menu-btn__burger {
      position: absolute;
      right: 0;
      top: 0.5rem;
      width: 28px;
      height: 3px;
      background: #343a40;
      transition: all 0.5s ease-in-out;
    }
    /* line 40, app/assets/stylesheets/ui/_menu.scss */
    .menu-btn__burger::before {
      content: "";
      position: absolute;
      top: -8px;
      width: 28px;
      height: 3px;
      background: #343a40;
      transition: all 0.5s ease-in-out;
    }
    /* line 50, app/assets/stylesheets/ui/_menu.scss */
    .menu-btn__burger::after {
      content: "";
      position: absolute;
      top: 8px;
      width: 28px;
      height: 3px;
      background: black;
      transition: all 0.5s ease-in-out;
    }
  }
  /* line 1, app/assets/stylesheets/ui/_nav.scss */
  .nav-tabs {
    margin-bottom: 2rem !important;
  }
  /* line 2, app/assets/stylesheets/ui/_nav.scss */
  .nav-tabs .nav-link, .nav-tabs a.nav-link {
    border: none;
  }
  /* line 8, app/assets/stylesheets/ui/_nav.scss */
  .tab-content {
    margin-left: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/ui/_nav.scss */
  .breadcrumbs-wrapper {
    padding-left: 8px;
    color: #6c757d;
    font-weight: 400;
  }
  /* line 17, app/assets/stylesheets/ui/_nav.scss */
  .breadcrumbs-wrapper a {
    color: #6c757d;
    font-weight: 400;
  }
  /* line 25, app/assets/stylesheets/ui/_nav.scss */
  .breadcrumbs-wrapper .home-breadcrumb {
    color: #6a962c !important;
  }
  /* line 31, app/assets/stylesheets/ui/_nav.scss */
  .menu-dropdown .active {
    background-color: #E1EFD8;
  }
  /* line 36, app/assets/stylesheets/ui/_nav.scss */
  a.nav-link-text-message,
.nav-link-text-message {
    padding: 17px 11px 18px 11px;
    color: #212529;
  }
  /* line 42, app/assets/stylesheets/ui/_nav.scss */
  a.nav-link-text-message.active,
.nav-link-text-message.active {
    padding: 17px 11px 18px 11px;
    border-bottom: 2px solid #464545;
  }
  /* line 50, app/assets/stylesheets/ui/_nav.scss */
  .ui-nav .nav-item .nav-link,
.ui-nav .nav-item a.nav-link {
    padding: 16px 11px;
    color: #343A40;
    font-weight: 400;
    font-size: 14px;
  }
  /* line 56, app/assets/stylesheets/ui/_nav.scss */
  .ui-nav .nav-item .nav-link.active,
.ui-nav .nav-item a.nav-link.active {
    border-bottom: 2px solid #464545;
    color: #212529;
    font-weight: 600;
  }
  /* line 65, app/assets/stylesheets/ui/_nav.scss */
  .ui-nav .nav-item:not(:last-child) {
    margin-right: 29px;
  }
  /* line 1, app/assets/stylesheets/ui/_tooltip.scss */
  .tooltip-container-custom {
    position: relative;
    display: inline-block;
  }
  /* line 6, app/assets/stylesheets/ui/_tooltip.scss */
  .tooltip-container-custom .tooltip-text-custom {
    visibility: hidden;
    width: 281px;
    height: auto;
    background-color: #FFFFFF;
    padding: 16px;
    border-radius: 4px;
    bottom: 95%;
    left: 75%;
    margin-left: -60px;
    filter: drop-shadow(0px 2px 8px rgba(31, 44, 70, 0.08));
    position: absolute;
    z-index: 100;
    text-align: left;
  }
  /* line 23, app/assets/stylesheets/ui/_tooltip.scss */
  .tooltip-container-custom .tooltip-text-custom::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 10%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent;
    filter: drop-shadow(0px 2px 8px rgba(31, 44, 70, 0.08));
  }
  /* line 35, app/assets/stylesheets/ui/_tooltip.scss */
  .tooltip-container-custom:hover .tooltip-text-custom,
.tooltip-container-custom:hover .tooltip-text-cvc-credit {
    visibility: visible;
  }
  /* line 40, app/assets/stylesheets/ui/_tooltip.scss */
  .tooltip-container-custom .tooltip-text-cvc-credit {
    visibility: hidden;
    width: 250px;
    background-color: #FFFFFF;
    padding: 16px;
    border-radius: 4px;
    bottom: 130%;
    left: 75%;
    margin-left: -90px;
    filter: drop-shadow(0px 2px 8px rgba(31, 44, 70, 0.08));
    position: absolute;
    z-index: 100;
  }
  /* line 55, app/assets/stylesheets/ui/_tooltip.scss */
  .tooltip-container-custom .tooltip-text-cvc-credit::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent;
    filter: drop-shadow(0px 2px 8px rgba(31, 44, 70, 0.08));
  }
  /* line 2, app/assets/stylesheets/ui/_datepicker.scss */
  .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active {
    background-color: #577b24;
  }
  /* line 10, app/assets/stylesheets/ui/_datepicker.scss */
  .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active {
    background-color: #577b24;
  }
  /* line 16, app/assets/stylesheets/ui/_datepicker.scss */
  .datepicker table tr td.active.active, .datepicker table tr td.active.active:hover {
    background-color: #577b24;
    color: #fff !important;
  }
  /* line 22, app/assets/stylesheets/ui/_datepicker.scss */
  .datepicker table tr td.active.disabled {
    background-color: #577b24;
  }
  /* line 23, app/assets/stylesheets/ui/_datepicker.scss */
  .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover {
    background-color: #577b24;
  }
  /* line 31, app/assets/stylesheets/ui/_datepicker.scss */
  .datepicker table tr td.active.disabled:hover {
    background-color: #577b24;
  }
  /* line 36, app/assets/stylesheets/ui/_datepicker.scss */
  .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled.disabled:hover {
    background-color: #577b24;
  }
  /* line 42, app/assets/stylesheets/ui/_datepicker.scss */
  .datepicker table tr td.active[disabled], .datepicker table tr td.active[disabled]:hover {
    background-color: #577b24;
  }
  /* line 48, app/assets/stylesheets/ui/_datepicker.scss */
  .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled[disabled]:hover {
    background-color: #577b24;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-0px,
th.pl-0px,
td.pl-0px {
    padding-left: 0px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-1px,
th.pl-1px,
td.pl-1px {
    padding-left: 1px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-2px,
th.pl-2px,
td.pl-2px {
    padding-left: 2px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-3px,
th.pl-3px,
td.pl-3px {
    padding-left: 3px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-4px,
th.pl-4px,
td.pl-4px {
    padding-left: 4px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-5px,
th.pl-5px,
td.pl-5px {
    padding-left: 5px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-6px,
th.pl-6px,
td.pl-6px {
    padding-left: 6px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-7px,
th.pl-7px,
td.pl-7px {
    padding-left: 7px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-8px,
th.pl-8px,
td.pl-8px {
    padding-left: 8px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-9px,
th.pl-9px,
td.pl-9px {
    padding-left: 9px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-10px,
th.pl-10px,
td.pl-10px {
    padding-left: 10px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-11px,
th.pl-11px,
td.pl-11px {
    padding-left: 11px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-12px,
th.pl-12px,
td.pl-12px {
    padding-left: 12px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-13px,
th.pl-13px,
td.pl-13px {
    padding-left: 13px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-14px,
th.pl-14px,
td.pl-14px {
    padding-left: 14px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-15px,
th.pl-15px,
td.pl-15px {
    padding-left: 15px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-16px,
th.pl-16px,
td.pl-16px {
    padding-left: 16px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-17px,
th.pl-17px,
td.pl-17px {
    padding-left: 17px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-18px,
th.pl-18px,
td.pl-18px {
    padding-left: 18px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-19px,
th.pl-19px,
td.pl-19px {
    padding-left: 19px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-20px,
th.pl-20px,
td.pl-20px {
    padding-left: 20px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-21px,
th.pl-21px,
td.pl-21px {
    padding-left: 21px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-22px,
th.pl-22px,
td.pl-22px {
    padding-left: 22px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-23px,
th.pl-23px,
td.pl-23px {
    padding-left: 23px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-24px,
th.pl-24px,
td.pl-24px {
    padding-left: 24px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-25px,
th.pl-25px,
td.pl-25px {
    padding-left: 25px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-26px,
th.pl-26px,
td.pl-26px {
    padding-left: 26px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-27px,
th.pl-27px,
td.pl-27px {
    padding-left: 27px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-28px,
th.pl-28px,
td.pl-28px {
    padding-left: 28px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-29px,
th.pl-29px,
td.pl-29px {
    padding-left: 29px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-30px,
th.pl-30px,
td.pl-30px {
    padding-left: 30px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-31px,
th.pl-31px,
td.pl-31px {
    padding-left: 31px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-32px,
th.pl-32px,
td.pl-32px {
    padding-left: 32px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-33px,
th.pl-33px,
td.pl-33px {
    padding-left: 33px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-34px,
th.pl-34px,
td.pl-34px {
    padding-left: 34px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-35px,
th.pl-35px,
td.pl-35px {
    padding-left: 35px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-36px,
th.pl-36px,
td.pl-36px {
    padding-left: 36px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-37px,
th.pl-37px,
td.pl-37px {
    padding-left: 37px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-38px,
th.pl-38px,
td.pl-38px {
    padding-left: 38px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-39px,
th.pl-39px,
td.pl-39px {
    padding-left: 39px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-40px,
th.pl-40px,
td.pl-40px {
    padding-left: 40px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-41px,
th.pl-41px,
td.pl-41px {
    padding-left: 41px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-42px,
th.pl-42px,
td.pl-42px {
    padding-left: 42px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-43px,
th.pl-43px,
td.pl-43px {
    padding-left: 43px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-44px,
th.pl-44px,
td.pl-44px {
    padding-left: 44px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-45px,
th.pl-45px,
td.pl-45px {
    padding-left: 45px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-46px,
th.pl-46px,
td.pl-46px {
    padding-left: 46px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-47px,
th.pl-47px,
td.pl-47px {
    padding-left: 47px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-48px,
th.pl-48px,
td.pl-48px {
    padding-left: 48px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-49px,
th.pl-49px,
td.pl-49px {
    padding-left: 49px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-50px,
th.pl-50px,
td.pl-50px {
    padding-left: 50px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-51px,
th.pl-51px,
td.pl-51px {
    padding-left: 51px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-52px,
th.pl-52px,
td.pl-52px {
    padding-left: 52px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-53px,
th.pl-53px,
td.pl-53px {
    padding-left: 53px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-54px,
th.pl-54px,
td.pl-54px {
    padding-left: 54px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-55px,
th.pl-55px,
td.pl-55px {
    padding-left: 55px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-56px,
th.pl-56px,
td.pl-56px {
    padding-left: 56px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-57px,
th.pl-57px,
td.pl-57px {
    padding-left: 57px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-58px,
th.pl-58px,
td.pl-58px {
    padding-left: 58px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-59px,
th.pl-59px,
td.pl-59px {
    padding-left: 59px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-60px,
th.pl-60px,
td.pl-60px {
    padding-left: 60px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-61px,
th.pl-61px,
td.pl-61px {
    padding-left: 61px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-62px,
th.pl-62px,
td.pl-62px {
    padding-left: 62px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-63px,
th.pl-63px,
td.pl-63px {
    padding-left: 63px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-64px,
th.pl-64px,
td.pl-64px {
    padding-left: 64px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-65px,
th.pl-65px,
td.pl-65px {
    padding-left: 65px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-66px,
th.pl-66px,
td.pl-66px {
    padding-left: 66px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-67px,
th.pl-67px,
td.pl-67px {
    padding-left: 67px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-68px,
th.pl-68px,
td.pl-68px {
    padding-left: 68px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-69px,
th.pl-69px,
td.pl-69px {
    padding-left: 69px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-70px,
th.pl-70px,
td.pl-70px {
    padding-left: 70px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-71px,
th.pl-71px,
td.pl-71px {
    padding-left: 71px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-72px,
th.pl-72px,
td.pl-72px {
    padding-left: 72px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-73px,
th.pl-73px,
td.pl-73px {
    padding-left: 73px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-74px,
th.pl-74px,
td.pl-74px {
    padding-left: 74px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-75px,
th.pl-75px,
td.pl-75px {
    padding-left: 75px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-76px,
th.pl-76px,
td.pl-76px {
    padding-left: 76px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-77px,
th.pl-77px,
td.pl-77px {
    padding-left: 77px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-78px,
th.pl-78px,
td.pl-78px {
    padding-left: 78px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-79px,
th.pl-79px,
td.pl-79px {
    padding-left: 79px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-80px,
th.pl-80px,
td.pl-80px {
    padding-left: 80px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-81px,
th.pl-81px,
td.pl-81px {
    padding-left: 81px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-82px,
th.pl-82px,
td.pl-82px {
    padding-left: 82px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-83px,
th.pl-83px,
td.pl-83px {
    padding-left: 83px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-84px,
th.pl-84px,
td.pl-84px {
    padding-left: 84px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-85px,
th.pl-85px,
td.pl-85px {
    padding-left: 85px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-86px,
th.pl-86px,
td.pl-86px {
    padding-left: 86px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-87px,
th.pl-87px,
td.pl-87px {
    padding-left: 87px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-88px,
th.pl-88px,
td.pl-88px {
    padding-left: 88px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-89px,
th.pl-89px,
td.pl-89px {
    padding-left: 89px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-90px,
th.pl-90px,
td.pl-90px {
    padding-left: 90px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-91px,
th.pl-91px,
td.pl-91px {
    padding-left: 91px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-92px,
th.pl-92px,
td.pl-92px {
    padding-left: 92px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-93px,
th.pl-93px,
td.pl-93px {
    padding-left: 93px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-94px,
th.pl-94px,
td.pl-94px {
    padding-left: 94px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-95px,
th.pl-95px,
td.pl-95px {
    padding-left: 95px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-96px,
th.pl-96px,
td.pl-96px {
    padding-left: 96px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-97px,
th.pl-97px,
td.pl-97px {
    padding-left: 97px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-98px,
th.pl-98px,
td.pl-98px {
    padding-left: 98px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-99px,
th.pl-99px,
td.pl-99px {
    padding-left: 99px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-100px,
th.pl-100px,
td.pl-100px {
    padding-left: 100px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-101px,
th.pl-101px,
td.pl-101px {
    padding-left: 101px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-102px,
th.pl-102px,
td.pl-102px {
    padding-left: 102px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-103px,
th.pl-103px,
td.pl-103px {
    padding-left: 103px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-104px,
th.pl-104px,
td.pl-104px {
    padding-left: 104px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-105px,
th.pl-105px,
td.pl-105px {
    padding-left: 105px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-106px,
th.pl-106px,
td.pl-106px {
    padding-left: 106px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-107px,
th.pl-107px,
td.pl-107px {
    padding-left: 107px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-108px,
th.pl-108px,
td.pl-108px {
    padding-left: 108px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-109px,
th.pl-109px,
td.pl-109px {
    padding-left: 109px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-110px,
th.pl-110px,
td.pl-110px {
    padding-left: 110px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-111px,
th.pl-111px,
td.pl-111px {
    padding-left: 111px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-112px,
th.pl-112px,
td.pl-112px {
    padding-left: 112px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-113px,
th.pl-113px,
td.pl-113px {
    padding-left: 113px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-114px,
th.pl-114px,
td.pl-114px {
    padding-left: 114px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-115px,
th.pl-115px,
td.pl-115px {
    padding-left: 115px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-116px,
th.pl-116px,
td.pl-116px {
    padding-left: 116px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-117px,
th.pl-117px,
td.pl-117px {
    padding-left: 117px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-118px,
th.pl-118px,
td.pl-118px {
    padding-left: 118px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-119px,
th.pl-119px,
td.pl-119px {
    padding-left: 119px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-120px,
th.pl-120px,
td.pl-120px {
    padding-left: 120px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-121px,
th.pl-121px,
td.pl-121px {
    padding-left: 121px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-122px,
th.pl-122px,
td.pl-122px {
    padding-left: 122px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-123px,
th.pl-123px,
td.pl-123px {
    padding-left: 123px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-124px,
th.pl-124px,
td.pl-124px {
    padding-left: 124px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-125px,
th.pl-125px,
td.pl-125px {
    padding-left: 125px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-126px,
th.pl-126px,
td.pl-126px {
    padding-left: 126px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-127px,
th.pl-127px,
td.pl-127px {
    padding-left: 127px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-128px,
th.pl-128px,
td.pl-128px {
    padding-left: 128px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-129px,
th.pl-129px,
td.pl-129px {
    padding-left: 129px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-130px,
th.pl-130px,
td.pl-130px {
    padding-left: 130px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-131px,
th.pl-131px,
td.pl-131px {
    padding-left: 131px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-132px,
th.pl-132px,
td.pl-132px {
    padding-left: 132px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-133px,
th.pl-133px,
td.pl-133px {
    padding-left: 133px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-134px,
th.pl-134px,
td.pl-134px {
    padding-left: 134px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-135px,
th.pl-135px,
td.pl-135px {
    padding-left: 135px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-136px,
th.pl-136px,
td.pl-136px {
    padding-left: 136px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-137px,
th.pl-137px,
td.pl-137px {
    padding-left: 137px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-138px,
th.pl-138px,
td.pl-138px {
    padding-left: 138px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-139px,
th.pl-139px,
td.pl-139px {
    padding-left: 139px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-140px,
th.pl-140px,
td.pl-140px {
    padding-left: 140px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-141px,
th.pl-141px,
td.pl-141px {
    padding-left: 141px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-142px,
th.pl-142px,
td.pl-142px {
    padding-left: 142px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-143px,
th.pl-143px,
td.pl-143px {
    padding-left: 143px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-144px,
th.pl-144px,
td.pl-144px {
    padding-left: 144px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-145px,
th.pl-145px,
td.pl-145px {
    padding-left: 145px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-146px,
th.pl-146px,
td.pl-146px {
    padding-left: 146px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-147px,
th.pl-147px,
td.pl-147px {
    padding-left: 147px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-148px,
th.pl-148px,
td.pl-148px {
    padding-left: 148px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-149px,
th.pl-149px,
td.pl-149px {
    padding-left: 149px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-150px,
th.pl-150px,
td.pl-150px {
    padding-left: 150px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-151px,
th.pl-151px,
td.pl-151px {
    padding-left: 151px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-152px,
th.pl-152px,
td.pl-152px {
    padding-left: 152px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-153px,
th.pl-153px,
td.pl-153px {
    padding-left: 153px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-154px,
th.pl-154px,
td.pl-154px {
    padding-left: 154px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-155px,
th.pl-155px,
td.pl-155px {
    padding-left: 155px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-156px,
th.pl-156px,
td.pl-156px {
    padding-left: 156px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-157px,
th.pl-157px,
td.pl-157px {
    padding-left: 157px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-158px,
th.pl-158px,
td.pl-158px {
    padding-left: 158px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-159px,
th.pl-159px,
td.pl-159px {
    padding-left: 159px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-160px,
th.pl-160px,
td.pl-160px {
    padding-left: 160px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-161px,
th.pl-161px,
td.pl-161px {
    padding-left: 161px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-162px,
th.pl-162px,
td.pl-162px {
    padding-left: 162px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-163px,
th.pl-163px,
td.pl-163px {
    padding-left: 163px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-164px,
th.pl-164px,
td.pl-164px {
    padding-left: 164px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-165px,
th.pl-165px,
td.pl-165px {
    padding-left: 165px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-166px,
th.pl-166px,
td.pl-166px {
    padding-left: 166px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-167px,
th.pl-167px,
td.pl-167px {
    padding-left: 167px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-168px,
th.pl-168px,
td.pl-168px {
    padding-left: 168px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-169px,
th.pl-169px,
td.pl-169px {
    padding-left: 169px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-170px,
th.pl-170px,
td.pl-170px {
    padding-left: 170px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-171px,
th.pl-171px,
td.pl-171px {
    padding-left: 171px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-172px,
th.pl-172px,
td.pl-172px {
    padding-left: 172px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-173px,
th.pl-173px,
td.pl-173px {
    padding-left: 173px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-174px,
th.pl-174px,
td.pl-174px {
    padding-left: 174px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-175px,
th.pl-175px,
td.pl-175px {
    padding-left: 175px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-176px,
th.pl-176px,
td.pl-176px {
    padding-left: 176px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-177px,
th.pl-177px,
td.pl-177px {
    padding-left: 177px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-178px,
th.pl-178px,
td.pl-178px {
    padding-left: 178px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-179px,
th.pl-179px,
td.pl-179px {
    padding-left: 179px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-180px,
th.pl-180px,
td.pl-180px {
    padding-left: 180px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-181px,
th.pl-181px,
td.pl-181px {
    padding-left: 181px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-182px,
th.pl-182px,
td.pl-182px {
    padding-left: 182px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-183px,
th.pl-183px,
td.pl-183px {
    padding-left: 183px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-184px,
th.pl-184px,
td.pl-184px {
    padding-left: 184px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-185px,
th.pl-185px,
td.pl-185px {
    padding-left: 185px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-186px,
th.pl-186px,
td.pl-186px {
    padding-left: 186px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-187px,
th.pl-187px,
td.pl-187px {
    padding-left: 187px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-188px,
th.pl-188px,
td.pl-188px {
    padding-left: 188px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-189px,
th.pl-189px,
td.pl-189px {
    padding-left: 189px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-190px,
th.pl-190px,
td.pl-190px {
    padding-left: 190px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-191px,
th.pl-191px,
td.pl-191px {
    padding-left: 191px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-192px,
th.pl-192px,
td.pl-192px {
    padding-left: 192px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-193px,
th.pl-193px,
td.pl-193px {
    padding-left: 193px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-194px,
th.pl-194px,
td.pl-194px {
    padding-left: 194px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-195px,
th.pl-195px,
td.pl-195px {
    padding-left: 195px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-196px,
th.pl-196px,
td.pl-196px {
    padding-left: 196px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-197px,
th.pl-197px,
td.pl-197px {
    padding-left: 197px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-198px,
th.pl-198px,
td.pl-198px {
    padding-left: 198px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-199px,
th.pl-199px,
td.pl-199px {
    padding-left: 199px !important;
  }
  /* line 6, app/assets/stylesheets/ui/_space.scss */
  .pl-200px,
th.pl-200px,
td.pl-200px {
    padding-left: 200px !important;
  }
  @media (max-width: 767.98px) {
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-0px,
th.md-pl-0px,
td.md-pl-0px {
      padding-left: 0px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-1px,
th.md-pl-1px,
td.md-pl-1px {
      padding-left: 1px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-2px,
th.md-pl-2px,
td.md-pl-2px {
      padding-left: 2px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-3px,
th.md-pl-3px,
td.md-pl-3px {
      padding-left: 3px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-4px,
th.md-pl-4px,
td.md-pl-4px {
      padding-left: 4px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-5px,
th.md-pl-5px,
td.md-pl-5px {
      padding-left: 5px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-6px,
th.md-pl-6px,
td.md-pl-6px {
      padding-left: 6px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-7px,
th.md-pl-7px,
td.md-pl-7px {
      padding-left: 7px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-8px,
th.md-pl-8px,
td.md-pl-8px {
      padding-left: 8px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-9px,
th.md-pl-9px,
td.md-pl-9px {
      padding-left: 9px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-10px,
th.md-pl-10px,
td.md-pl-10px {
      padding-left: 10px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-11px,
th.md-pl-11px,
td.md-pl-11px {
      padding-left: 11px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-12px,
th.md-pl-12px,
td.md-pl-12px {
      padding-left: 12px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-13px,
th.md-pl-13px,
td.md-pl-13px {
      padding-left: 13px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-14px,
th.md-pl-14px,
td.md-pl-14px {
      padding-left: 14px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-15px,
th.md-pl-15px,
td.md-pl-15px {
      padding-left: 15px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-16px,
th.md-pl-16px,
td.md-pl-16px {
      padding-left: 16px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-17px,
th.md-pl-17px,
td.md-pl-17px {
      padding-left: 17px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-18px,
th.md-pl-18px,
td.md-pl-18px {
      padding-left: 18px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-19px,
th.md-pl-19px,
td.md-pl-19px {
      padding-left: 19px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-20px,
th.md-pl-20px,
td.md-pl-20px {
      padding-left: 20px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-21px,
th.md-pl-21px,
td.md-pl-21px {
      padding-left: 21px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-22px,
th.md-pl-22px,
td.md-pl-22px {
      padding-left: 22px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-23px,
th.md-pl-23px,
td.md-pl-23px {
      padding-left: 23px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-24px,
th.md-pl-24px,
td.md-pl-24px {
      padding-left: 24px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-25px,
th.md-pl-25px,
td.md-pl-25px {
      padding-left: 25px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-26px,
th.md-pl-26px,
td.md-pl-26px {
      padding-left: 26px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-27px,
th.md-pl-27px,
td.md-pl-27px {
      padding-left: 27px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-28px,
th.md-pl-28px,
td.md-pl-28px {
      padding-left: 28px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-29px,
th.md-pl-29px,
td.md-pl-29px {
      padding-left: 29px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-30px,
th.md-pl-30px,
td.md-pl-30px {
      padding-left: 30px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-31px,
th.md-pl-31px,
td.md-pl-31px {
      padding-left: 31px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-32px,
th.md-pl-32px,
td.md-pl-32px {
      padding-left: 32px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-33px,
th.md-pl-33px,
td.md-pl-33px {
      padding-left: 33px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-34px,
th.md-pl-34px,
td.md-pl-34px {
      padding-left: 34px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-35px,
th.md-pl-35px,
td.md-pl-35px {
      padding-left: 35px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-36px,
th.md-pl-36px,
td.md-pl-36px {
      padding-left: 36px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-37px,
th.md-pl-37px,
td.md-pl-37px {
      padding-left: 37px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-38px,
th.md-pl-38px,
td.md-pl-38px {
      padding-left: 38px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-39px,
th.md-pl-39px,
td.md-pl-39px {
      padding-left: 39px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-40px,
th.md-pl-40px,
td.md-pl-40px {
      padding-left: 40px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-41px,
th.md-pl-41px,
td.md-pl-41px {
      padding-left: 41px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-42px,
th.md-pl-42px,
td.md-pl-42px {
      padding-left: 42px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-43px,
th.md-pl-43px,
td.md-pl-43px {
      padding-left: 43px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-44px,
th.md-pl-44px,
td.md-pl-44px {
      padding-left: 44px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-45px,
th.md-pl-45px,
td.md-pl-45px {
      padding-left: 45px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-46px,
th.md-pl-46px,
td.md-pl-46px {
      padding-left: 46px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-47px,
th.md-pl-47px,
td.md-pl-47px {
      padding-left: 47px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-48px,
th.md-pl-48px,
td.md-pl-48px {
      padding-left: 48px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-49px,
th.md-pl-49px,
td.md-pl-49px {
      padding-left: 49px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-50px,
th.md-pl-50px,
td.md-pl-50px {
      padding-left: 50px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-51px,
th.md-pl-51px,
td.md-pl-51px {
      padding-left: 51px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-52px,
th.md-pl-52px,
td.md-pl-52px {
      padding-left: 52px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-53px,
th.md-pl-53px,
td.md-pl-53px {
      padding-left: 53px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-54px,
th.md-pl-54px,
td.md-pl-54px {
      padding-left: 54px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-55px,
th.md-pl-55px,
td.md-pl-55px {
      padding-left: 55px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-56px,
th.md-pl-56px,
td.md-pl-56px {
      padding-left: 56px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-57px,
th.md-pl-57px,
td.md-pl-57px {
      padding-left: 57px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-58px,
th.md-pl-58px,
td.md-pl-58px {
      padding-left: 58px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-59px,
th.md-pl-59px,
td.md-pl-59px {
      padding-left: 59px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-60px,
th.md-pl-60px,
td.md-pl-60px {
      padding-left: 60px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-61px,
th.md-pl-61px,
td.md-pl-61px {
      padding-left: 61px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-62px,
th.md-pl-62px,
td.md-pl-62px {
      padding-left: 62px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-63px,
th.md-pl-63px,
td.md-pl-63px {
      padding-left: 63px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-64px,
th.md-pl-64px,
td.md-pl-64px {
      padding-left: 64px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-65px,
th.md-pl-65px,
td.md-pl-65px {
      padding-left: 65px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-66px,
th.md-pl-66px,
td.md-pl-66px {
      padding-left: 66px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-67px,
th.md-pl-67px,
td.md-pl-67px {
      padding-left: 67px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-68px,
th.md-pl-68px,
td.md-pl-68px {
      padding-left: 68px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-69px,
th.md-pl-69px,
td.md-pl-69px {
      padding-left: 69px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-70px,
th.md-pl-70px,
td.md-pl-70px {
      padding-left: 70px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-71px,
th.md-pl-71px,
td.md-pl-71px {
      padding-left: 71px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-72px,
th.md-pl-72px,
td.md-pl-72px {
      padding-left: 72px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-73px,
th.md-pl-73px,
td.md-pl-73px {
      padding-left: 73px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-74px,
th.md-pl-74px,
td.md-pl-74px {
      padding-left: 74px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-75px,
th.md-pl-75px,
td.md-pl-75px {
      padding-left: 75px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-76px,
th.md-pl-76px,
td.md-pl-76px {
      padding-left: 76px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-77px,
th.md-pl-77px,
td.md-pl-77px {
      padding-left: 77px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-78px,
th.md-pl-78px,
td.md-pl-78px {
      padding-left: 78px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-79px,
th.md-pl-79px,
td.md-pl-79px {
      padding-left: 79px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-80px,
th.md-pl-80px,
td.md-pl-80px {
      padding-left: 80px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-81px,
th.md-pl-81px,
td.md-pl-81px {
      padding-left: 81px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-82px,
th.md-pl-82px,
td.md-pl-82px {
      padding-left: 82px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-83px,
th.md-pl-83px,
td.md-pl-83px {
      padding-left: 83px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-84px,
th.md-pl-84px,
td.md-pl-84px {
      padding-left: 84px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-85px,
th.md-pl-85px,
td.md-pl-85px {
      padding-left: 85px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-86px,
th.md-pl-86px,
td.md-pl-86px {
      padding-left: 86px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-87px,
th.md-pl-87px,
td.md-pl-87px {
      padding-left: 87px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-88px,
th.md-pl-88px,
td.md-pl-88px {
      padding-left: 88px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-89px,
th.md-pl-89px,
td.md-pl-89px {
      padding-left: 89px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-90px,
th.md-pl-90px,
td.md-pl-90px {
      padding-left: 90px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-91px,
th.md-pl-91px,
td.md-pl-91px {
      padding-left: 91px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-92px,
th.md-pl-92px,
td.md-pl-92px {
      padding-left: 92px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-93px,
th.md-pl-93px,
td.md-pl-93px {
      padding-left: 93px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-94px,
th.md-pl-94px,
td.md-pl-94px {
      padding-left: 94px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-95px,
th.md-pl-95px,
td.md-pl-95px {
      padding-left: 95px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-96px,
th.md-pl-96px,
td.md-pl-96px {
      padding-left: 96px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-97px,
th.md-pl-97px,
td.md-pl-97px {
      padding-left: 97px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-98px,
th.md-pl-98px,
td.md-pl-98px {
      padding-left: 98px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-99px,
th.md-pl-99px,
td.md-pl-99px {
      padding-left: 99px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-100px,
th.md-pl-100px,
td.md-pl-100px {
      padding-left: 100px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-101px,
th.md-pl-101px,
td.md-pl-101px {
      padding-left: 101px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-102px,
th.md-pl-102px,
td.md-pl-102px {
      padding-left: 102px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-103px,
th.md-pl-103px,
td.md-pl-103px {
      padding-left: 103px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-104px,
th.md-pl-104px,
td.md-pl-104px {
      padding-left: 104px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-105px,
th.md-pl-105px,
td.md-pl-105px {
      padding-left: 105px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-106px,
th.md-pl-106px,
td.md-pl-106px {
      padding-left: 106px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-107px,
th.md-pl-107px,
td.md-pl-107px {
      padding-left: 107px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-108px,
th.md-pl-108px,
td.md-pl-108px {
      padding-left: 108px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-109px,
th.md-pl-109px,
td.md-pl-109px {
      padding-left: 109px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-110px,
th.md-pl-110px,
td.md-pl-110px {
      padding-left: 110px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-111px,
th.md-pl-111px,
td.md-pl-111px {
      padding-left: 111px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-112px,
th.md-pl-112px,
td.md-pl-112px {
      padding-left: 112px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-113px,
th.md-pl-113px,
td.md-pl-113px {
      padding-left: 113px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-114px,
th.md-pl-114px,
td.md-pl-114px {
      padding-left: 114px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-115px,
th.md-pl-115px,
td.md-pl-115px {
      padding-left: 115px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-116px,
th.md-pl-116px,
td.md-pl-116px {
      padding-left: 116px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-117px,
th.md-pl-117px,
td.md-pl-117px {
      padding-left: 117px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-118px,
th.md-pl-118px,
td.md-pl-118px {
      padding-left: 118px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-119px,
th.md-pl-119px,
td.md-pl-119px {
      padding-left: 119px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-120px,
th.md-pl-120px,
td.md-pl-120px {
      padding-left: 120px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-121px,
th.md-pl-121px,
td.md-pl-121px {
      padding-left: 121px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-122px,
th.md-pl-122px,
td.md-pl-122px {
      padding-left: 122px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-123px,
th.md-pl-123px,
td.md-pl-123px {
      padding-left: 123px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-124px,
th.md-pl-124px,
td.md-pl-124px {
      padding-left: 124px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-125px,
th.md-pl-125px,
td.md-pl-125px {
      padding-left: 125px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-126px,
th.md-pl-126px,
td.md-pl-126px {
      padding-left: 126px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-127px,
th.md-pl-127px,
td.md-pl-127px {
      padding-left: 127px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-128px,
th.md-pl-128px,
td.md-pl-128px {
      padding-left: 128px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-129px,
th.md-pl-129px,
td.md-pl-129px {
      padding-left: 129px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-130px,
th.md-pl-130px,
td.md-pl-130px {
      padding-left: 130px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-131px,
th.md-pl-131px,
td.md-pl-131px {
      padding-left: 131px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-132px,
th.md-pl-132px,
td.md-pl-132px {
      padding-left: 132px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-133px,
th.md-pl-133px,
td.md-pl-133px {
      padding-left: 133px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-134px,
th.md-pl-134px,
td.md-pl-134px {
      padding-left: 134px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-135px,
th.md-pl-135px,
td.md-pl-135px {
      padding-left: 135px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-136px,
th.md-pl-136px,
td.md-pl-136px {
      padding-left: 136px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-137px,
th.md-pl-137px,
td.md-pl-137px {
      padding-left: 137px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-138px,
th.md-pl-138px,
td.md-pl-138px {
      padding-left: 138px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-139px,
th.md-pl-139px,
td.md-pl-139px {
      padding-left: 139px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-140px,
th.md-pl-140px,
td.md-pl-140px {
      padding-left: 140px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-141px,
th.md-pl-141px,
td.md-pl-141px {
      padding-left: 141px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-142px,
th.md-pl-142px,
td.md-pl-142px {
      padding-left: 142px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-143px,
th.md-pl-143px,
td.md-pl-143px {
      padding-left: 143px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-144px,
th.md-pl-144px,
td.md-pl-144px {
      padding-left: 144px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-145px,
th.md-pl-145px,
td.md-pl-145px {
      padding-left: 145px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-146px,
th.md-pl-146px,
td.md-pl-146px {
      padding-left: 146px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-147px,
th.md-pl-147px,
td.md-pl-147px {
      padding-left: 147px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-148px,
th.md-pl-148px,
td.md-pl-148px {
      padding-left: 148px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-149px,
th.md-pl-149px,
td.md-pl-149px {
      padding-left: 149px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-150px,
th.md-pl-150px,
td.md-pl-150px {
      padding-left: 150px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-151px,
th.md-pl-151px,
td.md-pl-151px {
      padding-left: 151px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-152px,
th.md-pl-152px,
td.md-pl-152px {
      padding-left: 152px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-153px,
th.md-pl-153px,
td.md-pl-153px {
      padding-left: 153px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-154px,
th.md-pl-154px,
td.md-pl-154px {
      padding-left: 154px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-155px,
th.md-pl-155px,
td.md-pl-155px {
      padding-left: 155px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-156px,
th.md-pl-156px,
td.md-pl-156px {
      padding-left: 156px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-157px,
th.md-pl-157px,
td.md-pl-157px {
      padding-left: 157px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-158px,
th.md-pl-158px,
td.md-pl-158px {
      padding-left: 158px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-159px,
th.md-pl-159px,
td.md-pl-159px {
      padding-left: 159px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-160px,
th.md-pl-160px,
td.md-pl-160px {
      padding-left: 160px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-161px,
th.md-pl-161px,
td.md-pl-161px {
      padding-left: 161px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-162px,
th.md-pl-162px,
td.md-pl-162px {
      padding-left: 162px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-163px,
th.md-pl-163px,
td.md-pl-163px {
      padding-left: 163px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-164px,
th.md-pl-164px,
td.md-pl-164px {
      padding-left: 164px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-165px,
th.md-pl-165px,
td.md-pl-165px {
      padding-left: 165px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-166px,
th.md-pl-166px,
td.md-pl-166px {
      padding-left: 166px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-167px,
th.md-pl-167px,
td.md-pl-167px {
      padding-left: 167px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-168px,
th.md-pl-168px,
td.md-pl-168px {
      padding-left: 168px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-169px,
th.md-pl-169px,
td.md-pl-169px {
      padding-left: 169px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-170px,
th.md-pl-170px,
td.md-pl-170px {
      padding-left: 170px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-171px,
th.md-pl-171px,
td.md-pl-171px {
      padding-left: 171px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-172px,
th.md-pl-172px,
td.md-pl-172px {
      padding-left: 172px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-173px,
th.md-pl-173px,
td.md-pl-173px {
      padding-left: 173px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-174px,
th.md-pl-174px,
td.md-pl-174px {
      padding-left: 174px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-175px,
th.md-pl-175px,
td.md-pl-175px {
      padding-left: 175px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-176px,
th.md-pl-176px,
td.md-pl-176px {
      padding-left: 176px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-177px,
th.md-pl-177px,
td.md-pl-177px {
      padding-left: 177px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-178px,
th.md-pl-178px,
td.md-pl-178px {
      padding-left: 178px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-179px,
th.md-pl-179px,
td.md-pl-179px {
      padding-left: 179px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-180px,
th.md-pl-180px,
td.md-pl-180px {
      padding-left: 180px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-181px,
th.md-pl-181px,
td.md-pl-181px {
      padding-left: 181px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-182px,
th.md-pl-182px,
td.md-pl-182px {
      padding-left: 182px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-183px,
th.md-pl-183px,
td.md-pl-183px {
      padding-left: 183px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-184px,
th.md-pl-184px,
td.md-pl-184px {
      padding-left: 184px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-185px,
th.md-pl-185px,
td.md-pl-185px {
      padding-left: 185px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-186px,
th.md-pl-186px,
td.md-pl-186px {
      padding-left: 186px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-187px,
th.md-pl-187px,
td.md-pl-187px {
      padding-left: 187px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-188px,
th.md-pl-188px,
td.md-pl-188px {
      padding-left: 188px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-189px,
th.md-pl-189px,
td.md-pl-189px {
      padding-left: 189px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-190px,
th.md-pl-190px,
td.md-pl-190px {
      padding-left: 190px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-191px,
th.md-pl-191px,
td.md-pl-191px {
      padding-left: 191px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-192px,
th.md-pl-192px,
td.md-pl-192px {
      padding-left: 192px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-193px,
th.md-pl-193px,
td.md-pl-193px {
      padding-left: 193px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-194px,
th.md-pl-194px,
td.md-pl-194px {
      padding-left: 194px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-195px,
th.md-pl-195px,
td.md-pl-195px {
      padding-left: 195px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-196px,
th.md-pl-196px,
td.md-pl-196px {
      padding-left: 196px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-197px,
th.md-pl-197px,
td.md-pl-197px {
      padding-left: 197px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-198px,
th.md-pl-198px,
td.md-pl-198px {
      padding-left: 198px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-199px,
th.md-pl-199px,
td.md-pl-199px {
      padding-left: 199px !important;
    }
    /* line 13, app/assets/stylesheets/ui/_space.scss */
    .md-pl-200px,
th.md-pl-200px,
td.md-pl-200px {
      padding-left: 200px !important;
    }
  }
  @media (min-width: 768px) {
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-0px,
th.lg-pl-0px,
td.lg-pl-0px {
      padding-left: 0px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-1px,
th.lg-pl-1px,
td.lg-pl-1px {
      padding-left: 1px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-2px,
th.lg-pl-2px,
td.lg-pl-2px {
      padding-left: 2px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-3px,
th.lg-pl-3px,
td.lg-pl-3px {
      padding-left: 3px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-4px,
th.lg-pl-4px,
td.lg-pl-4px {
      padding-left: 4px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-5px,
th.lg-pl-5px,
td.lg-pl-5px {
      padding-left: 5px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-6px,
th.lg-pl-6px,
td.lg-pl-6px {
      padding-left: 6px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-7px,
th.lg-pl-7px,
td.lg-pl-7px {
      padding-left: 7px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-8px,
th.lg-pl-8px,
td.lg-pl-8px {
      padding-left: 8px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-9px,
th.lg-pl-9px,
td.lg-pl-9px {
      padding-left: 9px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-10px,
th.lg-pl-10px,
td.lg-pl-10px {
      padding-left: 10px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-11px,
th.lg-pl-11px,
td.lg-pl-11px {
      padding-left: 11px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-12px,
th.lg-pl-12px,
td.lg-pl-12px {
      padding-left: 12px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-13px,
th.lg-pl-13px,
td.lg-pl-13px {
      padding-left: 13px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-14px,
th.lg-pl-14px,
td.lg-pl-14px {
      padding-left: 14px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-15px,
th.lg-pl-15px,
td.lg-pl-15px {
      padding-left: 15px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-16px,
th.lg-pl-16px,
td.lg-pl-16px {
      padding-left: 16px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-17px,
th.lg-pl-17px,
td.lg-pl-17px {
      padding-left: 17px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-18px,
th.lg-pl-18px,
td.lg-pl-18px {
      padding-left: 18px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-19px,
th.lg-pl-19px,
td.lg-pl-19px {
      padding-left: 19px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-20px,
th.lg-pl-20px,
td.lg-pl-20px {
      padding-left: 20px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-21px,
th.lg-pl-21px,
td.lg-pl-21px {
      padding-left: 21px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-22px,
th.lg-pl-22px,
td.lg-pl-22px {
      padding-left: 22px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-23px,
th.lg-pl-23px,
td.lg-pl-23px {
      padding-left: 23px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-24px,
th.lg-pl-24px,
td.lg-pl-24px {
      padding-left: 24px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-25px,
th.lg-pl-25px,
td.lg-pl-25px {
      padding-left: 25px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-26px,
th.lg-pl-26px,
td.lg-pl-26px {
      padding-left: 26px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-27px,
th.lg-pl-27px,
td.lg-pl-27px {
      padding-left: 27px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-28px,
th.lg-pl-28px,
td.lg-pl-28px {
      padding-left: 28px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-29px,
th.lg-pl-29px,
td.lg-pl-29px {
      padding-left: 29px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-30px,
th.lg-pl-30px,
td.lg-pl-30px {
      padding-left: 30px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-31px,
th.lg-pl-31px,
td.lg-pl-31px {
      padding-left: 31px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-32px,
th.lg-pl-32px,
td.lg-pl-32px {
      padding-left: 32px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-33px,
th.lg-pl-33px,
td.lg-pl-33px {
      padding-left: 33px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-34px,
th.lg-pl-34px,
td.lg-pl-34px {
      padding-left: 34px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-35px,
th.lg-pl-35px,
td.lg-pl-35px {
      padding-left: 35px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-36px,
th.lg-pl-36px,
td.lg-pl-36px {
      padding-left: 36px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-37px,
th.lg-pl-37px,
td.lg-pl-37px {
      padding-left: 37px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-38px,
th.lg-pl-38px,
td.lg-pl-38px {
      padding-left: 38px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-39px,
th.lg-pl-39px,
td.lg-pl-39px {
      padding-left: 39px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-40px,
th.lg-pl-40px,
td.lg-pl-40px {
      padding-left: 40px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-41px,
th.lg-pl-41px,
td.lg-pl-41px {
      padding-left: 41px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-42px,
th.lg-pl-42px,
td.lg-pl-42px {
      padding-left: 42px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-43px,
th.lg-pl-43px,
td.lg-pl-43px {
      padding-left: 43px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-44px,
th.lg-pl-44px,
td.lg-pl-44px {
      padding-left: 44px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-45px,
th.lg-pl-45px,
td.lg-pl-45px {
      padding-left: 45px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-46px,
th.lg-pl-46px,
td.lg-pl-46px {
      padding-left: 46px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-47px,
th.lg-pl-47px,
td.lg-pl-47px {
      padding-left: 47px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-48px,
th.lg-pl-48px,
td.lg-pl-48px {
      padding-left: 48px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-49px,
th.lg-pl-49px,
td.lg-pl-49px {
      padding-left: 49px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-50px,
th.lg-pl-50px,
td.lg-pl-50px {
      padding-left: 50px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-51px,
th.lg-pl-51px,
td.lg-pl-51px {
      padding-left: 51px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-52px,
th.lg-pl-52px,
td.lg-pl-52px {
      padding-left: 52px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-53px,
th.lg-pl-53px,
td.lg-pl-53px {
      padding-left: 53px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-54px,
th.lg-pl-54px,
td.lg-pl-54px {
      padding-left: 54px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-55px,
th.lg-pl-55px,
td.lg-pl-55px {
      padding-left: 55px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-56px,
th.lg-pl-56px,
td.lg-pl-56px {
      padding-left: 56px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-57px,
th.lg-pl-57px,
td.lg-pl-57px {
      padding-left: 57px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-58px,
th.lg-pl-58px,
td.lg-pl-58px {
      padding-left: 58px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-59px,
th.lg-pl-59px,
td.lg-pl-59px {
      padding-left: 59px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-60px,
th.lg-pl-60px,
td.lg-pl-60px {
      padding-left: 60px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-61px,
th.lg-pl-61px,
td.lg-pl-61px {
      padding-left: 61px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-62px,
th.lg-pl-62px,
td.lg-pl-62px {
      padding-left: 62px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-63px,
th.lg-pl-63px,
td.lg-pl-63px {
      padding-left: 63px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-64px,
th.lg-pl-64px,
td.lg-pl-64px {
      padding-left: 64px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-65px,
th.lg-pl-65px,
td.lg-pl-65px {
      padding-left: 65px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-66px,
th.lg-pl-66px,
td.lg-pl-66px {
      padding-left: 66px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-67px,
th.lg-pl-67px,
td.lg-pl-67px {
      padding-left: 67px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-68px,
th.lg-pl-68px,
td.lg-pl-68px {
      padding-left: 68px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-69px,
th.lg-pl-69px,
td.lg-pl-69px {
      padding-left: 69px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-70px,
th.lg-pl-70px,
td.lg-pl-70px {
      padding-left: 70px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-71px,
th.lg-pl-71px,
td.lg-pl-71px {
      padding-left: 71px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-72px,
th.lg-pl-72px,
td.lg-pl-72px {
      padding-left: 72px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-73px,
th.lg-pl-73px,
td.lg-pl-73px {
      padding-left: 73px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-74px,
th.lg-pl-74px,
td.lg-pl-74px {
      padding-left: 74px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-75px,
th.lg-pl-75px,
td.lg-pl-75px {
      padding-left: 75px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-76px,
th.lg-pl-76px,
td.lg-pl-76px {
      padding-left: 76px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-77px,
th.lg-pl-77px,
td.lg-pl-77px {
      padding-left: 77px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-78px,
th.lg-pl-78px,
td.lg-pl-78px {
      padding-left: 78px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-79px,
th.lg-pl-79px,
td.lg-pl-79px {
      padding-left: 79px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-80px,
th.lg-pl-80px,
td.lg-pl-80px {
      padding-left: 80px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-81px,
th.lg-pl-81px,
td.lg-pl-81px {
      padding-left: 81px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-82px,
th.lg-pl-82px,
td.lg-pl-82px {
      padding-left: 82px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-83px,
th.lg-pl-83px,
td.lg-pl-83px {
      padding-left: 83px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-84px,
th.lg-pl-84px,
td.lg-pl-84px {
      padding-left: 84px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-85px,
th.lg-pl-85px,
td.lg-pl-85px {
      padding-left: 85px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-86px,
th.lg-pl-86px,
td.lg-pl-86px {
      padding-left: 86px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-87px,
th.lg-pl-87px,
td.lg-pl-87px {
      padding-left: 87px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-88px,
th.lg-pl-88px,
td.lg-pl-88px {
      padding-left: 88px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-89px,
th.lg-pl-89px,
td.lg-pl-89px {
      padding-left: 89px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-90px,
th.lg-pl-90px,
td.lg-pl-90px {
      padding-left: 90px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-91px,
th.lg-pl-91px,
td.lg-pl-91px {
      padding-left: 91px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-92px,
th.lg-pl-92px,
td.lg-pl-92px {
      padding-left: 92px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-93px,
th.lg-pl-93px,
td.lg-pl-93px {
      padding-left: 93px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-94px,
th.lg-pl-94px,
td.lg-pl-94px {
      padding-left: 94px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-95px,
th.lg-pl-95px,
td.lg-pl-95px {
      padding-left: 95px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-96px,
th.lg-pl-96px,
td.lg-pl-96px {
      padding-left: 96px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-97px,
th.lg-pl-97px,
td.lg-pl-97px {
      padding-left: 97px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-98px,
th.lg-pl-98px,
td.lg-pl-98px {
      padding-left: 98px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-99px,
th.lg-pl-99px,
td.lg-pl-99px {
      padding-left: 99px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-100px,
th.lg-pl-100px,
td.lg-pl-100px {
      padding-left: 100px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-101px,
th.lg-pl-101px,
td.lg-pl-101px {
      padding-left: 101px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-102px,
th.lg-pl-102px,
td.lg-pl-102px {
      padding-left: 102px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-103px,
th.lg-pl-103px,
td.lg-pl-103px {
      padding-left: 103px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-104px,
th.lg-pl-104px,
td.lg-pl-104px {
      padding-left: 104px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-105px,
th.lg-pl-105px,
td.lg-pl-105px {
      padding-left: 105px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-106px,
th.lg-pl-106px,
td.lg-pl-106px {
      padding-left: 106px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-107px,
th.lg-pl-107px,
td.lg-pl-107px {
      padding-left: 107px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-108px,
th.lg-pl-108px,
td.lg-pl-108px {
      padding-left: 108px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-109px,
th.lg-pl-109px,
td.lg-pl-109px {
      padding-left: 109px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-110px,
th.lg-pl-110px,
td.lg-pl-110px {
      padding-left: 110px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-111px,
th.lg-pl-111px,
td.lg-pl-111px {
      padding-left: 111px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-112px,
th.lg-pl-112px,
td.lg-pl-112px {
      padding-left: 112px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-113px,
th.lg-pl-113px,
td.lg-pl-113px {
      padding-left: 113px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-114px,
th.lg-pl-114px,
td.lg-pl-114px {
      padding-left: 114px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-115px,
th.lg-pl-115px,
td.lg-pl-115px {
      padding-left: 115px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-116px,
th.lg-pl-116px,
td.lg-pl-116px {
      padding-left: 116px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-117px,
th.lg-pl-117px,
td.lg-pl-117px {
      padding-left: 117px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-118px,
th.lg-pl-118px,
td.lg-pl-118px {
      padding-left: 118px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-119px,
th.lg-pl-119px,
td.lg-pl-119px {
      padding-left: 119px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-120px,
th.lg-pl-120px,
td.lg-pl-120px {
      padding-left: 120px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-121px,
th.lg-pl-121px,
td.lg-pl-121px {
      padding-left: 121px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-122px,
th.lg-pl-122px,
td.lg-pl-122px {
      padding-left: 122px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-123px,
th.lg-pl-123px,
td.lg-pl-123px {
      padding-left: 123px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-124px,
th.lg-pl-124px,
td.lg-pl-124px {
      padding-left: 124px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-125px,
th.lg-pl-125px,
td.lg-pl-125px {
      padding-left: 125px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-126px,
th.lg-pl-126px,
td.lg-pl-126px {
      padding-left: 126px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-127px,
th.lg-pl-127px,
td.lg-pl-127px {
      padding-left: 127px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-128px,
th.lg-pl-128px,
td.lg-pl-128px {
      padding-left: 128px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-129px,
th.lg-pl-129px,
td.lg-pl-129px {
      padding-left: 129px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-130px,
th.lg-pl-130px,
td.lg-pl-130px {
      padding-left: 130px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-131px,
th.lg-pl-131px,
td.lg-pl-131px {
      padding-left: 131px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-132px,
th.lg-pl-132px,
td.lg-pl-132px {
      padding-left: 132px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-133px,
th.lg-pl-133px,
td.lg-pl-133px {
      padding-left: 133px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-134px,
th.lg-pl-134px,
td.lg-pl-134px {
      padding-left: 134px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-135px,
th.lg-pl-135px,
td.lg-pl-135px {
      padding-left: 135px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-136px,
th.lg-pl-136px,
td.lg-pl-136px {
      padding-left: 136px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-137px,
th.lg-pl-137px,
td.lg-pl-137px {
      padding-left: 137px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-138px,
th.lg-pl-138px,
td.lg-pl-138px {
      padding-left: 138px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-139px,
th.lg-pl-139px,
td.lg-pl-139px {
      padding-left: 139px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-140px,
th.lg-pl-140px,
td.lg-pl-140px {
      padding-left: 140px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-141px,
th.lg-pl-141px,
td.lg-pl-141px {
      padding-left: 141px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-142px,
th.lg-pl-142px,
td.lg-pl-142px {
      padding-left: 142px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-143px,
th.lg-pl-143px,
td.lg-pl-143px {
      padding-left: 143px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-144px,
th.lg-pl-144px,
td.lg-pl-144px {
      padding-left: 144px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-145px,
th.lg-pl-145px,
td.lg-pl-145px {
      padding-left: 145px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-146px,
th.lg-pl-146px,
td.lg-pl-146px {
      padding-left: 146px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-147px,
th.lg-pl-147px,
td.lg-pl-147px {
      padding-left: 147px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-148px,
th.lg-pl-148px,
td.lg-pl-148px {
      padding-left: 148px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-149px,
th.lg-pl-149px,
td.lg-pl-149px {
      padding-left: 149px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-150px,
th.lg-pl-150px,
td.lg-pl-150px {
      padding-left: 150px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-151px,
th.lg-pl-151px,
td.lg-pl-151px {
      padding-left: 151px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-152px,
th.lg-pl-152px,
td.lg-pl-152px {
      padding-left: 152px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-153px,
th.lg-pl-153px,
td.lg-pl-153px {
      padding-left: 153px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-154px,
th.lg-pl-154px,
td.lg-pl-154px {
      padding-left: 154px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-155px,
th.lg-pl-155px,
td.lg-pl-155px {
      padding-left: 155px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-156px,
th.lg-pl-156px,
td.lg-pl-156px {
      padding-left: 156px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-157px,
th.lg-pl-157px,
td.lg-pl-157px {
      padding-left: 157px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-158px,
th.lg-pl-158px,
td.lg-pl-158px {
      padding-left: 158px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-159px,
th.lg-pl-159px,
td.lg-pl-159px {
      padding-left: 159px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-160px,
th.lg-pl-160px,
td.lg-pl-160px {
      padding-left: 160px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-161px,
th.lg-pl-161px,
td.lg-pl-161px {
      padding-left: 161px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-162px,
th.lg-pl-162px,
td.lg-pl-162px {
      padding-left: 162px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-163px,
th.lg-pl-163px,
td.lg-pl-163px {
      padding-left: 163px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-164px,
th.lg-pl-164px,
td.lg-pl-164px {
      padding-left: 164px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-165px,
th.lg-pl-165px,
td.lg-pl-165px {
      padding-left: 165px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-166px,
th.lg-pl-166px,
td.lg-pl-166px {
      padding-left: 166px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-167px,
th.lg-pl-167px,
td.lg-pl-167px {
      padding-left: 167px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-168px,
th.lg-pl-168px,
td.lg-pl-168px {
      padding-left: 168px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-169px,
th.lg-pl-169px,
td.lg-pl-169px {
      padding-left: 169px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-170px,
th.lg-pl-170px,
td.lg-pl-170px {
      padding-left: 170px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-171px,
th.lg-pl-171px,
td.lg-pl-171px {
      padding-left: 171px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-172px,
th.lg-pl-172px,
td.lg-pl-172px {
      padding-left: 172px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-173px,
th.lg-pl-173px,
td.lg-pl-173px {
      padding-left: 173px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-174px,
th.lg-pl-174px,
td.lg-pl-174px {
      padding-left: 174px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-175px,
th.lg-pl-175px,
td.lg-pl-175px {
      padding-left: 175px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-176px,
th.lg-pl-176px,
td.lg-pl-176px {
      padding-left: 176px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-177px,
th.lg-pl-177px,
td.lg-pl-177px {
      padding-left: 177px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-178px,
th.lg-pl-178px,
td.lg-pl-178px {
      padding-left: 178px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-179px,
th.lg-pl-179px,
td.lg-pl-179px {
      padding-left: 179px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-180px,
th.lg-pl-180px,
td.lg-pl-180px {
      padding-left: 180px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-181px,
th.lg-pl-181px,
td.lg-pl-181px {
      padding-left: 181px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-182px,
th.lg-pl-182px,
td.lg-pl-182px {
      padding-left: 182px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-183px,
th.lg-pl-183px,
td.lg-pl-183px {
      padding-left: 183px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-184px,
th.lg-pl-184px,
td.lg-pl-184px {
      padding-left: 184px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-185px,
th.lg-pl-185px,
td.lg-pl-185px {
      padding-left: 185px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-186px,
th.lg-pl-186px,
td.lg-pl-186px {
      padding-left: 186px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-187px,
th.lg-pl-187px,
td.lg-pl-187px {
      padding-left: 187px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-188px,
th.lg-pl-188px,
td.lg-pl-188px {
      padding-left: 188px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-189px,
th.lg-pl-189px,
td.lg-pl-189px {
      padding-left: 189px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-190px,
th.lg-pl-190px,
td.lg-pl-190px {
      padding-left: 190px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-191px,
th.lg-pl-191px,
td.lg-pl-191px {
      padding-left: 191px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-192px,
th.lg-pl-192px,
td.lg-pl-192px {
      padding-left: 192px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-193px,
th.lg-pl-193px,
td.lg-pl-193px {
      padding-left: 193px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-194px,
th.lg-pl-194px,
td.lg-pl-194px {
      padding-left: 194px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-195px,
th.lg-pl-195px,
td.lg-pl-195px {
      padding-left: 195px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-196px,
th.lg-pl-196px,
td.lg-pl-196px {
      padding-left: 196px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-197px,
th.lg-pl-197px,
td.lg-pl-197px {
      padding-left: 197px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-198px,
th.lg-pl-198px,
td.lg-pl-198px {
      padding-left: 198px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-199px,
th.lg-pl-199px,
td.lg-pl-199px {
      padding-left: 199px !important;
    }
    /* line 21, app/assets/stylesheets/ui/_space.scss */
    .lg-pl-200px,
th.lg-pl-200px,
td.lg-pl-200px {
      padding-left: 200px !important;
    }
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-0px,
th.pr-0px,
td.pr-0px {
    padding-right: 0px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-1px,
th.pr-1px,
td.pr-1px {
    padding-right: 1px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-2px,
th.pr-2px,
td.pr-2px {
    padding-right: 2px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-3px,
th.pr-3px,
td.pr-3px {
    padding-right: 3px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-4px,
th.pr-4px,
td.pr-4px {
    padding-right: 4px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-5px,
th.pr-5px,
td.pr-5px {
    padding-right: 5px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-6px,
th.pr-6px,
td.pr-6px {
    padding-right: 6px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-7px,
th.pr-7px,
td.pr-7px {
    padding-right: 7px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-8px,
th.pr-8px,
td.pr-8px {
    padding-right: 8px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-9px,
th.pr-9px,
td.pr-9px {
    padding-right: 9px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-10px,
th.pr-10px,
td.pr-10px {
    padding-right: 10px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-11px,
th.pr-11px,
td.pr-11px {
    padding-right: 11px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-12px,
th.pr-12px,
td.pr-12px {
    padding-right: 12px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-13px,
th.pr-13px,
td.pr-13px {
    padding-right: 13px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-14px,
th.pr-14px,
td.pr-14px {
    padding-right: 14px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-15px,
th.pr-15px,
td.pr-15px {
    padding-right: 15px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-16px,
th.pr-16px,
td.pr-16px {
    padding-right: 16px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-17px,
th.pr-17px,
td.pr-17px {
    padding-right: 17px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-18px,
th.pr-18px,
td.pr-18px {
    padding-right: 18px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-19px,
th.pr-19px,
td.pr-19px {
    padding-right: 19px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-20px,
th.pr-20px,
td.pr-20px {
    padding-right: 20px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-21px,
th.pr-21px,
td.pr-21px {
    padding-right: 21px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-22px,
th.pr-22px,
td.pr-22px {
    padding-right: 22px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-23px,
th.pr-23px,
td.pr-23px {
    padding-right: 23px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-24px,
th.pr-24px,
td.pr-24px {
    padding-right: 24px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-25px,
th.pr-25px,
td.pr-25px {
    padding-right: 25px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-26px,
th.pr-26px,
td.pr-26px {
    padding-right: 26px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-27px,
th.pr-27px,
td.pr-27px {
    padding-right: 27px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-28px,
th.pr-28px,
td.pr-28px {
    padding-right: 28px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-29px,
th.pr-29px,
td.pr-29px {
    padding-right: 29px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-30px,
th.pr-30px,
td.pr-30px {
    padding-right: 30px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-31px,
th.pr-31px,
td.pr-31px {
    padding-right: 31px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-32px,
th.pr-32px,
td.pr-32px {
    padding-right: 32px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-33px,
th.pr-33px,
td.pr-33px {
    padding-right: 33px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-34px,
th.pr-34px,
td.pr-34px {
    padding-right: 34px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-35px,
th.pr-35px,
td.pr-35px {
    padding-right: 35px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-36px,
th.pr-36px,
td.pr-36px {
    padding-right: 36px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-37px,
th.pr-37px,
td.pr-37px {
    padding-right: 37px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-38px,
th.pr-38px,
td.pr-38px {
    padding-right: 38px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-39px,
th.pr-39px,
td.pr-39px {
    padding-right: 39px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-40px,
th.pr-40px,
td.pr-40px {
    padding-right: 40px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-41px,
th.pr-41px,
td.pr-41px {
    padding-right: 41px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-42px,
th.pr-42px,
td.pr-42px {
    padding-right: 42px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-43px,
th.pr-43px,
td.pr-43px {
    padding-right: 43px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-44px,
th.pr-44px,
td.pr-44px {
    padding-right: 44px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-45px,
th.pr-45px,
td.pr-45px {
    padding-right: 45px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-46px,
th.pr-46px,
td.pr-46px {
    padding-right: 46px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-47px,
th.pr-47px,
td.pr-47px {
    padding-right: 47px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-48px,
th.pr-48px,
td.pr-48px {
    padding-right: 48px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-49px,
th.pr-49px,
td.pr-49px {
    padding-right: 49px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-50px,
th.pr-50px,
td.pr-50px {
    padding-right: 50px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-51px,
th.pr-51px,
td.pr-51px {
    padding-right: 51px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-52px,
th.pr-52px,
td.pr-52px {
    padding-right: 52px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-53px,
th.pr-53px,
td.pr-53px {
    padding-right: 53px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-54px,
th.pr-54px,
td.pr-54px {
    padding-right: 54px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-55px,
th.pr-55px,
td.pr-55px {
    padding-right: 55px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-56px,
th.pr-56px,
td.pr-56px {
    padding-right: 56px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-57px,
th.pr-57px,
td.pr-57px {
    padding-right: 57px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-58px,
th.pr-58px,
td.pr-58px {
    padding-right: 58px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-59px,
th.pr-59px,
td.pr-59px {
    padding-right: 59px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-60px,
th.pr-60px,
td.pr-60px {
    padding-right: 60px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-61px,
th.pr-61px,
td.pr-61px {
    padding-right: 61px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-62px,
th.pr-62px,
td.pr-62px {
    padding-right: 62px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-63px,
th.pr-63px,
td.pr-63px {
    padding-right: 63px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-64px,
th.pr-64px,
td.pr-64px {
    padding-right: 64px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-65px,
th.pr-65px,
td.pr-65px {
    padding-right: 65px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-66px,
th.pr-66px,
td.pr-66px {
    padding-right: 66px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-67px,
th.pr-67px,
td.pr-67px {
    padding-right: 67px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-68px,
th.pr-68px,
td.pr-68px {
    padding-right: 68px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-69px,
th.pr-69px,
td.pr-69px {
    padding-right: 69px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-70px,
th.pr-70px,
td.pr-70px {
    padding-right: 70px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-71px,
th.pr-71px,
td.pr-71px {
    padding-right: 71px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-72px,
th.pr-72px,
td.pr-72px {
    padding-right: 72px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-73px,
th.pr-73px,
td.pr-73px {
    padding-right: 73px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-74px,
th.pr-74px,
td.pr-74px {
    padding-right: 74px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-75px,
th.pr-75px,
td.pr-75px {
    padding-right: 75px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-76px,
th.pr-76px,
td.pr-76px {
    padding-right: 76px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-77px,
th.pr-77px,
td.pr-77px {
    padding-right: 77px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-78px,
th.pr-78px,
td.pr-78px {
    padding-right: 78px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-79px,
th.pr-79px,
td.pr-79px {
    padding-right: 79px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-80px,
th.pr-80px,
td.pr-80px {
    padding-right: 80px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-81px,
th.pr-81px,
td.pr-81px {
    padding-right: 81px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-82px,
th.pr-82px,
td.pr-82px {
    padding-right: 82px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-83px,
th.pr-83px,
td.pr-83px {
    padding-right: 83px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-84px,
th.pr-84px,
td.pr-84px {
    padding-right: 84px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-85px,
th.pr-85px,
td.pr-85px {
    padding-right: 85px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-86px,
th.pr-86px,
td.pr-86px {
    padding-right: 86px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-87px,
th.pr-87px,
td.pr-87px {
    padding-right: 87px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-88px,
th.pr-88px,
td.pr-88px {
    padding-right: 88px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-89px,
th.pr-89px,
td.pr-89px {
    padding-right: 89px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-90px,
th.pr-90px,
td.pr-90px {
    padding-right: 90px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-91px,
th.pr-91px,
td.pr-91px {
    padding-right: 91px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-92px,
th.pr-92px,
td.pr-92px {
    padding-right: 92px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-93px,
th.pr-93px,
td.pr-93px {
    padding-right: 93px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-94px,
th.pr-94px,
td.pr-94px {
    padding-right: 94px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-95px,
th.pr-95px,
td.pr-95px {
    padding-right: 95px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-96px,
th.pr-96px,
td.pr-96px {
    padding-right: 96px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-97px,
th.pr-97px,
td.pr-97px {
    padding-right: 97px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-98px,
th.pr-98px,
td.pr-98px {
    padding-right: 98px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-99px,
th.pr-99px,
td.pr-99px {
    padding-right: 99px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-100px,
th.pr-100px,
td.pr-100px {
    padding-right: 100px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-101px,
th.pr-101px,
td.pr-101px {
    padding-right: 101px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-102px,
th.pr-102px,
td.pr-102px {
    padding-right: 102px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-103px,
th.pr-103px,
td.pr-103px {
    padding-right: 103px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-104px,
th.pr-104px,
td.pr-104px {
    padding-right: 104px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-105px,
th.pr-105px,
td.pr-105px {
    padding-right: 105px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-106px,
th.pr-106px,
td.pr-106px {
    padding-right: 106px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-107px,
th.pr-107px,
td.pr-107px {
    padding-right: 107px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-108px,
th.pr-108px,
td.pr-108px {
    padding-right: 108px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-109px,
th.pr-109px,
td.pr-109px {
    padding-right: 109px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-110px,
th.pr-110px,
td.pr-110px {
    padding-right: 110px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-111px,
th.pr-111px,
td.pr-111px {
    padding-right: 111px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-112px,
th.pr-112px,
td.pr-112px {
    padding-right: 112px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-113px,
th.pr-113px,
td.pr-113px {
    padding-right: 113px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-114px,
th.pr-114px,
td.pr-114px {
    padding-right: 114px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-115px,
th.pr-115px,
td.pr-115px {
    padding-right: 115px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-116px,
th.pr-116px,
td.pr-116px {
    padding-right: 116px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-117px,
th.pr-117px,
td.pr-117px {
    padding-right: 117px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-118px,
th.pr-118px,
td.pr-118px {
    padding-right: 118px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-119px,
th.pr-119px,
td.pr-119px {
    padding-right: 119px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-120px,
th.pr-120px,
td.pr-120px {
    padding-right: 120px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-121px,
th.pr-121px,
td.pr-121px {
    padding-right: 121px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-122px,
th.pr-122px,
td.pr-122px {
    padding-right: 122px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-123px,
th.pr-123px,
td.pr-123px {
    padding-right: 123px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-124px,
th.pr-124px,
td.pr-124px {
    padding-right: 124px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-125px,
th.pr-125px,
td.pr-125px {
    padding-right: 125px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-126px,
th.pr-126px,
td.pr-126px {
    padding-right: 126px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-127px,
th.pr-127px,
td.pr-127px {
    padding-right: 127px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-128px,
th.pr-128px,
td.pr-128px {
    padding-right: 128px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-129px,
th.pr-129px,
td.pr-129px {
    padding-right: 129px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-130px,
th.pr-130px,
td.pr-130px {
    padding-right: 130px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-131px,
th.pr-131px,
td.pr-131px {
    padding-right: 131px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-132px,
th.pr-132px,
td.pr-132px {
    padding-right: 132px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-133px,
th.pr-133px,
td.pr-133px {
    padding-right: 133px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-134px,
th.pr-134px,
td.pr-134px {
    padding-right: 134px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-135px,
th.pr-135px,
td.pr-135px {
    padding-right: 135px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-136px,
th.pr-136px,
td.pr-136px {
    padding-right: 136px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-137px,
th.pr-137px,
td.pr-137px {
    padding-right: 137px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-138px,
th.pr-138px,
td.pr-138px {
    padding-right: 138px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-139px,
th.pr-139px,
td.pr-139px {
    padding-right: 139px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-140px,
th.pr-140px,
td.pr-140px {
    padding-right: 140px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-141px,
th.pr-141px,
td.pr-141px {
    padding-right: 141px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-142px,
th.pr-142px,
td.pr-142px {
    padding-right: 142px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-143px,
th.pr-143px,
td.pr-143px {
    padding-right: 143px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-144px,
th.pr-144px,
td.pr-144px {
    padding-right: 144px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-145px,
th.pr-145px,
td.pr-145px {
    padding-right: 145px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-146px,
th.pr-146px,
td.pr-146px {
    padding-right: 146px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-147px,
th.pr-147px,
td.pr-147px {
    padding-right: 147px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-148px,
th.pr-148px,
td.pr-148px {
    padding-right: 148px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-149px,
th.pr-149px,
td.pr-149px {
    padding-right: 149px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-150px,
th.pr-150px,
td.pr-150px {
    padding-right: 150px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-151px,
th.pr-151px,
td.pr-151px {
    padding-right: 151px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-152px,
th.pr-152px,
td.pr-152px {
    padding-right: 152px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-153px,
th.pr-153px,
td.pr-153px {
    padding-right: 153px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-154px,
th.pr-154px,
td.pr-154px {
    padding-right: 154px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-155px,
th.pr-155px,
td.pr-155px {
    padding-right: 155px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-156px,
th.pr-156px,
td.pr-156px {
    padding-right: 156px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-157px,
th.pr-157px,
td.pr-157px {
    padding-right: 157px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-158px,
th.pr-158px,
td.pr-158px {
    padding-right: 158px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-159px,
th.pr-159px,
td.pr-159px {
    padding-right: 159px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-160px,
th.pr-160px,
td.pr-160px {
    padding-right: 160px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-161px,
th.pr-161px,
td.pr-161px {
    padding-right: 161px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-162px,
th.pr-162px,
td.pr-162px {
    padding-right: 162px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-163px,
th.pr-163px,
td.pr-163px {
    padding-right: 163px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-164px,
th.pr-164px,
td.pr-164px {
    padding-right: 164px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-165px,
th.pr-165px,
td.pr-165px {
    padding-right: 165px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-166px,
th.pr-166px,
td.pr-166px {
    padding-right: 166px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-167px,
th.pr-167px,
td.pr-167px {
    padding-right: 167px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-168px,
th.pr-168px,
td.pr-168px {
    padding-right: 168px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-169px,
th.pr-169px,
td.pr-169px {
    padding-right: 169px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-170px,
th.pr-170px,
td.pr-170px {
    padding-right: 170px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-171px,
th.pr-171px,
td.pr-171px {
    padding-right: 171px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-172px,
th.pr-172px,
td.pr-172px {
    padding-right: 172px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-173px,
th.pr-173px,
td.pr-173px {
    padding-right: 173px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-174px,
th.pr-174px,
td.pr-174px {
    padding-right: 174px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-175px,
th.pr-175px,
td.pr-175px {
    padding-right: 175px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-176px,
th.pr-176px,
td.pr-176px {
    padding-right: 176px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-177px,
th.pr-177px,
td.pr-177px {
    padding-right: 177px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-178px,
th.pr-178px,
td.pr-178px {
    padding-right: 178px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-179px,
th.pr-179px,
td.pr-179px {
    padding-right: 179px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-180px,
th.pr-180px,
td.pr-180px {
    padding-right: 180px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-181px,
th.pr-181px,
td.pr-181px {
    padding-right: 181px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-182px,
th.pr-182px,
td.pr-182px {
    padding-right: 182px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-183px,
th.pr-183px,
td.pr-183px {
    padding-right: 183px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-184px,
th.pr-184px,
td.pr-184px {
    padding-right: 184px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-185px,
th.pr-185px,
td.pr-185px {
    padding-right: 185px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-186px,
th.pr-186px,
td.pr-186px {
    padding-right: 186px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-187px,
th.pr-187px,
td.pr-187px {
    padding-right: 187px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-188px,
th.pr-188px,
td.pr-188px {
    padding-right: 188px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-189px,
th.pr-189px,
td.pr-189px {
    padding-right: 189px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-190px,
th.pr-190px,
td.pr-190px {
    padding-right: 190px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-191px,
th.pr-191px,
td.pr-191px {
    padding-right: 191px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-192px,
th.pr-192px,
td.pr-192px {
    padding-right: 192px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-193px,
th.pr-193px,
td.pr-193px {
    padding-right: 193px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-194px,
th.pr-194px,
td.pr-194px {
    padding-right: 194px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-195px,
th.pr-195px,
td.pr-195px {
    padding-right: 195px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-196px,
th.pr-196px,
td.pr-196px {
    padding-right: 196px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-197px,
th.pr-197px,
td.pr-197px {
    padding-right: 197px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-198px,
th.pr-198px,
td.pr-198px {
    padding-right: 198px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-199px,
th.pr-199px,
td.pr-199px {
    padding-right: 199px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_space.scss */
  .pr-200px,
th.pr-200px,
td.pr-200px {
    padding-right: 200px !important;
  }
  @media (max-width: 767.98px) {
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-0px,
th.md-pr-0px,
td.md-pr-0px {
      padding-right: 0px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-1px,
th.md-pr-1px,
td.md-pr-1px {
      padding-right: 1px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-2px,
th.md-pr-2px,
td.md-pr-2px {
      padding-right: 2px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-3px,
th.md-pr-3px,
td.md-pr-3px {
      padding-right: 3px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-4px,
th.md-pr-4px,
td.md-pr-4px {
      padding-right: 4px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-5px,
th.md-pr-5px,
td.md-pr-5px {
      padding-right: 5px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-6px,
th.md-pr-6px,
td.md-pr-6px {
      padding-right: 6px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-7px,
th.md-pr-7px,
td.md-pr-7px {
      padding-right: 7px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-8px,
th.md-pr-8px,
td.md-pr-8px {
      padding-right: 8px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-9px,
th.md-pr-9px,
td.md-pr-9px {
      padding-right: 9px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-10px,
th.md-pr-10px,
td.md-pr-10px {
      padding-right: 10px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-11px,
th.md-pr-11px,
td.md-pr-11px {
      padding-right: 11px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-12px,
th.md-pr-12px,
td.md-pr-12px {
      padding-right: 12px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-13px,
th.md-pr-13px,
td.md-pr-13px {
      padding-right: 13px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-14px,
th.md-pr-14px,
td.md-pr-14px {
      padding-right: 14px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-15px,
th.md-pr-15px,
td.md-pr-15px {
      padding-right: 15px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-16px,
th.md-pr-16px,
td.md-pr-16px {
      padding-right: 16px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-17px,
th.md-pr-17px,
td.md-pr-17px {
      padding-right: 17px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-18px,
th.md-pr-18px,
td.md-pr-18px {
      padding-right: 18px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-19px,
th.md-pr-19px,
td.md-pr-19px {
      padding-right: 19px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-20px,
th.md-pr-20px,
td.md-pr-20px {
      padding-right: 20px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-21px,
th.md-pr-21px,
td.md-pr-21px {
      padding-right: 21px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-22px,
th.md-pr-22px,
td.md-pr-22px {
      padding-right: 22px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-23px,
th.md-pr-23px,
td.md-pr-23px {
      padding-right: 23px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-24px,
th.md-pr-24px,
td.md-pr-24px {
      padding-right: 24px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-25px,
th.md-pr-25px,
td.md-pr-25px {
      padding-right: 25px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-26px,
th.md-pr-26px,
td.md-pr-26px {
      padding-right: 26px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-27px,
th.md-pr-27px,
td.md-pr-27px {
      padding-right: 27px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-28px,
th.md-pr-28px,
td.md-pr-28px {
      padding-right: 28px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-29px,
th.md-pr-29px,
td.md-pr-29px {
      padding-right: 29px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-30px,
th.md-pr-30px,
td.md-pr-30px {
      padding-right: 30px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-31px,
th.md-pr-31px,
td.md-pr-31px {
      padding-right: 31px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-32px,
th.md-pr-32px,
td.md-pr-32px {
      padding-right: 32px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-33px,
th.md-pr-33px,
td.md-pr-33px {
      padding-right: 33px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-34px,
th.md-pr-34px,
td.md-pr-34px {
      padding-right: 34px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-35px,
th.md-pr-35px,
td.md-pr-35px {
      padding-right: 35px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-36px,
th.md-pr-36px,
td.md-pr-36px {
      padding-right: 36px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-37px,
th.md-pr-37px,
td.md-pr-37px {
      padding-right: 37px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-38px,
th.md-pr-38px,
td.md-pr-38px {
      padding-right: 38px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-39px,
th.md-pr-39px,
td.md-pr-39px {
      padding-right: 39px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-40px,
th.md-pr-40px,
td.md-pr-40px {
      padding-right: 40px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-41px,
th.md-pr-41px,
td.md-pr-41px {
      padding-right: 41px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-42px,
th.md-pr-42px,
td.md-pr-42px {
      padding-right: 42px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-43px,
th.md-pr-43px,
td.md-pr-43px {
      padding-right: 43px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-44px,
th.md-pr-44px,
td.md-pr-44px {
      padding-right: 44px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-45px,
th.md-pr-45px,
td.md-pr-45px {
      padding-right: 45px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-46px,
th.md-pr-46px,
td.md-pr-46px {
      padding-right: 46px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-47px,
th.md-pr-47px,
td.md-pr-47px {
      padding-right: 47px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-48px,
th.md-pr-48px,
td.md-pr-48px {
      padding-right: 48px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-49px,
th.md-pr-49px,
td.md-pr-49px {
      padding-right: 49px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-50px,
th.md-pr-50px,
td.md-pr-50px {
      padding-right: 50px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-51px,
th.md-pr-51px,
td.md-pr-51px {
      padding-right: 51px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-52px,
th.md-pr-52px,
td.md-pr-52px {
      padding-right: 52px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-53px,
th.md-pr-53px,
td.md-pr-53px {
      padding-right: 53px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-54px,
th.md-pr-54px,
td.md-pr-54px {
      padding-right: 54px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-55px,
th.md-pr-55px,
td.md-pr-55px {
      padding-right: 55px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-56px,
th.md-pr-56px,
td.md-pr-56px {
      padding-right: 56px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-57px,
th.md-pr-57px,
td.md-pr-57px {
      padding-right: 57px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-58px,
th.md-pr-58px,
td.md-pr-58px {
      padding-right: 58px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-59px,
th.md-pr-59px,
td.md-pr-59px {
      padding-right: 59px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-60px,
th.md-pr-60px,
td.md-pr-60px {
      padding-right: 60px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-61px,
th.md-pr-61px,
td.md-pr-61px {
      padding-right: 61px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-62px,
th.md-pr-62px,
td.md-pr-62px {
      padding-right: 62px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-63px,
th.md-pr-63px,
td.md-pr-63px {
      padding-right: 63px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-64px,
th.md-pr-64px,
td.md-pr-64px {
      padding-right: 64px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-65px,
th.md-pr-65px,
td.md-pr-65px {
      padding-right: 65px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-66px,
th.md-pr-66px,
td.md-pr-66px {
      padding-right: 66px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-67px,
th.md-pr-67px,
td.md-pr-67px {
      padding-right: 67px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-68px,
th.md-pr-68px,
td.md-pr-68px {
      padding-right: 68px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-69px,
th.md-pr-69px,
td.md-pr-69px {
      padding-right: 69px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-70px,
th.md-pr-70px,
td.md-pr-70px {
      padding-right: 70px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-71px,
th.md-pr-71px,
td.md-pr-71px {
      padding-right: 71px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-72px,
th.md-pr-72px,
td.md-pr-72px {
      padding-right: 72px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-73px,
th.md-pr-73px,
td.md-pr-73px {
      padding-right: 73px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-74px,
th.md-pr-74px,
td.md-pr-74px {
      padding-right: 74px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-75px,
th.md-pr-75px,
td.md-pr-75px {
      padding-right: 75px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-76px,
th.md-pr-76px,
td.md-pr-76px {
      padding-right: 76px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-77px,
th.md-pr-77px,
td.md-pr-77px {
      padding-right: 77px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-78px,
th.md-pr-78px,
td.md-pr-78px {
      padding-right: 78px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-79px,
th.md-pr-79px,
td.md-pr-79px {
      padding-right: 79px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-80px,
th.md-pr-80px,
td.md-pr-80px {
      padding-right: 80px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-81px,
th.md-pr-81px,
td.md-pr-81px {
      padding-right: 81px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-82px,
th.md-pr-82px,
td.md-pr-82px {
      padding-right: 82px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-83px,
th.md-pr-83px,
td.md-pr-83px {
      padding-right: 83px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-84px,
th.md-pr-84px,
td.md-pr-84px {
      padding-right: 84px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-85px,
th.md-pr-85px,
td.md-pr-85px {
      padding-right: 85px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-86px,
th.md-pr-86px,
td.md-pr-86px {
      padding-right: 86px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-87px,
th.md-pr-87px,
td.md-pr-87px {
      padding-right: 87px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-88px,
th.md-pr-88px,
td.md-pr-88px {
      padding-right: 88px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-89px,
th.md-pr-89px,
td.md-pr-89px {
      padding-right: 89px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-90px,
th.md-pr-90px,
td.md-pr-90px {
      padding-right: 90px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-91px,
th.md-pr-91px,
td.md-pr-91px {
      padding-right: 91px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-92px,
th.md-pr-92px,
td.md-pr-92px {
      padding-right: 92px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-93px,
th.md-pr-93px,
td.md-pr-93px {
      padding-right: 93px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-94px,
th.md-pr-94px,
td.md-pr-94px {
      padding-right: 94px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-95px,
th.md-pr-95px,
td.md-pr-95px {
      padding-right: 95px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-96px,
th.md-pr-96px,
td.md-pr-96px {
      padding-right: 96px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-97px,
th.md-pr-97px,
td.md-pr-97px {
      padding-right: 97px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-98px,
th.md-pr-98px,
td.md-pr-98px {
      padding-right: 98px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-99px,
th.md-pr-99px,
td.md-pr-99px {
      padding-right: 99px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-100px,
th.md-pr-100px,
td.md-pr-100px {
      padding-right: 100px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-101px,
th.md-pr-101px,
td.md-pr-101px {
      padding-right: 101px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-102px,
th.md-pr-102px,
td.md-pr-102px {
      padding-right: 102px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-103px,
th.md-pr-103px,
td.md-pr-103px {
      padding-right: 103px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-104px,
th.md-pr-104px,
td.md-pr-104px {
      padding-right: 104px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-105px,
th.md-pr-105px,
td.md-pr-105px {
      padding-right: 105px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-106px,
th.md-pr-106px,
td.md-pr-106px {
      padding-right: 106px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-107px,
th.md-pr-107px,
td.md-pr-107px {
      padding-right: 107px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-108px,
th.md-pr-108px,
td.md-pr-108px {
      padding-right: 108px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-109px,
th.md-pr-109px,
td.md-pr-109px {
      padding-right: 109px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-110px,
th.md-pr-110px,
td.md-pr-110px {
      padding-right: 110px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-111px,
th.md-pr-111px,
td.md-pr-111px {
      padding-right: 111px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-112px,
th.md-pr-112px,
td.md-pr-112px {
      padding-right: 112px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-113px,
th.md-pr-113px,
td.md-pr-113px {
      padding-right: 113px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-114px,
th.md-pr-114px,
td.md-pr-114px {
      padding-right: 114px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-115px,
th.md-pr-115px,
td.md-pr-115px {
      padding-right: 115px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-116px,
th.md-pr-116px,
td.md-pr-116px {
      padding-right: 116px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-117px,
th.md-pr-117px,
td.md-pr-117px {
      padding-right: 117px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-118px,
th.md-pr-118px,
td.md-pr-118px {
      padding-right: 118px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-119px,
th.md-pr-119px,
td.md-pr-119px {
      padding-right: 119px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-120px,
th.md-pr-120px,
td.md-pr-120px {
      padding-right: 120px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-121px,
th.md-pr-121px,
td.md-pr-121px {
      padding-right: 121px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-122px,
th.md-pr-122px,
td.md-pr-122px {
      padding-right: 122px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-123px,
th.md-pr-123px,
td.md-pr-123px {
      padding-right: 123px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-124px,
th.md-pr-124px,
td.md-pr-124px {
      padding-right: 124px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-125px,
th.md-pr-125px,
td.md-pr-125px {
      padding-right: 125px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-126px,
th.md-pr-126px,
td.md-pr-126px {
      padding-right: 126px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-127px,
th.md-pr-127px,
td.md-pr-127px {
      padding-right: 127px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-128px,
th.md-pr-128px,
td.md-pr-128px {
      padding-right: 128px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-129px,
th.md-pr-129px,
td.md-pr-129px {
      padding-right: 129px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-130px,
th.md-pr-130px,
td.md-pr-130px {
      padding-right: 130px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-131px,
th.md-pr-131px,
td.md-pr-131px {
      padding-right: 131px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-132px,
th.md-pr-132px,
td.md-pr-132px {
      padding-right: 132px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-133px,
th.md-pr-133px,
td.md-pr-133px {
      padding-right: 133px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-134px,
th.md-pr-134px,
td.md-pr-134px {
      padding-right: 134px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-135px,
th.md-pr-135px,
td.md-pr-135px {
      padding-right: 135px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-136px,
th.md-pr-136px,
td.md-pr-136px {
      padding-right: 136px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-137px,
th.md-pr-137px,
td.md-pr-137px {
      padding-right: 137px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-138px,
th.md-pr-138px,
td.md-pr-138px {
      padding-right: 138px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-139px,
th.md-pr-139px,
td.md-pr-139px {
      padding-right: 139px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-140px,
th.md-pr-140px,
td.md-pr-140px {
      padding-right: 140px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-141px,
th.md-pr-141px,
td.md-pr-141px {
      padding-right: 141px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-142px,
th.md-pr-142px,
td.md-pr-142px {
      padding-right: 142px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-143px,
th.md-pr-143px,
td.md-pr-143px {
      padding-right: 143px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-144px,
th.md-pr-144px,
td.md-pr-144px {
      padding-right: 144px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-145px,
th.md-pr-145px,
td.md-pr-145px {
      padding-right: 145px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-146px,
th.md-pr-146px,
td.md-pr-146px {
      padding-right: 146px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-147px,
th.md-pr-147px,
td.md-pr-147px {
      padding-right: 147px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-148px,
th.md-pr-148px,
td.md-pr-148px {
      padding-right: 148px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-149px,
th.md-pr-149px,
td.md-pr-149px {
      padding-right: 149px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-150px,
th.md-pr-150px,
td.md-pr-150px {
      padding-right: 150px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-151px,
th.md-pr-151px,
td.md-pr-151px {
      padding-right: 151px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-152px,
th.md-pr-152px,
td.md-pr-152px {
      padding-right: 152px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-153px,
th.md-pr-153px,
td.md-pr-153px {
      padding-right: 153px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-154px,
th.md-pr-154px,
td.md-pr-154px {
      padding-right: 154px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-155px,
th.md-pr-155px,
td.md-pr-155px {
      padding-right: 155px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-156px,
th.md-pr-156px,
td.md-pr-156px {
      padding-right: 156px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-157px,
th.md-pr-157px,
td.md-pr-157px {
      padding-right: 157px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-158px,
th.md-pr-158px,
td.md-pr-158px {
      padding-right: 158px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-159px,
th.md-pr-159px,
td.md-pr-159px {
      padding-right: 159px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-160px,
th.md-pr-160px,
td.md-pr-160px {
      padding-right: 160px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-161px,
th.md-pr-161px,
td.md-pr-161px {
      padding-right: 161px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-162px,
th.md-pr-162px,
td.md-pr-162px {
      padding-right: 162px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-163px,
th.md-pr-163px,
td.md-pr-163px {
      padding-right: 163px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-164px,
th.md-pr-164px,
td.md-pr-164px {
      padding-right: 164px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-165px,
th.md-pr-165px,
td.md-pr-165px {
      padding-right: 165px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-166px,
th.md-pr-166px,
td.md-pr-166px {
      padding-right: 166px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-167px,
th.md-pr-167px,
td.md-pr-167px {
      padding-right: 167px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-168px,
th.md-pr-168px,
td.md-pr-168px {
      padding-right: 168px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-169px,
th.md-pr-169px,
td.md-pr-169px {
      padding-right: 169px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-170px,
th.md-pr-170px,
td.md-pr-170px {
      padding-right: 170px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-171px,
th.md-pr-171px,
td.md-pr-171px {
      padding-right: 171px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-172px,
th.md-pr-172px,
td.md-pr-172px {
      padding-right: 172px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-173px,
th.md-pr-173px,
td.md-pr-173px {
      padding-right: 173px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-174px,
th.md-pr-174px,
td.md-pr-174px {
      padding-right: 174px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-175px,
th.md-pr-175px,
td.md-pr-175px {
      padding-right: 175px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-176px,
th.md-pr-176px,
td.md-pr-176px {
      padding-right: 176px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-177px,
th.md-pr-177px,
td.md-pr-177px {
      padding-right: 177px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-178px,
th.md-pr-178px,
td.md-pr-178px {
      padding-right: 178px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-179px,
th.md-pr-179px,
td.md-pr-179px {
      padding-right: 179px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-180px,
th.md-pr-180px,
td.md-pr-180px {
      padding-right: 180px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-181px,
th.md-pr-181px,
td.md-pr-181px {
      padding-right: 181px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-182px,
th.md-pr-182px,
td.md-pr-182px {
      padding-right: 182px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-183px,
th.md-pr-183px,
td.md-pr-183px {
      padding-right: 183px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-184px,
th.md-pr-184px,
td.md-pr-184px {
      padding-right: 184px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-185px,
th.md-pr-185px,
td.md-pr-185px {
      padding-right: 185px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-186px,
th.md-pr-186px,
td.md-pr-186px {
      padding-right: 186px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-187px,
th.md-pr-187px,
td.md-pr-187px {
      padding-right: 187px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-188px,
th.md-pr-188px,
td.md-pr-188px {
      padding-right: 188px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-189px,
th.md-pr-189px,
td.md-pr-189px {
      padding-right: 189px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-190px,
th.md-pr-190px,
td.md-pr-190px {
      padding-right: 190px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-191px,
th.md-pr-191px,
td.md-pr-191px {
      padding-right: 191px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-192px,
th.md-pr-192px,
td.md-pr-192px {
      padding-right: 192px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-193px,
th.md-pr-193px,
td.md-pr-193px {
      padding-right: 193px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-194px,
th.md-pr-194px,
td.md-pr-194px {
      padding-right: 194px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-195px,
th.md-pr-195px,
td.md-pr-195px {
      padding-right: 195px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-196px,
th.md-pr-196px,
td.md-pr-196px {
      padding-right: 196px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-197px,
th.md-pr-197px,
td.md-pr-197px {
      padding-right: 197px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-198px,
th.md-pr-198px,
td.md-pr-198px {
      padding-right: 198px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-199px,
th.md-pr-199px,
td.md-pr-199px {
      padding-right: 199px !important;
    }
    /* line 37, app/assets/stylesheets/ui/_space.scss */
    .md-pr-200px,
th.md-pr-200px,
td.md-pr-200px {
      padding-right: 200px !important;
    }
  }
  @media (min-width: 768px) {
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-0px,
th.lg-pr-0px,
td.lg-pr-0px {
      padding-right: 0px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-1px,
th.lg-pr-1px,
td.lg-pr-1px {
      padding-right: 1px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-2px,
th.lg-pr-2px,
td.lg-pr-2px {
      padding-right: 2px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-3px,
th.lg-pr-3px,
td.lg-pr-3px {
      padding-right: 3px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-4px,
th.lg-pr-4px,
td.lg-pr-4px {
      padding-right: 4px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-5px,
th.lg-pr-5px,
td.lg-pr-5px {
      padding-right: 5px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-6px,
th.lg-pr-6px,
td.lg-pr-6px {
      padding-right: 6px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-7px,
th.lg-pr-7px,
td.lg-pr-7px {
      padding-right: 7px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-8px,
th.lg-pr-8px,
td.lg-pr-8px {
      padding-right: 8px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-9px,
th.lg-pr-9px,
td.lg-pr-9px {
      padding-right: 9px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-10px,
th.lg-pr-10px,
td.lg-pr-10px {
      padding-right: 10px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-11px,
th.lg-pr-11px,
td.lg-pr-11px {
      padding-right: 11px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-12px,
th.lg-pr-12px,
td.lg-pr-12px {
      padding-right: 12px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-13px,
th.lg-pr-13px,
td.lg-pr-13px {
      padding-right: 13px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-14px,
th.lg-pr-14px,
td.lg-pr-14px {
      padding-right: 14px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-15px,
th.lg-pr-15px,
td.lg-pr-15px {
      padding-right: 15px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-16px,
th.lg-pr-16px,
td.lg-pr-16px {
      padding-right: 16px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-17px,
th.lg-pr-17px,
td.lg-pr-17px {
      padding-right: 17px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-18px,
th.lg-pr-18px,
td.lg-pr-18px {
      padding-right: 18px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-19px,
th.lg-pr-19px,
td.lg-pr-19px {
      padding-right: 19px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-20px,
th.lg-pr-20px,
td.lg-pr-20px {
      padding-right: 20px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-21px,
th.lg-pr-21px,
td.lg-pr-21px {
      padding-right: 21px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-22px,
th.lg-pr-22px,
td.lg-pr-22px {
      padding-right: 22px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-23px,
th.lg-pr-23px,
td.lg-pr-23px {
      padding-right: 23px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-24px,
th.lg-pr-24px,
td.lg-pr-24px {
      padding-right: 24px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-25px,
th.lg-pr-25px,
td.lg-pr-25px {
      padding-right: 25px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-26px,
th.lg-pr-26px,
td.lg-pr-26px {
      padding-right: 26px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-27px,
th.lg-pr-27px,
td.lg-pr-27px {
      padding-right: 27px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-28px,
th.lg-pr-28px,
td.lg-pr-28px {
      padding-right: 28px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-29px,
th.lg-pr-29px,
td.lg-pr-29px {
      padding-right: 29px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-30px,
th.lg-pr-30px,
td.lg-pr-30px {
      padding-right: 30px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-31px,
th.lg-pr-31px,
td.lg-pr-31px {
      padding-right: 31px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-32px,
th.lg-pr-32px,
td.lg-pr-32px {
      padding-right: 32px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-33px,
th.lg-pr-33px,
td.lg-pr-33px {
      padding-right: 33px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-34px,
th.lg-pr-34px,
td.lg-pr-34px {
      padding-right: 34px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-35px,
th.lg-pr-35px,
td.lg-pr-35px {
      padding-right: 35px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-36px,
th.lg-pr-36px,
td.lg-pr-36px {
      padding-right: 36px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-37px,
th.lg-pr-37px,
td.lg-pr-37px {
      padding-right: 37px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-38px,
th.lg-pr-38px,
td.lg-pr-38px {
      padding-right: 38px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-39px,
th.lg-pr-39px,
td.lg-pr-39px {
      padding-right: 39px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-40px,
th.lg-pr-40px,
td.lg-pr-40px {
      padding-right: 40px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-41px,
th.lg-pr-41px,
td.lg-pr-41px {
      padding-right: 41px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-42px,
th.lg-pr-42px,
td.lg-pr-42px {
      padding-right: 42px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-43px,
th.lg-pr-43px,
td.lg-pr-43px {
      padding-right: 43px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-44px,
th.lg-pr-44px,
td.lg-pr-44px {
      padding-right: 44px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-45px,
th.lg-pr-45px,
td.lg-pr-45px {
      padding-right: 45px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-46px,
th.lg-pr-46px,
td.lg-pr-46px {
      padding-right: 46px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-47px,
th.lg-pr-47px,
td.lg-pr-47px {
      padding-right: 47px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-48px,
th.lg-pr-48px,
td.lg-pr-48px {
      padding-right: 48px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-49px,
th.lg-pr-49px,
td.lg-pr-49px {
      padding-right: 49px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-50px,
th.lg-pr-50px,
td.lg-pr-50px {
      padding-right: 50px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-51px,
th.lg-pr-51px,
td.lg-pr-51px {
      padding-right: 51px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-52px,
th.lg-pr-52px,
td.lg-pr-52px {
      padding-right: 52px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-53px,
th.lg-pr-53px,
td.lg-pr-53px {
      padding-right: 53px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-54px,
th.lg-pr-54px,
td.lg-pr-54px {
      padding-right: 54px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-55px,
th.lg-pr-55px,
td.lg-pr-55px {
      padding-right: 55px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-56px,
th.lg-pr-56px,
td.lg-pr-56px {
      padding-right: 56px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-57px,
th.lg-pr-57px,
td.lg-pr-57px {
      padding-right: 57px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-58px,
th.lg-pr-58px,
td.lg-pr-58px {
      padding-right: 58px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-59px,
th.lg-pr-59px,
td.lg-pr-59px {
      padding-right: 59px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-60px,
th.lg-pr-60px,
td.lg-pr-60px {
      padding-right: 60px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-61px,
th.lg-pr-61px,
td.lg-pr-61px {
      padding-right: 61px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-62px,
th.lg-pr-62px,
td.lg-pr-62px {
      padding-right: 62px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-63px,
th.lg-pr-63px,
td.lg-pr-63px {
      padding-right: 63px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-64px,
th.lg-pr-64px,
td.lg-pr-64px {
      padding-right: 64px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-65px,
th.lg-pr-65px,
td.lg-pr-65px {
      padding-right: 65px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-66px,
th.lg-pr-66px,
td.lg-pr-66px {
      padding-right: 66px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-67px,
th.lg-pr-67px,
td.lg-pr-67px {
      padding-right: 67px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-68px,
th.lg-pr-68px,
td.lg-pr-68px {
      padding-right: 68px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-69px,
th.lg-pr-69px,
td.lg-pr-69px {
      padding-right: 69px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-70px,
th.lg-pr-70px,
td.lg-pr-70px {
      padding-right: 70px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-71px,
th.lg-pr-71px,
td.lg-pr-71px {
      padding-right: 71px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-72px,
th.lg-pr-72px,
td.lg-pr-72px {
      padding-right: 72px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-73px,
th.lg-pr-73px,
td.lg-pr-73px {
      padding-right: 73px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-74px,
th.lg-pr-74px,
td.lg-pr-74px {
      padding-right: 74px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-75px,
th.lg-pr-75px,
td.lg-pr-75px {
      padding-right: 75px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-76px,
th.lg-pr-76px,
td.lg-pr-76px {
      padding-right: 76px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-77px,
th.lg-pr-77px,
td.lg-pr-77px {
      padding-right: 77px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-78px,
th.lg-pr-78px,
td.lg-pr-78px {
      padding-right: 78px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-79px,
th.lg-pr-79px,
td.lg-pr-79px {
      padding-right: 79px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-80px,
th.lg-pr-80px,
td.lg-pr-80px {
      padding-right: 80px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-81px,
th.lg-pr-81px,
td.lg-pr-81px {
      padding-right: 81px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-82px,
th.lg-pr-82px,
td.lg-pr-82px {
      padding-right: 82px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-83px,
th.lg-pr-83px,
td.lg-pr-83px {
      padding-right: 83px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-84px,
th.lg-pr-84px,
td.lg-pr-84px {
      padding-right: 84px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-85px,
th.lg-pr-85px,
td.lg-pr-85px {
      padding-right: 85px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-86px,
th.lg-pr-86px,
td.lg-pr-86px {
      padding-right: 86px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-87px,
th.lg-pr-87px,
td.lg-pr-87px {
      padding-right: 87px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-88px,
th.lg-pr-88px,
td.lg-pr-88px {
      padding-right: 88px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-89px,
th.lg-pr-89px,
td.lg-pr-89px {
      padding-right: 89px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-90px,
th.lg-pr-90px,
td.lg-pr-90px {
      padding-right: 90px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-91px,
th.lg-pr-91px,
td.lg-pr-91px {
      padding-right: 91px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-92px,
th.lg-pr-92px,
td.lg-pr-92px {
      padding-right: 92px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-93px,
th.lg-pr-93px,
td.lg-pr-93px {
      padding-right: 93px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-94px,
th.lg-pr-94px,
td.lg-pr-94px {
      padding-right: 94px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-95px,
th.lg-pr-95px,
td.lg-pr-95px {
      padding-right: 95px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-96px,
th.lg-pr-96px,
td.lg-pr-96px {
      padding-right: 96px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-97px,
th.lg-pr-97px,
td.lg-pr-97px {
      padding-right: 97px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-98px,
th.lg-pr-98px,
td.lg-pr-98px {
      padding-right: 98px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-99px,
th.lg-pr-99px,
td.lg-pr-99px {
      padding-right: 99px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-100px,
th.lg-pr-100px,
td.lg-pr-100px {
      padding-right: 100px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-101px,
th.lg-pr-101px,
td.lg-pr-101px {
      padding-right: 101px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-102px,
th.lg-pr-102px,
td.lg-pr-102px {
      padding-right: 102px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-103px,
th.lg-pr-103px,
td.lg-pr-103px {
      padding-right: 103px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-104px,
th.lg-pr-104px,
td.lg-pr-104px {
      padding-right: 104px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-105px,
th.lg-pr-105px,
td.lg-pr-105px {
      padding-right: 105px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-106px,
th.lg-pr-106px,
td.lg-pr-106px {
      padding-right: 106px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-107px,
th.lg-pr-107px,
td.lg-pr-107px {
      padding-right: 107px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-108px,
th.lg-pr-108px,
td.lg-pr-108px {
      padding-right: 108px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-109px,
th.lg-pr-109px,
td.lg-pr-109px {
      padding-right: 109px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-110px,
th.lg-pr-110px,
td.lg-pr-110px {
      padding-right: 110px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-111px,
th.lg-pr-111px,
td.lg-pr-111px {
      padding-right: 111px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-112px,
th.lg-pr-112px,
td.lg-pr-112px {
      padding-right: 112px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-113px,
th.lg-pr-113px,
td.lg-pr-113px {
      padding-right: 113px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-114px,
th.lg-pr-114px,
td.lg-pr-114px {
      padding-right: 114px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-115px,
th.lg-pr-115px,
td.lg-pr-115px {
      padding-right: 115px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-116px,
th.lg-pr-116px,
td.lg-pr-116px {
      padding-right: 116px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-117px,
th.lg-pr-117px,
td.lg-pr-117px {
      padding-right: 117px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-118px,
th.lg-pr-118px,
td.lg-pr-118px {
      padding-right: 118px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-119px,
th.lg-pr-119px,
td.lg-pr-119px {
      padding-right: 119px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-120px,
th.lg-pr-120px,
td.lg-pr-120px {
      padding-right: 120px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-121px,
th.lg-pr-121px,
td.lg-pr-121px {
      padding-right: 121px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-122px,
th.lg-pr-122px,
td.lg-pr-122px {
      padding-right: 122px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-123px,
th.lg-pr-123px,
td.lg-pr-123px {
      padding-right: 123px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-124px,
th.lg-pr-124px,
td.lg-pr-124px {
      padding-right: 124px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-125px,
th.lg-pr-125px,
td.lg-pr-125px {
      padding-right: 125px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-126px,
th.lg-pr-126px,
td.lg-pr-126px {
      padding-right: 126px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-127px,
th.lg-pr-127px,
td.lg-pr-127px {
      padding-right: 127px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-128px,
th.lg-pr-128px,
td.lg-pr-128px {
      padding-right: 128px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-129px,
th.lg-pr-129px,
td.lg-pr-129px {
      padding-right: 129px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-130px,
th.lg-pr-130px,
td.lg-pr-130px {
      padding-right: 130px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-131px,
th.lg-pr-131px,
td.lg-pr-131px {
      padding-right: 131px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-132px,
th.lg-pr-132px,
td.lg-pr-132px {
      padding-right: 132px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-133px,
th.lg-pr-133px,
td.lg-pr-133px {
      padding-right: 133px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-134px,
th.lg-pr-134px,
td.lg-pr-134px {
      padding-right: 134px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-135px,
th.lg-pr-135px,
td.lg-pr-135px {
      padding-right: 135px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-136px,
th.lg-pr-136px,
td.lg-pr-136px {
      padding-right: 136px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-137px,
th.lg-pr-137px,
td.lg-pr-137px {
      padding-right: 137px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-138px,
th.lg-pr-138px,
td.lg-pr-138px {
      padding-right: 138px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-139px,
th.lg-pr-139px,
td.lg-pr-139px {
      padding-right: 139px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-140px,
th.lg-pr-140px,
td.lg-pr-140px {
      padding-right: 140px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-141px,
th.lg-pr-141px,
td.lg-pr-141px {
      padding-right: 141px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-142px,
th.lg-pr-142px,
td.lg-pr-142px {
      padding-right: 142px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-143px,
th.lg-pr-143px,
td.lg-pr-143px {
      padding-right: 143px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-144px,
th.lg-pr-144px,
td.lg-pr-144px {
      padding-right: 144px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-145px,
th.lg-pr-145px,
td.lg-pr-145px {
      padding-right: 145px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-146px,
th.lg-pr-146px,
td.lg-pr-146px {
      padding-right: 146px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-147px,
th.lg-pr-147px,
td.lg-pr-147px {
      padding-right: 147px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-148px,
th.lg-pr-148px,
td.lg-pr-148px {
      padding-right: 148px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-149px,
th.lg-pr-149px,
td.lg-pr-149px {
      padding-right: 149px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-150px,
th.lg-pr-150px,
td.lg-pr-150px {
      padding-right: 150px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-151px,
th.lg-pr-151px,
td.lg-pr-151px {
      padding-right: 151px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-152px,
th.lg-pr-152px,
td.lg-pr-152px {
      padding-right: 152px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-153px,
th.lg-pr-153px,
td.lg-pr-153px {
      padding-right: 153px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-154px,
th.lg-pr-154px,
td.lg-pr-154px {
      padding-right: 154px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-155px,
th.lg-pr-155px,
td.lg-pr-155px {
      padding-right: 155px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-156px,
th.lg-pr-156px,
td.lg-pr-156px {
      padding-right: 156px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-157px,
th.lg-pr-157px,
td.lg-pr-157px {
      padding-right: 157px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-158px,
th.lg-pr-158px,
td.lg-pr-158px {
      padding-right: 158px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-159px,
th.lg-pr-159px,
td.lg-pr-159px {
      padding-right: 159px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-160px,
th.lg-pr-160px,
td.lg-pr-160px {
      padding-right: 160px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-161px,
th.lg-pr-161px,
td.lg-pr-161px {
      padding-right: 161px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-162px,
th.lg-pr-162px,
td.lg-pr-162px {
      padding-right: 162px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-163px,
th.lg-pr-163px,
td.lg-pr-163px {
      padding-right: 163px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-164px,
th.lg-pr-164px,
td.lg-pr-164px {
      padding-right: 164px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-165px,
th.lg-pr-165px,
td.lg-pr-165px {
      padding-right: 165px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-166px,
th.lg-pr-166px,
td.lg-pr-166px {
      padding-right: 166px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-167px,
th.lg-pr-167px,
td.lg-pr-167px {
      padding-right: 167px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-168px,
th.lg-pr-168px,
td.lg-pr-168px {
      padding-right: 168px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-169px,
th.lg-pr-169px,
td.lg-pr-169px {
      padding-right: 169px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-170px,
th.lg-pr-170px,
td.lg-pr-170px {
      padding-right: 170px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-171px,
th.lg-pr-171px,
td.lg-pr-171px {
      padding-right: 171px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-172px,
th.lg-pr-172px,
td.lg-pr-172px {
      padding-right: 172px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-173px,
th.lg-pr-173px,
td.lg-pr-173px {
      padding-right: 173px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-174px,
th.lg-pr-174px,
td.lg-pr-174px {
      padding-right: 174px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-175px,
th.lg-pr-175px,
td.lg-pr-175px {
      padding-right: 175px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-176px,
th.lg-pr-176px,
td.lg-pr-176px {
      padding-right: 176px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-177px,
th.lg-pr-177px,
td.lg-pr-177px {
      padding-right: 177px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-178px,
th.lg-pr-178px,
td.lg-pr-178px {
      padding-right: 178px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-179px,
th.lg-pr-179px,
td.lg-pr-179px {
      padding-right: 179px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-180px,
th.lg-pr-180px,
td.lg-pr-180px {
      padding-right: 180px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-181px,
th.lg-pr-181px,
td.lg-pr-181px {
      padding-right: 181px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-182px,
th.lg-pr-182px,
td.lg-pr-182px {
      padding-right: 182px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-183px,
th.lg-pr-183px,
td.lg-pr-183px {
      padding-right: 183px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-184px,
th.lg-pr-184px,
td.lg-pr-184px {
      padding-right: 184px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-185px,
th.lg-pr-185px,
td.lg-pr-185px {
      padding-right: 185px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-186px,
th.lg-pr-186px,
td.lg-pr-186px {
      padding-right: 186px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-187px,
th.lg-pr-187px,
td.lg-pr-187px {
      padding-right: 187px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-188px,
th.lg-pr-188px,
td.lg-pr-188px {
      padding-right: 188px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-189px,
th.lg-pr-189px,
td.lg-pr-189px {
      padding-right: 189px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-190px,
th.lg-pr-190px,
td.lg-pr-190px {
      padding-right: 190px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-191px,
th.lg-pr-191px,
td.lg-pr-191px {
      padding-right: 191px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-192px,
th.lg-pr-192px,
td.lg-pr-192px {
      padding-right: 192px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-193px,
th.lg-pr-193px,
td.lg-pr-193px {
      padding-right: 193px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-194px,
th.lg-pr-194px,
td.lg-pr-194px {
      padding-right: 194px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-195px,
th.lg-pr-195px,
td.lg-pr-195px {
      padding-right: 195px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-196px,
th.lg-pr-196px,
td.lg-pr-196px {
      padding-right: 196px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-197px,
th.lg-pr-197px,
td.lg-pr-197px {
      padding-right: 197px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-198px,
th.lg-pr-198px,
td.lg-pr-198px {
      padding-right: 198px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-199px,
th.lg-pr-199px,
td.lg-pr-199px {
      padding-right: 199px !important;
    }
    /* line 45, app/assets/stylesheets/ui/_space.scss */
    .lg-pr-200px,
th.lg-pr-200px,
td.lg-pr-200px {
      padding-right: 200px !important;
    }
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-0px {
    padding-top: 0px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-1px {
    padding-top: 1px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-2px {
    padding-top: 2px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-3px {
    padding-top: 3px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-4px {
    padding-top: 4px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-5px {
    padding-top: 5px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-6px {
    padding-top: 6px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-7px {
    padding-top: 7px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-8px {
    padding-top: 8px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-9px {
    padding-top: 9px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-10px {
    padding-top: 10px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-11px {
    padding-top: 11px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-12px {
    padding-top: 12px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-13px {
    padding-top: 13px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-14px {
    padding-top: 14px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-15px {
    padding-top: 15px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-16px {
    padding-top: 16px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-17px {
    padding-top: 17px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-18px {
    padding-top: 18px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-19px {
    padding-top: 19px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-20px {
    padding-top: 20px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-21px {
    padding-top: 21px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-22px {
    padding-top: 22px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-23px {
    padding-top: 23px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-24px {
    padding-top: 24px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-25px {
    padding-top: 25px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-26px {
    padding-top: 26px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-27px {
    padding-top: 27px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-28px {
    padding-top: 28px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-29px {
    padding-top: 29px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-30px {
    padding-top: 30px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-31px {
    padding-top: 31px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-32px {
    padding-top: 32px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-33px {
    padding-top: 33px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-34px {
    padding-top: 34px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-35px {
    padding-top: 35px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-36px {
    padding-top: 36px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-37px {
    padding-top: 37px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-38px {
    padding-top: 38px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-39px {
    padding-top: 39px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-40px {
    padding-top: 40px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-41px {
    padding-top: 41px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-42px {
    padding-top: 42px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-43px {
    padding-top: 43px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-44px {
    padding-top: 44px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-45px {
    padding-top: 45px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-46px {
    padding-top: 46px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-47px {
    padding-top: 47px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-48px {
    padding-top: 48px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-49px {
    padding-top: 49px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-50px {
    padding-top: 50px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-51px {
    padding-top: 51px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-52px {
    padding-top: 52px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-53px {
    padding-top: 53px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-54px {
    padding-top: 54px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-55px {
    padding-top: 55px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-56px {
    padding-top: 56px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-57px {
    padding-top: 57px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-58px {
    padding-top: 58px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-59px {
    padding-top: 59px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-60px {
    padding-top: 60px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-61px {
    padding-top: 61px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-62px {
    padding-top: 62px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-63px {
    padding-top: 63px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-64px {
    padding-top: 64px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-65px {
    padding-top: 65px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-66px {
    padding-top: 66px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-67px {
    padding-top: 67px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-68px {
    padding-top: 68px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-69px {
    padding-top: 69px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-70px {
    padding-top: 70px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-71px {
    padding-top: 71px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-72px {
    padding-top: 72px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-73px {
    padding-top: 73px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-74px {
    padding-top: 74px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-75px {
    padding-top: 75px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-76px {
    padding-top: 76px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-77px {
    padding-top: 77px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-78px {
    padding-top: 78px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-79px {
    padding-top: 79px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-80px {
    padding-top: 80px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-81px {
    padding-top: 81px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-82px {
    padding-top: 82px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-83px {
    padding-top: 83px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-84px {
    padding-top: 84px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-85px {
    padding-top: 85px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-86px {
    padding-top: 86px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-87px {
    padding-top: 87px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-88px {
    padding-top: 88px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-89px {
    padding-top: 89px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-90px {
    padding-top: 90px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-91px {
    padding-top: 91px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-92px {
    padding-top: 92px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-93px {
    padding-top: 93px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-94px {
    padding-top: 94px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-95px {
    padding-top: 95px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-96px {
    padding-top: 96px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-97px {
    padding-top: 97px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-98px {
    padding-top: 98px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-99px {
    padding-top: 99px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-100px {
    padding-top: 100px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-101px {
    padding-top: 101px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-102px {
    padding-top: 102px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-103px {
    padding-top: 103px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-104px {
    padding-top: 104px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-105px {
    padding-top: 105px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-106px {
    padding-top: 106px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-107px {
    padding-top: 107px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-108px {
    padding-top: 108px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-109px {
    padding-top: 109px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-110px {
    padding-top: 110px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-111px {
    padding-top: 111px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-112px {
    padding-top: 112px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-113px {
    padding-top: 113px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-114px {
    padding-top: 114px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-115px {
    padding-top: 115px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-116px {
    padding-top: 116px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-117px {
    padding-top: 117px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-118px {
    padding-top: 118px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-119px {
    padding-top: 119px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-120px {
    padding-top: 120px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-121px {
    padding-top: 121px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-122px {
    padding-top: 122px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-123px {
    padding-top: 123px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-124px {
    padding-top: 124px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-125px {
    padding-top: 125px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-126px {
    padding-top: 126px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-127px {
    padding-top: 127px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-128px {
    padding-top: 128px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-129px {
    padding-top: 129px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-130px {
    padding-top: 130px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-131px {
    padding-top: 131px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-132px {
    padding-top: 132px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-133px {
    padding-top: 133px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-134px {
    padding-top: 134px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-135px {
    padding-top: 135px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-136px {
    padding-top: 136px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-137px {
    padding-top: 137px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-138px {
    padding-top: 138px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-139px {
    padding-top: 139px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-140px {
    padding-top: 140px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-141px {
    padding-top: 141px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-142px {
    padding-top: 142px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-143px {
    padding-top: 143px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-144px {
    padding-top: 144px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-145px {
    padding-top: 145px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-146px {
    padding-top: 146px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-147px {
    padding-top: 147px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-148px {
    padding-top: 148px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-149px {
    padding-top: 149px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-150px {
    padding-top: 150px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-151px {
    padding-top: 151px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-152px {
    padding-top: 152px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-153px {
    padding-top: 153px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-154px {
    padding-top: 154px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-155px {
    padding-top: 155px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-156px {
    padding-top: 156px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-157px {
    padding-top: 157px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-158px {
    padding-top: 158px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-159px {
    padding-top: 159px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-160px {
    padding-top: 160px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-161px {
    padding-top: 161px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-162px {
    padding-top: 162px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-163px {
    padding-top: 163px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-164px {
    padding-top: 164px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-165px {
    padding-top: 165px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-166px {
    padding-top: 166px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-167px {
    padding-top: 167px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-168px {
    padding-top: 168px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-169px {
    padding-top: 169px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-170px {
    padding-top: 170px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-171px {
    padding-top: 171px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-172px {
    padding-top: 172px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-173px {
    padding-top: 173px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-174px {
    padding-top: 174px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-175px {
    padding-top: 175px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-176px {
    padding-top: 176px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-177px {
    padding-top: 177px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-178px {
    padding-top: 178px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-179px {
    padding-top: 179px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-180px {
    padding-top: 180px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-181px {
    padding-top: 181px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-182px {
    padding-top: 182px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-183px {
    padding-top: 183px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-184px {
    padding-top: 184px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-185px {
    padding-top: 185px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-186px {
    padding-top: 186px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-187px {
    padding-top: 187px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-188px {
    padding-top: 188px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-189px {
    padding-top: 189px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-190px {
    padding-top: 190px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-191px {
    padding-top: 191px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-192px {
    padding-top: 192px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-193px {
    padding-top: 193px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-194px {
    padding-top: 194px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-195px {
    padding-top: 195px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-196px {
    padding-top: 196px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-197px {
    padding-top: 197px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-198px {
    padding-top: 198px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-199px {
    padding-top: 199px;
  }
  /* line 54, app/assets/stylesheets/ui/_space.scss */
  .pt-200px {
    padding-top: 200px;
  }
  @media (max-width: 767.98px) {
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-0px {
      padding-top: 0px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-1px {
      padding-top: 1px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-2px {
      padding-top: 2px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-3px {
      padding-top: 3px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-4px {
      padding-top: 4px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-5px {
      padding-top: 5px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-6px {
      padding-top: 6px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-7px {
      padding-top: 7px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-8px {
      padding-top: 8px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-9px {
      padding-top: 9px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-10px {
      padding-top: 10px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-11px {
      padding-top: 11px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-12px {
      padding-top: 12px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-13px {
      padding-top: 13px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-14px {
      padding-top: 14px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-15px {
      padding-top: 15px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-16px {
      padding-top: 16px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-17px {
      padding-top: 17px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-18px {
      padding-top: 18px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-19px {
      padding-top: 19px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-20px {
      padding-top: 20px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-21px {
      padding-top: 21px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-22px {
      padding-top: 22px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-23px {
      padding-top: 23px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-24px {
      padding-top: 24px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-25px {
      padding-top: 25px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-26px {
      padding-top: 26px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-27px {
      padding-top: 27px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-28px {
      padding-top: 28px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-29px {
      padding-top: 29px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-30px {
      padding-top: 30px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-31px {
      padding-top: 31px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-32px {
      padding-top: 32px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-33px {
      padding-top: 33px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-34px {
      padding-top: 34px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-35px {
      padding-top: 35px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-36px {
      padding-top: 36px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-37px {
      padding-top: 37px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-38px {
      padding-top: 38px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-39px {
      padding-top: 39px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-40px {
      padding-top: 40px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-41px {
      padding-top: 41px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-42px {
      padding-top: 42px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-43px {
      padding-top: 43px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-44px {
      padding-top: 44px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-45px {
      padding-top: 45px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-46px {
      padding-top: 46px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-47px {
      padding-top: 47px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-48px {
      padding-top: 48px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-49px {
      padding-top: 49px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-50px {
      padding-top: 50px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-51px {
      padding-top: 51px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-52px {
      padding-top: 52px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-53px {
      padding-top: 53px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-54px {
      padding-top: 54px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-55px {
      padding-top: 55px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-56px {
      padding-top: 56px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-57px {
      padding-top: 57px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-58px {
      padding-top: 58px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-59px {
      padding-top: 59px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-60px {
      padding-top: 60px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-61px {
      padding-top: 61px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-62px {
      padding-top: 62px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-63px {
      padding-top: 63px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-64px {
      padding-top: 64px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-65px {
      padding-top: 65px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-66px {
      padding-top: 66px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-67px {
      padding-top: 67px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-68px {
      padding-top: 68px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-69px {
      padding-top: 69px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-70px {
      padding-top: 70px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-71px {
      padding-top: 71px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-72px {
      padding-top: 72px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-73px {
      padding-top: 73px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-74px {
      padding-top: 74px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-75px {
      padding-top: 75px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-76px {
      padding-top: 76px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-77px {
      padding-top: 77px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-78px {
      padding-top: 78px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-79px {
      padding-top: 79px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-80px {
      padding-top: 80px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-81px {
      padding-top: 81px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-82px {
      padding-top: 82px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-83px {
      padding-top: 83px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-84px {
      padding-top: 84px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-85px {
      padding-top: 85px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-86px {
      padding-top: 86px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-87px {
      padding-top: 87px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-88px {
      padding-top: 88px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-89px {
      padding-top: 89px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-90px {
      padding-top: 90px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-91px {
      padding-top: 91px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-92px {
      padding-top: 92px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-93px {
      padding-top: 93px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-94px {
      padding-top: 94px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-95px {
      padding-top: 95px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-96px {
      padding-top: 96px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-97px {
      padding-top: 97px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-98px {
      padding-top: 98px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-99px {
      padding-top: 99px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-100px {
      padding-top: 100px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-101px {
      padding-top: 101px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-102px {
      padding-top: 102px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-103px {
      padding-top: 103px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-104px {
      padding-top: 104px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-105px {
      padding-top: 105px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-106px {
      padding-top: 106px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-107px {
      padding-top: 107px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-108px {
      padding-top: 108px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-109px {
      padding-top: 109px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-110px {
      padding-top: 110px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-111px {
      padding-top: 111px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-112px {
      padding-top: 112px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-113px {
      padding-top: 113px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-114px {
      padding-top: 114px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-115px {
      padding-top: 115px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-116px {
      padding-top: 116px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-117px {
      padding-top: 117px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-118px {
      padding-top: 118px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-119px {
      padding-top: 119px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-120px {
      padding-top: 120px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-121px {
      padding-top: 121px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-122px {
      padding-top: 122px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-123px {
      padding-top: 123px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-124px {
      padding-top: 124px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-125px {
      padding-top: 125px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-126px {
      padding-top: 126px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-127px {
      padding-top: 127px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-128px {
      padding-top: 128px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-129px {
      padding-top: 129px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-130px {
      padding-top: 130px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-131px {
      padding-top: 131px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-132px {
      padding-top: 132px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-133px {
      padding-top: 133px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-134px {
      padding-top: 134px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-135px {
      padding-top: 135px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-136px {
      padding-top: 136px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-137px {
      padding-top: 137px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-138px {
      padding-top: 138px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-139px {
      padding-top: 139px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-140px {
      padding-top: 140px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-141px {
      padding-top: 141px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-142px {
      padding-top: 142px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-143px {
      padding-top: 143px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-144px {
      padding-top: 144px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-145px {
      padding-top: 145px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-146px {
      padding-top: 146px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-147px {
      padding-top: 147px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-148px {
      padding-top: 148px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-149px {
      padding-top: 149px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-150px {
      padding-top: 150px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-151px {
      padding-top: 151px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-152px {
      padding-top: 152px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-153px {
      padding-top: 153px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-154px {
      padding-top: 154px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-155px {
      padding-top: 155px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-156px {
      padding-top: 156px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-157px {
      padding-top: 157px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-158px {
      padding-top: 158px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-159px {
      padding-top: 159px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-160px {
      padding-top: 160px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-161px {
      padding-top: 161px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-162px {
      padding-top: 162px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-163px {
      padding-top: 163px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-164px {
      padding-top: 164px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-165px {
      padding-top: 165px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-166px {
      padding-top: 166px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-167px {
      padding-top: 167px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-168px {
      padding-top: 168px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-169px {
      padding-top: 169px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-170px {
      padding-top: 170px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-171px {
      padding-top: 171px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-172px {
      padding-top: 172px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-173px {
      padding-top: 173px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-174px {
      padding-top: 174px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-175px {
      padding-top: 175px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-176px {
      padding-top: 176px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-177px {
      padding-top: 177px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-178px {
      padding-top: 178px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-179px {
      padding-top: 179px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-180px {
      padding-top: 180px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-181px {
      padding-top: 181px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-182px {
      padding-top: 182px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-183px {
      padding-top: 183px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-184px {
      padding-top: 184px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-185px {
      padding-top: 185px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-186px {
      padding-top: 186px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-187px {
      padding-top: 187px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-188px {
      padding-top: 188px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-189px {
      padding-top: 189px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-190px {
      padding-top: 190px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-191px {
      padding-top: 191px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-192px {
      padding-top: 192px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-193px {
      padding-top: 193px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-194px {
      padding-top: 194px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-195px {
      padding-top: 195px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-196px {
      padding-top: 196px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-197px {
      padding-top: 197px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-198px {
      padding-top: 198px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-199px {
      padding-top: 199px;
    }
    /* line 61, app/assets/stylesheets/ui/_space.scss */
    .md-pt-200px {
      padding-top: 200px;
    }
  }
  @media (min-width: 768px) {
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-0px {
      padding-top: 0px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-1px {
      padding-top: 1px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-2px {
      padding-top: 2px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-3px {
      padding-top: 3px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-4px {
      padding-top: 4px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-5px {
      padding-top: 5px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-6px {
      padding-top: 6px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-7px {
      padding-top: 7px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-8px {
      padding-top: 8px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-9px {
      padding-top: 9px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-10px {
      padding-top: 10px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-11px {
      padding-top: 11px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-12px {
      padding-top: 12px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-13px {
      padding-top: 13px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-14px {
      padding-top: 14px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-15px {
      padding-top: 15px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-16px {
      padding-top: 16px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-17px {
      padding-top: 17px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-18px {
      padding-top: 18px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-19px {
      padding-top: 19px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-20px {
      padding-top: 20px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-21px {
      padding-top: 21px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-22px {
      padding-top: 22px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-23px {
      padding-top: 23px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-24px {
      padding-top: 24px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-25px {
      padding-top: 25px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-26px {
      padding-top: 26px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-27px {
      padding-top: 27px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-28px {
      padding-top: 28px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-29px {
      padding-top: 29px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-30px {
      padding-top: 30px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-31px {
      padding-top: 31px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-32px {
      padding-top: 32px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-33px {
      padding-top: 33px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-34px {
      padding-top: 34px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-35px {
      padding-top: 35px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-36px {
      padding-top: 36px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-37px {
      padding-top: 37px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-38px {
      padding-top: 38px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-39px {
      padding-top: 39px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-40px {
      padding-top: 40px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-41px {
      padding-top: 41px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-42px {
      padding-top: 42px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-43px {
      padding-top: 43px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-44px {
      padding-top: 44px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-45px {
      padding-top: 45px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-46px {
      padding-top: 46px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-47px {
      padding-top: 47px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-48px {
      padding-top: 48px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-49px {
      padding-top: 49px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-50px {
      padding-top: 50px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-51px {
      padding-top: 51px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-52px {
      padding-top: 52px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-53px {
      padding-top: 53px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-54px {
      padding-top: 54px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-55px {
      padding-top: 55px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-56px {
      padding-top: 56px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-57px {
      padding-top: 57px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-58px {
      padding-top: 58px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-59px {
      padding-top: 59px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-60px {
      padding-top: 60px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-61px {
      padding-top: 61px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-62px {
      padding-top: 62px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-63px {
      padding-top: 63px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-64px {
      padding-top: 64px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-65px {
      padding-top: 65px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-66px {
      padding-top: 66px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-67px {
      padding-top: 67px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-68px {
      padding-top: 68px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-69px {
      padding-top: 69px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-70px {
      padding-top: 70px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-71px {
      padding-top: 71px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-72px {
      padding-top: 72px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-73px {
      padding-top: 73px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-74px {
      padding-top: 74px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-75px {
      padding-top: 75px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-76px {
      padding-top: 76px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-77px {
      padding-top: 77px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-78px {
      padding-top: 78px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-79px {
      padding-top: 79px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-80px {
      padding-top: 80px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-81px {
      padding-top: 81px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-82px {
      padding-top: 82px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-83px {
      padding-top: 83px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-84px {
      padding-top: 84px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-85px {
      padding-top: 85px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-86px {
      padding-top: 86px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-87px {
      padding-top: 87px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-88px {
      padding-top: 88px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-89px {
      padding-top: 89px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-90px {
      padding-top: 90px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-91px {
      padding-top: 91px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-92px {
      padding-top: 92px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-93px {
      padding-top: 93px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-94px {
      padding-top: 94px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-95px {
      padding-top: 95px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-96px {
      padding-top: 96px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-97px {
      padding-top: 97px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-98px {
      padding-top: 98px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-99px {
      padding-top: 99px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-100px {
      padding-top: 100px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-101px {
      padding-top: 101px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-102px {
      padding-top: 102px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-103px {
      padding-top: 103px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-104px {
      padding-top: 104px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-105px {
      padding-top: 105px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-106px {
      padding-top: 106px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-107px {
      padding-top: 107px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-108px {
      padding-top: 108px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-109px {
      padding-top: 109px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-110px {
      padding-top: 110px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-111px {
      padding-top: 111px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-112px {
      padding-top: 112px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-113px {
      padding-top: 113px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-114px {
      padding-top: 114px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-115px {
      padding-top: 115px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-116px {
      padding-top: 116px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-117px {
      padding-top: 117px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-118px {
      padding-top: 118px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-119px {
      padding-top: 119px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-120px {
      padding-top: 120px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-121px {
      padding-top: 121px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-122px {
      padding-top: 122px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-123px {
      padding-top: 123px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-124px {
      padding-top: 124px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-125px {
      padding-top: 125px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-126px {
      padding-top: 126px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-127px {
      padding-top: 127px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-128px {
      padding-top: 128px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-129px {
      padding-top: 129px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-130px {
      padding-top: 130px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-131px {
      padding-top: 131px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-132px {
      padding-top: 132px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-133px {
      padding-top: 133px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-134px {
      padding-top: 134px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-135px {
      padding-top: 135px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-136px {
      padding-top: 136px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-137px {
      padding-top: 137px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-138px {
      padding-top: 138px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-139px {
      padding-top: 139px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-140px {
      padding-top: 140px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-141px {
      padding-top: 141px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-142px {
      padding-top: 142px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-143px {
      padding-top: 143px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-144px {
      padding-top: 144px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-145px {
      padding-top: 145px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-146px {
      padding-top: 146px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-147px {
      padding-top: 147px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-148px {
      padding-top: 148px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-149px {
      padding-top: 149px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-150px {
      padding-top: 150px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-151px {
      padding-top: 151px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-152px {
      padding-top: 152px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-153px {
      padding-top: 153px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-154px {
      padding-top: 154px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-155px {
      padding-top: 155px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-156px {
      padding-top: 156px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-157px {
      padding-top: 157px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-158px {
      padding-top: 158px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-159px {
      padding-top: 159px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-160px {
      padding-top: 160px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-161px {
      padding-top: 161px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-162px {
      padding-top: 162px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-163px {
      padding-top: 163px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-164px {
      padding-top: 164px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-165px {
      padding-top: 165px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-166px {
      padding-top: 166px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-167px {
      padding-top: 167px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-168px {
      padding-top: 168px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-169px {
      padding-top: 169px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-170px {
      padding-top: 170px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-171px {
      padding-top: 171px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-172px {
      padding-top: 172px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-173px {
      padding-top: 173px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-174px {
      padding-top: 174px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-175px {
      padding-top: 175px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-176px {
      padding-top: 176px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-177px {
      padding-top: 177px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-178px {
      padding-top: 178px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-179px {
      padding-top: 179px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-180px {
      padding-top: 180px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-181px {
      padding-top: 181px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-182px {
      padding-top: 182px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-183px {
      padding-top: 183px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-184px {
      padding-top: 184px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-185px {
      padding-top: 185px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-186px {
      padding-top: 186px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-187px {
      padding-top: 187px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-188px {
      padding-top: 188px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-189px {
      padding-top: 189px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-190px {
      padding-top: 190px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-191px {
      padding-top: 191px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-192px {
      padding-top: 192px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-193px {
      padding-top: 193px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-194px {
      padding-top: 194px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-195px {
      padding-top: 195px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-196px {
      padding-top: 196px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-197px {
      padding-top: 197px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-198px {
      padding-top: 198px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-199px {
      padding-top: 199px;
    }
    /* line 69, app/assets/stylesheets/ui/_space.scss */
    .lg-pt-200px {
      padding-top: 200px;
    }
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-0px {
    padding-bottom: 0px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-1px {
    padding-bottom: 1px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-2px {
    padding-bottom: 2px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-3px {
    padding-bottom: 3px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-4px {
    padding-bottom: 4px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-5px {
    padding-bottom: 5px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-6px {
    padding-bottom: 6px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-7px {
    padding-bottom: 7px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-8px {
    padding-bottom: 8px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-9px {
    padding-bottom: 9px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-10px {
    padding-bottom: 10px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-11px {
    padding-bottom: 11px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-12px {
    padding-bottom: 12px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-13px {
    padding-bottom: 13px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-14px {
    padding-bottom: 14px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-15px {
    padding-bottom: 15px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-16px {
    padding-bottom: 16px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-17px {
    padding-bottom: 17px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-18px {
    padding-bottom: 18px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-19px {
    padding-bottom: 19px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-20px {
    padding-bottom: 20px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-21px {
    padding-bottom: 21px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-22px {
    padding-bottom: 22px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-23px {
    padding-bottom: 23px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-24px {
    padding-bottom: 24px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-25px {
    padding-bottom: 25px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-26px {
    padding-bottom: 26px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-27px {
    padding-bottom: 27px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-28px {
    padding-bottom: 28px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-29px {
    padding-bottom: 29px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-30px {
    padding-bottom: 30px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-31px {
    padding-bottom: 31px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-32px {
    padding-bottom: 32px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-33px {
    padding-bottom: 33px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-34px {
    padding-bottom: 34px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-35px {
    padding-bottom: 35px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-36px {
    padding-bottom: 36px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-37px {
    padding-bottom: 37px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-38px {
    padding-bottom: 38px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-39px {
    padding-bottom: 39px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-40px {
    padding-bottom: 40px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-41px {
    padding-bottom: 41px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-42px {
    padding-bottom: 42px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-43px {
    padding-bottom: 43px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-44px {
    padding-bottom: 44px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-45px {
    padding-bottom: 45px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-46px {
    padding-bottom: 46px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-47px {
    padding-bottom: 47px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-48px {
    padding-bottom: 48px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-49px {
    padding-bottom: 49px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-50px {
    padding-bottom: 50px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-51px {
    padding-bottom: 51px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-52px {
    padding-bottom: 52px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-53px {
    padding-bottom: 53px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-54px {
    padding-bottom: 54px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-55px {
    padding-bottom: 55px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-56px {
    padding-bottom: 56px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-57px {
    padding-bottom: 57px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-58px {
    padding-bottom: 58px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-59px {
    padding-bottom: 59px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-60px {
    padding-bottom: 60px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-61px {
    padding-bottom: 61px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-62px {
    padding-bottom: 62px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-63px {
    padding-bottom: 63px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-64px {
    padding-bottom: 64px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-65px {
    padding-bottom: 65px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-66px {
    padding-bottom: 66px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-67px {
    padding-bottom: 67px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-68px {
    padding-bottom: 68px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-69px {
    padding-bottom: 69px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-70px {
    padding-bottom: 70px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-71px {
    padding-bottom: 71px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-72px {
    padding-bottom: 72px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-73px {
    padding-bottom: 73px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-74px {
    padding-bottom: 74px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-75px {
    padding-bottom: 75px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-76px {
    padding-bottom: 76px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-77px {
    padding-bottom: 77px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-78px {
    padding-bottom: 78px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-79px {
    padding-bottom: 79px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-80px {
    padding-bottom: 80px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-81px {
    padding-bottom: 81px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-82px {
    padding-bottom: 82px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-83px {
    padding-bottom: 83px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-84px {
    padding-bottom: 84px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-85px {
    padding-bottom: 85px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-86px {
    padding-bottom: 86px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-87px {
    padding-bottom: 87px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-88px {
    padding-bottom: 88px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-89px {
    padding-bottom: 89px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-90px {
    padding-bottom: 90px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-91px {
    padding-bottom: 91px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-92px {
    padding-bottom: 92px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-93px {
    padding-bottom: 93px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-94px {
    padding-bottom: 94px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-95px {
    padding-bottom: 95px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-96px {
    padding-bottom: 96px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-97px {
    padding-bottom: 97px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-98px {
    padding-bottom: 98px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-99px {
    padding-bottom: 99px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-100px {
    padding-bottom: 100px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-101px {
    padding-bottom: 101px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-102px {
    padding-bottom: 102px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-103px {
    padding-bottom: 103px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-104px {
    padding-bottom: 104px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-105px {
    padding-bottom: 105px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-106px {
    padding-bottom: 106px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-107px {
    padding-bottom: 107px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-108px {
    padding-bottom: 108px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-109px {
    padding-bottom: 109px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-110px {
    padding-bottom: 110px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-111px {
    padding-bottom: 111px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-112px {
    padding-bottom: 112px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-113px {
    padding-bottom: 113px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-114px {
    padding-bottom: 114px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-115px {
    padding-bottom: 115px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-116px {
    padding-bottom: 116px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-117px {
    padding-bottom: 117px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-118px {
    padding-bottom: 118px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-119px {
    padding-bottom: 119px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-120px {
    padding-bottom: 120px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-121px {
    padding-bottom: 121px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-122px {
    padding-bottom: 122px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-123px {
    padding-bottom: 123px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-124px {
    padding-bottom: 124px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-125px {
    padding-bottom: 125px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-126px {
    padding-bottom: 126px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-127px {
    padding-bottom: 127px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-128px {
    padding-bottom: 128px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-129px {
    padding-bottom: 129px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-130px {
    padding-bottom: 130px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-131px {
    padding-bottom: 131px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-132px {
    padding-bottom: 132px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-133px {
    padding-bottom: 133px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-134px {
    padding-bottom: 134px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-135px {
    padding-bottom: 135px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-136px {
    padding-bottom: 136px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-137px {
    padding-bottom: 137px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-138px {
    padding-bottom: 138px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-139px {
    padding-bottom: 139px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-140px {
    padding-bottom: 140px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-141px {
    padding-bottom: 141px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-142px {
    padding-bottom: 142px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-143px {
    padding-bottom: 143px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-144px {
    padding-bottom: 144px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-145px {
    padding-bottom: 145px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-146px {
    padding-bottom: 146px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-147px {
    padding-bottom: 147px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-148px {
    padding-bottom: 148px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-149px {
    padding-bottom: 149px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-150px {
    padding-bottom: 150px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-151px {
    padding-bottom: 151px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-152px {
    padding-bottom: 152px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-153px {
    padding-bottom: 153px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-154px {
    padding-bottom: 154px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-155px {
    padding-bottom: 155px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-156px {
    padding-bottom: 156px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-157px {
    padding-bottom: 157px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-158px {
    padding-bottom: 158px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-159px {
    padding-bottom: 159px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-160px {
    padding-bottom: 160px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-161px {
    padding-bottom: 161px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-162px {
    padding-bottom: 162px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-163px {
    padding-bottom: 163px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-164px {
    padding-bottom: 164px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-165px {
    padding-bottom: 165px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-166px {
    padding-bottom: 166px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-167px {
    padding-bottom: 167px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-168px {
    padding-bottom: 168px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-169px {
    padding-bottom: 169px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-170px {
    padding-bottom: 170px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-171px {
    padding-bottom: 171px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-172px {
    padding-bottom: 172px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-173px {
    padding-bottom: 173px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-174px {
    padding-bottom: 174px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-175px {
    padding-bottom: 175px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-176px {
    padding-bottom: 176px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-177px {
    padding-bottom: 177px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-178px {
    padding-bottom: 178px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-179px {
    padding-bottom: 179px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-180px {
    padding-bottom: 180px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-181px {
    padding-bottom: 181px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-182px {
    padding-bottom: 182px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-183px {
    padding-bottom: 183px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-184px {
    padding-bottom: 184px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-185px {
    padding-bottom: 185px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-186px {
    padding-bottom: 186px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-187px {
    padding-bottom: 187px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-188px {
    padding-bottom: 188px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-189px {
    padding-bottom: 189px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-190px {
    padding-bottom: 190px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-191px {
    padding-bottom: 191px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-192px {
    padding-bottom: 192px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-193px {
    padding-bottom: 193px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-194px {
    padding-bottom: 194px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-195px {
    padding-bottom: 195px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-196px {
    padding-bottom: 196px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-197px {
    padding-bottom: 197px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-198px {
    padding-bottom: 198px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-199px {
    padding-bottom: 199px;
  }
  /* line 78, app/assets/stylesheets/ui/_space.scss */
  .pb-200px {
    padding-bottom: 200px;
  }
  @media (max-width: 767.98px) {
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-0px {
      padding-bottom: 0px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-1px {
      padding-bottom: 1px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-2px {
      padding-bottom: 2px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-3px {
      padding-bottom: 3px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-4px {
      padding-bottom: 4px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-5px {
      padding-bottom: 5px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-6px {
      padding-bottom: 6px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-7px {
      padding-bottom: 7px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-8px {
      padding-bottom: 8px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-9px {
      padding-bottom: 9px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-10px {
      padding-bottom: 10px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-11px {
      padding-bottom: 11px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-12px {
      padding-bottom: 12px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-13px {
      padding-bottom: 13px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-14px {
      padding-bottom: 14px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-15px {
      padding-bottom: 15px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-16px {
      padding-bottom: 16px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-17px {
      padding-bottom: 17px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-18px {
      padding-bottom: 18px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-19px {
      padding-bottom: 19px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-20px {
      padding-bottom: 20px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-21px {
      padding-bottom: 21px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-22px {
      padding-bottom: 22px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-23px {
      padding-bottom: 23px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-24px {
      padding-bottom: 24px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-25px {
      padding-bottom: 25px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-26px {
      padding-bottom: 26px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-27px {
      padding-bottom: 27px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-28px {
      padding-bottom: 28px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-29px {
      padding-bottom: 29px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-30px {
      padding-bottom: 30px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-31px {
      padding-bottom: 31px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-32px {
      padding-bottom: 32px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-33px {
      padding-bottom: 33px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-34px {
      padding-bottom: 34px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-35px {
      padding-bottom: 35px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-36px {
      padding-bottom: 36px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-37px {
      padding-bottom: 37px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-38px {
      padding-bottom: 38px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-39px {
      padding-bottom: 39px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-40px {
      padding-bottom: 40px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-41px {
      padding-bottom: 41px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-42px {
      padding-bottom: 42px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-43px {
      padding-bottom: 43px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-44px {
      padding-bottom: 44px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-45px {
      padding-bottom: 45px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-46px {
      padding-bottom: 46px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-47px {
      padding-bottom: 47px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-48px {
      padding-bottom: 48px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-49px {
      padding-bottom: 49px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-50px {
      padding-bottom: 50px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-51px {
      padding-bottom: 51px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-52px {
      padding-bottom: 52px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-53px {
      padding-bottom: 53px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-54px {
      padding-bottom: 54px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-55px {
      padding-bottom: 55px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-56px {
      padding-bottom: 56px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-57px {
      padding-bottom: 57px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-58px {
      padding-bottom: 58px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-59px {
      padding-bottom: 59px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-60px {
      padding-bottom: 60px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-61px {
      padding-bottom: 61px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-62px {
      padding-bottom: 62px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-63px {
      padding-bottom: 63px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-64px {
      padding-bottom: 64px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-65px {
      padding-bottom: 65px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-66px {
      padding-bottom: 66px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-67px {
      padding-bottom: 67px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-68px {
      padding-bottom: 68px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-69px {
      padding-bottom: 69px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-70px {
      padding-bottom: 70px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-71px {
      padding-bottom: 71px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-72px {
      padding-bottom: 72px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-73px {
      padding-bottom: 73px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-74px {
      padding-bottom: 74px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-75px {
      padding-bottom: 75px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-76px {
      padding-bottom: 76px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-77px {
      padding-bottom: 77px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-78px {
      padding-bottom: 78px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-79px {
      padding-bottom: 79px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-80px {
      padding-bottom: 80px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-81px {
      padding-bottom: 81px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-82px {
      padding-bottom: 82px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-83px {
      padding-bottom: 83px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-84px {
      padding-bottom: 84px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-85px {
      padding-bottom: 85px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-86px {
      padding-bottom: 86px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-87px {
      padding-bottom: 87px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-88px {
      padding-bottom: 88px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-89px {
      padding-bottom: 89px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-90px {
      padding-bottom: 90px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-91px {
      padding-bottom: 91px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-92px {
      padding-bottom: 92px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-93px {
      padding-bottom: 93px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-94px {
      padding-bottom: 94px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-95px {
      padding-bottom: 95px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-96px {
      padding-bottom: 96px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-97px {
      padding-bottom: 97px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-98px {
      padding-bottom: 98px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-99px {
      padding-bottom: 99px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-100px {
      padding-bottom: 100px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-101px {
      padding-bottom: 101px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-102px {
      padding-bottom: 102px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-103px {
      padding-bottom: 103px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-104px {
      padding-bottom: 104px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-105px {
      padding-bottom: 105px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-106px {
      padding-bottom: 106px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-107px {
      padding-bottom: 107px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-108px {
      padding-bottom: 108px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-109px {
      padding-bottom: 109px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-110px {
      padding-bottom: 110px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-111px {
      padding-bottom: 111px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-112px {
      padding-bottom: 112px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-113px {
      padding-bottom: 113px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-114px {
      padding-bottom: 114px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-115px {
      padding-bottom: 115px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-116px {
      padding-bottom: 116px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-117px {
      padding-bottom: 117px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-118px {
      padding-bottom: 118px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-119px {
      padding-bottom: 119px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-120px {
      padding-bottom: 120px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-121px {
      padding-bottom: 121px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-122px {
      padding-bottom: 122px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-123px {
      padding-bottom: 123px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-124px {
      padding-bottom: 124px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-125px {
      padding-bottom: 125px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-126px {
      padding-bottom: 126px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-127px {
      padding-bottom: 127px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-128px {
      padding-bottom: 128px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-129px {
      padding-bottom: 129px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-130px {
      padding-bottom: 130px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-131px {
      padding-bottom: 131px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-132px {
      padding-bottom: 132px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-133px {
      padding-bottom: 133px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-134px {
      padding-bottom: 134px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-135px {
      padding-bottom: 135px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-136px {
      padding-bottom: 136px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-137px {
      padding-bottom: 137px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-138px {
      padding-bottom: 138px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-139px {
      padding-bottom: 139px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-140px {
      padding-bottom: 140px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-141px {
      padding-bottom: 141px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-142px {
      padding-bottom: 142px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-143px {
      padding-bottom: 143px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-144px {
      padding-bottom: 144px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-145px {
      padding-bottom: 145px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-146px {
      padding-bottom: 146px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-147px {
      padding-bottom: 147px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-148px {
      padding-bottom: 148px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-149px {
      padding-bottom: 149px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-150px {
      padding-bottom: 150px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-151px {
      padding-bottom: 151px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-152px {
      padding-bottom: 152px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-153px {
      padding-bottom: 153px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-154px {
      padding-bottom: 154px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-155px {
      padding-bottom: 155px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-156px {
      padding-bottom: 156px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-157px {
      padding-bottom: 157px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-158px {
      padding-bottom: 158px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-159px {
      padding-bottom: 159px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-160px {
      padding-bottom: 160px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-161px {
      padding-bottom: 161px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-162px {
      padding-bottom: 162px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-163px {
      padding-bottom: 163px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-164px {
      padding-bottom: 164px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-165px {
      padding-bottom: 165px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-166px {
      padding-bottom: 166px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-167px {
      padding-bottom: 167px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-168px {
      padding-bottom: 168px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-169px {
      padding-bottom: 169px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-170px {
      padding-bottom: 170px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-171px {
      padding-bottom: 171px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-172px {
      padding-bottom: 172px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-173px {
      padding-bottom: 173px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-174px {
      padding-bottom: 174px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-175px {
      padding-bottom: 175px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-176px {
      padding-bottom: 176px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-177px {
      padding-bottom: 177px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-178px {
      padding-bottom: 178px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-179px {
      padding-bottom: 179px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-180px {
      padding-bottom: 180px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-181px {
      padding-bottom: 181px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-182px {
      padding-bottom: 182px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-183px {
      padding-bottom: 183px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-184px {
      padding-bottom: 184px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-185px {
      padding-bottom: 185px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-186px {
      padding-bottom: 186px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-187px {
      padding-bottom: 187px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-188px {
      padding-bottom: 188px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-189px {
      padding-bottom: 189px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-190px {
      padding-bottom: 190px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-191px {
      padding-bottom: 191px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-192px {
      padding-bottom: 192px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-193px {
      padding-bottom: 193px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-194px {
      padding-bottom: 194px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-195px {
      padding-bottom: 195px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-196px {
      padding-bottom: 196px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-197px {
      padding-bottom: 197px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-198px {
      padding-bottom: 198px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-199px {
      padding-bottom: 199px;
    }
    /* line 85, app/assets/stylesheets/ui/_space.scss */
    .md-pb-200px {
      padding-bottom: 200px;
    }
  }
  @media (min-width: 768px) {
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-0px {
      padding-bottom: 0px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-1px {
      padding-bottom: 1px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-2px {
      padding-bottom: 2px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-3px {
      padding-bottom: 3px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-4px {
      padding-bottom: 4px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-5px {
      padding-bottom: 5px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-6px {
      padding-bottom: 6px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-7px {
      padding-bottom: 7px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-8px {
      padding-bottom: 8px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-9px {
      padding-bottom: 9px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-10px {
      padding-bottom: 10px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-11px {
      padding-bottom: 11px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-12px {
      padding-bottom: 12px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-13px {
      padding-bottom: 13px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-14px {
      padding-bottom: 14px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-15px {
      padding-bottom: 15px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-16px {
      padding-bottom: 16px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-17px {
      padding-bottom: 17px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-18px {
      padding-bottom: 18px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-19px {
      padding-bottom: 19px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-20px {
      padding-bottom: 20px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-21px {
      padding-bottom: 21px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-22px {
      padding-bottom: 22px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-23px {
      padding-bottom: 23px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-24px {
      padding-bottom: 24px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-25px {
      padding-bottom: 25px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-26px {
      padding-bottom: 26px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-27px {
      padding-bottom: 27px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-28px {
      padding-bottom: 28px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-29px {
      padding-bottom: 29px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-30px {
      padding-bottom: 30px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-31px {
      padding-bottom: 31px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-32px {
      padding-bottom: 32px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-33px {
      padding-bottom: 33px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-34px {
      padding-bottom: 34px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-35px {
      padding-bottom: 35px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-36px {
      padding-bottom: 36px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-37px {
      padding-bottom: 37px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-38px {
      padding-bottom: 38px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-39px {
      padding-bottom: 39px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-40px {
      padding-bottom: 40px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-41px {
      padding-bottom: 41px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-42px {
      padding-bottom: 42px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-43px {
      padding-bottom: 43px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-44px {
      padding-bottom: 44px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-45px {
      padding-bottom: 45px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-46px {
      padding-bottom: 46px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-47px {
      padding-bottom: 47px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-48px {
      padding-bottom: 48px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-49px {
      padding-bottom: 49px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-50px {
      padding-bottom: 50px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-51px {
      padding-bottom: 51px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-52px {
      padding-bottom: 52px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-53px {
      padding-bottom: 53px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-54px {
      padding-bottom: 54px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-55px {
      padding-bottom: 55px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-56px {
      padding-bottom: 56px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-57px {
      padding-bottom: 57px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-58px {
      padding-bottom: 58px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-59px {
      padding-bottom: 59px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-60px {
      padding-bottom: 60px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-61px {
      padding-bottom: 61px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-62px {
      padding-bottom: 62px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-63px {
      padding-bottom: 63px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-64px {
      padding-bottom: 64px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-65px {
      padding-bottom: 65px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-66px {
      padding-bottom: 66px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-67px {
      padding-bottom: 67px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-68px {
      padding-bottom: 68px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-69px {
      padding-bottom: 69px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-70px {
      padding-bottom: 70px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-71px {
      padding-bottom: 71px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-72px {
      padding-bottom: 72px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-73px {
      padding-bottom: 73px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-74px {
      padding-bottom: 74px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-75px {
      padding-bottom: 75px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-76px {
      padding-bottom: 76px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-77px {
      padding-bottom: 77px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-78px {
      padding-bottom: 78px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-79px {
      padding-bottom: 79px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-80px {
      padding-bottom: 80px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-81px {
      padding-bottom: 81px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-82px {
      padding-bottom: 82px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-83px {
      padding-bottom: 83px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-84px {
      padding-bottom: 84px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-85px {
      padding-bottom: 85px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-86px {
      padding-bottom: 86px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-87px {
      padding-bottom: 87px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-88px {
      padding-bottom: 88px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-89px {
      padding-bottom: 89px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-90px {
      padding-bottom: 90px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-91px {
      padding-bottom: 91px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-92px {
      padding-bottom: 92px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-93px {
      padding-bottom: 93px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-94px {
      padding-bottom: 94px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-95px {
      padding-bottom: 95px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-96px {
      padding-bottom: 96px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-97px {
      padding-bottom: 97px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-98px {
      padding-bottom: 98px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-99px {
      padding-bottom: 99px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-100px {
      padding-bottom: 100px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-101px {
      padding-bottom: 101px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-102px {
      padding-bottom: 102px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-103px {
      padding-bottom: 103px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-104px {
      padding-bottom: 104px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-105px {
      padding-bottom: 105px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-106px {
      padding-bottom: 106px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-107px {
      padding-bottom: 107px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-108px {
      padding-bottom: 108px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-109px {
      padding-bottom: 109px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-110px {
      padding-bottom: 110px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-111px {
      padding-bottom: 111px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-112px {
      padding-bottom: 112px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-113px {
      padding-bottom: 113px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-114px {
      padding-bottom: 114px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-115px {
      padding-bottom: 115px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-116px {
      padding-bottom: 116px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-117px {
      padding-bottom: 117px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-118px {
      padding-bottom: 118px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-119px {
      padding-bottom: 119px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-120px {
      padding-bottom: 120px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-121px {
      padding-bottom: 121px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-122px {
      padding-bottom: 122px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-123px {
      padding-bottom: 123px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-124px {
      padding-bottom: 124px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-125px {
      padding-bottom: 125px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-126px {
      padding-bottom: 126px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-127px {
      padding-bottom: 127px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-128px {
      padding-bottom: 128px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-129px {
      padding-bottom: 129px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-130px {
      padding-bottom: 130px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-131px {
      padding-bottom: 131px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-132px {
      padding-bottom: 132px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-133px {
      padding-bottom: 133px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-134px {
      padding-bottom: 134px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-135px {
      padding-bottom: 135px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-136px {
      padding-bottom: 136px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-137px {
      padding-bottom: 137px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-138px {
      padding-bottom: 138px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-139px {
      padding-bottom: 139px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-140px {
      padding-bottom: 140px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-141px {
      padding-bottom: 141px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-142px {
      padding-bottom: 142px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-143px {
      padding-bottom: 143px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-144px {
      padding-bottom: 144px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-145px {
      padding-bottom: 145px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-146px {
      padding-bottom: 146px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-147px {
      padding-bottom: 147px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-148px {
      padding-bottom: 148px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-149px {
      padding-bottom: 149px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-150px {
      padding-bottom: 150px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-151px {
      padding-bottom: 151px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-152px {
      padding-bottom: 152px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-153px {
      padding-bottom: 153px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-154px {
      padding-bottom: 154px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-155px {
      padding-bottom: 155px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-156px {
      padding-bottom: 156px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-157px {
      padding-bottom: 157px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-158px {
      padding-bottom: 158px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-159px {
      padding-bottom: 159px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-160px {
      padding-bottom: 160px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-161px {
      padding-bottom: 161px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-162px {
      padding-bottom: 162px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-163px {
      padding-bottom: 163px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-164px {
      padding-bottom: 164px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-165px {
      padding-bottom: 165px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-166px {
      padding-bottom: 166px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-167px {
      padding-bottom: 167px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-168px {
      padding-bottom: 168px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-169px {
      padding-bottom: 169px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-170px {
      padding-bottom: 170px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-171px {
      padding-bottom: 171px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-172px {
      padding-bottom: 172px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-173px {
      padding-bottom: 173px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-174px {
      padding-bottom: 174px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-175px {
      padding-bottom: 175px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-176px {
      padding-bottom: 176px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-177px {
      padding-bottom: 177px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-178px {
      padding-bottom: 178px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-179px {
      padding-bottom: 179px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-180px {
      padding-bottom: 180px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-181px {
      padding-bottom: 181px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-182px {
      padding-bottom: 182px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-183px {
      padding-bottom: 183px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-184px {
      padding-bottom: 184px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-185px {
      padding-bottom: 185px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-186px {
      padding-bottom: 186px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-187px {
      padding-bottom: 187px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-188px {
      padding-bottom: 188px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-189px {
      padding-bottom: 189px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-190px {
      padding-bottom: 190px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-191px {
      padding-bottom: 191px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-192px {
      padding-bottom: 192px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-193px {
      padding-bottom: 193px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-194px {
      padding-bottom: 194px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-195px {
      padding-bottom: 195px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-196px {
      padding-bottom: 196px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-197px {
      padding-bottom: 197px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-198px {
      padding-bottom: 198px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-199px {
      padding-bottom: 199px;
    }
    /* line 93, app/assets/stylesheets/ui/_space.scss */
    .lg-pb-200px {
      padding-bottom: 200px;
    }
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-0px {
    margin-top: 0px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-1px {
    margin-top: 1px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-2px {
    margin-top: 2px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-3px {
    margin-top: 3px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-4px {
    margin-top: 4px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-5px {
    margin-top: 5px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-6px {
    margin-top: 6px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-7px {
    margin-top: 7px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-8px {
    margin-top: 8px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-9px {
    margin-top: 9px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-10px {
    margin-top: 10px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-11px {
    margin-top: 11px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-12px {
    margin-top: 12px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-13px {
    margin-top: 13px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-14px {
    margin-top: 14px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-15px {
    margin-top: 15px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-16px {
    margin-top: 16px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-17px {
    margin-top: 17px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-18px {
    margin-top: 18px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-19px {
    margin-top: 19px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-20px {
    margin-top: 20px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-21px {
    margin-top: 21px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-22px {
    margin-top: 22px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-23px {
    margin-top: 23px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-24px {
    margin-top: 24px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-25px {
    margin-top: 25px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-26px {
    margin-top: 26px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-27px {
    margin-top: 27px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-28px {
    margin-top: 28px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-29px {
    margin-top: 29px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-30px {
    margin-top: 30px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-31px {
    margin-top: 31px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-32px {
    margin-top: 32px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-33px {
    margin-top: 33px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-34px {
    margin-top: 34px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-35px {
    margin-top: 35px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-36px {
    margin-top: 36px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-37px {
    margin-top: 37px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-38px {
    margin-top: 38px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-39px {
    margin-top: 39px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-40px {
    margin-top: 40px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-41px {
    margin-top: 41px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-42px {
    margin-top: 42px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-43px {
    margin-top: 43px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-44px {
    margin-top: 44px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-45px {
    margin-top: 45px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-46px {
    margin-top: 46px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-47px {
    margin-top: 47px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-48px {
    margin-top: 48px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-49px {
    margin-top: 49px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-50px {
    margin-top: 50px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-51px {
    margin-top: 51px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-52px {
    margin-top: 52px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-53px {
    margin-top: 53px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-54px {
    margin-top: 54px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-55px {
    margin-top: 55px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-56px {
    margin-top: 56px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-57px {
    margin-top: 57px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-58px {
    margin-top: 58px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-59px {
    margin-top: 59px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-60px {
    margin-top: 60px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-61px {
    margin-top: 61px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-62px {
    margin-top: 62px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-63px {
    margin-top: 63px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-64px {
    margin-top: 64px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-65px {
    margin-top: 65px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-66px {
    margin-top: 66px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-67px {
    margin-top: 67px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-68px {
    margin-top: 68px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-69px {
    margin-top: 69px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-70px {
    margin-top: 70px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-71px {
    margin-top: 71px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-72px {
    margin-top: 72px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-73px {
    margin-top: 73px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-74px {
    margin-top: 74px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-75px {
    margin-top: 75px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-76px {
    margin-top: 76px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-77px {
    margin-top: 77px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-78px {
    margin-top: 78px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-79px {
    margin-top: 79px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-80px {
    margin-top: 80px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-81px {
    margin-top: 81px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-82px {
    margin-top: 82px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-83px {
    margin-top: 83px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-84px {
    margin-top: 84px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-85px {
    margin-top: 85px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-86px {
    margin-top: 86px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-87px {
    margin-top: 87px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-88px {
    margin-top: 88px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-89px {
    margin-top: 89px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-90px {
    margin-top: 90px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-91px {
    margin-top: 91px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-92px {
    margin-top: 92px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-93px {
    margin-top: 93px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-94px {
    margin-top: 94px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-95px {
    margin-top: 95px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-96px {
    margin-top: 96px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-97px {
    margin-top: 97px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-98px {
    margin-top: 98px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-99px {
    margin-top: 99px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-100px {
    margin-top: 100px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-101px {
    margin-top: 101px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-102px {
    margin-top: 102px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-103px {
    margin-top: 103px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-104px {
    margin-top: 104px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-105px {
    margin-top: 105px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-106px {
    margin-top: 106px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-107px {
    margin-top: 107px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-108px {
    margin-top: 108px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-109px {
    margin-top: 109px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-110px {
    margin-top: 110px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-111px {
    margin-top: 111px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-112px {
    margin-top: 112px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-113px {
    margin-top: 113px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-114px {
    margin-top: 114px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-115px {
    margin-top: 115px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-116px {
    margin-top: 116px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-117px {
    margin-top: 117px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-118px {
    margin-top: 118px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-119px {
    margin-top: 119px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-120px {
    margin-top: 120px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-121px {
    margin-top: 121px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-122px {
    margin-top: 122px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-123px {
    margin-top: 123px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-124px {
    margin-top: 124px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-125px {
    margin-top: 125px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-126px {
    margin-top: 126px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-127px {
    margin-top: 127px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-128px {
    margin-top: 128px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-129px {
    margin-top: 129px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-130px {
    margin-top: 130px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-131px {
    margin-top: 131px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-132px {
    margin-top: 132px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-133px {
    margin-top: 133px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-134px {
    margin-top: 134px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-135px {
    margin-top: 135px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-136px {
    margin-top: 136px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-137px {
    margin-top: 137px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-138px {
    margin-top: 138px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-139px {
    margin-top: 139px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-140px {
    margin-top: 140px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-141px {
    margin-top: 141px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-142px {
    margin-top: 142px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-143px {
    margin-top: 143px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-144px {
    margin-top: 144px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-145px {
    margin-top: 145px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-146px {
    margin-top: 146px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-147px {
    margin-top: 147px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-148px {
    margin-top: 148px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-149px {
    margin-top: 149px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-150px {
    margin-top: 150px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-151px {
    margin-top: 151px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-152px {
    margin-top: 152px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-153px {
    margin-top: 153px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-154px {
    margin-top: 154px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-155px {
    margin-top: 155px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-156px {
    margin-top: 156px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-157px {
    margin-top: 157px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-158px {
    margin-top: 158px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-159px {
    margin-top: 159px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-160px {
    margin-top: 160px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-161px {
    margin-top: 161px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-162px {
    margin-top: 162px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-163px {
    margin-top: 163px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-164px {
    margin-top: 164px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-165px {
    margin-top: 165px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-166px {
    margin-top: 166px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-167px {
    margin-top: 167px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-168px {
    margin-top: 168px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-169px {
    margin-top: 169px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-170px {
    margin-top: 170px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-171px {
    margin-top: 171px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-172px {
    margin-top: 172px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-173px {
    margin-top: 173px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-174px {
    margin-top: 174px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-175px {
    margin-top: 175px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-176px {
    margin-top: 176px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-177px {
    margin-top: 177px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-178px {
    margin-top: 178px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-179px {
    margin-top: 179px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-180px {
    margin-top: 180px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-181px {
    margin-top: 181px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-182px {
    margin-top: 182px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-183px {
    margin-top: 183px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-184px {
    margin-top: 184px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-185px {
    margin-top: 185px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-186px {
    margin-top: 186px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-187px {
    margin-top: 187px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-188px {
    margin-top: 188px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-189px {
    margin-top: 189px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-190px {
    margin-top: 190px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-191px {
    margin-top: 191px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-192px {
    margin-top: 192px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-193px {
    margin-top: 193px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-194px {
    margin-top: 194px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-195px {
    margin-top: 195px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-196px {
    margin-top: 196px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-197px {
    margin-top: 197px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-198px {
    margin-top: 198px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-199px {
    margin-top: 199px;
  }
  /* line 102, app/assets/stylesheets/ui/_space.scss */
  .mt-200px {
    margin-top: 200px;
  }
  @media (max-width: 767.98px) {
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-0px {
      margin-top: 0px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-1px {
      margin-top: 1px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-2px {
      margin-top: 2px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-3px {
      margin-top: 3px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-4px {
      margin-top: 4px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-5px {
      margin-top: 5px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-6px {
      margin-top: 6px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-7px {
      margin-top: 7px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-8px {
      margin-top: 8px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-9px {
      margin-top: 9px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-10px {
      margin-top: 10px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-11px {
      margin-top: 11px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-12px {
      margin-top: 12px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-13px {
      margin-top: 13px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-14px {
      margin-top: 14px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-15px {
      margin-top: 15px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-16px {
      margin-top: 16px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-17px {
      margin-top: 17px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-18px {
      margin-top: 18px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-19px {
      margin-top: 19px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-20px {
      margin-top: 20px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-21px {
      margin-top: 21px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-22px {
      margin-top: 22px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-23px {
      margin-top: 23px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-24px {
      margin-top: 24px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-25px {
      margin-top: 25px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-26px {
      margin-top: 26px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-27px {
      margin-top: 27px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-28px {
      margin-top: 28px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-29px {
      margin-top: 29px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-30px {
      margin-top: 30px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-31px {
      margin-top: 31px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-32px {
      margin-top: 32px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-33px {
      margin-top: 33px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-34px {
      margin-top: 34px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-35px {
      margin-top: 35px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-36px {
      margin-top: 36px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-37px {
      margin-top: 37px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-38px {
      margin-top: 38px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-39px {
      margin-top: 39px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-40px {
      margin-top: 40px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-41px {
      margin-top: 41px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-42px {
      margin-top: 42px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-43px {
      margin-top: 43px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-44px {
      margin-top: 44px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-45px {
      margin-top: 45px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-46px {
      margin-top: 46px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-47px {
      margin-top: 47px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-48px {
      margin-top: 48px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-49px {
      margin-top: 49px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-50px {
      margin-top: 50px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-51px {
      margin-top: 51px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-52px {
      margin-top: 52px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-53px {
      margin-top: 53px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-54px {
      margin-top: 54px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-55px {
      margin-top: 55px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-56px {
      margin-top: 56px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-57px {
      margin-top: 57px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-58px {
      margin-top: 58px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-59px {
      margin-top: 59px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-60px {
      margin-top: 60px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-61px {
      margin-top: 61px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-62px {
      margin-top: 62px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-63px {
      margin-top: 63px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-64px {
      margin-top: 64px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-65px {
      margin-top: 65px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-66px {
      margin-top: 66px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-67px {
      margin-top: 67px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-68px {
      margin-top: 68px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-69px {
      margin-top: 69px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-70px {
      margin-top: 70px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-71px {
      margin-top: 71px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-72px {
      margin-top: 72px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-73px {
      margin-top: 73px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-74px {
      margin-top: 74px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-75px {
      margin-top: 75px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-76px {
      margin-top: 76px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-77px {
      margin-top: 77px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-78px {
      margin-top: 78px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-79px {
      margin-top: 79px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-80px {
      margin-top: 80px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-81px {
      margin-top: 81px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-82px {
      margin-top: 82px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-83px {
      margin-top: 83px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-84px {
      margin-top: 84px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-85px {
      margin-top: 85px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-86px {
      margin-top: 86px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-87px {
      margin-top: 87px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-88px {
      margin-top: 88px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-89px {
      margin-top: 89px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-90px {
      margin-top: 90px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-91px {
      margin-top: 91px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-92px {
      margin-top: 92px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-93px {
      margin-top: 93px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-94px {
      margin-top: 94px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-95px {
      margin-top: 95px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-96px {
      margin-top: 96px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-97px {
      margin-top: 97px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-98px {
      margin-top: 98px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-99px {
      margin-top: 99px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-100px {
      margin-top: 100px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-101px {
      margin-top: 101px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-102px {
      margin-top: 102px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-103px {
      margin-top: 103px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-104px {
      margin-top: 104px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-105px {
      margin-top: 105px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-106px {
      margin-top: 106px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-107px {
      margin-top: 107px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-108px {
      margin-top: 108px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-109px {
      margin-top: 109px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-110px {
      margin-top: 110px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-111px {
      margin-top: 111px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-112px {
      margin-top: 112px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-113px {
      margin-top: 113px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-114px {
      margin-top: 114px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-115px {
      margin-top: 115px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-116px {
      margin-top: 116px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-117px {
      margin-top: 117px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-118px {
      margin-top: 118px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-119px {
      margin-top: 119px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-120px {
      margin-top: 120px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-121px {
      margin-top: 121px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-122px {
      margin-top: 122px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-123px {
      margin-top: 123px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-124px {
      margin-top: 124px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-125px {
      margin-top: 125px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-126px {
      margin-top: 126px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-127px {
      margin-top: 127px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-128px {
      margin-top: 128px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-129px {
      margin-top: 129px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-130px {
      margin-top: 130px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-131px {
      margin-top: 131px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-132px {
      margin-top: 132px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-133px {
      margin-top: 133px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-134px {
      margin-top: 134px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-135px {
      margin-top: 135px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-136px {
      margin-top: 136px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-137px {
      margin-top: 137px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-138px {
      margin-top: 138px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-139px {
      margin-top: 139px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-140px {
      margin-top: 140px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-141px {
      margin-top: 141px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-142px {
      margin-top: 142px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-143px {
      margin-top: 143px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-144px {
      margin-top: 144px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-145px {
      margin-top: 145px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-146px {
      margin-top: 146px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-147px {
      margin-top: 147px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-148px {
      margin-top: 148px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-149px {
      margin-top: 149px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-150px {
      margin-top: 150px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-151px {
      margin-top: 151px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-152px {
      margin-top: 152px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-153px {
      margin-top: 153px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-154px {
      margin-top: 154px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-155px {
      margin-top: 155px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-156px {
      margin-top: 156px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-157px {
      margin-top: 157px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-158px {
      margin-top: 158px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-159px {
      margin-top: 159px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-160px {
      margin-top: 160px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-161px {
      margin-top: 161px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-162px {
      margin-top: 162px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-163px {
      margin-top: 163px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-164px {
      margin-top: 164px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-165px {
      margin-top: 165px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-166px {
      margin-top: 166px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-167px {
      margin-top: 167px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-168px {
      margin-top: 168px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-169px {
      margin-top: 169px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-170px {
      margin-top: 170px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-171px {
      margin-top: 171px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-172px {
      margin-top: 172px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-173px {
      margin-top: 173px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-174px {
      margin-top: 174px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-175px {
      margin-top: 175px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-176px {
      margin-top: 176px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-177px {
      margin-top: 177px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-178px {
      margin-top: 178px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-179px {
      margin-top: 179px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-180px {
      margin-top: 180px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-181px {
      margin-top: 181px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-182px {
      margin-top: 182px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-183px {
      margin-top: 183px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-184px {
      margin-top: 184px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-185px {
      margin-top: 185px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-186px {
      margin-top: 186px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-187px {
      margin-top: 187px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-188px {
      margin-top: 188px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-189px {
      margin-top: 189px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-190px {
      margin-top: 190px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-191px {
      margin-top: 191px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-192px {
      margin-top: 192px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-193px {
      margin-top: 193px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-194px {
      margin-top: 194px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-195px {
      margin-top: 195px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-196px {
      margin-top: 196px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-197px {
      margin-top: 197px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-198px {
      margin-top: 198px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-199px {
      margin-top: 199px;
    }
    /* line 109, app/assets/stylesheets/ui/_space.scss */
    .md-mt-200px {
      margin-top: 200px;
    }
  }
  @media (min-width: 768px) {
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-0px {
      margin-top: 0px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-1px {
      margin-top: 1px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-2px {
      margin-top: 2px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-3px {
      margin-top: 3px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-4px {
      margin-top: 4px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-5px {
      margin-top: 5px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-6px {
      margin-top: 6px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-7px {
      margin-top: 7px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-8px {
      margin-top: 8px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-9px {
      margin-top: 9px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-10px {
      margin-top: 10px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-11px {
      margin-top: 11px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-12px {
      margin-top: 12px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-13px {
      margin-top: 13px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-14px {
      margin-top: 14px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-15px {
      margin-top: 15px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-16px {
      margin-top: 16px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-17px {
      margin-top: 17px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-18px {
      margin-top: 18px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-19px {
      margin-top: 19px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-20px {
      margin-top: 20px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-21px {
      margin-top: 21px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-22px {
      margin-top: 22px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-23px {
      margin-top: 23px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-24px {
      margin-top: 24px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-25px {
      margin-top: 25px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-26px {
      margin-top: 26px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-27px {
      margin-top: 27px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-28px {
      margin-top: 28px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-29px {
      margin-top: 29px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-30px {
      margin-top: 30px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-31px {
      margin-top: 31px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-32px {
      margin-top: 32px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-33px {
      margin-top: 33px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-34px {
      margin-top: 34px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-35px {
      margin-top: 35px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-36px {
      margin-top: 36px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-37px {
      margin-top: 37px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-38px {
      margin-top: 38px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-39px {
      margin-top: 39px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-40px {
      margin-top: 40px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-41px {
      margin-top: 41px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-42px {
      margin-top: 42px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-43px {
      margin-top: 43px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-44px {
      margin-top: 44px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-45px {
      margin-top: 45px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-46px {
      margin-top: 46px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-47px {
      margin-top: 47px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-48px {
      margin-top: 48px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-49px {
      margin-top: 49px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-50px {
      margin-top: 50px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-51px {
      margin-top: 51px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-52px {
      margin-top: 52px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-53px {
      margin-top: 53px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-54px {
      margin-top: 54px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-55px {
      margin-top: 55px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-56px {
      margin-top: 56px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-57px {
      margin-top: 57px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-58px {
      margin-top: 58px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-59px {
      margin-top: 59px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-60px {
      margin-top: 60px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-61px {
      margin-top: 61px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-62px {
      margin-top: 62px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-63px {
      margin-top: 63px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-64px {
      margin-top: 64px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-65px {
      margin-top: 65px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-66px {
      margin-top: 66px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-67px {
      margin-top: 67px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-68px {
      margin-top: 68px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-69px {
      margin-top: 69px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-70px {
      margin-top: 70px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-71px {
      margin-top: 71px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-72px {
      margin-top: 72px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-73px {
      margin-top: 73px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-74px {
      margin-top: 74px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-75px {
      margin-top: 75px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-76px {
      margin-top: 76px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-77px {
      margin-top: 77px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-78px {
      margin-top: 78px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-79px {
      margin-top: 79px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-80px {
      margin-top: 80px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-81px {
      margin-top: 81px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-82px {
      margin-top: 82px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-83px {
      margin-top: 83px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-84px {
      margin-top: 84px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-85px {
      margin-top: 85px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-86px {
      margin-top: 86px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-87px {
      margin-top: 87px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-88px {
      margin-top: 88px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-89px {
      margin-top: 89px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-90px {
      margin-top: 90px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-91px {
      margin-top: 91px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-92px {
      margin-top: 92px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-93px {
      margin-top: 93px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-94px {
      margin-top: 94px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-95px {
      margin-top: 95px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-96px {
      margin-top: 96px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-97px {
      margin-top: 97px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-98px {
      margin-top: 98px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-99px {
      margin-top: 99px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-100px {
      margin-top: 100px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-101px {
      margin-top: 101px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-102px {
      margin-top: 102px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-103px {
      margin-top: 103px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-104px {
      margin-top: 104px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-105px {
      margin-top: 105px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-106px {
      margin-top: 106px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-107px {
      margin-top: 107px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-108px {
      margin-top: 108px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-109px {
      margin-top: 109px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-110px {
      margin-top: 110px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-111px {
      margin-top: 111px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-112px {
      margin-top: 112px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-113px {
      margin-top: 113px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-114px {
      margin-top: 114px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-115px {
      margin-top: 115px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-116px {
      margin-top: 116px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-117px {
      margin-top: 117px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-118px {
      margin-top: 118px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-119px {
      margin-top: 119px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-120px {
      margin-top: 120px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-121px {
      margin-top: 121px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-122px {
      margin-top: 122px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-123px {
      margin-top: 123px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-124px {
      margin-top: 124px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-125px {
      margin-top: 125px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-126px {
      margin-top: 126px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-127px {
      margin-top: 127px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-128px {
      margin-top: 128px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-129px {
      margin-top: 129px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-130px {
      margin-top: 130px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-131px {
      margin-top: 131px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-132px {
      margin-top: 132px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-133px {
      margin-top: 133px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-134px {
      margin-top: 134px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-135px {
      margin-top: 135px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-136px {
      margin-top: 136px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-137px {
      margin-top: 137px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-138px {
      margin-top: 138px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-139px {
      margin-top: 139px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-140px {
      margin-top: 140px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-141px {
      margin-top: 141px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-142px {
      margin-top: 142px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-143px {
      margin-top: 143px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-144px {
      margin-top: 144px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-145px {
      margin-top: 145px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-146px {
      margin-top: 146px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-147px {
      margin-top: 147px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-148px {
      margin-top: 148px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-149px {
      margin-top: 149px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-150px {
      margin-top: 150px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-151px {
      margin-top: 151px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-152px {
      margin-top: 152px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-153px {
      margin-top: 153px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-154px {
      margin-top: 154px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-155px {
      margin-top: 155px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-156px {
      margin-top: 156px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-157px {
      margin-top: 157px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-158px {
      margin-top: 158px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-159px {
      margin-top: 159px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-160px {
      margin-top: 160px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-161px {
      margin-top: 161px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-162px {
      margin-top: 162px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-163px {
      margin-top: 163px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-164px {
      margin-top: 164px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-165px {
      margin-top: 165px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-166px {
      margin-top: 166px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-167px {
      margin-top: 167px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-168px {
      margin-top: 168px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-169px {
      margin-top: 169px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-170px {
      margin-top: 170px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-171px {
      margin-top: 171px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-172px {
      margin-top: 172px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-173px {
      margin-top: 173px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-174px {
      margin-top: 174px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-175px {
      margin-top: 175px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-176px {
      margin-top: 176px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-177px {
      margin-top: 177px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-178px {
      margin-top: 178px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-179px {
      margin-top: 179px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-180px {
      margin-top: 180px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-181px {
      margin-top: 181px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-182px {
      margin-top: 182px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-183px {
      margin-top: 183px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-184px {
      margin-top: 184px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-185px {
      margin-top: 185px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-186px {
      margin-top: 186px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-187px {
      margin-top: 187px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-188px {
      margin-top: 188px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-189px {
      margin-top: 189px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-190px {
      margin-top: 190px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-191px {
      margin-top: 191px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-192px {
      margin-top: 192px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-193px {
      margin-top: 193px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-194px {
      margin-top: 194px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-195px {
      margin-top: 195px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-196px {
      margin-top: 196px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-197px {
      margin-top: 197px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-198px {
      margin-top: 198px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-199px {
      margin-top: 199px;
    }
    /* line 117, app/assets/stylesheets/ui/_space.scss */
    .lg-mt-200px {
      margin-top: 200px;
    }
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-0px {
    margin-bottom: 0px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-1px {
    margin-bottom: 1px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-2px {
    margin-bottom: 2px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-3px {
    margin-bottom: 3px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-4px {
    margin-bottom: 4px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-5px {
    margin-bottom: 5px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-6px {
    margin-bottom: 6px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-7px {
    margin-bottom: 7px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-8px {
    margin-bottom: 8px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-9px {
    margin-bottom: 9px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-10px {
    margin-bottom: 10px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-11px {
    margin-bottom: 11px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-12px {
    margin-bottom: 12px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-13px {
    margin-bottom: 13px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-14px {
    margin-bottom: 14px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-15px {
    margin-bottom: 15px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-16px {
    margin-bottom: 16px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-17px {
    margin-bottom: 17px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-18px {
    margin-bottom: 18px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-19px {
    margin-bottom: 19px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-20px {
    margin-bottom: 20px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-21px {
    margin-bottom: 21px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-22px {
    margin-bottom: 22px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-23px {
    margin-bottom: 23px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-24px {
    margin-bottom: 24px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-25px {
    margin-bottom: 25px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-26px {
    margin-bottom: 26px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-27px {
    margin-bottom: 27px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-28px {
    margin-bottom: 28px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-29px {
    margin-bottom: 29px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-30px {
    margin-bottom: 30px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-31px {
    margin-bottom: 31px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-32px {
    margin-bottom: 32px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-33px {
    margin-bottom: 33px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-34px {
    margin-bottom: 34px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-35px {
    margin-bottom: 35px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-36px {
    margin-bottom: 36px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-37px {
    margin-bottom: 37px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-38px {
    margin-bottom: 38px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-39px {
    margin-bottom: 39px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-40px {
    margin-bottom: 40px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-41px {
    margin-bottom: 41px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-42px {
    margin-bottom: 42px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-43px {
    margin-bottom: 43px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-44px {
    margin-bottom: 44px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-45px {
    margin-bottom: 45px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-46px {
    margin-bottom: 46px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-47px {
    margin-bottom: 47px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-48px {
    margin-bottom: 48px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-49px {
    margin-bottom: 49px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-50px {
    margin-bottom: 50px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-51px {
    margin-bottom: 51px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-52px {
    margin-bottom: 52px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-53px {
    margin-bottom: 53px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-54px {
    margin-bottom: 54px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-55px {
    margin-bottom: 55px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-56px {
    margin-bottom: 56px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-57px {
    margin-bottom: 57px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-58px {
    margin-bottom: 58px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-59px {
    margin-bottom: 59px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-60px {
    margin-bottom: 60px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-61px {
    margin-bottom: 61px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-62px {
    margin-bottom: 62px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-63px {
    margin-bottom: 63px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-64px {
    margin-bottom: 64px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-65px {
    margin-bottom: 65px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-66px {
    margin-bottom: 66px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-67px {
    margin-bottom: 67px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-68px {
    margin-bottom: 68px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-69px {
    margin-bottom: 69px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-70px {
    margin-bottom: 70px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-71px {
    margin-bottom: 71px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-72px {
    margin-bottom: 72px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-73px {
    margin-bottom: 73px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-74px {
    margin-bottom: 74px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-75px {
    margin-bottom: 75px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-76px {
    margin-bottom: 76px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-77px {
    margin-bottom: 77px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-78px {
    margin-bottom: 78px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-79px {
    margin-bottom: 79px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-80px {
    margin-bottom: 80px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-81px {
    margin-bottom: 81px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-82px {
    margin-bottom: 82px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-83px {
    margin-bottom: 83px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-84px {
    margin-bottom: 84px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-85px {
    margin-bottom: 85px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-86px {
    margin-bottom: 86px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-87px {
    margin-bottom: 87px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-88px {
    margin-bottom: 88px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-89px {
    margin-bottom: 89px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-90px {
    margin-bottom: 90px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-91px {
    margin-bottom: 91px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-92px {
    margin-bottom: 92px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-93px {
    margin-bottom: 93px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-94px {
    margin-bottom: 94px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-95px {
    margin-bottom: 95px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-96px {
    margin-bottom: 96px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-97px {
    margin-bottom: 97px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-98px {
    margin-bottom: 98px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-99px {
    margin-bottom: 99px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-100px {
    margin-bottom: 100px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-101px {
    margin-bottom: 101px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-102px {
    margin-bottom: 102px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-103px {
    margin-bottom: 103px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-104px {
    margin-bottom: 104px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-105px {
    margin-bottom: 105px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-106px {
    margin-bottom: 106px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-107px {
    margin-bottom: 107px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-108px {
    margin-bottom: 108px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-109px {
    margin-bottom: 109px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-110px {
    margin-bottom: 110px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-111px {
    margin-bottom: 111px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-112px {
    margin-bottom: 112px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-113px {
    margin-bottom: 113px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-114px {
    margin-bottom: 114px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-115px {
    margin-bottom: 115px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-116px {
    margin-bottom: 116px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-117px {
    margin-bottom: 117px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-118px {
    margin-bottom: 118px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-119px {
    margin-bottom: 119px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-120px {
    margin-bottom: 120px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-121px {
    margin-bottom: 121px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-122px {
    margin-bottom: 122px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-123px {
    margin-bottom: 123px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-124px {
    margin-bottom: 124px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-125px {
    margin-bottom: 125px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-126px {
    margin-bottom: 126px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-127px {
    margin-bottom: 127px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-128px {
    margin-bottom: 128px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-129px {
    margin-bottom: 129px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-130px {
    margin-bottom: 130px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-131px {
    margin-bottom: 131px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-132px {
    margin-bottom: 132px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-133px {
    margin-bottom: 133px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-134px {
    margin-bottom: 134px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-135px {
    margin-bottom: 135px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-136px {
    margin-bottom: 136px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-137px {
    margin-bottom: 137px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-138px {
    margin-bottom: 138px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-139px {
    margin-bottom: 139px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-140px {
    margin-bottom: 140px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-141px {
    margin-bottom: 141px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-142px {
    margin-bottom: 142px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-143px {
    margin-bottom: 143px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-144px {
    margin-bottom: 144px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-145px {
    margin-bottom: 145px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-146px {
    margin-bottom: 146px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-147px {
    margin-bottom: 147px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-148px {
    margin-bottom: 148px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-149px {
    margin-bottom: 149px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-150px {
    margin-bottom: 150px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-151px {
    margin-bottom: 151px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-152px {
    margin-bottom: 152px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-153px {
    margin-bottom: 153px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-154px {
    margin-bottom: 154px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-155px {
    margin-bottom: 155px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-156px {
    margin-bottom: 156px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-157px {
    margin-bottom: 157px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-158px {
    margin-bottom: 158px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-159px {
    margin-bottom: 159px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-160px {
    margin-bottom: 160px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-161px {
    margin-bottom: 161px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-162px {
    margin-bottom: 162px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-163px {
    margin-bottom: 163px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-164px {
    margin-bottom: 164px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-165px {
    margin-bottom: 165px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-166px {
    margin-bottom: 166px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-167px {
    margin-bottom: 167px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-168px {
    margin-bottom: 168px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-169px {
    margin-bottom: 169px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-170px {
    margin-bottom: 170px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-171px {
    margin-bottom: 171px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-172px {
    margin-bottom: 172px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-173px {
    margin-bottom: 173px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-174px {
    margin-bottom: 174px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-175px {
    margin-bottom: 175px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-176px {
    margin-bottom: 176px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-177px {
    margin-bottom: 177px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-178px {
    margin-bottom: 178px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-179px {
    margin-bottom: 179px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-180px {
    margin-bottom: 180px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-181px {
    margin-bottom: 181px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-182px {
    margin-bottom: 182px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-183px {
    margin-bottom: 183px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-184px {
    margin-bottom: 184px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-185px {
    margin-bottom: 185px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-186px {
    margin-bottom: 186px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-187px {
    margin-bottom: 187px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-188px {
    margin-bottom: 188px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-189px {
    margin-bottom: 189px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-190px {
    margin-bottom: 190px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-191px {
    margin-bottom: 191px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-192px {
    margin-bottom: 192px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-193px {
    margin-bottom: 193px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-194px {
    margin-bottom: 194px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-195px {
    margin-bottom: 195px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-196px {
    margin-bottom: 196px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-197px {
    margin-bottom: 197px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-198px {
    margin-bottom: 198px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-199px {
    margin-bottom: 199px;
  }
  /* line 126, app/assets/stylesheets/ui/_space.scss */
  .mb-200px {
    margin-bottom: 200px;
  }
  @media (max-width: 767.98px) {
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-0px {
      margin-bottom: 0px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-1px {
      margin-bottom: 1px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-2px {
      margin-bottom: 2px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-3px {
      margin-bottom: 3px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-4px {
      margin-bottom: 4px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-5px {
      margin-bottom: 5px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-6px {
      margin-bottom: 6px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-7px {
      margin-bottom: 7px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-8px {
      margin-bottom: 8px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-9px {
      margin-bottom: 9px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-10px {
      margin-bottom: 10px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-11px {
      margin-bottom: 11px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-12px {
      margin-bottom: 12px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-13px {
      margin-bottom: 13px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-14px {
      margin-bottom: 14px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-15px {
      margin-bottom: 15px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-16px {
      margin-bottom: 16px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-17px {
      margin-bottom: 17px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-18px {
      margin-bottom: 18px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-19px {
      margin-bottom: 19px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-20px {
      margin-bottom: 20px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-21px {
      margin-bottom: 21px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-22px {
      margin-bottom: 22px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-23px {
      margin-bottom: 23px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-24px {
      margin-bottom: 24px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-25px {
      margin-bottom: 25px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-26px {
      margin-bottom: 26px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-27px {
      margin-bottom: 27px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-28px {
      margin-bottom: 28px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-29px {
      margin-bottom: 29px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-30px {
      margin-bottom: 30px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-31px {
      margin-bottom: 31px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-32px {
      margin-bottom: 32px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-33px {
      margin-bottom: 33px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-34px {
      margin-bottom: 34px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-35px {
      margin-bottom: 35px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-36px {
      margin-bottom: 36px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-37px {
      margin-bottom: 37px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-38px {
      margin-bottom: 38px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-39px {
      margin-bottom: 39px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-40px {
      margin-bottom: 40px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-41px {
      margin-bottom: 41px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-42px {
      margin-bottom: 42px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-43px {
      margin-bottom: 43px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-44px {
      margin-bottom: 44px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-45px {
      margin-bottom: 45px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-46px {
      margin-bottom: 46px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-47px {
      margin-bottom: 47px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-48px {
      margin-bottom: 48px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-49px {
      margin-bottom: 49px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-50px {
      margin-bottom: 50px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-51px {
      margin-bottom: 51px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-52px {
      margin-bottom: 52px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-53px {
      margin-bottom: 53px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-54px {
      margin-bottom: 54px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-55px {
      margin-bottom: 55px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-56px {
      margin-bottom: 56px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-57px {
      margin-bottom: 57px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-58px {
      margin-bottom: 58px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-59px {
      margin-bottom: 59px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-60px {
      margin-bottom: 60px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-61px {
      margin-bottom: 61px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-62px {
      margin-bottom: 62px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-63px {
      margin-bottom: 63px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-64px {
      margin-bottom: 64px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-65px {
      margin-bottom: 65px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-66px {
      margin-bottom: 66px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-67px {
      margin-bottom: 67px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-68px {
      margin-bottom: 68px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-69px {
      margin-bottom: 69px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-70px {
      margin-bottom: 70px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-71px {
      margin-bottom: 71px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-72px {
      margin-bottom: 72px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-73px {
      margin-bottom: 73px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-74px {
      margin-bottom: 74px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-75px {
      margin-bottom: 75px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-76px {
      margin-bottom: 76px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-77px {
      margin-bottom: 77px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-78px {
      margin-bottom: 78px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-79px {
      margin-bottom: 79px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-80px {
      margin-bottom: 80px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-81px {
      margin-bottom: 81px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-82px {
      margin-bottom: 82px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-83px {
      margin-bottom: 83px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-84px {
      margin-bottom: 84px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-85px {
      margin-bottom: 85px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-86px {
      margin-bottom: 86px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-87px {
      margin-bottom: 87px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-88px {
      margin-bottom: 88px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-89px {
      margin-bottom: 89px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-90px {
      margin-bottom: 90px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-91px {
      margin-bottom: 91px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-92px {
      margin-bottom: 92px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-93px {
      margin-bottom: 93px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-94px {
      margin-bottom: 94px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-95px {
      margin-bottom: 95px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-96px {
      margin-bottom: 96px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-97px {
      margin-bottom: 97px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-98px {
      margin-bottom: 98px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-99px {
      margin-bottom: 99px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-100px {
      margin-bottom: 100px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-101px {
      margin-bottom: 101px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-102px {
      margin-bottom: 102px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-103px {
      margin-bottom: 103px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-104px {
      margin-bottom: 104px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-105px {
      margin-bottom: 105px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-106px {
      margin-bottom: 106px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-107px {
      margin-bottom: 107px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-108px {
      margin-bottom: 108px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-109px {
      margin-bottom: 109px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-110px {
      margin-bottom: 110px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-111px {
      margin-bottom: 111px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-112px {
      margin-bottom: 112px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-113px {
      margin-bottom: 113px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-114px {
      margin-bottom: 114px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-115px {
      margin-bottom: 115px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-116px {
      margin-bottom: 116px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-117px {
      margin-bottom: 117px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-118px {
      margin-bottom: 118px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-119px {
      margin-bottom: 119px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-120px {
      margin-bottom: 120px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-121px {
      margin-bottom: 121px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-122px {
      margin-bottom: 122px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-123px {
      margin-bottom: 123px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-124px {
      margin-bottom: 124px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-125px {
      margin-bottom: 125px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-126px {
      margin-bottom: 126px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-127px {
      margin-bottom: 127px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-128px {
      margin-bottom: 128px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-129px {
      margin-bottom: 129px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-130px {
      margin-bottom: 130px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-131px {
      margin-bottom: 131px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-132px {
      margin-bottom: 132px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-133px {
      margin-bottom: 133px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-134px {
      margin-bottom: 134px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-135px {
      margin-bottom: 135px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-136px {
      margin-bottom: 136px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-137px {
      margin-bottom: 137px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-138px {
      margin-bottom: 138px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-139px {
      margin-bottom: 139px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-140px {
      margin-bottom: 140px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-141px {
      margin-bottom: 141px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-142px {
      margin-bottom: 142px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-143px {
      margin-bottom: 143px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-144px {
      margin-bottom: 144px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-145px {
      margin-bottom: 145px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-146px {
      margin-bottom: 146px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-147px {
      margin-bottom: 147px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-148px {
      margin-bottom: 148px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-149px {
      margin-bottom: 149px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-150px {
      margin-bottom: 150px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-151px {
      margin-bottom: 151px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-152px {
      margin-bottom: 152px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-153px {
      margin-bottom: 153px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-154px {
      margin-bottom: 154px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-155px {
      margin-bottom: 155px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-156px {
      margin-bottom: 156px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-157px {
      margin-bottom: 157px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-158px {
      margin-bottom: 158px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-159px {
      margin-bottom: 159px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-160px {
      margin-bottom: 160px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-161px {
      margin-bottom: 161px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-162px {
      margin-bottom: 162px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-163px {
      margin-bottom: 163px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-164px {
      margin-bottom: 164px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-165px {
      margin-bottom: 165px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-166px {
      margin-bottom: 166px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-167px {
      margin-bottom: 167px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-168px {
      margin-bottom: 168px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-169px {
      margin-bottom: 169px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-170px {
      margin-bottom: 170px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-171px {
      margin-bottom: 171px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-172px {
      margin-bottom: 172px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-173px {
      margin-bottom: 173px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-174px {
      margin-bottom: 174px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-175px {
      margin-bottom: 175px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-176px {
      margin-bottom: 176px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-177px {
      margin-bottom: 177px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-178px {
      margin-bottom: 178px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-179px {
      margin-bottom: 179px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-180px {
      margin-bottom: 180px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-181px {
      margin-bottom: 181px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-182px {
      margin-bottom: 182px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-183px {
      margin-bottom: 183px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-184px {
      margin-bottom: 184px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-185px {
      margin-bottom: 185px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-186px {
      margin-bottom: 186px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-187px {
      margin-bottom: 187px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-188px {
      margin-bottom: 188px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-189px {
      margin-bottom: 189px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-190px {
      margin-bottom: 190px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-191px {
      margin-bottom: 191px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-192px {
      margin-bottom: 192px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-193px {
      margin-bottom: 193px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-194px {
      margin-bottom: 194px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-195px {
      margin-bottom: 195px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-196px {
      margin-bottom: 196px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-197px {
      margin-bottom: 197px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-198px {
      margin-bottom: 198px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-199px {
      margin-bottom: 199px;
    }
    /* line 133, app/assets/stylesheets/ui/_space.scss */
    .md-mb-200px {
      margin-bottom: 200px;
    }
  }
  @media (min-width: 768px) {
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-0px {
      margin-bottom: 0px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-1px {
      margin-bottom: 1px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-2px {
      margin-bottom: 2px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-3px {
      margin-bottom: 3px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-4px {
      margin-bottom: 4px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-5px {
      margin-bottom: 5px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-6px {
      margin-bottom: 6px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-7px {
      margin-bottom: 7px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-8px {
      margin-bottom: 8px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-9px {
      margin-bottom: 9px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-10px {
      margin-bottom: 10px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-11px {
      margin-bottom: 11px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-12px {
      margin-bottom: 12px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-13px {
      margin-bottom: 13px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-14px {
      margin-bottom: 14px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-15px {
      margin-bottom: 15px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-16px {
      margin-bottom: 16px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-17px {
      margin-bottom: 17px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-18px {
      margin-bottom: 18px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-19px {
      margin-bottom: 19px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-20px {
      margin-bottom: 20px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-21px {
      margin-bottom: 21px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-22px {
      margin-bottom: 22px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-23px {
      margin-bottom: 23px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-24px {
      margin-bottom: 24px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-25px {
      margin-bottom: 25px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-26px {
      margin-bottom: 26px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-27px {
      margin-bottom: 27px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-28px {
      margin-bottom: 28px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-29px {
      margin-bottom: 29px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-30px {
      margin-bottom: 30px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-31px {
      margin-bottom: 31px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-32px {
      margin-bottom: 32px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-33px {
      margin-bottom: 33px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-34px {
      margin-bottom: 34px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-35px {
      margin-bottom: 35px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-36px {
      margin-bottom: 36px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-37px {
      margin-bottom: 37px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-38px {
      margin-bottom: 38px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-39px {
      margin-bottom: 39px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-40px {
      margin-bottom: 40px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-41px {
      margin-bottom: 41px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-42px {
      margin-bottom: 42px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-43px {
      margin-bottom: 43px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-44px {
      margin-bottom: 44px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-45px {
      margin-bottom: 45px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-46px {
      margin-bottom: 46px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-47px {
      margin-bottom: 47px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-48px {
      margin-bottom: 48px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-49px {
      margin-bottom: 49px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-50px {
      margin-bottom: 50px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-51px {
      margin-bottom: 51px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-52px {
      margin-bottom: 52px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-53px {
      margin-bottom: 53px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-54px {
      margin-bottom: 54px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-55px {
      margin-bottom: 55px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-56px {
      margin-bottom: 56px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-57px {
      margin-bottom: 57px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-58px {
      margin-bottom: 58px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-59px {
      margin-bottom: 59px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-60px {
      margin-bottom: 60px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-61px {
      margin-bottom: 61px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-62px {
      margin-bottom: 62px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-63px {
      margin-bottom: 63px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-64px {
      margin-bottom: 64px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-65px {
      margin-bottom: 65px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-66px {
      margin-bottom: 66px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-67px {
      margin-bottom: 67px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-68px {
      margin-bottom: 68px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-69px {
      margin-bottom: 69px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-70px {
      margin-bottom: 70px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-71px {
      margin-bottom: 71px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-72px {
      margin-bottom: 72px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-73px {
      margin-bottom: 73px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-74px {
      margin-bottom: 74px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-75px {
      margin-bottom: 75px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-76px {
      margin-bottom: 76px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-77px {
      margin-bottom: 77px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-78px {
      margin-bottom: 78px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-79px {
      margin-bottom: 79px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-80px {
      margin-bottom: 80px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-81px {
      margin-bottom: 81px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-82px {
      margin-bottom: 82px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-83px {
      margin-bottom: 83px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-84px {
      margin-bottom: 84px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-85px {
      margin-bottom: 85px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-86px {
      margin-bottom: 86px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-87px {
      margin-bottom: 87px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-88px {
      margin-bottom: 88px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-89px {
      margin-bottom: 89px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-90px {
      margin-bottom: 90px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-91px {
      margin-bottom: 91px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-92px {
      margin-bottom: 92px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-93px {
      margin-bottom: 93px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-94px {
      margin-bottom: 94px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-95px {
      margin-bottom: 95px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-96px {
      margin-bottom: 96px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-97px {
      margin-bottom: 97px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-98px {
      margin-bottom: 98px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-99px {
      margin-bottom: 99px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-100px {
      margin-bottom: 100px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-101px {
      margin-bottom: 101px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-102px {
      margin-bottom: 102px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-103px {
      margin-bottom: 103px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-104px {
      margin-bottom: 104px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-105px {
      margin-bottom: 105px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-106px {
      margin-bottom: 106px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-107px {
      margin-bottom: 107px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-108px {
      margin-bottom: 108px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-109px {
      margin-bottom: 109px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-110px {
      margin-bottom: 110px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-111px {
      margin-bottom: 111px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-112px {
      margin-bottom: 112px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-113px {
      margin-bottom: 113px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-114px {
      margin-bottom: 114px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-115px {
      margin-bottom: 115px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-116px {
      margin-bottom: 116px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-117px {
      margin-bottom: 117px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-118px {
      margin-bottom: 118px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-119px {
      margin-bottom: 119px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-120px {
      margin-bottom: 120px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-121px {
      margin-bottom: 121px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-122px {
      margin-bottom: 122px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-123px {
      margin-bottom: 123px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-124px {
      margin-bottom: 124px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-125px {
      margin-bottom: 125px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-126px {
      margin-bottom: 126px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-127px {
      margin-bottom: 127px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-128px {
      margin-bottom: 128px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-129px {
      margin-bottom: 129px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-130px {
      margin-bottom: 130px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-131px {
      margin-bottom: 131px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-132px {
      margin-bottom: 132px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-133px {
      margin-bottom: 133px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-134px {
      margin-bottom: 134px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-135px {
      margin-bottom: 135px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-136px {
      margin-bottom: 136px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-137px {
      margin-bottom: 137px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-138px {
      margin-bottom: 138px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-139px {
      margin-bottom: 139px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-140px {
      margin-bottom: 140px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-141px {
      margin-bottom: 141px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-142px {
      margin-bottom: 142px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-143px {
      margin-bottom: 143px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-144px {
      margin-bottom: 144px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-145px {
      margin-bottom: 145px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-146px {
      margin-bottom: 146px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-147px {
      margin-bottom: 147px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-148px {
      margin-bottom: 148px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-149px {
      margin-bottom: 149px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-150px {
      margin-bottom: 150px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-151px {
      margin-bottom: 151px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-152px {
      margin-bottom: 152px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-153px {
      margin-bottom: 153px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-154px {
      margin-bottom: 154px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-155px {
      margin-bottom: 155px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-156px {
      margin-bottom: 156px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-157px {
      margin-bottom: 157px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-158px {
      margin-bottom: 158px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-159px {
      margin-bottom: 159px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-160px {
      margin-bottom: 160px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-161px {
      margin-bottom: 161px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-162px {
      margin-bottom: 162px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-163px {
      margin-bottom: 163px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-164px {
      margin-bottom: 164px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-165px {
      margin-bottom: 165px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-166px {
      margin-bottom: 166px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-167px {
      margin-bottom: 167px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-168px {
      margin-bottom: 168px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-169px {
      margin-bottom: 169px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-170px {
      margin-bottom: 170px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-171px {
      margin-bottom: 171px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-172px {
      margin-bottom: 172px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-173px {
      margin-bottom: 173px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-174px {
      margin-bottom: 174px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-175px {
      margin-bottom: 175px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-176px {
      margin-bottom: 176px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-177px {
      margin-bottom: 177px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-178px {
      margin-bottom: 178px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-179px {
      margin-bottom: 179px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-180px {
      margin-bottom: 180px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-181px {
      margin-bottom: 181px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-182px {
      margin-bottom: 182px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-183px {
      margin-bottom: 183px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-184px {
      margin-bottom: 184px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-185px {
      margin-bottom: 185px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-186px {
      margin-bottom: 186px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-187px {
      margin-bottom: 187px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-188px {
      margin-bottom: 188px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-189px {
      margin-bottom: 189px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-190px {
      margin-bottom: 190px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-191px {
      margin-bottom: 191px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-192px {
      margin-bottom: 192px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-193px {
      margin-bottom: 193px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-194px {
      margin-bottom: 194px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-195px {
      margin-bottom: 195px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-196px {
      margin-bottom: 196px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-197px {
      margin-bottom: 197px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-198px {
      margin-bottom: 198px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-199px {
      margin-bottom: 199px;
    }
    /* line 141, app/assets/stylesheets/ui/_space.scss */
    .lg-mb-200px {
      margin-bottom: 200px;
    }
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-0px {
    margin-left: 0px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-1px {
    margin-left: 1px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-2px {
    margin-left: 2px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-3px {
    margin-left: 3px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-4px {
    margin-left: 4px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-5px {
    margin-left: 5px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-6px {
    margin-left: 6px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-7px {
    margin-left: 7px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-8px {
    margin-left: 8px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-9px {
    margin-left: 9px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-10px {
    margin-left: 10px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-11px {
    margin-left: 11px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-12px {
    margin-left: 12px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-13px {
    margin-left: 13px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-14px {
    margin-left: 14px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-15px {
    margin-left: 15px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-16px {
    margin-left: 16px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-17px {
    margin-left: 17px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-18px {
    margin-left: 18px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-19px {
    margin-left: 19px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-20px {
    margin-left: 20px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-21px {
    margin-left: 21px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-22px {
    margin-left: 22px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-23px {
    margin-left: 23px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-24px {
    margin-left: 24px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-25px {
    margin-left: 25px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-26px {
    margin-left: 26px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-27px {
    margin-left: 27px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-28px {
    margin-left: 28px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-29px {
    margin-left: 29px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-30px {
    margin-left: 30px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-31px {
    margin-left: 31px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-32px {
    margin-left: 32px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-33px {
    margin-left: 33px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-34px {
    margin-left: 34px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-35px {
    margin-left: 35px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-36px {
    margin-left: 36px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-37px {
    margin-left: 37px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-38px {
    margin-left: 38px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-39px {
    margin-left: 39px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-40px {
    margin-left: 40px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-41px {
    margin-left: 41px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-42px {
    margin-left: 42px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-43px {
    margin-left: 43px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-44px {
    margin-left: 44px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-45px {
    margin-left: 45px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-46px {
    margin-left: 46px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-47px {
    margin-left: 47px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-48px {
    margin-left: 48px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-49px {
    margin-left: 49px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-50px {
    margin-left: 50px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-51px {
    margin-left: 51px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-52px {
    margin-left: 52px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-53px {
    margin-left: 53px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-54px {
    margin-left: 54px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-55px {
    margin-left: 55px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-56px {
    margin-left: 56px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-57px {
    margin-left: 57px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-58px {
    margin-left: 58px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-59px {
    margin-left: 59px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-60px {
    margin-left: 60px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-61px {
    margin-left: 61px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-62px {
    margin-left: 62px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-63px {
    margin-left: 63px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-64px {
    margin-left: 64px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-65px {
    margin-left: 65px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-66px {
    margin-left: 66px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-67px {
    margin-left: 67px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-68px {
    margin-left: 68px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-69px {
    margin-left: 69px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-70px {
    margin-left: 70px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-71px {
    margin-left: 71px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-72px {
    margin-left: 72px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-73px {
    margin-left: 73px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-74px {
    margin-left: 74px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-75px {
    margin-left: 75px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-76px {
    margin-left: 76px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-77px {
    margin-left: 77px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-78px {
    margin-left: 78px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-79px {
    margin-left: 79px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-80px {
    margin-left: 80px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-81px {
    margin-left: 81px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-82px {
    margin-left: 82px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-83px {
    margin-left: 83px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-84px {
    margin-left: 84px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-85px {
    margin-left: 85px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-86px {
    margin-left: 86px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-87px {
    margin-left: 87px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-88px {
    margin-left: 88px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-89px {
    margin-left: 89px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-90px {
    margin-left: 90px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-91px {
    margin-left: 91px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-92px {
    margin-left: 92px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-93px {
    margin-left: 93px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-94px {
    margin-left: 94px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-95px {
    margin-left: 95px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-96px {
    margin-left: 96px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-97px {
    margin-left: 97px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-98px {
    margin-left: 98px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-99px {
    margin-left: 99px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-100px {
    margin-left: 100px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-101px {
    margin-left: 101px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-102px {
    margin-left: 102px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-103px {
    margin-left: 103px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-104px {
    margin-left: 104px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-105px {
    margin-left: 105px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-106px {
    margin-left: 106px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-107px {
    margin-left: 107px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-108px {
    margin-left: 108px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-109px {
    margin-left: 109px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-110px {
    margin-left: 110px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-111px {
    margin-left: 111px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-112px {
    margin-left: 112px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-113px {
    margin-left: 113px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-114px {
    margin-left: 114px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-115px {
    margin-left: 115px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-116px {
    margin-left: 116px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-117px {
    margin-left: 117px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-118px {
    margin-left: 118px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-119px {
    margin-left: 119px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-120px {
    margin-left: 120px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-121px {
    margin-left: 121px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-122px {
    margin-left: 122px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-123px {
    margin-left: 123px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-124px {
    margin-left: 124px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-125px {
    margin-left: 125px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-126px {
    margin-left: 126px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-127px {
    margin-left: 127px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-128px {
    margin-left: 128px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-129px {
    margin-left: 129px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-130px {
    margin-left: 130px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-131px {
    margin-left: 131px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-132px {
    margin-left: 132px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-133px {
    margin-left: 133px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-134px {
    margin-left: 134px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-135px {
    margin-left: 135px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-136px {
    margin-left: 136px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-137px {
    margin-left: 137px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-138px {
    margin-left: 138px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-139px {
    margin-left: 139px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-140px {
    margin-left: 140px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-141px {
    margin-left: 141px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-142px {
    margin-left: 142px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-143px {
    margin-left: 143px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-144px {
    margin-left: 144px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-145px {
    margin-left: 145px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-146px {
    margin-left: 146px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-147px {
    margin-left: 147px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-148px {
    margin-left: 148px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-149px {
    margin-left: 149px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-150px {
    margin-left: 150px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-151px {
    margin-left: 151px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-152px {
    margin-left: 152px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-153px {
    margin-left: 153px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-154px {
    margin-left: 154px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-155px {
    margin-left: 155px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-156px {
    margin-left: 156px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-157px {
    margin-left: 157px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-158px {
    margin-left: 158px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-159px {
    margin-left: 159px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-160px {
    margin-left: 160px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-161px {
    margin-left: 161px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-162px {
    margin-left: 162px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-163px {
    margin-left: 163px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-164px {
    margin-left: 164px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-165px {
    margin-left: 165px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-166px {
    margin-left: 166px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-167px {
    margin-left: 167px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-168px {
    margin-left: 168px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-169px {
    margin-left: 169px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-170px {
    margin-left: 170px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-171px {
    margin-left: 171px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-172px {
    margin-left: 172px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-173px {
    margin-left: 173px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-174px {
    margin-left: 174px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-175px {
    margin-left: 175px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-176px {
    margin-left: 176px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-177px {
    margin-left: 177px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-178px {
    margin-left: 178px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-179px {
    margin-left: 179px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-180px {
    margin-left: 180px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-181px {
    margin-left: 181px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-182px {
    margin-left: 182px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-183px {
    margin-left: 183px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-184px {
    margin-left: 184px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-185px {
    margin-left: 185px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-186px {
    margin-left: 186px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-187px {
    margin-left: 187px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-188px {
    margin-left: 188px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-189px {
    margin-left: 189px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-190px {
    margin-left: 190px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-191px {
    margin-left: 191px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-192px {
    margin-left: 192px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-193px {
    margin-left: 193px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-194px {
    margin-left: 194px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-195px {
    margin-left: 195px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-196px {
    margin-left: 196px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-197px {
    margin-left: 197px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-198px {
    margin-left: 198px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-199px {
    margin-left: 199px;
  }
  /* line 150, app/assets/stylesheets/ui/_space.scss */
  .ml-200px {
    margin-left: 200px;
  }
  @media (max-width: 767.98px) {
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-0px {
      margin-left: 0px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-1px {
      margin-left: 1px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-2px {
      margin-left: 2px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-3px {
      margin-left: 3px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-4px {
      margin-left: 4px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-5px {
      margin-left: 5px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-6px {
      margin-left: 6px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-7px {
      margin-left: 7px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-8px {
      margin-left: 8px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-9px {
      margin-left: 9px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-10px {
      margin-left: 10px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-11px {
      margin-left: 11px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-12px {
      margin-left: 12px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-13px {
      margin-left: 13px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-14px {
      margin-left: 14px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-15px {
      margin-left: 15px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-16px {
      margin-left: 16px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-17px {
      margin-left: 17px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-18px {
      margin-left: 18px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-19px {
      margin-left: 19px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-20px {
      margin-left: 20px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-21px {
      margin-left: 21px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-22px {
      margin-left: 22px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-23px {
      margin-left: 23px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-24px {
      margin-left: 24px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-25px {
      margin-left: 25px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-26px {
      margin-left: 26px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-27px {
      margin-left: 27px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-28px {
      margin-left: 28px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-29px {
      margin-left: 29px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-30px {
      margin-left: 30px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-31px {
      margin-left: 31px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-32px {
      margin-left: 32px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-33px {
      margin-left: 33px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-34px {
      margin-left: 34px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-35px {
      margin-left: 35px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-36px {
      margin-left: 36px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-37px {
      margin-left: 37px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-38px {
      margin-left: 38px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-39px {
      margin-left: 39px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-40px {
      margin-left: 40px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-41px {
      margin-left: 41px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-42px {
      margin-left: 42px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-43px {
      margin-left: 43px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-44px {
      margin-left: 44px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-45px {
      margin-left: 45px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-46px {
      margin-left: 46px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-47px {
      margin-left: 47px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-48px {
      margin-left: 48px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-49px {
      margin-left: 49px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-50px {
      margin-left: 50px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-51px {
      margin-left: 51px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-52px {
      margin-left: 52px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-53px {
      margin-left: 53px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-54px {
      margin-left: 54px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-55px {
      margin-left: 55px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-56px {
      margin-left: 56px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-57px {
      margin-left: 57px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-58px {
      margin-left: 58px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-59px {
      margin-left: 59px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-60px {
      margin-left: 60px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-61px {
      margin-left: 61px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-62px {
      margin-left: 62px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-63px {
      margin-left: 63px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-64px {
      margin-left: 64px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-65px {
      margin-left: 65px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-66px {
      margin-left: 66px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-67px {
      margin-left: 67px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-68px {
      margin-left: 68px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-69px {
      margin-left: 69px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-70px {
      margin-left: 70px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-71px {
      margin-left: 71px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-72px {
      margin-left: 72px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-73px {
      margin-left: 73px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-74px {
      margin-left: 74px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-75px {
      margin-left: 75px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-76px {
      margin-left: 76px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-77px {
      margin-left: 77px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-78px {
      margin-left: 78px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-79px {
      margin-left: 79px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-80px {
      margin-left: 80px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-81px {
      margin-left: 81px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-82px {
      margin-left: 82px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-83px {
      margin-left: 83px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-84px {
      margin-left: 84px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-85px {
      margin-left: 85px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-86px {
      margin-left: 86px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-87px {
      margin-left: 87px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-88px {
      margin-left: 88px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-89px {
      margin-left: 89px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-90px {
      margin-left: 90px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-91px {
      margin-left: 91px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-92px {
      margin-left: 92px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-93px {
      margin-left: 93px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-94px {
      margin-left: 94px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-95px {
      margin-left: 95px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-96px {
      margin-left: 96px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-97px {
      margin-left: 97px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-98px {
      margin-left: 98px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-99px {
      margin-left: 99px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-100px {
      margin-left: 100px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-101px {
      margin-left: 101px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-102px {
      margin-left: 102px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-103px {
      margin-left: 103px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-104px {
      margin-left: 104px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-105px {
      margin-left: 105px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-106px {
      margin-left: 106px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-107px {
      margin-left: 107px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-108px {
      margin-left: 108px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-109px {
      margin-left: 109px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-110px {
      margin-left: 110px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-111px {
      margin-left: 111px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-112px {
      margin-left: 112px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-113px {
      margin-left: 113px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-114px {
      margin-left: 114px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-115px {
      margin-left: 115px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-116px {
      margin-left: 116px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-117px {
      margin-left: 117px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-118px {
      margin-left: 118px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-119px {
      margin-left: 119px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-120px {
      margin-left: 120px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-121px {
      margin-left: 121px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-122px {
      margin-left: 122px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-123px {
      margin-left: 123px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-124px {
      margin-left: 124px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-125px {
      margin-left: 125px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-126px {
      margin-left: 126px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-127px {
      margin-left: 127px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-128px {
      margin-left: 128px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-129px {
      margin-left: 129px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-130px {
      margin-left: 130px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-131px {
      margin-left: 131px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-132px {
      margin-left: 132px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-133px {
      margin-left: 133px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-134px {
      margin-left: 134px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-135px {
      margin-left: 135px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-136px {
      margin-left: 136px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-137px {
      margin-left: 137px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-138px {
      margin-left: 138px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-139px {
      margin-left: 139px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-140px {
      margin-left: 140px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-141px {
      margin-left: 141px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-142px {
      margin-left: 142px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-143px {
      margin-left: 143px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-144px {
      margin-left: 144px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-145px {
      margin-left: 145px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-146px {
      margin-left: 146px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-147px {
      margin-left: 147px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-148px {
      margin-left: 148px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-149px {
      margin-left: 149px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-150px {
      margin-left: 150px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-151px {
      margin-left: 151px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-152px {
      margin-left: 152px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-153px {
      margin-left: 153px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-154px {
      margin-left: 154px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-155px {
      margin-left: 155px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-156px {
      margin-left: 156px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-157px {
      margin-left: 157px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-158px {
      margin-left: 158px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-159px {
      margin-left: 159px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-160px {
      margin-left: 160px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-161px {
      margin-left: 161px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-162px {
      margin-left: 162px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-163px {
      margin-left: 163px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-164px {
      margin-left: 164px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-165px {
      margin-left: 165px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-166px {
      margin-left: 166px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-167px {
      margin-left: 167px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-168px {
      margin-left: 168px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-169px {
      margin-left: 169px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-170px {
      margin-left: 170px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-171px {
      margin-left: 171px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-172px {
      margin-left: 172px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-173px {
      margin-left: 173px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-174px {
      margin-left: 174px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-175px {
      margin-left: 175px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-176px {
      margin-left: 176px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-177px {
      margin-left: 177px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-178px {
      margin-left: 178px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-179px {
      margin-left: 179px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-180px {
      margin-left: 180px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-181px {
      margin-left: 181px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-182px {
      margin-left: 182px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-183px {
      margin-left: 183px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-184px {
      margin-left: 184px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-185px {
      margin-left: 185px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-186px {
      margin-left: 186px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-187px {
      margin-left: 187px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-188px {
      margin-left: 188px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-189px {
      margin-left: 189px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-190px {
      margin-left: 190px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-191px {
      margin-left: 191px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-192px {
      margin-left: 192px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-193px {
      margin-left: 193px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-194px {
      margin-left: 194px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-195px {
      margin-left: 195px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-196px {
      margin-left: 196px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-197px {
      margin-left: 197px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-198px {
      margin-left: 198px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-199px {
      margin-left: 199px;
    }
    /* line 157, app/assets/stylesheets/ui/_space.scss */
    .md-ml-200px {
      margin-left: 200px;
    }
  }
  @media (min-width: 768px) {
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-0px {
      margin-left: 0px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-1px {
      margin-left: 1px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-2px {
      margin-left: 2px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-3px {
      margin-left: 3px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-4px {
      margin-left: 4px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-5px {
      margin-left: 5px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-6px {
      margin-left: 6px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-7px {
      margin-left: 7px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-8px {
      margin-left: 8px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-9px {
      margin-left: 9px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-10px {
      margin-left: 10px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-11px {
      margin-left: 11px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-12px {
      margin-left: 12px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-13px {
      margin-left: 13px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-14px {
      margin-left: 14px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-15px {
      margin-left: 15px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-16px {
      margin-left: 16px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-17px {
      margin-left: 17px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-18px {
      margin-left: 18px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-19px {
      margin-left: 19px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-20px {
      margin-left: 20px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-21px {
      margin-left: 21px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-22px {
      margin-left: 22px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-23px {
      margin-left: 23px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-24px {
      margin-left: 24px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-25px {
      margin-left: 25px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-26px {
      margin-left: 26px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-27px {
      margin-left: 27px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-28px {
      margin-left: 28px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-29px {
      margin-left: 29px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-30px {
      margin-left: 30px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-31px {
      margin-left: 31px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-32px {
      margin-left: 32px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-33px {
      margin-left: 33px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-34px {
      margin-left: 34px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-35px {
      margin-left: 35px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-36px {
      margin-left: 36px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-37px {
      margin-left: 37px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-38px {
      margin-left: 38px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-39px {
      margin-left: 39px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-40px {
      margin-left: 40px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-41px {
      margin-left: 41px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-42px {
      margin-left: 42px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-43px {
      margin-left: 43px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-44px {
      margin-left: 44px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-45px {
      margin-left: 45px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-46px {
      margin-left: 46px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-47px {
      margin-left: 47px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-48px {
      margin-left: 48px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-49px {
      margin-left: 49px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-50px {
      margin-left: 50px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-51px {
      margin-left: 51px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-52px {
      margin-left: 52px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-53px {
      margin-left: 53px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-54px {
      margin-left: 54px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-55px {
      margin-left: 55px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-56px {
      margin-left: 56px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-57px {
      margin-left: 57px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-58px {
      margin-left: 58px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-59px {
      margin-left: 59px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-60px {
      margin-left: 60px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-61px {
      margin-left: 61px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-62px {
      margin-left: 62px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-63px {
      margin-left: 63px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-64px {
      margin-left: 64px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-65px {
      margin-left: 65px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-66px {
      margin-left: 66px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-67px {
      margin-left: 67px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-68px {
      margin-left: 68px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-69px {
      margin-left: 69px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-70px {
      margin-left: 70px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-71px {
      margin-left: 71px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-72px {
      margin-left: 72px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-73px {
      margin-left: 73px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-74px {
      margin-left: 74px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-75px {
      margin-left: 75px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-76px {
      margin-left: 76px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-77px {
      margin-left: 77px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-78px {
      margin-left: 78px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-79px {
      margin-left: 79px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-80px {
      margin-left: 80px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-81px {
      margin-left: 81px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-82px {
      margin-left: 82px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-83px {
      margin-left: 83px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-84px {
      margin-left: 84px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-85px {
      margin-left: 85px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-86px {
      margin-left: 86px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-87px {
      margin-left: 87px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-88px {
      margin-left: 88px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-89px {
      margin-left: 89px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-90px {
      margin-left: 90px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-91px {
      margin-left: 91px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-92px {
      margin-left: 92px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-93px {
      margin-left: 93px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-94px {
      margin-left: 94px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-95px {
      margin-left: 95px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-96px {
      margin-left: 96px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-97px {
      margin-left: 97px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-98px {
      margin-left: 98px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-99px {
      margin-left: 99px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-100px {
      margin-left: 100px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-101px {
      margin-left: 101px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-102px {
      margin-left: 102px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-103px {
      margin-left: 103px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-104px {
      margin-left: 104px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-105px {
      margin-left: 105px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-106px {
      margin-left: 106px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-107px {
      margin-left: 107px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-108px {
      margin-left: 108px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-109px {
      margin-left: 109px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-110px {
      margin-left: 110px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-111px {
      margin-left: 111px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-112px {
      margin-left: 112px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-113px {
      margin-left: 113px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-114px {
      margin-left: 114px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-115px {
      margin-left: 115px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-116px {
      margin-left: 116px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-117px {
      margin-left: 117px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-118px {
      margin-left: 118px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-119px {
      margin-left: 119px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-120px {
      margin-left: 120px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-121px {
      margin-left: 121px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-122px {
      margin-left: 122px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-123px {
      margin-left: 123px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-124px {
      margin-left: 124px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-125px {
      margin-left: 125px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-126px {
      margin-left: 126px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-127px {
      margin-left: 127px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-128px {
      margin-left: 128px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-129px {
      margin-left: 129px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-130px {
      margin-left: 130px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-131px {
      margin-left: 131px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-132px {
      margin-left: 132px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-133px {
      margin-left: 133px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-134px {
      margin-left: 134px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-135px {
      margin-left: 135px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-136px {
      margin-left: 136px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-137px {
      margin-left: 137px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-138px {
      margin-left: 138px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-139px {
      margin-left: 139px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-140px {
      margin-left: 140px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-141px {
      margin-left: 141px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-142px {
      margin-left: 142px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-143px {
      margin-left: 143px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-144px {
      margin-left: 144px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-145px {
      margin-left: 145px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-146px {
      margin-left: 146px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-147px {
      margin-left: 147px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-148px {
      margin-left: 148px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-149px {
      margin-left: 149px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-150px {
      margin-left: 150px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-151px {
      margin-left: 151px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-152px {
      margin-left: 152px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-153px {
      margin-left: 153px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-154px {
      margin-left: 154px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-155px {
      margin-left: 155px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-156px {
      margin-left: 156px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-157px {
      margin-left: 157px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-158px {
      margin-left: 158px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-159px {
      margin-left: 159px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-160px {
      margin-left: 160px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-161px {
      margin-left: 161px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-162px {
      margin-left: 162px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-163px {
      margin-left: 163px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-164px {
      margin-left: 164px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-165px {
      margin-left: 165px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-166px {
      margin-left: 166px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-167px {
      margin-left: 167px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-168px {
      margin-left: 168px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-169px {
      margin-left: 169px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-170px {
      margin-left: 170px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-171px {
      margin-left: 171px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-172px {
      margin-left: 172px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-173px {
      margin-left: 173px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-174px {
      margin-left: 174px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-175px {
      margin-left: 175px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-176px {
      margin-left: 176px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-177px {
      margin-left: 177px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-178px {
      margin-left: 178px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-179px {
      margin-left: 179px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-180px {
      margin-left: 180px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-181px {
      margin-left: 181px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-182px {
      margin-left: 182px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-183px {
      margin-left: 183px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-184px {
      margin-left: 184px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-185px {
      margin-left: 185px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-186px {
      margin-left: 186px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-187px {
      margin-left: 187px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-188px {
      margin-left: 188px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-189px {
      margin-left: 189px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-190px {
      margin-left: 190px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-191px {
      margin-left: 191px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-192px {
      margin-left: 192px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-193px {
      margin-left: 193px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-194px {
      margin-left: 194px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-195px {
      margin-left: 195px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-196px {
      margin-left: 196px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-197px {
      margin-left: 197px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-198px {
      margin-left: 198px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-199px {
      margin-left: 199px;
    }
    /* line 165, app/assets/stylesheets/ui/_space.scss */
    .lg-ml-200px {
      margin-left: 200px;
    }
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-0px {
    margin-right: 0px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-1px {
    margin-right: 1px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-2px {
    margin-right: 2px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-3px {
    margin-right: 3px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-4px {
    margin-right: 4px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-5px {
    margin-right: 5px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-6px {
    margin-right: 6px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-7px {
    margin-right: 7px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-8px {
    margin-right: 8px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-9px {
    margin-right: 9px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-10px {
    margin-right: 10px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-11px {
    margin-right: 11px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-12px {
    margin-right: 12px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-13px {
    margin-right: 13px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-14px {
    margin-right: 14px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-15px {
    margin-right: 15px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-16px {
    margin-right: 16px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-17px {
    margin-right: 17px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-18px {
    margin-right: 18px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-19px {
    margin-right: 19px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-20px {
    margin-right: 20px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-21px {
    margin-right: 21px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-22px {
    margin-right: 22px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-23px {
    margin-right: 23px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-24px {
    margin-right: 24px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-25px {
    margin-right: 25px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-26px {
    margin-right: 26px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-27px {
    margin-right: 27px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-28px {
    margin-right: 28px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-29px {
    margin-right: 29px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-30px {
    margin-right: 30px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-31px {
    margin-right: 31px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-32px {
    margin-right: 32px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-33px {
    margin-right: 33px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-34px {
    margin-right: 34px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-35px {
    margin-right: 35px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-36px {
    margin-right: 36px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-37px {
    margin-right: 37px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-38px {
    margin-right: 38px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-39px {
    margin-right: 39px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-40px {
    margin-right: 40px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-41px {
    margin-right: 41px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-42px {
    margin-right: 42px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-43px {
    margin-right: 43px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-44px {
    margin-right: 44px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-45px {
    margin-right: 45px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-46px {
    margin-right: 46px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-47px {
    margin-right: 47px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-48px {
    margin-right: 48px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-49px {
    margin-right: 49px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-50px {
    margin-right: 50px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-51px {
    margin-right: 51px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-52px {
    margin-right: 52px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-53px {
    margin-right: 53px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-54px {
    margin-right: 54px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-55px {
    margin-right: 55px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-56px {
    margin-right: 56px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-57px {
    margin-right: 57px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-58px {
    margin-right: 58px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-59px {
    margin-right: 59px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-60px {
    margin-right: 60px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-61px {
    margin-right: 61px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-62px {
    margin-right: 62px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-63px {
    margin-right: 63px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-64px {
    margin-right: 64px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-65px {
    margin-right: 65px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-66px {
    margin-right: 66px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-67px {
    margin-right: 67px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-68px {
    margin-right: 68px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-69px {
    margin-right: 69px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-70px {
    margin-right: 70px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-71px {
    margin-right: 71px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-72px {
    margin-right: 72px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-73px {
    margin-right: 73px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-74px {
    margin-right: 74px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-75px {
    margin-right: 75px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-76px {
    margin-right: 76px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-77px {
    margin-right: 77px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-78px {
    margin-right: 78px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-79px {
    margin-right: 79px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-80px {
    margin-right: 80px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-81px {
    margin-right: 81px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-82px {
    margin-right: 82px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-83px {
    margin-right: 83px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-84px {
    margin-right: 84px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-85px {
    margin-right: 85px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-86px {
    margin-right: 86px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-87px {
    margin-right: 87px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-88px {
    margin-right: 88px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-89px {
    margin-right: 89px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-90px {
    margin-right: 90px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-91px {
    margin-right: 91px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-92px {
    margin-right: 92px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-93px {
    margin-right: 93px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-94px {
    margin-right: 94px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-95px {
    margin-right: 95px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-96px {
    margin-right: 96px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-97px {
    margin-right: 97px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-98px {
    margin-right: 98px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-99px {
    margin-right: 99px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-100px {
    margin-right: 100px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-101px {
    margin-right: 101px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-102px {
    margin-right: 102px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-103px {
    margin-right: 103px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-104px {
    margin-right: 104px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-105px {
    margin-right: 105px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-106px {
    margin-right: 106px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-107px {
    margin-right: 107px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-108px {
    margin-right: 108px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-109px {
    margin-right: 109px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-110px {
    margin-right: 110px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-111px {
    margin-right: 111px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-112px {
    margin-right: 112px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-113px {
    margin-right: 113px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-114px {
    margin-right: 114px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-115px {
    margin-right: 115px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-116px {
    margin-right: 116px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-117px {
    margin-right: 117px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-118px {
    margin-right: 118px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-119px {
    margin-right: 119px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-120px {
    margin-right: 120px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-121px {
    margin-right: 121px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-122px {
    margin-right: 122px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-123px {
    margin-right: 123px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-124px {
    margin-right: 124px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-125px {
    margin-right: 125px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-126px {
    margin-right: 126px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-127px {
    margin-right: 127px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-128px {
    margin-right: 128px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-129px {
    margin-right: 129px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-130px {
    margin-right: 130px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-131px {
    margin-right: 131px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-132px {
    margin-right: 132px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-133px {
    margin-right: 133px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-134px {
    margin-right: 134px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-135px {
    margin-right: 135px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-136px {
    margin-right: 136px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-137px {
    margin-right: 137px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-138px {
    margin-right: 138px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-139px {
    margin-right: 139px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-140px {
    margin-right: 140px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-141px {
    margin-right: 141px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-142px {
    margin-right: 142px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-143px {
    margin-right: 143px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-144px {
    margin-right: 144px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-145px {
    margin-right: 145px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-146px {
    margin-right: 146px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-147px {
    margin-right: 147px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-148px {
    margin-right: 148px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-149px {
    margin-right: 149px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-150px {
    margin-right: 150px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-151px {
    margin-right: 151px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-152px {
    margin-right: 152px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-153px {
    margin-right: 153px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-154px {
    margin-right: 154px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-155px {
    margin-right: 155px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-156px {
    margin-right: 156px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-157px {
    margin-right: 157px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-158px {
    margin-right: 158px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-159px {
    margin-right: 159px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-160px {
    margin-right: 160px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-161px {
    margin-right: 161px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-162px {
    margin-right: 162px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-163px {
    margin-right: 163px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-164px {
    margin-right: 164px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-165px {
    margin-right: 165px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-166px {
    margin-right: 166px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-167px {
    margin-right: 167px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-168px {
    margin-right: 168px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-169px {
    margin-right: 169px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-170px {
    margin-right: 170px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-171px {
    margin-right: 171px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-172px {
    margin-right: 172px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-173px {
    margin-right: 173px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-174px {
    margin-right: 174px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-175px {
    margin-right: 175px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-176px {
    margin-right: 176px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-177px {
    margin-right: 177px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-178px {
    margin-right: 178px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-179px {
    margin-right: 179px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-180px {
    margin-right: 180px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-181px {
    margin-right: 181px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-182px {
    margin-right: 182px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-183px {
    margin-right: 183px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-184px {
    margin-right: 184px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-185px {
    margin-right: 185px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-186px {
    margin-right: 186px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-187px {
    margin-right: 187px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-188px {
    margin-right: 188px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-189px {
    margin-right: 189px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-190px {
    margin-right: 190px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-191px {
    margin-right: 191px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-192px {
    margin-right: 192px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-193px {
    margin-right: 193px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-194px {
    margin-right: 194px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-195px {
    margin-right: 195px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-196px {
    margin-right: 196px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-197px {
    margin-right: 197px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-198px {
    margin-right: 198px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-199px {
    margin-right: 199px;
  }
  /* line 174, app/assets/stylesheets/ui/_space.scss */
  .mr-200px {
    margin-right: 200px;
  }
  @media (max-width: 767.98px) {
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-0px {
      margin-right: 0px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-1px {
      margin-right: 1px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-2px {
      margin-right: 2px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-3px {
      margin-right: 3px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-4px {
      margin-right: 4px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-5px {
      margin-right: 5px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-6px {
      margin-right: 6px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-7px {
      margin-right: 7px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-8px {
      margin-right: 8px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-9px {
      margin-right: 9px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-10px {
      margin-right: 10px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-11px {
      margin-right: 11px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-12px {
      margin-right: 12px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-13px {
      margin-right: 13px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-14px {
      margin-right: 14px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-15px {
      margin-right: 15px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-16px {
      margin-right: 16px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-17px {
      margin-right: 17px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-18px {
      margin-right: 18px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-19px {
      margin-right: 19px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-20px {
      margin-right: 20px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-21px {
      margin-right: 21px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-22px {
      margin-right: 22px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-23px {
      margin-right: 23px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-24px {
      margin-right: 24px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-25px {
      margin-right: 25px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-26px {
      margin-right: 26px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-27px {
      margin-right: 27px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-28px {
      margin-right: 28px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-29px {
      margin-right: 29px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-30px {
      margin-right: 30px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-31px {
      margin-right: 31px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-32px {
      margin-right: 32px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-33px {
      margin-right: 33px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-34px {
      margin-right: 34px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-35px {
      margin-right: 35px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-36px {
      margin-right: 36px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-37px {
      margin-right: 37px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-38px {
      margin-right: 38px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-39px {
      margin-right: 39px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-40px {
      margin-right: 40px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-41px {
      margin-right: 41px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-42px {
      margin-right: 42px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-43px {
      margin-right: 43px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-44px {
      margin-right: 44px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-45px {
      margin-right: 45px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-46px {
      margin-right: 46px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-47px {
      margin-right: 47px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-48px {
      margin-right: 48px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-49px {
      margin-right: 49px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-50px {
      margin-right: 50px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-51px {
      margin-right: 51px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-52px {
      margin-right: 52px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-53px {
      margin-right: 53px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-54px {
      margin-right: 54px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-55px {
      margin-right: 55px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-56px {
      margin-right: 56px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-57px {
      margin-right: 57px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-58px {
      margin-right: 58px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-59px {
      margin-right: 59px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-60px {
      margin-right: 60px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-61px {
      margin-right: 61px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-62px {
      margin-right: 62px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-63px {
      margin-right: 63px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-64px {
      margin-right: 64px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-65px {
      margin-right: 65px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-66px {
      margin-right: 66px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-67px {
      margin-right: 67px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-68px {
      margin-right: 68px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-69px {
      margin-right: 69px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-70px {
      margin-right: 70px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-71px {
      margin-right: 71px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-72px {
      margin-right: 72px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-73px {
      margin-right: 73px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-74px {
      margin-right: 74px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-75px {
      margin-right: 75px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-76px {
      margin-right: 76px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-77px {
      margin-right: 77px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-78px {
      margin-right: 78px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-79px {
      margin-right: 79px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-80px {
      margin-right: 80px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-81px {
      margin-right: 81px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-82px {
      margin-right: 82px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-83px {
      margin-right: 83px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-84px {
      margin-right: 84px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-85px {
      margin-right: 85px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-86px {
      margin-right: 86px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-87px {
      margin-right: 87px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-88px {
      margin-right: 88px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-89px {
      margin-right: 89px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-90px {
      margin-right: 90px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-91px {
      margin-right: 91px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-92px {
      margin-right: 92px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-93px {
      margin-right: 93px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-94px {
      margin-right: 94px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-95px {
      margin-right: 95px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-96px {
      margin-right: 96px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-97px {
      margin-right: 97px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-98px {
      margin-right: 98px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-99px {
      margin-right: 99px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-100px {
      margin-right: 100px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-101px {
      margin-right: 101px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-102px {
      margin-right: 102px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-103px {
      margin-right: 103px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-104px {
      margin-right: 104px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-105px {
      margin-right: 105px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-106px {
      margin-right: 106px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-107px {
      margin-right: 107px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-108px {
      margin-right: 108px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-109px {
      margin-right: 109px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-110px {
      margin-right: 110px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-111px {
      margin-right: 111px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-112px {
      margin-right: 112px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-113px {
      margin-right: 113px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-114px {
      margin-right: 114px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-115px {
      margin-right: 115px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-116px {
      margin-right: 116px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-117px {
      margin-right: 117px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-118px {
      margin-right: 118px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-119px {
      margin-right: 119px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-120px {
      margin-right: 120px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-121px {
      margin-right: 121px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-122px {
      margin-right: 122px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-123px {
      margin-right: 123px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-124px {
      margin-right: 124px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-125px {
      margin-right: 125px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-126px {
      margin-right: 126px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-127px {
      margin-right: 127px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-128px {
      margin-right: 128px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-129px {
      margin-right: 129px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-130px {
      margin-right: 130px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-131px {
      margin-right: 131px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-132px {
      margin-right: 132px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-133px {
      margin-right: 133px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-134px {
      margin-right: 134px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-135px {
      margin-right: 135px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-136px {
      margin-right: 136px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-137px {
      margin-right: 137px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-138px {
      margin-right: 138px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-139px {
      margin-right: 139px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-140px {
      margin-right: 140px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-141px {
      margin-right: 141px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-142px {
      margin-right: 142px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-143px {
      margin-right: 143px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-144px {
      margin-right: 144px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-145px {
      margin-right: 145px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-146px {
      margin-right: 146px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-147px {
      margin-right: 147px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-148px {
      margin-right: 148px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-149px {
      margin-right: 149px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-150px {
      margin-right: 150px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-151px {
      margin-right: 151px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-152px {
      margin-right: 152px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-153px {
      margin-right: 153px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-154px {
      margin-right: 154px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-155px {
      margin-right: 155px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-156px {
      margin-right: 156px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-157px {
      margin-right: 157px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-158px {
      margin-right: 158px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-159px {
      margin-right: 159px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-160px {
      margin-right: 160px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-161px {
      margin-right: 161px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-162px {
      margin-right: 162px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-163px {
      margin-right: 163px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-164px {
      margin-right: 164px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-165px {
      margin-right: 165px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-166px {
      margin-right: 166px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-167px {
      margin-right: 167px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-168px {
      margin-right: 168px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-169px {
      margin-right: 169px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-170px {
      margin-right: 170px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-171px {
      margin-right: 171px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-172px {
      margin-right: 172px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-173px {
      margin-right: 173px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-174px {
      margin-right: 174px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-175px {
      margin-right: 175px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-176px {
      margin-right: 176px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-177px {
      margin-right: 177px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-178px {
      margin-right: 178px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-179px {
      margin-right: 179px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-180px {
      margin-right: 180px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-181px {
      margin-right: 181px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-182px {
      margin-right: 182px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-183px {
      margin-right: 183px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-184px {
      margin-right: 184px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-185px {
      margin-right: 185px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-186px {
      margin-right: 186px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-187px {
      margin-right: 187px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-188px {
      margin-right: 188px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-189px {
      margin-right: 189px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-190px {
      margin-right: 190px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-191px {
      margin-right: 191px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-192px {
      margin-right: 192px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-193px {
      margin-right: 193px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-194px {
      margin-right: 194px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-195px {
      margin-right: 195px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-196px {
      margin-right: 196px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-197px {
      margin-right: 197px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-198px {
      margin-right: 198px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-199px {
      margin-right: 199px;
    }
    /* line 181, app/assets/stylesheets/ui/_space.scss */
    .md-mr-200px {
      margin-right: 200px;
    }
  }
  @media (min-width: 768px) {
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-0px {
      margin-right: 0px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-1px {
      margin-right: 1px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-2px {
      margin-right: 2px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-3px {
      margin-right: 3px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-4px {
      margin-right: 4px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-5px {
      margin-right: 5px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-6px {
      margin-right: 6px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-7px {
      margin-right: 7px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-8px {
      margin-right: 8px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-9px {
      margin-right: 9px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-10px {
      margin-right: 10px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-11px {
      margin-right: 11px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-12px {
      margin-right: 12px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-13px {
      margin-right: 13px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-14px {
      margin-right: 14px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-15px {
      margin-right: 15px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-16px {
      margin-right: 16px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-17px {
      margin-right: 17px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-18px {
      margin-right: 18px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-19px {
      margin-right: 19px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-20px {
      margin-right: 20px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-21px {
      margin-right: 21px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-22px {
      margin-right: 22px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-23px {
      margin-right: 23px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-24px {
      margin-right: 24px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-25px {
      margin-right: 25px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-26px {
      margin-right: 26px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-27px {
      margin-right: 27px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-28px {
      margin-right: 28px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-29px {
      margin-right: 29px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-30px {
      margin-right: 30px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-31px {
      margin-right: 31px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-32px {
      margin-right: 32px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-33px {
      margin-right: 33px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-34px {
      margin-right: 34px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-35px {
      margin-right: 35px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-36px {
      margin-right: 36px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-37px {
      margin-right: 37px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-38px {
      margin-right: 38px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-39px {
      margin-right: 39px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-40px {
      margin-right: 40px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-41px {
      margin-right: 41px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-42px {
      margin-right: 42px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-43px {
      margin-right: 43px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-44px {
      margin-right: 44px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-45px {
      margin-right: 45px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-46px {
      margin-right: 46px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-47px {
      margin-right: 47px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-48px {
      margin-right: 48px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-49px {
      margin-right: 49px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-50px {
      margin-right: 50px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-51px {
      margin-right: 51px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-52px {
      margin-right: 52px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-53px {
      margin-right: 53px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-54px {
      margin-right: 54px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-55px {
      margin-right: 55px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-56px {
      margin-right: 56px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-57px {
      margin-right: 57px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-58px {
      margin-right: 58px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-59px {
      margin-right: 59px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-60px {
      margin-right: 60px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-61px {
      margin-right: 61px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-62px {
      margin-right: 62px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-63px {
      margin-right: 63px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-64px {
      margin-right: 64px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-65px {
      margin-right: 65px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-66px {
      margin-right: 66px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-67px {
      margin-right: 67px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-68px {
      margin-right: 68px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-69px {
      margin-right: 69px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-70px {
      margin-right: 70px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-71px {
      margin-right: 71px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-72px {
      margin-right: 72px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-73px {
      margin-right: 73px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-74px {
      margin-right: 74px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-75px {
      margin-right: 75px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-76px {
      margin-right: 76px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-77px {
      margin-right: 77px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-78px {
      margin-right: 78px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-79px {
      margin-right: 79px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-80px {
      margin-right: 80px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-81px {
      margin-right: 81px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-82px {
      margin-right: 82px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-83px {
      margin-right: 83px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-84px {
      margin-right: 84px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-85px {
      margin-right: 85px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-86px {
      margin-right: 86px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-87px {
      margin-right: 87px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-88px {
      margin-right: 88px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-89px {
      margin-right: 89px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-90px {
      margin-right: 90px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-91px {
      margin-right: 91px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-92px {
      margin-right: 92px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-93px {
      margin-right: 93px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-94px {
      margin-right: 94px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-95px {
      margin-right: 95px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-96px {
      margin-right: 96px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-97px {
      margin-right: 97px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-98px {
      margin-right: 98px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-99px {
      margin-right: 99px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-100px {
      margin-right: 100px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-101px {
      margin-right: 101px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-102px {
      margin-right: 102px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-103px {
      margin-right: 103px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-104px {
      margin-right: 104px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-105px {
      margin-right: 105px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-106px {
      margin-right: 106px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-107px {
      margin-right: 107px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-108px {
      margin-right: 108px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-109px {
      margin-right: 109px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-110px {
      margin-right: 110px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-111px {
      margin-right: 111px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-112px {
      margin-right: 112px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-113px {
      margin-right: 113px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-114px {
      margin-right: 114px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-115px {
      margin-right: 115px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-116px {
      margin-right: 116px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-117px {
      margin-right: 117px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-118px {
      margin-right: 118px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-119px {
      margin-right: 119px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-120px {
      margin-right: 120px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-121px {
      margin-right: 121px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-122px {
      margin-right: 122px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-123px {
      margin-right: 123px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-124px {
      margin-right: 124px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-125px {
      margin-right: 125px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-126px {
      margin-right: 126px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-127px {
      margin-right: 127px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-128px {
      margin-right: 128px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-129px {
      margin-right: 129px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-130px {
      margin-right: 130px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-131px {
      margin-right: 131px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-132px {
      margin-right: 132px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-133px {
      margin-right: 133px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-134px {
      margin-right: 134px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-135px {
      margin-right: 135px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-136px {
      margin-right: 136px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-137px {
      margin-right: 137px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-138px {
      margin-right: 138px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-139px {
      margin-right: 139px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-140px {
      margin-right: 140px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-141px {
      margin-right: 141px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-142px {
      margin-right: 142px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-143px {
      margin-right: 143px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-144px {
      margin-right: 144px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-145px {
      margin-right: 145px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-146px {
      margin-right: 146px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-147px {
      margin-right: 147px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-148px {
      margin-right: 148px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-149px {
      margin-right: 149px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-150px {
      margin-right: 150px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-151px {
      margin-right: 151px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-152px {
      margin-right: 152px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-153px {
      margin-right: 153px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-154px {
      margin-right: 154px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-155px {
      margin-right: 155px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-156px {
      margin-right: 156px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-157px {
      margin-right: 157px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-158px {
      margin-right: 158px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-159px {
      margin-right: 159px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-160px {
      margin-right: 160px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-161px {
      margin-right: 161px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-162px {
      margin-right: 162px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-163px {
      margin-right: 163px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-164px {
      margin-right: 164px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-165px {
      margin-right: 165px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-166px {
      margin-right: 166px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-167px {
      margin-right: 167px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-168px {
      margin-right: 168px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-169px {
      margin-right: 169px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-170px {
      margin-right: 170px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-171px {
      margin-right: 171px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-172px {
      margin-right: 172px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-173px {
      margin-right: 173px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-174px {
      margin-right: 174px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-175px {
      margin-right: 175px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-176px {
      margin-right: 176px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-177px {
      margin-right: 177px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-178px {
      margin-right: 178px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-179px {
      margin-right: 179px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-180px {
      margin-right: 180px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-181px {
      margin-right: 181px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-182px {
      margin-right: 182px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-183px {
      margin-right: 183px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-184px {
      margin-right: 184px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-185px {
      margin-right: 185px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-186px {
      margin-right: 186px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-187px {
      margin-right: 187px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-188px {
      margin-right: 188px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-189px {
      margin-right: 189px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-190px {
      margin-right: 190px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-191px {
      margin-right: 191px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-192px {
      margin-right: 192px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-193px {
      margin-right: 193px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-194px {
      margin-right: 194px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-195px {
      margin-right: 195px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-196px {
      margin-right: 196px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-197px {
      margin-right: 197px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-198px {
      margin-right: 198px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-199px {
      margin-right: 199px;
    }
    /* line 189, app/assets/stylesheets/ui/_space.scss */
    .lg-mr-200px {
      margin-right: 200px;
    }
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-0px {
    width: 0px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-1px {
    width: 1px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-2px {
    width: 2px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-3px {
    width: 3px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-4px {
    width: 4px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-5px {
    width: 5px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-6px {
    width: 6px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-7px {
    width: 7px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-8px {
    width: 8px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-9px {
    width: 9px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-10px {
    width: 10px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-11px {
    width: 11px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-12px {
    width: 12px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-13px {
    width: 13px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-14px {
    width: 14px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-15px {
    width: 15px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-16px {
    width: 16px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-17px {
    width: 17px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-18px {
    width: 18px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-19px {
    width: 19px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-20px {
    width: 20px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-21px {
    width: 21px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-22px {
    width: 22px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-23px {
    width: 23px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-24px {
    width: 24px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-25px {
    width: 25px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-26px {
    width: 26px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-27px {
    width: 27px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-28px {
    width: 28px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-29px {
    width: 29px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-30px {
    width: 30px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-31px {
    width: 31px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-32px {
    width: 32px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-33px {
    width: 33px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-34px {
    width: 34px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-35px {
    width: 35px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-36px {
    width: 36px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-37px {
    width: 37px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-38px {
    width: 38px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-39px {
    width: 39px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-40px {
    width: 40px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-41px {
    width: 41px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-42px {
    width: 42px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-43px {
    width: 43px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-44px {
    width: 44px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-45px {
    width: 45px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-46px {
    width: 46px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-47px {
    width: 47px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-48px {
    width: 48px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-49px {
    width: 49px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-50px {
    width: 50px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-51px {
    width: 51px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-52px {
    width: 52px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-53px {
    width: 53px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-54px {
    width: 54px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-55px {
    width: 55px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-56px {
    width: 56px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-57px {
    width: 57px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-58px {
    width: 58px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-59px {
    width: 59px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-60px {
    width: 60px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-61px {
    width: 61px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-62px {
    width: 62px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-63px {
    width: 63px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-64px {
    width: 64px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-65px {
    width: 65px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-66px {
    width: 66px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-67px {
    width: 67px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-68px {
    width: 68px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-69px {
    width: 69px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-70px {
    width: 70px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-71px {
    width: 71px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-72px {
    width: 72px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-73px {
    width: 73px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-74px {
    width: 74px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-75px {
    width: 75px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-76px {
    width: 76px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-77px {
    width: 77px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-78px {
    width: 78px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-79px {
    width: 79px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-80px {
    width: 80px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-81px {
    width: 81px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-82px {
    width: 82px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-83px {
    width: 83px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-84px {
    width: 84px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-85px {
    width: 85px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-86px {
    width: 86px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-87px {
    width: 87px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-88px {
    width: 88px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-89px {
    width: 89px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-90px {
    width: 90px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-91px {
    width: 91px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-92px {
    width: 92px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-93px {
    width: 93px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-94px {
    width: 94px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-95px {
    width: 95px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-96px {
    width: 96px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-97px {
    width: 97px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-98px {
    width: 98px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-99px {
    width: 99px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-100px {
    width: 100px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-101px {
    width: 101px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-102px {
    width: 102px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-103px {
    width: 103px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-104px {
    width: 104px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-105px {
    width: 105px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-106px {
    width: 106px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-107px {
    width: 107px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-108px {
    width: 108px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-109px {
    width: 109px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-110px {
    width: 110px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-111px {
    width: 111px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-112px {
    width: 112px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-113px {
    width: 113px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-114px {
    width: 114px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-115px {
    width: 115px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-116px {
    width: 116px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-117px {
    width: 117px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-118px {
    width: 118px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-119px {
    width: 119px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-120px {
    width: 120px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-121px {
    width: 121px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-122px {
    width: 122px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-123px {
    width: 123px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-124px {
    width: 124px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-125px {
    width: 125px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-126px {
    width: 126px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-127px {
    width: 127px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-128px {
    width: 128px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-129px {
    width: 129px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-130px {
    width: 130px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-131px {
    width: 131px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-132px {
    width: 132px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-133px {
    width: 133px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-134px {
    width: 134px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-135px {
    width: 135px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-136px {
    width: 136px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-137px {
    width: 137px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-138px {
    width: 138px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-139px {
    width: 139px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-140px {
    width: 140px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-141px {
    width: 141px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-142px {
    width: 142px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-143px {
    width: 143px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-144px {
    width: 144px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-145px {
    width: 145px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-146px {
    width: 146px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-147px {
    width: 147px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-148px {
    width: 148px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-149px {
    width: 149px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-150px {
    width: 150px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-151px {
    width: 151px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-152px {
    width: 152px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-153px {
    width: 153px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-154px {
    width: 154px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-155px {
    width: 155px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-156px {
    width: 156px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-157px {
    width: 157px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-158px {
    width: 158px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-159px {
    width: 159px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-160px {
    width: 160px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-161px {
    width: 161px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-162px {
    width: 162px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-163px {
    width: 163px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-164px {
    width: 164px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-165px {
    width: 165px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-166px {
    width: 166px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-167px {
    width: 167px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-168px {
    width: 168px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-169px {
    width: 169px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-170px {
    width: 170px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-171px {
    width: 171px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-172px {
    width: 172px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-173px {
    width: 173px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-174px {
    width: 174px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-175px {
    width: 175px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-176px {
    width: 176px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-177px {
    width: 177px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-178px {
    width: 178px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-179px {
    width: 179px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-180px {
    width: 180px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-181px {
    width: 181px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-182px {
    width: 182px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-183px {
    width: 183px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-184px {
    width: 184px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-185px {
    width: 185px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-186px {
    width: 186px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-187px {
    width: 187px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-188px {
    width: 188px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-189px {
    width: 189px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-190px {
    width: 190px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-191px {
    width: 191px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-192px {
    width: 192px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-193px {
    width: 193px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-194px {
    width: 194px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-195px {
    width: 195px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-196px {
    width: 196px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-197px {
    width: 197px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-198px {
    width: 198px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-199px {
    width: 199px;
  }
  /* line 198, app/assets/stylesheets/ui/_space.scss */
  .w-200px {
    width: 200px;
  }
  @media (max-width: 767.98px) {
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-0px {
      width: 0px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-1px {
      width: 1px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-2px {
      width: 2px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-3px {
      width: 3px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-4px {
      width: 4px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-5px {
      width: 5px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-6px {
      width: 6px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-7px {
      width: 7px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-8px {
      width: 8px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-9px {
      width: 9px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-10px {
      width: 10px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-11px {
      width: 11px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-12px {
      width: 12px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-13px {
      width: 13px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-14px {
      width: 14px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-15px {
      width: 15px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-16px {
      width: 16px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-17px {
      width: 17px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-18px {
      width: 18px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-19px {
      width: 19px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-20px {
      width: 20px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-21px {
      width: 21px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-22px {
      width: 22px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-23px {
      width: 23px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-24px {
      width: 24px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-25px {
      width: 25px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-26px {
      width: 26px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-27px {
      width: 27px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-28px {
      width: 28px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-29px {
      width: 29px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-30px {
      width: 30px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-31px {
      width: 31px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-32px {
      width: 32px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-33px {
      width: 33px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-34px {
      width: 34px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-35px {
      width: 35px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-36px {
      width: 36px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-37px {
      width: 37px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-38px {
      width: 38px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-39px {
      width: 39px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-40px {
      width: 40px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-41px {
      width: 41px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-42px {
      width: 42px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-43px {
      width: 43px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-44px {
      width: 44px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-45px {
      width: 45px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-46px {
      width: 46px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-47px {
      width: 47px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-48px {
      width: 48px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-49px {
      width: 49px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-50px {
      width: 50px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-51px {
      width: 51px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-52px {
      width: 52px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-53px {
      width: 53px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-54px {
      width: 54px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-55px {
      width: 55px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-56px {
      width: 56px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-57px {
      width: 57px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-58px {
      width: 58px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-59px {
      width: 59px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-60px {
      width: 60px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-61px {
      width: 61px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-62px {
      width: 62px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-63px {
      width: 63px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-64px {
      width: 64px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-65px {
      width: 65px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-66px {
      width: 66px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-67px {
      width: 67px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-68px {
      width: 68px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-69px {
      width: 69px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-70px {
      width: 70px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-71px {
      width: 71px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-72px {
      width: 72px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-73px {
      width: 73px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-74px {
      width: 74px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-75px {
      width: 75px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-76px {
      width: 76px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-77px {
      width: 77px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-78px {
      width: 78px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-79px {
      width: 79px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-80px {
      width: 80px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-81px {
      width: 81px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-82px {
      width: 82px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-83px {
      width: 83px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-84px {
      width: 84px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-85px {
      width: 85px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-86px {
      width: 86px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-87px {
      width: 87px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-88px {
      width: 88px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-89px {
      width: 89px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-90px {
      width: 90px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-91px {
      width: 91px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-92px {
      width: 92px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-93px {
      width: 93px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-94px {
      width: 94px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-95px {
      width: 95px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-96px {
      width: 96px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-97px {
      width: 97px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-98px {
      width: 98px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-99px {
      width: 99px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-100px {
      width: 100px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-101px {
      width: 101px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-102px {
      width: 102px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-103px {
      width: 103px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-104px {
      width: 104px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-105px {
      width: 105px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-106px {
      width: 106px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-107px {
      width: 107px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-108px {
      width: 108px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-109px {
      width: 109px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-110px {
      width: 110px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-111px {
      width: 111px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-112px {
      width: 112px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-113px {
      width: 113px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-114px {
      width: 114px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-115px {
      width: 115px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-116px {
      width: 116px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-117px {
      width: 117px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-118px {
      width: 118px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-119px {
      width: 119px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-120px {
      width: 120px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-121px {
      width: 121px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-122px {
      width: 122px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-123px {
      width: 123px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-124px {
      width: 124px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-125px {
      width: 125px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-126px {
      width: 126px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-127px {
      width: 127px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-128px {
      width: 128px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-129px {
      width: 129px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-130px {
      width: 130px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-131px {
      width: 131px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-132px {
      width: 132px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-133px {
      width: 133px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-134px {
      width: 134px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-135px {
      width: 135px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-136px {
      width: 136px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-137px {
      width: 137px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-138px {
      width: 138px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-139px {
      width: 139px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-140px {
      width: 140px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-141px {
      width: 141px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-142px {
      width: 142px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-143px {
      width: 143px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-144px {
      width: 144px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-145px {
      width: 145px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-146px {
      width: 146px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-147px {
      width: 147px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-148px {
      width: 148px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-149px {
      width: 149px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-150px {
      width: 150px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-151px {
      width: 151px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-152px {
      width: 152px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-153px {
      width: 153px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-154px {
      width: 154px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-155px {
      width: 155px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-156px {
      width: 156px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-157px {
      width: 157px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-158px {
      width: 158px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-159px {
      width: 159px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-160px {
      width: 160px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-161px {
      width: 161px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-162px {
      width: 162px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-163px {
      width: 163px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-164px {
      width: 164px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-165px {
      width: 165px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-166px {
      width: 166px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-167px {
      width: 167px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-168px {
      width: 168px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-169px {
      width: 169px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-170px {
      width: 170px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-171px {
      width: 171px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-172px {
      width: 172px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-173px {
      width: 173px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-174px {
      width: 174px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-175px {
      width: 175px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-176px {
      width: 176px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-177px {
      width: 177px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-178px {
      width: 178px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-179px {
      width: 179px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-180px {
      width: 180px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-181px {
      width: 181px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-182px {
      width: 182px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-183px {
      width: 183px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-184px {
      width: 184px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-185px {
      width: 185px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-186px {
      width: 186px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-187px {
      width: 187px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-188px {
      width: 188px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-189px {
      width: 189px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-190px {
      width: 190px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-191px {
      width: 191px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-192px {
      width: 192px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-193px {
      width: 193px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-194px {
      width: 194px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-195px {
      width: 195px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-196px {
      width: 196px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-197px {
      width: 197px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-198px {
      width: 198px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-199px {
      width: 199px;
    }
    /* line 205, app/assets/stylesheets/ui/_space.scss */
    .md-w-200px {
      width: 200px;
    }
  }
  @media (min-width: 768px) {
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-0px {
      width: 0px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-1px {
      width: 1px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-2px {
      width: 2px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-3px {
      width: 3px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-4px {
      width: 4px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-5px {
      width: 5px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-6px {
      width: 6px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-7px {
      width: 7px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-8px {
      width: 8px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-9px {
      width: 9px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-10px {
      width: 10px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-11px {
      width: 11px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-12px {
      width: 12px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-13px {
      width: 13px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-14px {
      width: 14px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-15px {
      width: 15px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-16px {
      width: 16px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-17px {
      width: 17px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-18px {
      width: 18px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-19px {
      width: 19px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-20px {
      width: 20px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-21px {
      width: 21px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-22px {
      width: 22px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-23px {
      width: 23px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-24px {
      width: 24px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-25px {
      width: 25px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-26px {
      width: 26px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-27px {
      width: 27px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-28px {
      width: 28px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-29px {
      width: 29px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-30px {
      width: 30px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-31px {
      width: 31px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-32px {
      width: 32px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-33px {
      width: 33px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-34px {
      width: 34px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-35px {
      width: 35px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-36px {
      width: 36px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-37px {
      width: 37px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-38px {
      width: 38px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-39px {
      width: 39px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-40px {
      width: 40px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-41px {
      width: 41px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-42px {
      width: 42px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-43px {
      width: 43px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-44px {
      width: 44px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-45px {
      width: 45px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-46px {
      width: 46px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-47px {
      width: 47px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-48px {
      width: 48px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-49px {
      width: 49px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-50px {
      width: 50px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-51px {
      width: 51px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-52px {
      width: 52px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-53px {
      width: 53px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-54px {
      width: 54px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-55px {
      width: 55px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-56px {
      width: 56px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-57px {
      width: 57px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-58px {
      width: 58px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-59px {
      width: 59px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-60px {
      width: 60px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-61px {
      width: 61px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-62px {
      width: 62px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-63px {
      width: 63px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-64px {
      width: 64px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-65px {
      width: 65px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-66px {
      width: 66px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-67px {
      width: 67px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-68px {
      width: 68px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-69px {
      width: 69px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-70px {
      width: 70px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-71px {
      width: 71px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-72px {
      width: 72px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-73px {
      width: 73px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-74px {
      width: 74px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-75px {
      width: 75px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-76px {
      width: 76px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-77px {
      width: 77px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-78px {
      width: 78px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-79px {
      width: 79px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-80px {
      width: 80px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-81px {
      width: 81px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-82px {
      width: 82px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-83px {
      width: 83px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-84px {
      width: 84px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-85px {
      width: 85px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-86px {
      width: 86px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-87px {
      width: 87px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-88px {
      width: 88px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-89px {
      width: 89px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-90px {
      width: 90px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-91px {
      width: 91px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-92px {
      width: 92px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-93px {
      width: 93px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-94px {
      width: 94px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-95px {
      width: 95px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-96px {
      width: 96px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-97px {
      width: 97px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-98px {
      width: 98px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-99px {
      width: 99px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-100px {
      width: 100px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-101px {
      width: 101px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-102px {
      width: 102px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-103px {
      width: 103px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-104px {
      width: 104px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-105px {
      width: 105px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-106px {
      width: 106px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-107px {
      width: 107px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-108px {
      width: 108px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-109px {
      width: 109px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-110px {
      width: 110px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-111px {
      width: 111px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-112px {
      width: 112px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-113px {
      width: 113px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-114px {
      width: 114px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-115px {
      width: 115px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-116px {
      width: 116px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-117px {
      width: 117px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-118px {
      width: 118px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-119px {
      width: 119px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-120px {
      width: 120px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-121px {
      width: 121px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-122px {
      width: 122px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-123px {
      width: 123px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-124px {
      width: 124px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-125px {
      width: 125px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-126px {
      width: 126px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-127px {
      width: 127px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-128px {
      width: 128px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-129px {
      width: 129px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-130px {
      width: 130px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-131px {
      width: 131px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-132px {
      width: 132px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-133px {
      width: 133px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-134px {
      width: 134px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-135px {
      width: 135px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-136px {
      width: 136px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-137px {
      width: 137px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-138px {
      width: 138px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-139px {
      width: 139px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-140px {
      width: 140px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-141px {
      width: 141px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-142px {
      width: 142px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-143px {
      width: 143px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-144px {
      width: 144px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-145px {
      width: 145px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-146px {
      width: 146px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-147px {
      width: 147px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-148px {
      width: 148px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-149px {
      width: 149px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-150px {
      width: 150px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-151px {
      width: 151px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-152px {
      width: 152px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-153px {
      width: 153px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-154px {
      width: 154px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-155px {
      width: 155px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-156px {
      width: 156px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-157px {
      width: 157px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-158px {
      width: 158px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-159px {
      width: 159px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-160px {
      width: 160px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-161px {
      width: 161px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-162px {
      width: 162px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-163px {
      width: 163px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-164px {
      width: 164px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-165px {
      width: 165px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-166px {
      width: 166px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-167px {
      width: 167px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-168px {
      width: 168px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-169px {
      width: 169px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-170px {
      width: 170px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-171px {
      width: 171px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-172px {
      width: 172px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-173px {
      width: 173px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-174px {
      width: 174px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-175px {
      width: 175px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-176px {
      width: 176px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-177px {
      width: 177px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-178px {
      width: 178px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-179px {
      width: 179px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-180px {
      width: 180px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-181px {
      width: 181px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-182px {
      width: 182px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-183px {
      width: 183px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-184px {
      width: 184px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-185px {
      width: 185px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-186px {
      width: 186px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-187px {
      width: 187px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-188px {
      width: 188px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-189px {
      width: 189px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-190px {
      width: 190px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-191px {
      width: 191px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-192px {
      width: 192px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-193px {
      width: 193px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-194px {
      width: 194px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-195px {
      width: 195px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-196px {
      width: 196px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-197px {
      width: 197px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-198px {
      width: 198px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-199px {
      width: 199px;
    }
    /* line 213, app/assets/stylesheets/ui/_space.scss */
    .lg-w-200px {
      width: 200px;
    }
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-0px {
    top: 0px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-1px {
    top: 1px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-2px {
    top: 2px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-3px {
    top: 3px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-4px {
    top: 4px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-5px {
    top: 5px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-6px {
    top: 6px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-7px {
    top: 7px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-8px {
    top: 8px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-9px {
    top: 9px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-10px {
    top: 10px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-11px {
    top: 11px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-12px {
    top: 12px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-13px {
    top: 13px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-14px {
    top: 14px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-15px {
    top: 15px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-16px {
    top: 16px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-17px {
    top: 17px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-18px {
    top: 18px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-19px {
    top: 19px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-20px {
    top: 20px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-21px {
    top: 21px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-22px {
    top: 22px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-23px {
    top: 23px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-24px {
    top: 24px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-25px {
    top: 25px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-26px {
    top: 26px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-27px {
    top: 27px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-28px {
    top: 28px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-29px {
    top: 29px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-30px {
    top: 30px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-31px {
    top: 31px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-32px {
    top: 32px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-33px {
    top: 33px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-34px {
    top: 34px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-35px {
    top: 35px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-36px {
    top: 36px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-37px {
    top: 37px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-38px {
    top: 38px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-39px {
    top: 39px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-40px {
    top: 40px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-41px {
    top: 41px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-42px {
    top: 42px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-43px {
    top: 43px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-44px {
    top: 44px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-45px {
    top: 45px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-46px {
    top: 46px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-47px {
    top: 47px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-48px {
    top: 48px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-49px {
    top: 49px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-50px {
    top: 50px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-51px {
    top: 51px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-52px {
    top: 52px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-53px {
    top: 53px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-54px {
    top: 54px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-55px {
    top: 55px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-56px {
    top: 56px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-57px {
    top: 57px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-58px {
    top: 58px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-59px {
    top: 59px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-60px {
    top: 60px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-61px {
    top: 61px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-62px {
    top: 62px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-63px {
    top: 63px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-64px {
    top: 64px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-65px {
    top: 65px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-66px {
    top: 66px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-67px {
    top: 67px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-68px {
    top: 68px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-69px {
    top: 69px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-70px {
    top: 70px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-71px {
    top: 71px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-72px {
    top: 72px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-73px {
    top: 73px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-74px {
    top: 74px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-75px {
    top: 75px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-76px {
    top: 76px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-77px {
    top: 77px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-78px {
    top: 78px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-79px {
    top: 79px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-80px {
    top: 80px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-81px {
    top: 81px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-82px {
    top: 82px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-83px {
    top: 83px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-84px {
    top: 84px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-85px {
    top: 85px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-86px {
    top: 86px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-87px {
    top: 87px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-88px {
    top: 88px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-89px {
    top: 89px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-90px {
    top: 90px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-91px {
    top: 91px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-92px {
    top: 92px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-93px {
    top: 93px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-94px {
    top: 94px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-95px {
    top: 95px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-96px {
    top: 96px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-97px {
    top: 97px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-98px {
    top: 98px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-99px {
    top: 99px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-100px {
    top: 100px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-101px {
    top: 101px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-102px {
    top: 102px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-103px {
    top: 103px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-104px {
    top: 104px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-105px {
    top: 105px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-106px {
    top: 106px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-107px {
    top: 107px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-108px {
    top: 108px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-109px {
    top: 109px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-110px {
    top: 110px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-111px {
    top: 111px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-112px {
    top: 112px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-113px {
    top: 113px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-114px {
    top: 114px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-115px {
    top: 115px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-116px {
    top: 116px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-117px {
    top: 117px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-118px {
    top: 118px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-119px {
    top: 119px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-120px {
    top: 120px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-121px {
    top: 121px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-122px {
    top: 122px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-123px {
    top: 123px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-124px {
    top: 124px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-125px {
    top: 125px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-126px {
    top: 126px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-127px {
    top: 127px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-128px {
    top: 128px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-129px {
    top: 129px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-130px {
    top: 130px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-131px {
    top: 131px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-132px {
    top: 132px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-133px {
    top: 133px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-134px {
    top: 134px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-135px {
    top: 135px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-136px {
    top: 136px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-137px {
    top: 137px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-138px {
    top: 138px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-139px {
    top: 139px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-140px {
    top: 140px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-141px {
    top: 141px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-142px {
    top: 142px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-143px {
    top: 143px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-144px {
    top: 144px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-145px {
    top: 145px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-146px {
    top: 146px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-147px {
    top: 147px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-148px {
    top: 148px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-149px {
    top: 149px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-150px {
    top: 150px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-151px {
    top: 151px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-152px {
    top: 152px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-153px {
    top: 153px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-154px {
    top: 154px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-155px {
    top: 155px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-156px {
    top: 156px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-157px {
    top: 157px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-158px {
    top: 158px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-159px {
    top: 159px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-160px {
    top: 160px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-161px {
    top: 161px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-162px {
    top: 162px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-163px {
    top: 163px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-164px {
    top: 164px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-165px {
    top: 165px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-166px {
    top: 166px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-167px {
    top: 167px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-168px {
    top: 168px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-169px {
    top: 169px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-170px {
    top: 170px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-171px {
    top: 171px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-172px {
    top: 172px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-173px {
    top: 173px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-174px {
    top: 174px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-175px {
    top: 175px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-176px {
    top: 176px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-177px {
    top: 177px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-178px {
    top: 178px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-179px {
    top: 179px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-180px {
    top: 180px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-181px {
    top: 181px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-182px {
    top: 182px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-183px {
    top: 183px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-184px {
    top: 184px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-185px {
    top: 185px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-186px {
    top: 186px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-187px {
    top: 187px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-188px {
    top: 188px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-189px {
    top: 189px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-190px {
    top: 190px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-191px {
    top: 191px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-192px {
    top: 192px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-193px {
    top: 193px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-194px {
    top: 194px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-195px {
    top: 195px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-196px {
    top: 196px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-197px {
    top: 197px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-198px {
    top: 198px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-199px {
    top: 199px;
  }
  /* line 222, app/assets/stylesheets/ui/_space.scss */
  .t-200px {
    top: 200px;
  }
  @media (max-width: 767.98px) {
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-0px {
      top: 0px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-1px {
      top: 1px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-2px {
      top: 2px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-3px {
      top: 3px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-4px {
      top: 4px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-5px {
      top: 5px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-6px {
      top: 6px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-7px {
      top: 7px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-8px {
      top: 8px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-9px {
      top: 9px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-10px {
      top: 10px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-11px {
      top: 11px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-12px {
      top: 12px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-13px {
      top: 13px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-14px {
      top: 14px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-15px {
      top: 15px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-16px {
      top: 16px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-17px {
      top: 17px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-18px {
      top: 18px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-19px {
      top: 19px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-20px {
      top: 20px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-21px {
      top: 21px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-22px {
      top: 22px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-23px {
      top: 23px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-24px {
      top: 24px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-25px {
      top: 25px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-26px {
      top: 26px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-27px {
      top: 27px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-28px {
      top: 28px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-29px {
      top: 29px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-30px {
      top: 30px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-31px {
      top: 31px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-32px {
      top: 32px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-33px {
      top: 33px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-34px {
      top: 34px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-35px {
      top: 35px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-36px {
      top: 36px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-37px {
      top: 37px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-38px {
      top: 38px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-39px {
      top: 39px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-40px {
      top: 40px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-41px {
      top: 41px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-42px {
      top: 42px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-43px {
      top: 43px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-44px {
      top: 44px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-45px {
      top: 45px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-46px {
      top: 46px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-47px {
      top: 47px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-48px {
      top: 48px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-49px {
      top: 49px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-50px {
      top: 50px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-51px {
      top: 51px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-52px {
      top: 52px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-53px {
      top: 53px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-54px {
      top: 54px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-55px {
      top: 55px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-56px {
      top: 56px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-57px {
      top: 57px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-58px {
      top: 58px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-59px {
      top: 59px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-60px {
      top: 60px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-61px {
      top: 61px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-62px {
      top: 62px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-63px {
      top: 63px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-64px {
      top: 64px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-65px {
      top: 65px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-66px {
      top: 66px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-67px {
      top: 67px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-68px {
      top: 68px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-69px {
      top: 69px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-70px {
      top: 70px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-71px {
      top: 71px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-72px {
      top: 72px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-73px {
      top: 73px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-74px {
      top: 74px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-75px {
      top: 75px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-76px {
      top: 76px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-77px {
      top: 77px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-78px {
      top: 78px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-79px {
      top: 79px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-80px {
      top: 80px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-81px {
      top: 81px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-82px {
      top: 82px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-83px {
      top: 83px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-84px {
      top: 84px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-85px {
      top: 85px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-86px {
      top: 86px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-87px {
      top: 87px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-88px {
      top: 88px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-89px {
      top: 89px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-90px {
      top: 90px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-91px {
      top: 91px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-92px {
      top: 92px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-93px {
      top: 93px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-94px {
      top: 94px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-95px {
      top: 95px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-96px {
      top: 96px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-97px {
      top: 97px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-98px {
      top: 98px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-99px {
      top: 99px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-100px {
      top: 100px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-101px {
      top: 101px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-102px {
      top: 102px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-103px {
      top: 103px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-104px {
      top: 104px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-105px {
      top: 105px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-106px {
      top: 106px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-107px {
      top: 107px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-108px {
      top: 108px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-109px {
      top: 109px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-110px {
      top: 110px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-111px {
      top: 111px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-112px {
      top: 112px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-113px {
      top: 113px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-114px {
      top: 114px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-115px {
      top: 115px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-116px {
      top: 116px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-117px {
      top: 117px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-118px {
      top: 118px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-119px {
      top: 119px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-120px {
      top: 120px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-121px {
      top: 121px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-122px {
      top: 122px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-123px {
      top: 123px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-124px {
      top: 124px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-125px {
      top: 125px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-126px {
      top: 126px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-127px {
      top: 127px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-128px {
      top: 128px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-129px {
      top: 129px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-130px {
      top: 130px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-131px {
      top: 131px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-132px {
      top: 132px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-133px {
      top: 133px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-134px {
      top: 134px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-135px {
      top: 135px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-136px {
      top: 136px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-137px {
      top: 137px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-138px {
      top: 138px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-139px {
      top: 139px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-140px {
      top: 140px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-141px {
      top: 141px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-142px {
      top: 142px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-143px {
      top: 143px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-144px {
      top: 144px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-145px {
      top: 145px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-146px {
      top: 146px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-147px {
      top: 147px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-148px {
      top: 148px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-149px {
      top: 149px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-150px {
      top: 150px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-151px {
      top: 151px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-152px {
      top: 152px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-153px {
      top: 153px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-154px {
      top: 154px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-155px {
      top: 155px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-156px {
      top: 156px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-157px {
      top: 157px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-158px {
      top: 158px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-159px {
      top: 159px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-160px {
      top: 160px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-161px {
      top: 161px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-162px {
      top: 162px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-163px {
      top: 163px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-164px {
      top: 164px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-165px {
      top: 165px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-166px {
      top: 166px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-167px {
      top: 167px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-168px {
      top: 168px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-169px {
      top: 169px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-170px {
      top: 170px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-171px {
      top: 171px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-172px {
      top: 172px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-173px {
      top: 173px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-174px {
      top: 174px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-175px {
      top: 175px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-176px {
      top: 176px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-177px {
      top: 177px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-178px {
      top: 178px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-179px {
      top: 179px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-180px {
      top: 180px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-181px {
      top: 181px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-182px {
      top: 182px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-183px {
      top: 183px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-184px {
      top: 184px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-185px {
      top: 185px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-186px {
      top: 186px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-187px {
      top: 187px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-188px {
      top: 188px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-189px {
      top: 189px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-190px {
      top: 190px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-191px {
      top: 191px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-192px {
      top: 192px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-193px {
      top: 193px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-194px {
      top: 194px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-195px {
      top: 195px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-196px {
      top: 196px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-197px {
      top: 197px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-198px {
      top: 198px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-199px {
      top: 199px;
    }
    /* line 229, app/assets/stylesheets/ui/_space.scss */
    .md-t-200px {
      top: 200px;
    }
  }
  @media (min-width: 768px) {
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-0px {
      top: 0px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-1px {
      top: 1px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-2px {
      top: 2px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-3px {
      top: 3px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-4px {
      top: 4px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-5px {
      top: 5px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-6px {
      top: 6px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-7px {
      top: 7px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-8px {
      top: 8px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-9px {
      top: 9px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-10px {
      top: 10px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-11px {
      top: 11px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-12px {
      top: 12px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-13px {
      top: 13px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-14px {
      top: 14px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-15px {
      top: 15px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-16px {
      top: 16px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-17px {
      top: 17px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-18px {
      top: 18px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-19px {
      top: 19px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-20px {
      top: 20px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-21px {
      top: 21px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-22px {
      top: 22px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-23px {
      top: 23px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-24px {
      top: 24px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-25px {
      top: 25px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-26px {
      top: 26px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-27px {
      top: 27px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-28px {
      top: 28px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-29px {
      top: 29px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-30px {
      top: 30px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-31px {
      top: 31px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-32px {
      top: 32px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-33px {
      top: 33px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-34px {
      top: 34px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-35px {
      top: 35px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-36px {
      top: 36px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-37px {
      top: 37px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-38px {
      top: 38px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-39px {
      top: 39px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-40px {
      top: 40px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-41px {
      top: 41px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-42px {
      top: 42px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-43px {
      top: 43px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-44px {
      top: 44px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-45px {
      top: 45px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-46px {
      top: 46px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-47px {
      top: 47px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-48px {
      top: 48px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-49px {
      top: 49px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-50px {
      top: 50px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-51px {
      top: 51px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-52px {
      top: 52px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-53px {
      top: 53px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-54px {
      top: 54px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-55px {
      top: 55px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-56px {
      top: 56px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-57px {
      top: 57px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-58px {
      top: 58px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-59px {
      top: 59px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-60px {
      top: 60px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-61px {
      top: 61px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-62px {
      top: 62px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-63px {
      top: 63px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-64px {
      top: 64px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-65px {
      top: 65px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-66px {
      top: 66px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-67px {
      top: 67px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-68px {
      top: 68px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-69px {
      top: 69px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-70px {
      top: 70px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-71px {
      top: 71px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-72px {
      top: 72px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-73px {
      top: 73px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-74px {
      top: 74px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-75px {
      top: 75px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-76px {
      top: 76px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-77px {
      top: 77px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-78px {
      top: 78px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-79px {
      top: 79px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-80px {
      top: 80px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-81px {
      top: 81px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-82px {
      top: 82px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-83px {
      top: 83px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-84px {
      top: 84px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-85px {
      top: 85px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-86px {
      top: 86px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-87px {
      top: 87px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-88px {
      top: 88px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-89px {
      top: 89px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-90px {
      top: 90px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-91px {
      top: 91px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-92px {
      top: 92px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-93px {
      top: 93px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-94px {
      top: 94px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-95px {
      top: 95px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-96px {
      top: 96px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-97px {
      top: 97px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-98px {
      top: 98px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-99px {
      top: 99px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-100px {
      top: 100px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-101px {
      top: 101px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-102px {
      top: 102px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-103px {
      top: 103px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-104px {
      top: 104px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-105px {
      top: 105px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-106px {
      top: 106px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-107px {
      top: 107px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-108px {
      top: 108px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-109px {
      top: 109px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-110px {
      top: 110px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-111px {
      top: 111px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-112px {
      top: 112px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-113px {
      top: 113px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-114px {
      top: 114px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-115px {
      top: 115px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-116px {
      top: 116px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-117px {
      top: 117px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-118px {
      top: 118px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-119px {
      top: 119px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-120px {
      top: 120px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-121px {
      top: 121px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-122px {
      top: 122px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-123px {
      top: 123px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-124px {
      top: 124px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-125px {
      top: 125px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-126px {
      top: 126px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-127px {
      top: 127px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-128px {
      top: 128px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-129px {
      top: 129px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-130px {
      top: 130px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-131px {
      top: 131px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-132px {
      top: 132px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-133px {
      top: 133px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-134px {
      top: 134px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-135px {
      top: 135px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-136px {
      top: 136px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-137px {
      top: 137px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-138px {
      top: 138px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-139px {
      top: 139px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-140px {
      top: 140px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-141px {
      top: 141px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-142px {
      top: 142px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-143px {
      top: 143px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-144px {
      top: 144px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-145px {
      top: 145px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-146px {
      top: 146px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-147px {
      top: 147px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-148px {
      top: 148px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-149px {
      top: 149px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-150px {
      top: 150px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-151px {
      top: 151px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-152px {
      top: 152px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-153px {
      top: 153px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-154px {
      top: 154px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-155px {
      top: 155px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-156px {
      top: 156px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-157px {
      top: 157px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-158px {
      top: 158px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-159px {
      top: 159px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-160px {
      top: 160px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-161px {
      top: 161px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-162px {
      top: 162px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-163px {
      top: 163px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-164px {
      top: 164px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-165px {
      top: 165px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-166px {
      top: 166px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-167px {
      top: 167px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-168px {
      top: 168px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-169px {
      top: 169px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-170px {
      top: 170px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-171px {
      top: 171px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-172px {
      top: 172px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-173px {
      top: 173px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-174px {
      top: 174px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-175px {
      top: 175px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-176px {
      top: 176px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-177px {
      top: 177px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-178px {
      top: 178px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-179px {
      top: 179px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-180px {
      top: 180px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-181px {
      top: 181px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-182px {
      top: 182px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-183px {
      top: 183px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-184px {
      top: 184px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-185px {
      top: 185px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-186px {
      top: 186px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-187px {
      top: 187px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-188px {
      top: 188px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-189px {
      top: 189px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-190px {
      top: 190px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-191px {
      top: 191px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-192px {
      top: 192px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-193px {
      top: 193px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-194px {
      top: 194px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-195px {
      top: 195px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-196px {
      top: 196px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-197px {
      top: 197px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-198px {
      top: 198px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-199px {
      top: 199px;
    }
    /* line 237, app/assets/stylesheets/ui/_space.scss */
    .lg-t-200px {
      top: 200px;
    }
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-0px {
    right: 0px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-1px {
    right: 1px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-2px {
    right: 2px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-3px {
    right: 3px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-4px {
    right: 4px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-5px {
    right: 5px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-6px {
    right: 6px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-7px {
    right: 7px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-8px {
    right: 8px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-9px {
    right: 9px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-10px {
    right: 10px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-11px {
    right: 11px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-12px {
    right: 12px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-13px {
    right: 13px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-14px {
    right: 14px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-15px {
    right: 15px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-16px {
    right: 16px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-17px {
    right: 17px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-18px {
    right: 18px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-19px {
    right: 19px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-20px {
    right: 20px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-21px {
    right: 21px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-22px {
    right: 22px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-23px {
    right: 23px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-24px {
    right: 24px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-25px {
    right: 25px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-26px {
    right: 26px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-27px {
    right: 27px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-28px {
    right: 28px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-29px {
    right: 29px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-30px {
    right: 30px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-31px {
    right: 31px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-32px {
    right: 32px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-33px {
    right: 33px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-34px {
    right: 34px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-35px {
    right: 35px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-36px {
    right: 36px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-37px {
    right: 37px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-38px {
    right: 38px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-39px {
    right: 39px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-40px {
    right: 40px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-41px {
    right: 41px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-42px {
    right: 42px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-43px {
    right: 43px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-44px {
    right: 44px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-45px {
    right: 45px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-46px {
    right: 46px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-47px {
    right: 47px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-48px {
    right: 48px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-49px {
    right: 49px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-50px {
    right: 50px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-51px {
    right: 51px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-52px {
    right: 52px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-53px {
    right: 53px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-54px {
    right: 54px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-55px {
    right: 55px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-56px {
    right: 56px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-57px {
    right: 57px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-58px {
    right: 58px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-59px {
    right: 59px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-60px {
    right: 60px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-61px {
    right: 61px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-62px {
    right: 62px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-63px {
    right: 63px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-64px {
    right: 64px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-65px {
    right: 65px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-66px {
    right: 66px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-67px {
    right: 67px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-68px {
    right: 68px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-69px {
    right: 69px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-70px {
    right: 70px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-71px {
    right: 71px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-72px {
    right: 72px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-73px {
    right: 73px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-74px {
    right: 74px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-75px {
    right: 75px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-76px {
    right: 76px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-77px {
    right: 77px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-78px {
    right: 78px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-79px {
    right: 79px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-80px {
    right: 80px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-81px {
    right: 81px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-82px {
    right: 82px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-83px {
    right: 83px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-84px {
    right: 84px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-85px {
    right: 85px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-86px {
    right: 86px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-87px {
    right: 87px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-88px {
    right: 88px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-89px {
    right: 89px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-90px {
    right: 90px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-91px {
    right: 91px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-92px {
    right: 92px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-93px {
    right: 93px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-94px {
    right: 94px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-95px {
    right: 95px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-96px {
    right: 96px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-97px {
    right: 97px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-98px {
    right: 98px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-99px {
    right: 99px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-100px {
    right: 100px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-101px {
    right: 101px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-102px {
    right: 102px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-103px {
    right: 103px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-104px {
    right: 104px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-105px {
    right: 105px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-106px {
    right: 106px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-107px {
    right: 107px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-108px {
    right: 108px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-109px {
    right: 109px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-110px {
    right: 110px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-111px {
    right: 111px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-112px {
    right: 112px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-113px {
    right: 113px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-114px {
    right: 114px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-115px {
    right: 115px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-116px {
    right: 116px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-117px {
    right: 117px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-118px {
    right: 118px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-119px {
    right: 119px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-120px {
    right: 120px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-121px {
    right: 121px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-122px {
    right: 122px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-123px {
    right: 123px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-124px {
    right: 124px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-125px {
    right: 125px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-126px {
    right: 126px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-127px {
    right: 127px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-128px {
    right: 128px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-129px {
    right: 129px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-130px {
    right: 130px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-131px {
    right: 131px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-132px {
    right: 132px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-133px {
    right: 133px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-134px {
    right: 134px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-135px {
    right: 135px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-136px {
    right: 136px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-137px {
    right: 137px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-138px {
    right: 138px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-139px {
    right: 139px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-140px {
    right: 140px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-141px {
    right: 141px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-142px {
    right: 142px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-143px {
    right: 143px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-144px {
    right: 144px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-145px {
    right: 145px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-146px {
    right: 146px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-147px {
    right: 147px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-148px {
    right: 148px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-149px {
    right: 149px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-150px {
    right: 150px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-151px {
    right: 151px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-152px {
    right: 152px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-153px {
    right: 153px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-154px {
    right: 154px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-155px {
    right: 155px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-156px {
    right: 156px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-157px {
    right: 157px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-158px {
    right: 158px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-159px {
    right: 159px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-160px {
    right: 160px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-161px {
    right: 161px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-162px {
    right: 162px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-163px {
    right: 163px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-164px {
    right: 164px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-165px {
    right: 165px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-166px {
    right: 166px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-167px {
    right: 167px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-168px {
    right: 168px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-169px {
    right: 169px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-170px {
    right: 170px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-171px {
    right: 171px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-172px {
    right: 172px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-173px {
    right: 173px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-174px {
    right: 174px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-175px {
    right: 175px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-176px {
    right: 176px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-177px {
    right: 177px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-178px {
    right: 178px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-179px {
    right: 179px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-180px {
    right: 180px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-181px {
    right: 181px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-182px {
    right: 182px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-183px {
    right: 183px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-184px {
    right: 184px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-185px {
    right: 185px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-186px {
    right: 186px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-187px {
    right: 187px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-188px {
    right: 188px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-189px {
    right: 189px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-190px {
    right: 190px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-191px {
    right: 191px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-192px {
    right: 192px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-193px {
    right: 193px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-194px {
    right: 194px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-195px {
    right: 195px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-196px {
    right: 196px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-197px {
    right: 197px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-198px {
    right: 198px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-199px {
    right: 199px;
  }
  /* line 246, app/assets/stylesheets/ui/_space.scss */
  .r-200px {
    right: 200px;
  }
  @media (max-width: 767.98px) {
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-0px {
      right: 0px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-1px {
      right: 1px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-2px {
      right: 2px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-3px {
      right: 3px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-4px {
      right: 4px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-5px {
      right: 5px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-6px {
      right: 6px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-7px {
      right: 7px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-8px {
      right: 8px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-9px {
      right: 9px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-10px {
      right: 10px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-11px {
      right: 11px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-12px {
      right: 12px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-13px {
      right: 13px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-14px {
      right: 14px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-15px {
      right: 15px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-16px {
      right: 16px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-17px {
      right: 17px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-18px {
      right: 18px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-19px {
      right: 19px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-20px {
      right: 20px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-21px {
      right: 21px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-22px {
      right: 22px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-23px {
      right: 23px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-24px {
      right: 24px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-25px {
      right: 25px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-26px {
      right: 26px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-27px {
      right: 27px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-28px {
      right: 28px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-29px {
      right: 29px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-30px {
      right: 30px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-31px {
      right: 31px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-32px {
      right: 32px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-33px {
      right: 33px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-34px {
      right: 34px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-35px {
      right: 35px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-36px {
      right: 36px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-37px {
      right: 37px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-38px {
      right: 38px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-39px {
      right: 39px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-40px {
      right: 40px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-41px {
      right: 41px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-42px {
      right: 42px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-43px {
      right: 43px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-44px {
      right: 44px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-45px {
      right: 45px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-46px {
      right: 46px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-47px {
      right: 47px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-48px {
      right: 48px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-49px {
      right: 49px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-50px {
      right: 50px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-51px {
      right: 51px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-52px {
      right: 52px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-53px {
      right: 53px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-54px {
      right: 54px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-55px {
      right: 55px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-56px {
      right: 56px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-57px {
      right: 57px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-58px {
      right: 58px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-59px {
      right: 59px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-60px {
      right: 60px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-61px {
      right: 61px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-62px {
      right: 62px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-63px {
      right: 63px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-64px {
      right: 64px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-65px {
      right: 65px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-66px {
      right: 66px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-67px {
      right: 67px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-68px {
      right: 68px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-69px {
      right: 69px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-70px {
      right: 70px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-71px {
      right: 71px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-72px {
      right: 72px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-73px {
      right: 73px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-74px {
      right: 74px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-75px {
      right: 75px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-76px {
      right: 76px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-77px {
      right: 77px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-78px {
      right: 78px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-79px {
      right: 79px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-80px {
      right: 80px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-81px {
      right: 81px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-82px {
      right: 82px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-83px {
      right: 83px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-84px {
      right: 84px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-85px {
      right: 85px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-86px {
      right: 86px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-87px {
      right: 87px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-88px {
      right: 88px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-89px {
      right: 89px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-90px {
      right: 90px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-91px {
      right: 91px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-92px {
      right: 92px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-93px {
      right: 93px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-94px {
      right: 94px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-95px {
      right: 95px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-96px {
      right: 96px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-97px {
      right: 97px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-98px {
      right: 98px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-99px {
      right: 99px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-100px {
      right: 100px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-101px {
      right: 101px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-102px {
      right: 102px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-103px {
      right: 103px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-104px {
      right: 104px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-105px {
      right: 105px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-106px {
      right: 106px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-107px {
      right: 107px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-108px {
      right: 108px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-109px {
      right: 109px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-110px {
      right: 110px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-111px {
      right: 111px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-112px {
      right: 112px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-113px {
      right: 113px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-114px {
      right: 114px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-115px {
      right: 115px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-116px {
      right: 116px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-117px {
      right: 117px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-118px {
      right: 118px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-119px {
      right: 119px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-120px {
      right: 120px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-121px {
      right: 121px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-122px {
      right: 122px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-123px {
      right: 123px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-124px {
      right: 124px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-125px {
      right: 125px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-126px {
      right: 126px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-127px {
      right: 127px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-128px {
      right: 128px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-129px {
      right: 129px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-130px {
      right: 130px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-131px {
      right: 131px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-132px {
      right: 132px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-133px {
      right: 133px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-134px {
      right: 134px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-135px {
      right: 135px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-136px {
      right: 136px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-137px {
      right: 137px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-138px {
      right: 138px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-139px {
      right: 139px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-140px {
      right: 140px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-141px {
      right: 141px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-142px {
      right: 142px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-143px {
      right: 143px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-144px {
      right: 144px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-145px {
      right: 145px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-146px {
      right: 146px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-147px {
      right: 147px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-148px {
      right: 148px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-149px {
      right: 149px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-150px {
      right: 150px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-151px {
      right: 151px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-152px {
      right: 152px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-153px {
      right: 153px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-154px {
      right: 154px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-155px {
      right: 155px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-156px {
      right: 156px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-157px {
      right: 157px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-158px {
      right: 158px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-159px {
      right: 159px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-160px {
      right: 160px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-161px {
      right: 161px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-162px {
      right: 162px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-163px {
      right: 163px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-164px {
      right: 164px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-165px {
      right: 165px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-166px {
      right: 166px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-167px {
      right: 167px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-168px {
      right: 168px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-169px {
      right: 169px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-170px {
      right: 170px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-171px {
      right: 171px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-172px {
      right: 172px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-173px {
      right: 173px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-174px {
      right: 174px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-175px {
      right: 175px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-176px {
      right: 176px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-177px {
      right: 177px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-178px {
      right: 178px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-179px {
      right: 179px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-180px {
      right: 180px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-181px {
      right: 181px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-182px {
      right: 182px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-183px {
      right: 183px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-184px {
      right: 184px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-185px {
      right: 185px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-186px {
      right: 186px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-187px {
      right: 187px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-188px {
      right: 188px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-189px {
      right: 189px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-190px {
      right: 190px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-191px {
      right: 191px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-192px {
      right: 192px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-193px {
      right: 193px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-194px {
      right: 194px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-195px {
      right: 195px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-196px {
      right: 196px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-197px {
      right: 197px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-198px {
      right: 198px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-199px {
      right: 199px;
    }
    /* line 253, app/assets/stylesheets/ui/_space.scss */
    .md-r-200px {
      right: 200px;
    }
  }
  @media (min-width: 768px) {
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-0px {
      right: 0px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-1px {
      right: 1px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-2px {
      right: 2px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-3px {
      right: 3px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-4px {
      right: 4px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-5px {
      right: 5px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-6px {
      right: 6px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-7px {
      right: 7px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-8px {
      right: 8px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-9px {
      right: 9px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-10px {
      right: 10px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-11px {
      right: 11px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-12px {
      right: 12px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-13px {
      right: 13px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-14px {
      right: 14px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-15px {
      right: 15px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-16px {
      right: 16px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-17px {
      right: 17px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-18px {
      right: 18px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-19px {
      right: 19px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-20px {
      right: 20px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-21px {
      right: 21px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-22px {
      right: 22px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-23px {
      right: 23px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-24px {
      right: 24px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-25px {
      right: 25px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-26px {
      right: 26px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-27px {
      right: 27px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-28px {
      right: 28px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-29px {
      right: 29px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-30px {
      right: 30px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-31px {
      right: 31px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-32px {
      right: 32px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-33px {
      right: 33px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-34px {
      right: 34px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-35px {
      right: 35px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-36px {
      right: 36px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-37px {
      right: 37px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-38px {
      right: 38px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-39px {
      right: 39px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-40px {
      right: 40px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-41px {
      right: 41px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-42px {
      right: 42px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-43px {
      right: 43px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-44px {
      right: 44px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-45px {
      right: 45px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-46px {
      right: 46px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-47px {
      right: 47px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-48px {
      right: 48px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-49px {
      right: 49px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-50px {
      right: 50px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-51px {
      right: 51px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-52px {
      right: 52px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-53px {
      right: 53px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-54px {
      right: 54px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-55px {
      right: 55px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-56px {
      right: 56px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-57px {
      right: 57px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-58px {
      right: 58px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-59px {
      right: 59px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-60px {
      right: 60px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-61px {
      right: 61px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-62px {
      right: 62px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-63px {
      right: 63px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-64px {
      right: 64px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-65px {
      right: 65px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-66px {
      right: 66px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-67px {
      right: 67px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-68px {
      right: 68px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-69px {
      right: 69px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-70px {
      right: 70px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-71px {
      right: 71px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-72px {
      right: 72px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-73px {
      right: 73px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-74px {
      right: 74px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-75px {
      right: 75px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-76px {
      right: 76px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-77px {
      right: 77px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-78px {
      right: 78px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-79px {
      right: 79px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-80px {
      right: 80px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-81px {
      right: 81px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-82px {
      right: 82px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-83px {
      right: 83px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-84px {
      right: 84px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-85px {
      right: 85px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-86px {
      right: 86px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-87px {
      right: 87px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-88px {
      right: 88px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-89px {
      right: 89px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-90px {
      right: 90px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-91px {
      right: 91px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-92px {
      right: 92px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-93px {
      right: 93px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-94px {
      right: 94px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-95px {
      right: 95px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-96px {
      right: 96px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-97px {
      right: 97px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-98px {
      right: 98px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-99px {
      right: 99px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-100px {
      right: 100px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-101px {
      right: 101px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-102px {
      right: 102px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-103px {
      right: 103px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-104px {
      right: 104px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-105px {
      right: 105px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-106px {
      right: 106px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-107px {
      right: 107px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-108px {
      right: 108px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-109px {
      right: 109px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-110px {
      right: 110px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-111px {
      right: 111px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-112px {
      right: 112px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-113px {
      right: 113px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-114px {
      right: 114px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-115px {
      right: 115px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-116px {
      right: 116px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-117px {
      right: 117px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-118px {
      right: 118px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-119px {
      right: 119px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-120px {
      right: 120px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-121px {
      right: 121px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-122px {
      right: 122px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-123px {
      right: 123px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-124px {
      right: 124px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-125px {
      right: 125px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-126px {
      right: 126px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-127px {
      right: 127px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-128px {
      right: 128px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-129px {
      right: 129px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-130px {
      right: 130px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-131px {
      right: 131px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-132px {
      right: 132px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-133px {
      right: 133px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-134px {
      right: 134px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-135px {
      right: 135px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-136px {
      right: 136px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-137px {
      right: 137px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-138px {
      right: 138px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-139px {
      right: 139px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-140px {
      right: 140px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-141px {
      right: 141px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-142px {
      right: 142px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-143px {
      right: 143px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-144px {
      right: 144px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-145px {
      right: 145px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-146px {
      right: 146px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-147px {
      right: 147px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-148px {
      right: 148px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-149px {
      right: 149px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-150px {
      right: 150px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-151px {
      right: 151px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-152px {
      right: 152px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-153px {
      right: 153px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-154px {
      right: 154px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-155px {
      right: 155px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-156px {
      right: 156px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-157px {
      right: 157px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-158px {
      right: 158px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-159px {
      right: 159px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-160px {
      right: 160px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-161px {
      right: 161px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-162px {
      right: 162px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-163px {
      right: 163px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-164px {
      right: 164px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-165px {
      right: 165px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-166px {
      right: 166px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-167px {
      right: 167px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-168px {
      right: 168px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-169px {
      right: 169px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-170px {
      right: 170px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-171px {
      right: 171px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-172px {
      right: 172px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-173px {
      right: 173px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-174px {
      right: 174px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-175px {
      right: 175px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-176px {
      right: 176px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-177px {
      right: 177px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-178px {
      right: 178px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-179px {
      right: 179px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-180px {
      right: 180px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-181px {
      right: 181px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-182px {
      right: 182px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-183px {
      right: 183px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-184px {
      right: 184px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-185px {
      right: 185px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-186px {
      right: 186px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-187px {
      right: 187px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-188px {
      right: 188px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-189px {
      right: 189px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-190px {
      right: 190px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-191px {
      right: 191px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-192px {
      right: 192px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-193px {
      right: 193px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-194px {
      right: 194px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-195px {
      right: 195px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-196px {
      right: 196px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-197px {
      right: 197px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-198px {
      right: 198px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-199px {
      right: 199px;
    }
    /* line 261, app/assets/stylesheets/ui/_space.scss */
    .lg-r-200px {
      right: 200px;
    }
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-0px {
    bottom: 0px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-1px {
    bottom: 1px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-2px {
    bottom: 2px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-3px {
    bottom: 3px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-4px {
    bottom: 4px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-5px {
    bottom: 5px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-6px {
    bottom: 6px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-7px {
    bottom: 7px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-8px {
    bottom: 8px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-9px {
    bottom: 9px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-10px {
    bottom: 10px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-11px {
    bottom: 11px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-12px {
    bottom: 12px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-13px {
    bottom: 13px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-14px {
    bottom: 14px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-15px {
    bottom: 15px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-16px {
    bottom: 16px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-17px {
    bottom: 17px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-18px {
    bottom: 18px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-19px {
    bottom: 19px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-20px {
    bottom: 20px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-21px {
    bottom: 21px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-22px {
    bottom: 22px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-23px {
    bottom: 23px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-24px {
    bottom: 24px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-25px {
    bottom: 25px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-26px {
    bottom: 26px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-27px {
    bottom: 27px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-28px {
    bottom: 28px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-29px {
    bottom: 29px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-30px {
    bottom: 30px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-31px {
    bottom: 31px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-32px {
    bottom: 32px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-33px {
    bottom: 33px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-34px {
    bottom: 34px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-35px {
    bottom: 35px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-36px {
    bottom: 36px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-37px {
    bottom: 37px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-38px {
    bottom: 38px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-39px {
    bottom: 39px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-40px {
    bottom: 40px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-41px {
    bottom: 41px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-42px {
    bottom: 42px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-43px {
    bottom: 43px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-44px {
    bottom: 44px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-45px {
    bottom: 45px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-46px {
    bottom: 46px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-47px {
    bottom: 47px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-48px {
    bottom: 48px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-49px {
    bottom: 49px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-50px {
    bottom: 50px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-51px {
    bottom: 51px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-52px {
    bottom: 52px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-53px {
    bottom: 53px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-54px {
    bottom: 54px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-55px {
    bottom: 55px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-56px {
    bottom: 56px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-57px {
    bottom: 57px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-58px {
    bottom: 58px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-59px {
    bottom: 59px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-60px {
    bottom: 60px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-61px {
    bottom: 61px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-62px {
    bottom: 62px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-63px {
    bottom: 63px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-64px {
    bottom: 64px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-65px {
    bottom: 65px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-66px {
    bottom: 66px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-67px {
    bottom: 67px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-68px {
    bottom: 68px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-69px {
    bottom: 69px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-70px {
    bottom: 70px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-71px {
    bottom: 71px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-72px {
    bottom: 72px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-73px {
    bottom: 73px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-74px {
    bottom: 74px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-75px {
    bottom: 75px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-76px {
    bottom: 76px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-77px {
    bottom: 77px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-78px {
    bottom: 78px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-79px {
    bottom: 79px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-80px {
    bottom: 80px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-81px {
    bottom: 81px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-82px {
    bottom: 82px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-83px {
    bottom: 83px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-84px {
    bottom: 84px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-85px {
    bottom: 85px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-86px {
    bottom: 86px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-87px {
    bottom: 87px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-88px {
    bottom: 88px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-89px {
    bottom: 89px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-90px {
    bottom: 90px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-91px {
    bottom: 91px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-92px {
    bottom: 92px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-93px {
    bottom: 93px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-94px {
    bottom: 94px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-95px {
    bottom: 95px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-96px {
    bottom: 96px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-97px {
    bottom: 97px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-98px {
    bottom: 98px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-99px {
    bottom: 99px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-100px {
    bottom: 100px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-101px {
    bottom: 101px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-102px {
    bottom: 102px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-103px {
    bottom: 103px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-104px {
    bottom: 104px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-105px {
    bottom: 105px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-106px {
    bottom: 106px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-107px {
    bottom: 107px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-108px {
    bottom: 108px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-109px {
    bottom: 109px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-110px {
    bottom: 110px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-111px {
    bottom: 111px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-112px {
    bottom: 112px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-113px {
    bottom: 113px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-114px {
    bottom: 114px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-115px {
    bottom: 115px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-116px {
    bottom: 116px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-117px {
    bottom: 117px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-118px {
    bottom: 118px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-119px {
    bottom: 119px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-120px {
    bottom: 120px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-121px {
    bottom: 121px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-122px {
    bottom: 122px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-123px {
    bottom: 123px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-124px {
    bottom: 124px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-125px {
    bottom: 125px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-126px {
    bottom: 126px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-127px {
    bottom: 127px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-128px {
    bottom: 128px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-129px {
    bottom: 129px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-130px {
    bottom: 130px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-131px {
    bottom: 131px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-132px {
    bottom: 132px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-133px {
    bottom: 133px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-134px {
    bottom: 134px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-135px {
    bottom: 135px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-136px {
    bottom: 136px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-137px {
    bottom: 137px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-138px {
    bottom: 138px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-139px {
    bottom: 139px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-140px {
    bottom: 140px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-141px {
    bottom: 141px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-142px {
    bottom: 142px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-143px {
    bottom: 143px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-144px {
    bottom: 144px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-145px {
    bottom: 145px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-146px {
    bottom: 146px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-147px {
    bottom: 147px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-148px {
    bottom: 148px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-149px {
    bottom: 149px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-150px {
    bottom: 150px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-151px {
    bottom: 151px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-152px {
    bottom: 152px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-153px {
    bottom: 153px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-154px {
    bottom: 154px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-155px {
    bottom: 155px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-156px {
    bottom: 156px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-157px {
    bottom: 157px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-158px {
    bottom: 158px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-159px {
    bottom: 159px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-160px {
    bottom: 160px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-161px {
    bottom: 161px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-162px {
    bottom: 162px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-163px {
    bottom: 163px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-164px {
    bottom: 164px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-165px {
    bottom: 165px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-166px {
    bottom: 166px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-167px {
    bottom: 167px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-168px {
    bottom: 168px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-169px {
    bottom: 169px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-170px {
    bottom: 170px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-171px {
    bottom: 171px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-172px {
    bottom: 172px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-173px {
    bottom: 173px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-174px {
    bottom: 174px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-175px {
    bottom: 175px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-176px {
    bottom: 176px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-177px {
    bottom: 177px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-178px {
    bottom: 178px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-179px {
    bottom: 179px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-180px {
    bottom: 180px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-181px {
    bottom: 181px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-182px {
    bottom: 182px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-183px {
    bottom: 183px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-184px {
    bottom: 184px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-185px {
    bottom: 185px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-186px {
    bottom: 186px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-187px {
    bottom: 187px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-188px {
    bottom: 188px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-189px {
    bottom: 189px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-190px {
    bottom: 190px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-191px {
    bottom: 191px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-192px {
    bottom: 192px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-193px {
    bottom: 193px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-194px {
    bottom: 194px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-195px {
    bottom: 195px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-196px {
    bottom: 196px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-197px {
    bottom: 197px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-198px {
    bottom: 198px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-199px {
    bottom: 199px;
  }
  /* line 270, app/assets/stylesheets/ui/_space.scss */
  .b-200px {
    bottom: 200px;
  }
  @media (max-width: 767.98px) {
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-0px {
      bottom: 0px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-1px {
      bottom: 1px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-2px {
      bottom: 2px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-3px {
      bottom: 3px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-4px {
      bottom: 4px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-5px {
      bottom: 5px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-6px {
      bottom: 6px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-7px {
      bottom: 7px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-8px {
      bottom: 8px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-9px {
      bottom: 9px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-10px {
      bottom: 10px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-11px {
      bottom: 11px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-12px {
      bottom: 12px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-13px {
      bottom: 13px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-14px {
      bottom: 14px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-15px {
      bottom: 15px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-16px {
      bottom: 16px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-17px {
      bottom: 17px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-18px {
      bottom: 18px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-19px {
      bottom: 19px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-20px {
      bottom: 20px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-21px {
      bottom: 21px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-22px {
      bottom: 22px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-23px {
      bottom: 23px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-24px {
      bottom: 24px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-25px {
      bottom: 25px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-26px {
      bottom: 26px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-27px {
      bottom: 27px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-28px {
      bottom: 28px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-29px {
      bottom: 29px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-30px {
      bottom: 30px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-31px {
      bottom: 31px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-32px {
      bottom: 32px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-33px {
      bottom: 33px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-34px {
      bottom: 34px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-35px {
      bottom: 35px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-36px {
      bottom: 36px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-37px {
      bottom: 37px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-38px {
      bottom: 38px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-39px {
      bottom: 39px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-40px {
      bottom: 40px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-41px {
      bottom: 41px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-42px {
      bottom: 42px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-43px {
      bottom: 43px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-44px {
      bottom: 44px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-45px {
      bottom: 45px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-46px {
      bottom: 46px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-47px {
      bottom: 47px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-48px {
      bottom: 48px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-49px {
      bottom: 49px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-50px {
      bottom: 50px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-51px {
      bottom: 51px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-52px {
      bottom: 52px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-53px {
      bottom: 53px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-54px {
      bottom: 54px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-55px {
      bottom: 55px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-56px {
      bottom: 56px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-57px {
      bottom: 57px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-58px {
      bottom: 58px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-59px {
      bottom: 59px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-60px {
      bottom: 60px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-61px {
      bottom: 61px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-62px {
      bottom: 62px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-63px {
      bottom: 63px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-64px {
      bottom: 64px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-65px {
      bottom: 65px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-66px {
      bottom: 66px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-67px {
      bottom: 67px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-68px {
      bottom: 68px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-69px {
      bottom: 69px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-70px {
      bottom: 70px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-71px {
      bottom: 71px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-72px {
      bottom: 72px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-73px {
      bottom: 73px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-74px {
      bottom: 74px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-75px {
      bottom: 75px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-76px {
      bottom: 76px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-77px {
      bottom: 77px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-78px {
      bottom: 78px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-79px {
      bottom: 79px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-80px {
      bottom: 80px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-81px {
      bottom: 81px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-82px {
      bottom: 82px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-83px {
      bottom: 83px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-84px {
      bottom: 84px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-85px {
      bottom: 85px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-86px {
      bottom: 86px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-87px {
      bottom: 87px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-88px {
      bottom: 88px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-89px {
      bottom: 89px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-90px {
      bottom: 90px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-91px {
      bottom: 91px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-92px {
      bottom: 92px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-93px {
      bottom: 93px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-94px {
      bottom: 94px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-95px {
      bottom: 95px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-96px {
      bottom: 96px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-97px {
      bottom: 97px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-98px {
      bottom: 98px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-99px {
      bottom: 99px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-100px {
      bottom: 100px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-101px {
      bottom: 101px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-102px {
      bottom: 102px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-103px {
      bottom: 103px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-104px {
      bottom: 104px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-105px {
      bottom: 105px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-106px {
      bottom: 106px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-107px {
      bottom: 107px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-108px {
      bottom: 108px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-109px {
      bottom: 109px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-110px {
      bottom: 110px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-111px {
      bottom: 111px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-112px {
      bottom: 112px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-113px {
      bottom: 113px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-114px {
      bottom: 114px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-115px {
      bottom: 115px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-116px {
      bottom: 116px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-117px {
      bottom: 117px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-118px {
      bottom: 118px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-119px {
      bottom: 119px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-120px {
      bottom: 120px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-121px {
      bottom: 121px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-122px {
      bottom: 122px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-123px {
      bottom: 123px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-124px {
      bottom: 124px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-125px {
      bottom: 125px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-126px {
      bottom: 126px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-127px {
      bottom: 127px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-128px {
      bottom: 128px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-129px {
      bottom: 129px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-130px {
      bottom: 130px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-131px {
      bottom: 131px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-132px {
      bottom: 132px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-133px {
      bottom: 133px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-134px {
      bottom: 134px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-135px {
      bottom: 135px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-136px {
      bottom: 136px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-137px {
      bottom: 137px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-138px {
      bottom: 138px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-139px {
      bottom: 139px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-140px {
      bottom: 140px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-141px {
      bottom: 141px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-142px {
      bottom: 142px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-143px {
      bottom: 143px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-144px {
      bottom: 144px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-145px {
      bottom: 145px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-146px {
      bottom: 146px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-147px {
      bottom: 147px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-148px {
      bottom: 148px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-149px {
      bottom: 149px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-150px {
      bottom: 150px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-151px {
      bottom: 151px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-152px {
      bottom: 152px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-153px {
      bottom: 153px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-154px {
      bottom: 154px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-155px {
      bottom: 155px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-156px {
      bottom: 156px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-157px {
      bottom: 157px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-158px {
      bottom: 158px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-159px {
      bottom: 159px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-160px {
      bottom: 160px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-161px {
      bottom: 161px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-162px {
      bottom: 162px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-163px {
      bottom: 163px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-164px {
      bottom: 164px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-165px {
      bottom: 165px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-166px {
      bottom: 166px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-167px {
      bottom: 167px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-168px {
      bottom: 168px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-169px {
      bottom: 169px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-170px {
      bottom: 170px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-171px {
      bottom: 171px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-172px {
      bottom: 172px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-173px {
      bottom: 173px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-174px {
      bottom: 174px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-175px {
      bottom: 175px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-176px {
      bottom: 176px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-177px {
      bottom: 177px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-178px {
      bottom: 178px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-179px {
      bottom: 179px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-180px {
      bottom: 180px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-181px {
      bottom: 181px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-182px {
      bottom: 182px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-183px {
      bottom: 183px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-184px {
      bottom: 184px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-185px {
      bottom: 185px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-186px {
      bottom: 186px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-187px {
      bottom: 187px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-188px {
      bottom: 188px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-189px {
      bottom: 189px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-190px {
      bottom: 190px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-191px {
      bottom: 191px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-192px {
      bottom: 192px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-193px {
      bottom: 193px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-194px {
      bottom: 194px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-195px {
      bottom: 195px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-196px {
      bottom: 196px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-197px {
      bottom: 197px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-198px {
      bottom: 198px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-199px {
      bottom: 199px;
    }
    /* line 277, app/assets/stylesheets/ui/_space.scss */
    .md-b-200px {
      bottom: 200px;
    }
  }
  @media (min-width: 768px) {
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-0px {
      bottom: 0px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-1px {
      bottom: 1px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-2px {
      bottom: 2px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-3px {
      bottom: 3px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-4px {
      bottom: 4px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-5px {
      bottom: 5px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-6px {
      bottom: 6px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-7px {
      bottom: 7px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-8px {
      bottom: 8px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-9px {
      bottom: 9px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-10px {
      bottom: 10px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-11px {
      bottom: 11px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-12px {
      bottom: 12px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-13px {
      bottom: 13px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-14px {
      bottom: 14px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-15px {
      bottom: 15px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-16px {
      bottom: 16px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-17px {
      bottom: 17px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-18px {
      bottom: 18px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-19px {
      bottom: 19px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-20px {
      bottom: 20px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-21px {
      bottom: 21px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-22px {
      bottom: 22px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-23px {
      bottom: 23px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-24px {
      bottom: 24px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-25px {
      bottom: 25px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-26px {
      bottom: 26px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-27px {
      bottom: 27px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-28px {
      bottom: 28px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-29px {
      bottom: 29px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-30px {
      bottom: 30px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-31px {
      bottom: 31px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-32px {
      bottom: 32px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-33px {
      bottom: 33px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-34px {
      bottom: 34px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-35px {
      bottom: 35px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-36px {
      bottom: 36px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-37px {
      bottom: 37px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-38px {
      bottom: 38px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-39px {
      bottom: 39px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-40px {
      bottom: 40px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-41px {
      bottom: 41px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-42px {
      bottom: 42px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-43px {
      bottom: 43px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-44px {
      bottom: 44px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-45px {
      bottom: 45px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-46px {
      bottom: 46px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-47px {
      bottom: 47px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-48px {
      bottom: 48px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-49px {
      bottom: 49px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-50px {
      bottom: 50px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-51px {
      bottom: 51px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-52px {
      bottom: 52px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-53px {
      bottom: 53px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-54px {
      bottom: 54px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-55px {
      bottom: 55px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-56px {
      bottom: 56px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-57px {
      bottom: 57px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-58px {
      bottom: 58px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-59px {
      bottom: 59px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-60px {
      bottom: 60px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-61px {
      bottom: 61px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-62px {
      bottom: 62px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-63px {
      bottom: 63px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-64px {
      bottom: 64px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-65px {
      bottom: 65px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-66px {
      bottom: 66px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-67px {
      bottom: 67px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-68px {
      bottom: 68px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-69px {
      bottom: 69px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-70px {
      bottom: 70px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-71px {
      bottom: 71px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-72px {
      bottom: 72px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-73px {
      bottom: 73px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-74px {
      bottom: 74px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-75px {
      bottom: 75px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-76px {
      bottom: 76px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-77px {
      bottom: 77px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-78px {
      bottom: 78px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-79px {
      bottom: 79px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-80px {
      bottom: 80px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-81px {
      bottom: 81px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-82px {
      bottom: 82px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-83px {
      bottom: 83px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-84px {
      bottom: 84px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-85px {
      bottom: 85px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-86px {
      bottom: 86px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-87px {
      bottom: 87px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-88px {
      bottom: 88px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-89px {
      bottom: 89px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-90px {
      bottom: 90px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-91px {
      bottom: 91px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-92px {
      bottom: 92px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-93px {
      bottom: 93px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-94px {
      bottom: 94px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-95px {
      bottom: 95px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-96px {
      bottom: 96px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-97px {
      bottom: 97px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-98px {
      bottom: 98px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-99px {
      bottom: 99px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-100px {
      bottom: 100px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-101px {
      bottom: 101px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-102px {
      bottom: 102px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-103px {
      bottom: 103px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-104px {
      bottom: 104px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-105px {
      bottom: 105px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-106px {
      bottom: 106px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-107px {
      bottom: 107px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-108px {
      bottom: 108px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-109px {
      bottom: 109px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-110px {
      bottom: 110px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-111px {
      bottom: 111px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-112px {
      bottom: 112px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-113px {
      bottom: 113px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-114px {
      bottom: 114px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-115px {
      bottom: 115px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-116px {
      bottom: 116px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-117px {
      bottom: 117px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-118px {
      bottom: 118px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-119px {
      bottom: 119px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-120px {
      bottom: 120px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-121px {
      bottom: 121px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-122px {
      bottom: 122px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-123px {
      bottom: 123px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-124px {
      bottom: 124px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-125px {
      bottom: 125px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-126px {
      bottom: 126px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-127px {
      bottom: 127px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-128px {
      bottom: 128px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-129px {
      bottom: 129px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-130px {
      bottom: 130px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-131px {
      bottom: 131px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-132px {
      bottom: 132px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-133px {
      bottom: 133px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-134px {
      bottom: 134px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-135px {
      bottom: 135px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-136px {
      bottom: 136px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-137px {
      bottom: 137px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-138px {
      bottom: 138px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-139px {
      bottom: 139px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-140px {
      bottom: 140px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-141px {
      bottom: 141px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-142px {
      bottom: 142px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-143px {
      bottom: 143px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-144px {
      bottom: 144px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-145px {
      bottom: 145px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-146px {
      bottom: 146px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-147px {
      bottom: 147px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-148px {
      bottom: 148px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-149px {
      bottom: 149px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-150px {
      bottom: 150px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-151px {
      bottom: 151px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-152px {
      bottom: 152px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-153px {
      bottom: 153px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-154px {
      bottom: 154px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-155px {
      bottom: 155px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-156px {
      bottom: 156px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-157px {
      bottom: 157px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-158px {
      bottom: 158px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-159px {
      bottom: 159px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-160px {
      bottom: 160px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-161px {
      bottom: 161px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-162px {
      bottom: 162px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-163px {
      bottom: 163px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-164px {
      bottom: 164px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-165px {
      bottom: 165px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-166px {
      bottom: 166px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-167px {
      bottom: 167px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-168px {
      bottom: 168px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-169px {
      bottom: 169px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-170px {
      bottom: 170px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-171px {
      bottom: 171px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-172px {
      bottom: 172px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-173px {
      bottom: 173px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-174px {
      bottom: 174px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-175px {
      bottom: 175px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-176px {
      bottom: 176px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-177px {
      bottom: 177px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-178px {
      bottom: 178px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-179px {
      bottom: 179px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-180px {
      bottom: 180px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-181px {
      bottom: 181px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-182px {
      bottom: 182px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-183px {
      bottom: 183px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-184px {
      bottom: 184px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-185px {
      bottom: 185px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-186px {
      bottom: 186px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-187px {
      bottom: 187px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-188px {
      bottom: 188px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-189px {
      bottom: 189px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-190px {
      bottom: 190px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-191px {
      bottom: 191px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-192px {
      bottom: 192px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-193px {
      bottom: 193px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-194px {
      bottom: 194px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-195px {
      bottom: 195px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-196px {
      bottom: 196px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-197px {
      bottom: 197px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-198px {
      bottom: 198px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-199px {
      bottom: 199px;
    }
    /* line 285, app/assets/stylesheets/ui/_space.scss */
    .lg-b-200px {
      bottom: 200px;
    }
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-0px {
    left: 0px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-1px {
    left: 1px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-2px {
    left: 2px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-3px {
    left: 3px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-4px {
    left: 4px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-5px {
    left: 5px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-6px {
    left: 6px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-7px {
    left: 7px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-8px {
    left: 8px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-9px {
    left: 9px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-10px {
    left: 10px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-11px {
    left: 11px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-12px {
    left: 12px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-13px {
    left: 13px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-14px {
    left: 14px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-15px {
    left: 15px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-16px {
    left: 16px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-17px {
    left: 17px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-18px {
    left: 18px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-19px {
    left: 19px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-20px {
    left: 20px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-21px {
    left: 21px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-22px {
    left: 22px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-23px {
    left: 23px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-24px {
    left: 24px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-25px {
    left: 25px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-26px {
    left: 26px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-27px {
    left: 27px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-28px {
    left: 28px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-29px {
    left: 29px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-30px {
    left: 30px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-31px {
    left: 31px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-32px {
    left: 32px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-33px {
    left: 33px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-34px {
    left: 34px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-35px {
    left: 35px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-36px {
    left: 36px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-37px {
    left: 37px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-38px {
    left: 38px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-39px {
    left: 39px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-40px {
    left: 40px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-41px {
    left: 41px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-42px {
    left: 42px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-43px {
    left: 43px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-44px {
    left: 44px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-45px {
    left: 45px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-46px {
    left: 46px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-47px {
    left: 47px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-48px {
    left: 48px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-49px {
    left: 49px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-50px {
    left: 50px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-51px {
    left: 51px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-52px {
    left: 52px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-53px {
    left: 53px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-54px {
    left: 54px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-55px {
    left: 55px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-56px {
    left: 56px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-57px {
    left: 57px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-58px {
    left: 58px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-59px {
    left: 59px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-60px {
    left: 60px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-61px {
    left: 61px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-62px {
    left: 62px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-63px {
    left: 63px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-64px {
    left: 64px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-65px {
    left: 65px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-66px {
    left: 66px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-67px {
    left: 67px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-68px {
    left: 68px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-69px {
    left: 69px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-70px {
    left: 70px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-71px {
    left: 71px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-72px {
    left: 72px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-73px {
    left: 73px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-74px {
    left: 74px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-75px {
    left: 75px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-76px {
    left: 76px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-77px {
    left: 77px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-78px {
    left: 78px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-79px {
    left: 79px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-80px {
    left: 80px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-81px {
    left: 81px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-82px {
    left: 82px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-83px {
    left: 83px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-84px {
    left: 84px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-85px {
    left: 85px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-86px {
    left: 86px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-87px {
    left: 87px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-88px {
    left: 88px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-89px {
    left: 89px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-90px {
    left: 90px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-91px {
    left: 91px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-92px {
    left: 92px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-93px {
    left: 93px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-94px {
    left: 94px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-95px {
    left: 95px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-96px {
    left: 96px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-97px {
    left: 97px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-98px {
    left: 98px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-99px {
    left: 99px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-100px {
    left: 100px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-101px {
    left: 101px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-102px {
    left: 102px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-103px {
    left: 103px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-104px {
    left: 104px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-105px {
    left: 105px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-106px {
    left: 106px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-107px {
    left: 107px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-108px {
    left: 108px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-109px {
    left: 109px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-110px {
    left: 110px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-111px {
    left: 111px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-112px {
    left: 112px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-113px {
    left: 113px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-114px {
    left: 114px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-115px {
    left: 115px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-116px {
    left: 116px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-117px {
    left: 117px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-118px {
    left: 118px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-119px {
    left: 119px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-120px {
    left: 120px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-121px {
    left: 121px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-122px {
    left: 122px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-123px {
    left: 123px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-124px {
    left: 124px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-125px {
    left: 125px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-126px {
    left: 126px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-127px {
    left: 127px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-128px {
    left: 128px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-129px {
    left: 129px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-130px {
    left: 130px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-131px {
    left: 131px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-132px {
    left: 132px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-133px {
    left: 133px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-134px {
    left: 134px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-135px {
    left: 135px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-136px {
    left: 136px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-137px {
    left: 137px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-138px {
    left: 138px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-139px {
    left: 139px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-140px {
    left: 140px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-141px {
    left: 141px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-142px {
    left: 142px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-143px {
    left: 143px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-144px {
    left: 144px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-145px {
    left: 145px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-146px {
    left: 146px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-147px {
    left: 147px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-148px {
    left: 148px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-149px {
    left: 149px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-150px {
    left: 150px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-151px {
    left: 151px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-152px {
    left: 152px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-153px {
    left: 153px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-154px {
    left: 154px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-155px {
    left: 155px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-156px {
    left: 156px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-157px {
    left: 157px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-158px {
    left: 158px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-159px {
    left: 159px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-160px {
    left: 160px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-161px {
    left: 161px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-162px {
    left: 162px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-163px {
    left: 163px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-164px {
    left: 164px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-165px {
    left: 165px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-166px {
    left: 166px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-167px {
    left: 167px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-168px {
    left: 168px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-169px {
    left: 169px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-170px {
    left: 170px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-171px {
    left: 171px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-172px {
    left: 172px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-173px {
    left: 173px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-174px {
    left: 174px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-175px {
    left: 175px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-176px {
    left: 176px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-177px {
    left: 177px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-178px {
    left: 178px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-179px {
    left: 179px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-180px {
    left: 180px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-181px {
    left: 181px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-182px {
    left: 182px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-183px {
    left: 183px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-184px {
    left: 184px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-185px {
    left: 185px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-186px {
    left: 186px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-187px {
    left: 187px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-188px {
    left: 188px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-189px {
    left: 189px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-190px {
    left: 190px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-191px {
    left: 191px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-192px {
    left: 192px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-193px {
    left: 193px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-194px {
    left: 194px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-195px {
    left: 195px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-196px {
    left: 196px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-197px {
    left: 197px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-198px {
    left: 198px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-199px {
    left: 199px;
  }
  /* line 294, app/assets/stylesheets/ui/_space.scss */
  .l-200px {
    left: 200px;
  }
  @media (max-width: 767.98px) {
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-0px {
      left: 0px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-1px {
      left: 1px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-2px {
      left: 2px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-3px {
      left: 3px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-4px {
      left: 4px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-5px {
      left: 5px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-6px {
      left: 6px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-7px {
      left: 7px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-8px {
      left: 8px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-9px {
      left: 9px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-10px {
      left: 10px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-11px {
      left: 11px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-12px {
      left: 12px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-13px {
      left: 13px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-14px {
      left: 14px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-15px {
      left: 15px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-16px {
      left: 16px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-17px {
      left: 17px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-18px {
      left: 18px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-19px {
      left: 19px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-20px {
      left: 20px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-21px {
      left: 21px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-22px {
      left: 22px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-23px {
      left: 23px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-24px {
      left: 24px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-25px {
      left: 25px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-26px {
      left: 26px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-27px {
      left: 27px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-28px {
      left: 28px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-29px {
      left: 29px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-30px {
      left: 30px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-31px {
      left: 31px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-32px {
      left: 32px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-33px {
      left: 33px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-34px {
      left: 34px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-35px {
      left: 35px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-36px {
      left: 36px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-37px {
      left: 37px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-38px {
      left: 38px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-39px {
      left: 39px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-40px {
      left: 40px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-41px {
      left: 41px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-42px {
      left: 42px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-43px {
      left: 43px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-44px {
      left: 44px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-45px {
      left: 45px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-46px {
      left: 46px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-47px {
      left: 47px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-48px {
      left: 48px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-49px {
      left: 49px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-50px {
      left: 50px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-51px {
      left: 51px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-52px {
      left: 52px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-53px {
      left: 53px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-54px {
      left: 54px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-55px {
      left: 55px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-56px {
      left: 56px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-57px {
      left: 57px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-58px {
      left: 58px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-59px {
      left: 59px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-60px {
      left: 60px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-61px {
      left: 61px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-62px {
      left: 62px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-63px {
      left: 63px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-64px {
      left: 64px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-65px {
      left: 65px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-66px {
      left: 66px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-67px {
      left: 67px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-68px {
      left: 68px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-69px {
      left: 69px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-70px {
      left: 70px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-71px {
      left: 71px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-72px {
      left: 72px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-73px {
      left: 73px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-74px {
      left: 74px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-75px {
      left: 75px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-76px {
      left: 76px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-77px {
      left: 77px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-78px {
      left: 78px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-79px {
      left: 79px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-80px {
      left: 80px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-81px {
      left: 81px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-82px {
      left: 82px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-83px {
      left: 83px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-84px {
      left: 84px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-85px {
      left: 85px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-86px {
      left: 86px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-87px {
      left: 87px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-88px {
      left: 88px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-89px {
      left: 89px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-90px {
      left: 90px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-91px {
      left: 91px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-92px {
      left: 92px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-93px {
      left: 93px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-94px {
      left: 94px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-95px {
      left: 95px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-96px {
      left: 96px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-97px {
      left: 97px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-98px {
      left: 98px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-99px {
      left: 99px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-100px {
      left: 100px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-101px {
      left: 101px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-102px {
      left: 102px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-103px {
      left: 103px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-104px {
      left: 104px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-105px {
      left: 105px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-106px {
      left: 106px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-107px {
      left: 107px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-108px {
      left: 108px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-109px {
      left: 109px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-110px {
      left: 110px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-111px {
      left: 111px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-112px {
      left: 112px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-113px {
      left: 113px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-114px {
      left: 114px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-115px {
      left: 115px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-116px {
      left: 116px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-117px {
      left: 117px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-118px {
      left: 118px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-119px {
      left: 119px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-120px {
      left: 120px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-121px {
      left: 121px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-122px {
      left: 122px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-123px {
      left: 123px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-124px {
      left: 124px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-125px {
      left: 125px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-126px {
      left: 126px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-127px {
      left: 127px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-128px {
      left: 128px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-129px {
      left: 129px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-130px {
      left: 130px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-131px {
      left: 131px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-132px {
      left: 132px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-133px {
      left: 133px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-134px {
      left: 134px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-135px {
      left: 135px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-136px {
      left: 136px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-137px {
      left: 137px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-138px {
      left: 138px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-139px {
      left: 139px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-140px {
      left: 140px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-141px {
      left: 141px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-142px {
      left: 142px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-143px {
      left: 143px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-144px {
      left: 144px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-145px {
      left: 145px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-146px {
      left: 146px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-147px {
      left: 147px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-148px {
      left: 148px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-149px {
      left: 149px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-150px {
      left: 150px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-151px {
      left: 151px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-152px {
      left: 152px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-153px {
      left: 153px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-154px {
      left: 154px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-155px {
      left: 155px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-156px {
      left: 156px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-157px {
      left: 157px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-158px {
      left: 158px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-159px {
      left: 159px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-160px {
      left: 160px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-161px {
      left: 161px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-162px {
      left: 162px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-163px {
      left: 163px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-164px {
      left: 164px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-165px {
      left: 165px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-166px {
      left: 166px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-167px {
      left: 167px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-168px {
      left: 168px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-169px {
      left: 169px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-170px {
      left: 170px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-171px {
      left: 171px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-172px {
      left: 172px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-173px {
      left: 173px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-174px {
      left: 174px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-175px {
      left: 175px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-176px {
      left: 176px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-177px {
      left: 177px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-178px {
      left: 178px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-179px {
      left: 179px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-180px {
      left: 180px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-181px {
      left: 181px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-182px {
      left: 182px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-183px {
      left: 183px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-184px {
      left: 184px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-185px {
      left: 185px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-186px {
      left: 186px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-187px {
      left: 187px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-188px {
      left: 188px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-189px {
      left: 189px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-190px {
      left: 190px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-191px {
      left: 191px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-192px {
      left: 192px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-193px {
      left: 193px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-194px {
      left: 194px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-195px {
      left: 195px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-196px {
      left: 196px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-197px {
      left: 197px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-198px {
      left: 198px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-199px {
      left: 199px;
    }
    /* line 301, app/assets/stylesheets/ui/_space.scss */
    .md-l-200px {
      left: 200px;
    }
  }
  @media (min-width: 768px) {
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-0px {
      left: 0px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-1px {
      left: 1px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-2px {
      left: 2px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-3px {
      left: 3px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-4px {
      left: 4px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-5px {
      left: 5px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-6px {
      left: 6px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-7px {
      left: 7px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-8px {
      left: 8px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-9px {
      left: 9px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-10px {
      left: 10px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-11px {
      left: 11px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-12px {
      left: 12px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-13px {
      left: 13px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-14px {
      left: 14px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-15px {
      left: 15px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-16px {
      left: 16px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-17px {
      left: 17px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-18px {
      left: 18px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-19px {
      left: 19px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-20px {
      left: 20px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-21px {
      left: 21px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-22px {
      left: 22px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-23px {
      left: 23px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-24px {
      left: 24px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-25px {
      left: 25px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-26px {
      left: 26px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-27px {
      left: 27px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-28px {
      left: 28px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-29px {
      left: 29px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-30px {
      left: 30px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-31px {
      left: 31px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-32px {
      left: 32px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-33px {
      left: 33px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-34px {
      left: 34px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-35px {
      left: 35px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-36px {
      left: 36px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-37px {
      left: 37px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-38px {
      left: 38px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-39px {
      left: 39px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-40px {
      left: 40px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-41px {
      left: 41px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-42px {
      left: 42px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-43px {
      left: 43px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-44px {
      left: 44px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-45px {
      left: 45px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-46px {
      left: 46px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-47px {
      left: 47px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-48px {
      left: 48px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-49px {
      left: 49px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-50px {
      left: 50px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-51px {
      left: 51px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-52px {
      left: 52px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-53px {
      left: 53px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-54px {
      left: 54px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-55px {
      left: 55px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-56px {
      left: 56px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-57px {
      left: 57px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-58px {
      left: 58px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-59px {
      left: 59px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-60px {
      left: 60px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-61px {
      left: 61px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-62px {
      left: 62px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-63px {
      left: 63px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-64px {
      left: 64px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-65px {
      left: 65px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-66px {
      left: 66px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-67px {
      left: 67px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-68px {
      left: 68px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-69px {
      left: 69px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-70px {
      left: 70px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-71px {
      left: 71px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-72px {
      left: 72px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-73px {
      left: 73px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-74px {
      left: 74px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-75px {
      left: 75px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-76px {
      left: 76px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-77px {
      left: 77px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-78px {
      left: 78px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-79px {
      left: 79px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-80px {
      left: 80px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-81px {
      left: 81px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-82px {
      left: 82px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-83px {
      left: 83px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-84px {
      left: 84px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-85px {
      left: 85px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-86px {
      left: 86px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-87px {
      left: 87px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-88px {
      left: 88px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-89px {
      left: 89px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-90px {
      left: 90px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-91px {
      left: 91px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-92px {
      left: 92px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-93px {
      left: 93px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-94px {
      left: 94px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-95px {
      left: 95px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-96px {
      left: 96px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-97px {
      left: 97px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-98px {
      left: 98px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-99px {
      left: 99px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-100px {
      left: 100px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-101px {
      left: 101px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-102px {
      left: 102px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-103px {
      left: 103px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-104px {
      left: 104px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-105px {
      left: 105px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-106px {
      left: 106px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-107px {
      left: 107px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-108px {
      left: 108px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-109px {
      left: 109px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-110px {
      left: 110px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-111px {
      left: 111px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-112px {
      left: 112px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-113px {
      left: 113px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-114px {
      left: 114px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-115px {
      left: 115px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-116px {
      left: 116px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-117px {
      left: 117px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-118px {
      left: 118px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-119px {
      left: 119px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-120px {
      left: 120px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-121px {
      left: 121px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-122px {
      left: 122px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-123px {
      left: 123px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-124px {
      left: 124px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-125px {
      left: 125px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-126px {
      left: 126px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-127px {
      left: 127px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-128px {
      left: 128px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-129px {
      left: 129px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-130px {
      left: 130px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-131px {
      left: 131px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-132px {
      left: 132px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-133px {
      left: 133px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-134px {
      left: 134px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-135px {
      left: 135px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-136px {
      left: 136px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-137px {
      left: 137px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-138px {
      left: 138px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-139px {
      left: 139px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-140px {
      left: 140px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-141px {
      left: 141px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-142px {
      left: 142px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-143px {
      left: 143px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-144px {
      left: 144px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-145px {
      left: 145px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-146px {
      left: 146px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-147px {
      left: 147px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-148px {
      left: 148px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-149px {
      left: 149px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-150px {
      left: 150px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-151px {
      left: 151px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-152px {
      left: 152px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-153px {
      left: 153px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-154px {
      left: 154px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-155px {
      left: 155px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-156px {
      left: 156px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-157px {
      left: 157px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-158px {
      left: 158px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-159px {
      left: 159px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-160px {
      left: 160px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-161px {
      left: 161px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-162px {
      left: 162px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-163px {
      left: 163px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-164px {
      left: 164px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-165px {
      left: 165px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-166px {
      left: 166px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-167px {
      left: 167px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-168px {
      left: 168px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-169px {
      left: 169px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-170px {
      left: 170px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-171px {
      left: 171px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-172px {
      left: 172px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-173px {
      left: 173px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-174px {
      left: 174px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-175px {
      left: 175px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-176px {
      left: 176px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-177px {
      left: 177px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-178px {
      left: 178px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-179px {
      left: 179px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-180px {
      left: 180px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-181px {
      left: 181px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-182px {
      left: 182px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-183px {
      left: 183px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-184px {
      left: 184px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-185px {
      left: 185px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-186px {
      left: 186px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-187px {
      left: 187px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-188px {
      left: 188px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-189px {
      left: 189px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-190px {
      left: 190px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-191px {
      left: 191px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-192px {
      left: 192px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-193px {
      left: 193px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-194px {
      left: 194px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-195px {
      left: 195px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-196px {
      left: 196px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-197px {
      left: 197px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-198px {
      left: 198px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-199px {
      left: 199px;
    }
    /* line 309, app/assets/stylesheets/ui/_space.scss */
    .lg-l-200px {
      left: 200px;
    }
  }
  /* line 330, app/assets/stylesheets/ui/_space.scss */
  .p-lr-16px {
    padding-left: 16px;
    padding-right: 16px;
  }
  /* line 335, app/assets/stylesheets/ui/_space.scss */
  .p-tb-32px {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  /* line 340, app/assets/stylesheets/ui/_space.scss */
  .mt-12px-decr {
    margin-top: -12px;
  }
  /* line 344, app/assets/stylesheets/ui/_space.scss */
  .g-0 {
    margin: 0;
    padding: 0;
  }
  /* line 349, app/assets/stylesheets/ui/_space.scss */
  .gx-0 {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 356, app/assets/stylesheets/ui/_space.scss */
  .no-margin {
    margin: 0;
  }
  /* line 360, app/assets/stylesheets/ui/_space.scss */
  .no-padding {
    padding: 0;
  }
  /* line 364, app/assets/stylesheets/ui/_space.scss */
  .no-margin-lr {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 369, app/assets/stylesheets/ui/_space.scss */
  .no-padding-lr {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 374, app/assets/stylesheets/ui/_space.scss */
  .no-padding-r {
    padding-right: 0;
  }
  /* line 378, app/assets/stylesheets/ui/_space.scss */
  .no-padding-l {
    padding-left: 0;
  }
  /* line 382, app/assets/stylesheets/ui/_space.scss */
  .w-144px {
    width: 144px;
  }
  /* line 386, app/assets/stylesheets/ui/_space.scss */
  .w-313px {
    width: 313px;
  }
  /* line 390, app/assets/stylesheets/ui/_space.scss */
  .w-901px {
    width: 901px;
  }
  /* line 394, app/assets/stylesheets/ui/_space.scss */
  .w-920px {
    width: 920px;
  }
  /* line 398, app/assets/stylesheets/ui/_space.scss */
  .min-w-135px {
    min-width: 135px;
  }
  /* line 402, app/assets/stylesheets/ui/_space.scss */
  .max-w-160px {
    max-width: 160px;
  }
  /* line 406, app/assets/stylesheets/ui/_space.scss */
  .max-w-920px {
    max-width: 920px !important;
  }
  /* line 410, app/assets/stylesheets/ui/_space.scss */
  .relative {
    position: relative;
  }
  /* line 414, app/assets/stylesheets/ui/_space.scss */
  .absolute {
    position: absolute;
  }
  /* line 418, app/assets/stylesheets/ui/_space.scss */
  .center-space-between {
    justify-content: space-between;
    align-items: center;
  }
  /* line 423, app/assets/stylesheets/ui/_space.scss */
  .x-center {
    justify-content: center;
  }
  /* line 427, app/assets/stylesheets/ui/_space.scss */
  .y-center {
    align-items: center;
  }
  /* line 431, app/assets/stylesheets/ui/_space.scss */
  .custom-padding {
    padding-left: 13px;
    padding-right: 48px;
  }
  /* line 436, app/assets/stylesheets/ui/_space.scss */
  .solid-line {
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    height: 1px;
  }
  /* line 441, app/assets/stylesheets/ui/_space.scss */
  .h-130px {
    height: 130px;
  }
  /* line 445, app/assets/stylesheets/ui/_space.scss */
  .h-200px {
    height: 200px !important;
  }
  /* line 449, app/assets/stylesheets/ui/_space.scss */
  .h-214px,
textarea.h-214px {
    height: 214px;
  }
  /* line 454, app/assets/stylesheets/ui/_space.scss */
  .h-218px {
    height: 218px;
  }
  /* line 458, app/assets/stylesheets/ui/_space.scss */
  .h-219px {
    height: 219px;
  }
  /* line 462, app/assets/stylesheets/ui/_space.scss */
  .h-283px {
    height: 283px;
  }
  /* line 466, app/assets/stylesheets/ui/_space.scss */
  .h-284px {
    height: 284px;
  }
  /* line 470, app/assets/stylesheets/ui/_space.scss */
  .h-336px {
    height: 336px;
  }
  /* line 475, app/assets/stylesheets/ui/_space.scss */
  .max-h-435px {
    max-height: 435px;
    overflow-y: scroll;
  }
  /* line 480, app/assets/stylesheets/ui/_space.scss */
  .min-h-214px {
    min-height: 214px;
  }
  /* line 484, app/assets/stylesheets/ui/_space.scss */
  .ml-8-p-5px {
    margin-left: 8.5px;
  }
  /* line 488, app/assets/stylesheets/ui/_space.scss */
  .mr-17-p-5px {
    margin-right: 17.5px;
  }
  /* line 492, app/assets/stylesheets/ui/_space.scss */
  .ml-n-5px {
    margin-left: -5px;
  }
  /* line 496, app/assets/stylesheets/ui/_space.scss */
  .close-icon-padding {
    padding-top: 26px !important;
    padding-right: 32px !important;
  }
  /* line 501, app/assets/stylesheets/ui/_space.scss */
  .divider {
    height: 1px;
    border-bottom: 1px solid #D8D9D9;
    width: 100%;
  }
  @media (max-width: 767.98px) {
    /* line 508, app/assets/stylesheets/ui/_space.scss */
    .w-901px {
      width: 100%;
    }
    /* line 512, app/assets/stylesheets/ui/_space.scss */
    .custom-padding {
      padding-left: 0px;
      padding-right: 0px;
    }
  }
  /* line 1, app/assets/stylesheets/ui/_grid.scss */
  .ui-col-f-89 {
    max-width: 89px;
  }
  /* line 5, app/assets/stylesheets/ui/_grid.scss */
  .border-bottom {
    border-bottom: 1px solid #D8D9D9 !important;
  }
  /* line 9, app/assets/stylesheets/ui/_grid.scss */
  .ui-row {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 14, app/assets/stylesheets/ui/_grid.scss */
  .ui-blast-row {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 19, app/assets/stylesheets/ui/_grid.scss */
  .col-w-30px {
    display: inline-block;
    width: 30px;
  }
  /* line 24, app/assets/stylesheets/ui/_grid.scss */
  .col-w-30px-1 {
    display: inline-block;
    width: calc(100% - 30px);
  }
  /* line 29, app/assets/stylesheets/ui/_grid.scss */
  .col-w-40px {
    display: inline-block;
    width: 40px;
  }
  /* line 34, app/assets/stylesheets/ui/_grid.scss */
  .col-w-40px-1 {
    display: inline-block;
    width: calc(100% - 40px);
  }
  /* line 39, app/assets/stylesheets/ui/_grid.scss */
  .col-w-80px {
    display: inline-block;
    width: 80px;
  }
  /* line 44, app/assets/stylesheets/ui/_grid.scss */
  .col-w-80px-1 {
    display: inline-block;
    width: calc(100% - 80px);
  }
  /* line 49, app/assets/stylesheets/ui/_grid.scss */
  .col-w-104px {
    display: inline-block;
    width: 104px;
  }
  /* line 54, app/assets/stylesheets/ui/_grid.scss */
  .col-w-104px-1,
.col-w-104px-auto {
    display: inline-block;
    width: calc(100% - 104px);
  }
  /* line 60, app/assets/stylesheets/ui/_grid.scss */
  .col-w-560px {
    display: inline-block;
    width: 560px;
  }
  /* line 65, app/assets/stylesheets/ui/_grid.scss */
  .col-w-322px {
    display: inline-block;
    width: 322px;
  }
  /* line 69, app/assets/stylesheets/ui/_grid.scss */
  .col-w-322px .pd-right-contact-form {
    padding-right: 28px;
  }
  /* line 73, app/assets/stylesheets/ui/_grid.scss */
  .col-w-322px .pd-left-contact-form {
    padding-left: 28px;
  }
  /* line 77, app/assets/stylesheets/ui/_grid.scss */
  .col-w-322px .select-contact-form {
    padding-left: 28px;
    padding-right: 37px;
  }
  /* line 83, app/assets/stylesheets/ui/_grid.scss */
  .ui-blast-col-first {
    display: inline-block;
    width: 104px;
  }
  /* line 88, app/assets/stylesheets/ui/_grid.scss */
  .ui-blast-col-second {
    display: inline-block;
    width: calc(100% - 104px);
  }
  /* line 95, app/assets/stylesheets/ui/_grid.scss */
  .sub-title-inline-list li,
ul.sub-title-inline-list li {
    display: inline;
    font-weight: 400;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #6c757d;
  }
  /* line 102, app/assets/stylesheets/ui/_grid.scss */
  .sub-title-inline-list li:not(:first-child):before,
ul.sub-title-inline-list li:not(:first-child):before {
    content: " • ";
    color: #D8D9D9;
    margin-right: 8px;
    margin-left: 8px;
  }
  /* line 110, app/assets/stylesheets/ui/_grid.scss */
  .border-box-shadow-row {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04), 0px -4px 4px rgba(43, 43, 43, 0.04);
    border-radius: 0px 0px 4px 4px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  /* line 118, app/assets/stylesheets/ui/_grid.scss */
  .ui-contact-group-row .ui-contact-group-col {
    margin-bottom: 16px;
  }
  /* line 122, app/assets/stylesheets/ui/_grid.scss */
  .ui-contact-group-row .ui-contact-group-col:not(:first-child) {
    padding-left: 0;
  }
  /* line 126, app/assets/stylesheets/ui/_grid.scss */
  .ui-contact-group-row .ui-contact-group-col:nth-child(4n + 1) {
    padding-left: 15px;
  }
  @media (max-width: 767.98px) {
    /* line 133, app/assets/stylesheets/ui/_grid.scss */
    .ui-contact-group-row .ui-contact-group-col {
      margin-bottom: 16px;
      padding-left: 0;
      padding-right: 0;
    }
    /* line 139, app/assets/stylesheets/ui/_grid.scss */
    .ui-contact-group-row .ui-contact-group-col:not(:first-child) {
      padding-left: 0;
    }
    /* line 143, app/assets/stylesheets/ui/_grid.scss */
    .ui-contact-group-row .ui-contact-group-col:nth-child(4n + 1) {
      padding-left: 0;
    }
    /* line 148, app/assets/stylesheets/ui/_grid.scss */
    .ui-blast-col-first {
      display: inline-block;
      width: 80px;
    }
    /* line 153, app/assets/stylesheets/ui/_grid.scss */
    .ui-blast-col-second {
      display: inline-block;
      width: calc(100% - 80px);
    }
    /* line 158, app/assets/stylesheets/ui/_grid.scss */
    .col-w-560px {
      display: inline-block;
      width: 100%;
    }
    /* line 163, app/assets/stylesheets/ui/_grid.scss */
    .col-w-322px {
      width: 100%;
    }
    /* line 166, app/assets/stylesheets/ui/_grid.scss */
    .col-w-322px .pd-right-contact-form {
      padding-right: 0;
    }
    /* line 170, app/assets/stylesheets/ui/_grid.scss */
    .col-w-322px .pd-left-contact-form {
      padding-left: 0;
    }
    /* line 174, app/assets/stylesheets/ui/_grid.scss */
    .col-w-322px .select-contact-form {
      padding-left: 0;
      padding-right: 0;
    }
  }
  /* line 1, app/assets/stylesheets/ui/_badge.scss */
  .ui-badge {
    padding: 4px 8px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 17px;
    color: #6c757d;
    background-color: #f5f6f8;
  }
  /* line 11, app/assets/stylesheets/ui/_badge.scss */
  .ui-badge-warning {
    background-color: #FEF1E7;
    color: #E4710B;
  }
  /* line 16, app/assets/stylesheets/ui/_badge.scss */
  .ui-badge-info {
    background-color: #E1EFD8;
    color: #597E25;
  }
  /* line 21, app/assets/stylesheets/ui/_badge.scss */
  .ui-badge-success {
    background-color: #E1EFD8;
    color: #597E25;
  }
  /* line 26, app/assets/stylesheets/ui/_badge.scss */
  .ui-badge-danger {
    background-color: #F8D7DA;
    color: #dc3545;
  }
  /* line 1, app/assets/stylesheets/ui/_modal.scss */
  .ui-modal-dialog {
    max-width: 837px;
  }
  /* line 4, app/assets/stylesheets/ui/_modal.scss */
  .ui-modal-dialog .close {
    font-weight: 400;
  }
  /* line 9, app/assets/stylesheets/ui/_modal.scss */
  .ui-modal-content {
    padding: 0 84px 72px 84px;
  }
  /* line 13, app/assets/stylesheets/ui/_modal.scss */
  .ui-modal-mean-icon {
    position: absolute;
    top: -32px;
  }
  /* line 18, app/assets/stylesheets/ui/_modal.scss */
  .confirmation-modal-border {
    border-radius: 0;
  }
  /* line 21, app/assets/stylesheets/ui/_modal.scss */
  .confirmation-modal-border .bg-shade {
    background-color: #F9F9F9;
  }
  /* line 25, app/assets/stylesheets/ui/_modal.scss */
  .confirmation-modal-border .p-10 {
    padding: 10px !important;
  }
  /* line 30, app/assets/stylesheets/ui/_modal.scss */
  .confirmation-modal-dialog {
    max-width: 896px;
  }
  /* line 33, app/assets/stylesheets/ui/_modal.scss */
  .confirmation-modal-dialog .close {
    font-weight: 400;
  }
  /* line 38, app/assets/stylesheets/ui/_modal.scss */
  .buy-more-credits-modal-dialog {
    max-width: 920px;
  }
  /* line 42, app/assets/stylesheets/ui/_modal.scss */
  .confirmation-modal-content {
    padding-left: 119px;
    padding-right: 106px;
  }
  /* line 47, app/assets/stylesheets/ui/_modal.scss */
  .confirmation-modal-content-text-message {
    padding-left: 119px;
    padding-right: 121px;
  }
  /* line 52, app/assets/stylesheets/ui/_modal.scss */
  .email-submitted-modal-content {
    padding-left: 184px;
    padding-right: 185px;
  }
  /* line 57, app/assets/stylesheets/ui/_modal.scss */
  .confirmation-modal-preview {
    background: #f9f9f9;
    border: 1px solid #d8d9d9;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 16px 9px 0px 9px;
    padding-bottom: 24px;
  }
  /* line 65, app/assets/stylesheets/ui/_modal.scss */
  .confirmation-modal-preview .subject-box {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    line-height: 1;
  }
  /* line 72, app/assets/stylesheets/ui/_modal.scss */
  .confirmation-modal-preview .content-box {
    padding-left: 24px;
    padding-top: 6px;
    line-height: 1;
    padding-right: 63px;
  }
  /* line 80, app/assets/stylesheets/ui/_modal.scss */
  .buy-success-modal-dialog {
    min-width: 920px;
  }
  /* line 84, app/assets/stylesheets/ui/_modal.scss */
  .buy-success-modal-body {
    padding: 77.33px 60px 26px 60px;
  }
  /* line 87, app/assets/stylesheets/ui/_modal.scss */
  .buy-success-modal-body .buy-success-text-box {
    margin-top: 36.33px;
  }
  /* line 91, app/assets/stylesheets/ui/_modal.scss */
  .confirmation-modal-preview-text-message {
    background: #f9f9f9;
    border: 1px solid #d8d9d9;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 16px 0px 0px 0px;
    padding: 24px 43px 32px 34px;
  }
  /* line 99, app/assets/stylesheets/ui/_modal.scss */
  .confirmation-modal-preview-text-message .subject-box {
    line-height: 1;
  }
  /* line 103, app/assets/stylesheets/ui/_modal.scss */
  .confirmation-modal-preview-text-message .min-h-50px {
    min-height: 50px;
  }
  /* line 107, app/assets/stylesheets/ui/_modal.scss */
  .confirmation-modal-preview-text-message .message-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  @supports (-webkit-line-clamp: 2) {
    /* line 107, app/assets/stylesheets/ui/_modal.scss */
    .confirmation-modal-preview-text-message .message-text {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: initial;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }
  }
  /* line 123, app/assets/stylesheets/ui/_modal.scss */
  .message-sent-modal-content {
    padding-left: 121px;
    padding-right: 122px;
  }
  /* line 128, app/assets/stylesheets/ui/_modal.scss */
  .pro-congratulation-modal-dialog {
    min-width: 920px;
  }
  /* line 131, app/assets/stylesheets/ui/_modal.scss */
  .pro-congratulation-modal-dialog .pro-congratulation-modal-body {
    padding: 111px 60px 26px 60px;
  }
  /* line 135, app/assets/stylesheets/ui/_modal.scss */
  .pro-congratulation-modal-dialog .pro-congratulation-text-box {
    margin-top: 26px;
  }
  /* line 140, app/assets/stylesheets/ui/_modal.scss */
  .support-congratulation-modal-dialog {
    min-width: 920px;
    text-align: center;
  }
  /* line 144, app/assets/stylesheets/ui/_modal.scss */
  .support-congratulation-modal-dialog .support-congratulation-modal-body {
    padding: 90px 60px 90px 60px;
  }
  /* line 148, app/assets/stylesheets/ui/_modal.scss */
  .support-congratulation-modal-dialog .support-congratulation-text-box {
    margin-top: 26px;
  }
  /* line 154, app/assets/stylesheets/ui/_modal.scss */
  .custom-info-modal .modal-content {
    width: 600px;
    height: 350px;
    border-radius: 0;
  }
  /* line 160, app/assets/stylesheets/ui/_modal.scss */
  .custom-info-modal .modal-header {
    border-bottom: none;
  }
  /* line 163, app/assets/stylesheets/ui/_modal.scss */
  .custom-info-modal .modal-header button.close {
    font-size: 40px;
  }
  /* line 168, app/assets/stylesheets/ui/_modal.scss */
  .custom-info-modal .modal-body {
    padding-top: 0;
  }
  /* line 171, app/assets/stylesheets/ui/_modal.scss */
  .custom-info-modal .modal-body .title-text {
    color: #719B3E;
    font-size: 20px;
  }
  /* line 176, app/assets/stylesheets/ui/_modal.scss */
  .custom-info-modal .modal-body .body-text {
    padding: 30px;
    font-size: 15px;
    opacity: 0.6;
  }
  /* line 182, app/assets/stylesheets/ui/_modal.scss */
  .custom-info-modal .modal-body .btn-close {
    border: 1px solid #ccc;
    padding: 10px 30px;
  }
  /* line 189, app/assets/stylesheets/ui/_modal.scss */
  .custom-info-modal.setup-complete .modal-content {
    width: 700px;
    height: 500px;
  }
  /* line 194, app/assets/stylesheets/ui/_modal.scss */
  .custom-info-modal.setup-complete .icon-container {
    margin: auto;
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 24px;
    background-color: #F9F9F9;
    border-radius: 32px;
    width: 100px;
    height: 100px;
  }
  /* line 206, app/assets/stylesheets/ui/_modal.scss */
  .custom-info-modal.setup-complete .title-text1 {
    font-weight: 600;
    font-size: 20px;
  }
  /* line 211, app/assets/stylesheets/ui/_modal.scss */
  .custom-info-modal.setup-complete .title-text2 {
    font-weight: 400;
    font-size: 16px;
  }
  /* line 216, app/assets/stylesheets/ui/_modal.scss */
  .custom-info-modal.setup-complete .btn-close {
    background-color: white;
  }
  /* line 222, app/assets/stylesheets/ui/_modal.scss */
  .modal-backdrop {
    opacity: 0.5 !important;
  }
  @media (max-width: 767.98px) {
    /* line 227, app/assets/stylesheets/ui/_modal.scss */
    .ui-modal-content {
      padding: 0 15px;
    }
    /* line 231, app/assets/stylesheets/ui/_modal.scss */
    .confirmation-modal-content {
      padding-left: 15px;
      padding-right: 15px;
    }
    /* line 236, app/assets/stylesheets/ui/_modal.scss */
    .email-submitted-modal-content {
      padding-left: 15px;
      padding-right: 15px;
    }
    /* line 241, app/assets/stylesheets/ui/_modal.scss */
    .message-sent-modal-content {
      padding-left: 15px;
      padding-right: 15px;
    }
    /* line 246, app/assets/stylesheets/ui/_modal.scss */
    .confirmation-modal-content-text-message {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  /* line 1, app/assets/stylesheets/ui/_import_contact.scss */
  .ui-h6-normal-checkbox, input.ui-h6-normal-checkbox {
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #343a40;
    line-height: 25px !important;
    margin: 0;
  }
  /* line 10, app/assets/stylesheets/ui/_import_contact.scss */
  .ui-h5-normal-upload {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #343a40;
    margin-top: 16px;
    line-height: 26px;
    text-transform: none !important;
  }
  /* line 19, app/assets/stylesheets/ui/_import_contact.scss */
  .checkbox-size {
    line-height: 25px !important;
    margin: 5px 13px 0 8px !important;
  }
  /* line 24, app/assets/stylesheets/ui/_import_contact.scss */
  .checkbox-form-check-inline {
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-left: 0;
    padding-top: 44px;
  }
  /* line 37, app/assets/stylesheets/ui/_import_contact.scss */
  .choose-file-btn {
    cursor: pointer !important;
  }
  /* line 41, app/assets/stylesheets/ui/_import_contact.scss */
  .create-import-buttons-group {
    padding-top: 58px;
    padding-bottom: 310px;
    display: flex !important;
  }
  /* line 49, app/assets/stylesheets/ui/_import_contact.scss */
  .import-button-padding {
    padding-top: 12px !important;
    padding-bottom: 10px !important;
  }
  /* line 54, app/assets/stylesheets/ui/_import_contact.scss */
  .import-btn {
    height: 48px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  /* line 60, app/assets/stylesheets/ui/_import_contact.scss */
  .create-import-btn {
    margin-right: 33px;
  }
  /* line 64, app/assets/stylesheets/ui/_import_contact.scss */
  .font-size-16 {
    font-size: 16px !important;
  }
  /* line 68, app/assets/stylesheets/ui/_import_contact.scss */
  .import-tool-box {
    padding: 41px 14px 0px 23px;
  }
  @media (max-width: 767.98px) {
    /* line 73, app/assets/stylesheets/ui/_import_contact.scss */
    .checkbox-form-check-inline {
      padding-right: 0;
      padding-top: 30px;
    }
    /* line 78, app/assets/stylesheets/ui/_import_contact.scss */
    .create-import-btn {
      margin: 0 0 15px 0;
    }
    /* line 82, app/assets/stylesheets/ui/_import_contact.scss */
    .import-btn {
      height: 40px !important;
      padding-left: 30px !important;
      padding-right: 30px !important;
      width: 100%;
    }
    /* line 89, app/assets/stylesheets/ui/_import_contact.scss */
    .create-import-buttons-group {
      display: block !important;
    }
    /* line 93, app/assets/stylesheets/ui/_import_contact.scss */
    .checkbox-size {
      line-height: 25px !important;
      margin: 5px 5px 0 8px !important;
    }
    /* line 98, app/assets/stylesheets/ui/_import_contact.scss */
    .file-label {
      width: 100%;
      display: block;
    }
  }
  @media (max-width: 520px) {
    /* line 106, app/assets/stylesheets/ui/_import_contact.scss */
    .checkbox-form-check-inline input.checkbox-size[type='checkbox'] {
      width: 30px;
      height: 30px;
    }
  }
  @media (max-width: 400px) {
    /* line 115, app/assets/stylesheets/ui/_import_contact.scss */
    .checkbox-form-check-inline input.checkbox-size[type='checkbox'] {
      width: 35px;
      height: 35px;
    }
  }
  @media (max-width: 320px) {
    /* line 124, app/assets/stylesheets/ui/_import_contact.scss */
    .checkbox-form-check-inline input.checkbox-size[type='checkbox'] {
      width: 50px;
      height: 50px;
    }
  }
  /* line 1, app/assets/stylesheets/ui/_custom_ion_rangeSlider.scss */
  .irs--round .irs-line {
    background: #D8D9D9;
    height: 6px;
    border-radius: 10px;
  }
  /* line 7, app/assets/stylesheets/ui/_custom_ion_rangeSlider.scss */
  .irs--round .irs-bar {
    height: 6px;
    background-color: #6A962C !important;
  }
  /* line 12, app/assets/stylesheets/ui/_custom_ion_rangeSlider.scss */
  .irs--round .irs-handle {
    top: 30px;
    height: 16px;
    width: 16px;
    border-style: none !important;
    background: #FFFFFF !important;
    box-shadow: 0px 1px 5px rgba(31, 44, 70, 0.2);
  }
  /* line 21, app/assets/stylesheets/ui/_custom_ion_rangeSlider.scss */
  .irs--round .irs-min, .irs--round .irs-max {
    display: none;
  }
  /* line 25, app/assets/stylesheets/ui/_custom_ion_rangeSlider.scss */
  .irs--round .irs-single {
    background-color: transparent !important;
    border-style: none;
    color: #343A40 !important;
    font-size: 14px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 25px;
  }
  /* line 35, app/assets/stylesheets/ui/_custom_ion_rangeSlider.scss */
  .irs--round .irs-single:before {
    border-top-color: white !important;
  }
  /* line 39, app/assets/stylesheets/ui/_custom_ion_rangeSlider.scss */
  .irs--round .irs-single:after {
    content: ' people';
    font-weight: 400;
  }
  /* line 44, app/assets/stylesheets/ui/_custom_ion_rangeSlider.scss */
  .money_format:before {
    content: '$';
  }
  /* line 2, app/assets/stylesheets/ui/_list.scss */
  .ui-list-group .ui-list-group-item {
    margin-bottom: 16px;
    border: 1px solid #D8D9D9;
    background: #F9F9F9;
    color: #343A40;
    height: 50px;
  }
  /* line 10, app/assets/stylesheets/ui/_list.scss */
  .ui-list-group .ui-list-group-item:first-child,
.ui-list-group .ui-list-group-item:last-child {
    border-radius: 0;
  }
  /* line 16, app/assets/stylesheets/ui/_list.scss */
  .ui-list-group-2-cols {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 50px;
  }
  /* line 22, app/assets/stylesheets/ui/_list.scss */
  .ui-list-group-2-cols .ui-list-group-item {
    margin-bottom: 16px;
    border: 1px solid #D8D9D9;
    background: #F9F9F9;
    color: #343A40;
  }
  /* line 29, app/assets/stylesheets/ui/_list.scss */
  .ui-list-group-2-cols .ui-list-group-item:nth-child(odd) {
    width: calc(50% - 15px);
    margin-right: 15px;
  }
  /* line 34, app/assets/stylesheets/ui/_list.scss */
  .ui-list-group-2-cols .ui-list-group-item:nth-child(even) {
    width: calc(50% - 15px);
    margin-left: 15px;
  }
  /* line 39, app/assets/stylesheets/ui/_list.scss */
  .ui-list-group-2-cols .ui-list-group-item:first-child,
.ui-list-group-2-cols .ui-list-group-item:last-child {
    border-radius: 0;
  }
  @media (max-width: 767.98px) {
    /* line 46, app/assets/stylesheets/ui/_list.scss */
    .ui-list-group-2-cols {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      margin-bottom: 50px;
    }
    /* line 52, app/assets/stylesheets/ui/_list.scss */
    .ui-list-group-2-cols .ui-list-group-item {
      margin-bottom: 16px;
      border: 1px solid #D8D9D9;
      background: #F9F9F9;
      color: #343A40;
      width: 100%;
    }
    /* line 60, app/assets/stylesheets/ui/_list.scss */
    .ui-list-group-2-cols .ui-list-group-item:nth-child(odd) {
      width: 100%;
      margin-right: 0;
    }
    /* line 65, app/assets/stylesheets/ui/_list.scss */
    .ui-list-group-2-cols .ui-list-group-item:nth-child(even) {
      width: 100%;
      margin-left: 0;
    }
    /* line 70, app/assets/stylesheets/ui/_list.scss */
    .ui-list-group-2-cols .ui-list-group-item:first-child,
.ui-list-group-2-cols .ui-list-group-item:last-child {
      border-radius: 0;
    }
  }
  /* line 1, app/assets/stylesheets/ui/_custom.scss */
  .ui-link-blue {
    color: #4D86BA !important;
  }
  /* line 5, app/assets/stylesheets/ui/_custom.scss */
  .ui-no-padding {
    padding: unset;
  }
  /* line 9, app/assets/stylesheets/ui/_custom.scss */
  .dataTables_wrapper .row {
    width: 100% !important;
  }
  /* line 13, app/assets/stylesheets/ui/_custom.scss */
  .faded-bottom-sidepanel {
    -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 85%);
    mask-image: linear-gradient(to bottom, black 50%, transparent 85%);
  }
  /* line 18, app/assets/stylesheets/ui/_custom.scss */
  .faded-bottom-sidepanel-elite {
    -webkit-mask-image: linear-gradient(to bottom, black 30%, transparent 59%);
    mask-image: linear-gradient(to bottom, black 30%, transparent 59%);
  }
  /* line 23, app/assets/stylesheets/ui/_custom.scss */
  .non-us-sidepanel-btn {
    transform: translateY(calc(100% - 157px));
  }
  /* line 27, app/assets/stylesheets/ui/_custom.scss */
  .non-us-sidepanel-btn-elite {
    transform: translateY(calc(100% - 280px));
  }
  /* line 31, app/assets/stylesheets/ui/_custom.scss */
  .bg-light-green {
    background-color: #F1F8ED !important;
  }
  /* line 1, app/assets/stylesheets/ui/_custom_dropdown.scss */
  .custom-dropdown {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/ui/_custom_dropdown.scss */
  .custom-dropdown ul {
    display: none;
    position: absolute;
    background: #fff;
    list-style: none;
    border: 1px solid #f0f0f0;
    line-height: 1em;
    top: 0px;
    left: 0px;
    box-shadow: 0px 0px 3px 1px #ccc;
    padding: 0;
    margin: 0;
    z-index: 1;
    height: auth;
    max-height: 300px;
    width: 100%;
    margin-top: 50px;
    overflow-y: scroll;
  }
  /* line 24, app/assets/stylesheets/ui/_custom_dropdown.scss */
  .custom-dropdown ul li {
    padding: 0.8em;
    cursor: pointer;
    transition: background 250ms;
  }
  /* line 28, app/assets/stylesheets/ui/_custom_dropdown.scss */
  .custom-dropdown ul li:hover {
    background: #f0f0f0;
  }
  /* line 1, app/assets/stylesheets/ui/_datatables.scss */
  .dataTable > thead > tr > th[class*="sort"]:before,
.dataTable > thead > tr > th[class*="sort"]:after {
    content: "" !important;
  }
  /* line 6, app/assets/stylesheets/ui/_datatables.scss */
  table.dataTable thead th {
    background: transparent !important;
    white-space: nowrap;
  }
  /* line 11, app/assets/stylesheets/ui/_datatables.scss */
  table.dataTable thead span.datatable-sort-icon {
    display: inline-block;
    padding-left: 5px;
    width: 14px;
    height: 14px;
    transform: translate(0px, 3px);
  }
  /* line 19, app/assets/stylesheets/ui/_datatables.scss */
  table.dataTable thead .sorting span {
    background: url(/assets/ui/double-chevron-93ffbca80d53dd99d99d5cbcd25c4cfc5e3543ee4acc2ba3e45393cd4ead3826.svg) no-repeat 50% 50%;
  }
  /* line 20, app/assets/stylesheets/ui/_datatables.scss */
  table.dataTable thead .sorting_asc span {
    background: url(/assets/ui/chevron-up-691d7f06f1d6ad1d885d891fd27ac1871f41e7c617dfb4f7e8319cf61621450a.svg) no-repeat 50% 50%;
  }
  /* line 21, app/assets/stylesheets/ui/_datatables.scss */
  table.dataTable thead .sorting_desc span {
    background: url(/assets/ui/chevron-down-764e08e148f1a83c014f136050e5d4c84ce52ad5e46b47b23e8e5981a03f888f.svg) no-repeat 50% 50%;
  }
  /* line 23, app/assets/stylesheets/ui/_datatables.scss */
  ul.pagination {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-auto-flow: column;
    float: right;
  }
  /* line 31, app/assets/stylesheets/ui/_datatables.scss */
  ul.pagination li {
    display: inline;
  }
  /* line 33, app/assets/stylesheets/ui/_datatables.scss */
  ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
  }
  /* line 41, app/assets/stylesheets/ui/_datatables.scss */
  ul.pagination li.active a {
    background-color: #ddd;
    color: #212529;
    border-radius: 5px;
    border: 1px solid #ddd;
  }
  /* line 48, app/assets/stylesheets/ui/_datatables.scss */
  ul.pagination li.previous {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background: url(/assets/ui/chevron-left-e324d8668a475ecb93b09e91c04f225c1574eb4ddecfcca92f6b6b489084cc99.svg) scroll 16px 8px no-repeat;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    margin-top: 5px;
  }
  /* line 59, app/assets/stylesheets/ui/_datatables.scss */
  ul.pagination li.previous a {
    line-height: 0;
    font-size: 0;
    color: transparent;
  }
  /* line 66, app/assets/stylesheets/ui/_datatables.scss */
  ul.pagination li.next {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background: url(/assets/ui/chevron-right-13885d884bd974dafc7b0540347db7da3c9b9a297c32698a987a6be9fc217acd.svg) scroll 16px 8px no-repeat;
    width: 32px;
    height: 32px;
    margin-left: 10px;
    margin-top: 5px;
  }
  /* line 77, app/assets/stylesheets/ui/_datatables.scss */
  ul.pagination li.next a {
    line-height: 0;
    font-size: 0;
    color: transparent;
  }
  /* line 84, app/assets/stylesheets/ui/_datatables.scss */
  ul.pagination li:hover:not(.active, .previous, .next) {
    background-color: #ddd;
    border-radius: 6px;
  }
  /* line 1, app/assets/stylesheets/select2/select2-custom.scss */
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
  /* line 5, app/assets/stylesheets/select2/select2-custom.scss */
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    font-size: 14px;
  }
  /* line 9, app/assets/stylesheets/select2/select2-custom.scss */
  .select2-result-item {
    padding-top: 4px;
    padding-bottom: 3px;
  }
  /* line 14, app/assets/stylesheets/select2/select2-custom.scss */
  .select2-result-item__avatar {
    width: 60px;
    margin-right: 10px;
    float: left;
  }
  /* line 19, app/assets/stylesheets/select2/select2-custom.scss */
  .select2-result-item__avatar img {
    border-radius: 2px;
    width: 100%;
    height: auto;
  }
  /* line 26, app/assets/stylesheets/select2/select2-custom.scss */
  .select2-result__meta {
    margin-left: 10px;
  }
  /* line 31, app/assets/stylesheets/select2/select2-custom.scss */
  .select2-result__title {
    color: black;
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: 4px;
    -ms-word-wrap: break-word;
  }
  /* line 39, app/assets/stylesheets/select2/select2-custom.scss */
  .select2-result-city,
.select2-result-country {
    margin-right: 1em;
  }
  /* line 44, app/assets/stylesheets/select2/select2-custom.scss */
  .select2-result-city,
.select2-result-country,
.select2-result-gcd {
    color: #aaaaaa;
    font-size: 11px;
    display: inline-block;
  }
  /* line 52, app/assets/stylesheets/select2/select2-custom.scss */
  .select2-result__description {
    color: #777777;
    font-size: 13px;
    margin-top: 4px;
  }
  /* line 59, app/assets/stylesheets/select2/select2-custom.scss */
  .select2-results__option--highlighted .select2-result__title {
    color: white;
  }
  /* line 63, app/assets/stylesheets/select2/select2-custom.scss */
  .select2-results__option--highlighted .select2-result-city,
.select2-results__option--highlighted .select2-result-country,
.select2-results__option--highlighted .select2-result__description,
.select2-results__option--highlighted .select2-result-gcd {
    color: #c6dcef;
  }
  /* line 71, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-sidebar.affix {
    position: static;
  }
  @media all and (min-width: 768px) {
    /* line 76, app/assets/stylesheets/select2/select2-custom.scss */
    .s2-docs-sidebar {
      padding-left: 20px;
    }
  }
  /* line 81, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-sidenav {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* line 88, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-sidebar .nav > li > a {
    padding: 4px 20px;
    transition: color 0.2s, border-color 0.2s;
    color: #767676;
    font-size: 13px;
    font-weight: 500;
    margin-left: -1px;
    border-left-color: transparent;
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
  }
  /* line 100, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-sidebar .nav > li > a code {
    color: inherit;
    background-color: inherit;
  }
  /* line 105, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-sidebar .nav > li > a:hover, .s2-docs-sidebar .nav > li > a:focus {
    color: #428bca;
    text-decoration: none;
    border-left-color: #428bca;
    background-color: transparent;
  }
  /* line 115, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-sidebar .nav > .active > a, .s2-docs-sidebar .nav > .active:hover > a, .s2-docs-sidebar .nav > .active:focus > a {
    color: #428bca;
    padding-left: 19px;
    font-weight: bold;
    border-left-color: #428bca;
    border-left-width: 2px;
    border-left-style: solid;
    background-color: transparent;
  }
  /* line 129, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-sidebar .nav .nav {
    padding-bottom: 10px;
    display: none;
  }
  /* line 134, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-sidebar .nav .nav > li > a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 30px;
    font-size: 12px;
    font-weight: normal;
  }
  /* line 141, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-sidebar .nav .nav > li > a:hover, .s2-docs-sidebar .nav .nav > li > a:focus {
    padding-left: 30px;
  }
  /* line 148, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-sidebar .nav .nav > .active > a, .s2-docs-sidebar .nav .nav > .active:hover > a, .s2-docs-sidebar .nav .nav > .active:focus > a {
    padding-left: 29px;
    font-weight: 400;
  }
  @media all and (min-width: 992px) {
    /* line 161, app/assets/stylesheets/select2/select2-custom.scss */
    .s2-docs-sidebar .s2-docs-sidenav {
      transition: border-color 0.2s;
      padding-top: 40px;
      border-left-color: transparent;
      border-left-width: 1px;
      border-left-style: solid;
    }
    /* line 169, app/assets/stylesheets/select2/select2-custom.scss */
    .s2-docs-sidebar.affix .s2-docs-sidenav {
      border-left-color: #eeeeee;
    }
    /* line 173, app/assets/stylesheets/select2/select2-custom.scss */
    .s2-docs-sidebar .nav > .active > ul {
      display: block;
    }
    /* line 177, app/assets/stylesheets/select2/select2-custom.scss */
    .s2-docs-sidebar.affix, .s2-docs-sidebar.affix-bottom {
      width: 213px;
    }
    /* line 182, app/assets/stylesheets/select2/select2-custom.scss */
    .s2-docs-sidebar.affix {
      top: 0px;
      position: fixed;
    }
    /* line 187, app/assets/stylesheets/select2/select2-custom.scss */
    .s2-docs-sidebar.affix-bottom {
      position: absolute;
    }
    /* line 190, app/assets/stylesheets/select2/select2-custom.scss */
    .s2-docs-sidebar.affix-bottom .s2-docs-sidenav {
      margin-top: 0px;
      margin-bottom: 0px;
    }
    /* line 196, app/assets/stylesheets/select2/select2-custom.scss */
    .s2-docs-sidebar.affix .s2-docs-sidenav {
      margin-top: 0px;
      margin-bottom: 0px;
    }
  }
  @media all and (min-width: 1200px) {
    /* line 205, app/assets/stylesheets/select2/select2-custom.scss */
    .s2-docs-sidebar.affix-bottom, .s2-docs-sidebar.affix {
      width: 263px;
    }
  }
  /* line 212, app/assets/stylesheets/select2/select2-custom.scss */
  .back-to-top {
    padding: 4px 10px;
    color: #999999;
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
    margin-left: 10px;
    display: none;
  }
  /* line 221, app/assets/stylesheets/select2/select2-custom.scss */
  .back-to-top:hover {
    color: #428bca;
    text-decoration: none;
  }
  @media all and (min-width: 768px) {
    /* line 228, app/assets/stylesheets/select2/select2-custom.scss */
    .back-to-top {
      display: block;
    }
  }
  /* line 233, app/assets/stylesheets/select2/select2-custom.scss */
  .navbar-toggle {
    background: none !important;
    border: currentColor;
    -o-border-image: none;
       border-image: none;
  }
  /* line 238, app/assets/stylesheets/select2/select2-custom.scss */
  .navbar-toggle:hover {
    background: none !important;
  }
  /* line 242, app/assets/stylesheets/select2/select2-custom.scss */
  .navbar-toggle .icon-bar {
    transition: 0.2s;
    width: 22px;
  }
  /* line 247, app/assets/stylesheets/select2/select2-custom.scss */
  .navbar-toggle .top-bar {
    transform-origin: 10% 10%;
    transform: rotate(45deg);
  }
  /* line 252, app/assets/stylesheets/select2/select2-custom.scss */
  .navbar-toggle .middle-bar {
    opacity: 0;
  }
  /* line 256, app/assets/stylesheets/select2/select2-custom.scss */
  .navbar-toggle .bottom-bar {
    transform-origin: 10% 90%;
    transform: rotate(-45deg);
  }
  /* line 262, app/assets/stylesheets/select2/select2-custom.scss */
  .navbar-toggle.collapsed .top-bar {
    transform: rotate(0deg);
  }
  /* line 266, app/assets/stylesheets/select2/select2-custom.scss */
  .navbar-toggle.collapsed .middle-bar {
    opacity: 1;
  }
  /* line 270, app/assets/stylesheets/select2/select2-custom.scss */
  .navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0deg);
  }
  /* line 276, app/assets/stylesheets/select2/select2-custom.scss */
  h2 code,
h3 code,
h4 code {
    background-color: inherit;
  }
  /* line 282, app/assets/stylesheets/select2/select2-custom.scss */
  pre.prettyprint {
    padding: 9px 14px;
    border: 1px solid #e1e1e8;
    -o-border-image: none;
       border-image: none;
    margin-bottom: 14px;
    background-color: #f7f7f9;
  }
  /* line 290, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-featurette {
    padding: 15px 0px;
    text-align: center;
    color: #777777;
  }
  /* line 295, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-featurette h4 {
    margin: 30px 0px 15px;
  }
  /* line 299, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-featurette .fa {
    color: #777777;
    font-size: 28px;
  }
  /* line 305, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-container {
    line-height: 1.6;
  }
  /* line 309, app/assets/stylesheets/select2/select2-custom.scss */
  section {
    margin-bottom: 40px;
  }
  /* line 313, app/assets/stylesheets/select2/select2-custom.scss */
  .page-header {
    padding-bottom: 19px;
    margin-bottom: 29px;
  }
  /* line 318, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-nav {
    border-color: #eeeeee;
    margin-bottom: 0px;
    background-color: #f6f6f6;
  }
  /* line 323, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-nav .navbar-brand {
    font-weight: 500;
  }
  /* line 326, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-nav .navbar-brand > img {
    margin-right: 4px;
    display: inline;
  }
  /* line 332, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-nav .navbar-nav > .active > a {
    color: black;
    background-color: #f0f0f0;
  }
  /* line 336, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-nav .navbar-nav > .active > a:hover, .s2-docs-nav .navbar-nav > .active > a:focus {
    color: black;
    background-color: #f0f0f0;
  }
  @media all and (min-width: 768px) {
    /* line 347, app/assets/stylesheets/select2/select2-custom.scss */
    .s2-docs-nav .navbar-nav > li > .dropdown-menu::before {
      border-width: 10px;
      border-style: solid;
      border-color: transparent transparent rgba(0, 0, 0, 0.1);
      left: 24px;
      top: -21px;
      width: 0px;
      height: 0px;
      display: block;
      position: absolute;
      content: "";
    }
    /* line 360, app/assets/stylesheets/select2/select2-custom.scss */
    .s2-docs-nav .navbar-nav > li > .dropdown-menu::after {
      border-width: 10px;
      border-style: solid;
      border-color: transparent transparent white;
      left: 24px;
      top: -20px;
      width: 0px;
      height: 0px;
      display: block;
      position: absolute;
      content: "";
    }
    /* line 374, app/assets/stylesheets/select2/select2-custom.scss */
    .s2-docs-nav .navbar-nav .dropdown-menu {
      border-color: #dddddd;
      border-radius: 4px;
      margin-top: -1px;
    }
  }
  /* line 382, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-footer {
    text-align: center;
    color: #767676;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 100px;
    border-top-color: #eeeeee;
    border-top-width: 1px;
    border-top-style: solid;
  }
  /* line 393, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-footer-links {
    padding-left: 0px;
    margin-top: 20px;
  }
  /* line 397, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-footer-links li {
    padding: 0px 2px;
    display: inline;
  }
  /* line 401, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-footer-links li::after {
    padding-left: 8px;
    content: "·";
  }
  /* line 406, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-footer-links li:first-child {
    padding-left: 0px;
  }
  /* line 410, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-footer-links li:last-child::after {
    padding-left: 0px;
    content: "";
  }
  @media all and (min-width: 768px) {
    /* line 418, app/assets/stylesheets/select2/select2-custom.scss */
    .s2-docs-footer p {
      margin-bottom: 0px;
    }
  }
  /* line 423, app/assets/stylesheets/select2/select2-custom.scss */
  .alert {
    background: white;
    border-width: 1px 1px 1px 5px;
    border-style: solid;
    margin: 20px 0px;
    padding: 20px;
    border-radius: 3px;
    -o-border-image: none;
       border-image: none;
    color: #333333;
  }
  /* line 434, app/assets/stylesheets/select2/select2-custom.scss */
  .alert h4 {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 5px;
  }
  /* line 441, app/assets/stylesheets/select2/select2-custom.scss */
  .alert-danger {
    border-left-color: #ce4844;
  }
  /* line 444, app/assets/stylesheets/select2/select2-custom.scss */
  .alert-danger h4 {
    color: #ce4844;
  }
  /* line 449, app/assets/stylesheets/select2/select2-custom.scss */
  .alert-info {
    border-left-color: #1b809e;
  }
  /* line 452, app/assets/stylesheets/select2/select2-custom.scss */
  .alert-info h4 {
    color: #1b809e;
  }
  /* line 457, app/assets/stylesheets/select2/select2-custom.scss */
  .alert-warning {
    border-left-color: #aa6708;
  }
  /* line 460, app/assets/stylesheets/select2/select2-custom.scss */
  .alert-warning h4 {
    color: #aa6708;
  }
  /* line 466, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-home .jumbotron {
    color: black;
    margin-bottom: 0px;
  }
  /* line 470, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-home .jumbotron h1 {
    color: black;
    margin-top: 20px;
  }
  /* line 476, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-home .lead {
    margin: 0px auto 40px;
    text-align: center;
    max-width: 800px;
  }
  /* line 482, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-home .notice-previous {
    background: #f6f6f6;
    padding: 15px 20px;
    color: #666666;
    border-bottom-color: #eeeeee;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  /* line 491, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-home .half-rule {
    margin: 40px auto;
    width: 100px;
  }
  /* line 497, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-example {
    border-width: 1px 0px;
    border-style: solid;
    border-color: #e5e5e5 #eeeeee #eeeeee;
    margin: 0px -15px 15px;
    padding: 45px 15px 15px;
    position: relative;
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.05);
    background-color: #fafafa;
  }
  /* line 507, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-example::after {
    left: 15px;
    top: 15px;
    color: #bbbbbb;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    content: "Example";
  }
  @media all and (min-width: 768px) {
    /* line 521, app/assets/stylesheets/select2/select2-custom.scss */
    .s2-example {
      border-width: 1px;
      border-color: #eeeeee;
      border-radius: 4px 4px 0px 0px;
      margin-right: 0px;
      margin-left: 0px;
      box-shadow: none;
      background-color: white;
    }
  }
  /* line 532, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-event-log {
    background: #002451;
    margin: 0px -15px 15px;
    padding: 45px 15px 15px;
    color: white;
    font-family: Menlo, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, Consolas, monospace;
    position: relative;
  }
  /* line 540, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-event-log::after {
    left: 15px;
    top: 15px;
    color: #bbbbbb;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    content: "Event Log";
  }
  @media all and (min-width: 768px) {
    /* line 554, app/assets/stylesheets/select2/select2-custom.scss */
    .s2-event-log {
      border-width: 1px;
      border-color: #eeeeee;
      margin-top: -15px;
      margin-right: 0px;
      margin-left: 0px;
      box-shadow: none;
    }
  }
  /* line 565, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-example + pre,
.s2-example + figure {
    border-width: 0px 0px 1px;
    margin: -15px -15px 15px;
    border-radius: 0px;
  }
  /* line 573, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-event-log + pre {
    border-width: 0px 0px 1px;
    margin: -15px -15px 15px;
    border-radius: 0px;
  }
  @media all and (min-width: 768px) {
    /* line 581, app/assets/stylesheets/select2/select2-custom.scss */
    .s2-example + pre,
.s2-example + figure {
      border-width: 1px;
      margin-top: -16px;
      margin-right: 0px;
      margin-left: 0px;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px;
    }
    /* line 592, app/assets/stylesheets/select2/select2-custom.scss */
    .s2-event-log + pre {
      border-width: 1px;
      margin-top: -16px;
      margin-right: 0px;
      margin-left: 0px;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px;
    }
  }
  /* line 602, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-example + .s2-event-log {
    margin-top: -15px;
  }
  /* line 606, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-social {
    text-align: center;
    margin-bottom: 20px;
  }
  /* line 611, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-social-buttons {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    display: inline-block;
  }
  /* line 617, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-social-buttons li {
    padding: 5px 8px;
    line-height: 1;
    display: inline-block;
  }
  /* line 623, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-social-buttons .twitter-follow-button {
    width: 225px !important;
  }
  /* line 627, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-social-buttons .twitter-share-button {
    width: 98px !important;
  }
  /* line 632, app/assets/stylesheets/select2/select2-custom.scss */
  .github-btn {
    border: 0px currentColor;
    -o-border-image: none;
       border-image: none;
    overflow: hidden;
  }
  /* line 638, app/assets/stylesheets/select2/select2-custom.scss */
  .btn-outline-inverse {
    border-color: #428bca;
    padding: 15px 30px;
    transition: 0.1s ease-in-out;
    color: #428bca;
    font-size: 20px;
    background-color: transparent;
  }
  /* line 646, app/assets/stylesheets/select2/select2-custom.scss */
  .btn-outline-inverse:hover {
    border-color: #428bca;
    color: white;
    background-color: #428bca;
  }
  /* line 653, app/assets/stylesheets/select2/select2-custom.scss */
  .btn-toolbar {
    margin-bottom: 20px;
  }
  /* line 657, app/assets/stylesheets/select2/select2-custom.scss */
  .anchorjs-link {
    transition: 0.16s linear;
    color: inherit;
    text-decoration: none;
  }
  /* line 662, app/assets/stylesheets/select2/select2-custom.scss */
  .anchorjs-link:link, .anchorjs-link:visited {
    color: inherit;
    text-decoration: none;
  }
  @media all and (max-width: 480px) {
    /* line 670, app/assets/stylesheets/select2/select2-custom.scss */
    .anchorjs-link {
      display: none;
    }
  }
  /* line 675, app/assets/stylesheets/select2/select2-custom.scss */
  *:hover > .anchorjs-link {
    margin-left: -0.9em !important;
    opacity: 0.5;
  }
  /* line 679, app/assets/stylesheets/select2/select2-custom.scss */
  *:hover > .anchorjs-link:hover {
    opacity: 1;
  }
  /* line 684, app/assets/stylesheets/select2/select2-custom.scss */
  .anchorjs-link:focus {
    opacity: 1;
  }
  /* line 688, app/assets/stylesheets/select2/select2-custom.scss */
  .jumbotron {
    color: #777777;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom-color: #eeeeee;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: #f6f6f6;
  }
  /* line 697, app/assets/stylesheets/select2/select2-custom.scss */
  .jumbotron h1 {
    color: #777777;
    font-size: 36px;
    margin-top: 10px;
  }
  /* line 703, app/assets/stylesheets/select2/select2-custom.scss */
  .jumbotron .version {
    color: #999999;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 30px;
  }
  /* line 711, app/assets/stylesheets/select2/select2-custom.scss */
  .com {
    color: #999999;
  }
  /* line 715, app/assets/stylesheets/select2/select2-custom.scss */
  .lit {
    color: #195f91;
  }
  /* line 719, app/assets/stylesheets/select2/select2-custom.scss */
  .pun,
.opn,
.clo {
    color: #93a1a1;
  }
  /* line 725, app/assets/stylesheets/select2/select2-custom.scss */
  .fun {
    color: #dc322f;
  }
  /* line 729, app/assets/stylesheets/select2/select2-custom.scss */
  .str,
.atv {
    color: #c7254e;
  }
  /* line 734, app/assets/stylesheets/select2/select2-custom.scss */
  .kwd,
.prettyprint .tag {
    color: #2f6f9f;
  }
  /* line 739, app/assets/stylesheets/select2/select2-custom.scss */
  .typ,
.atn,
.dec,
.var {
    color: #428bca;
  }
  /* line 746, app/assets/stylesheets/select2/select2-custom.scss */
  .pln {
    color: #333333;
  }
  /* line 750, app/assets/stylesheets/select2/select2-custom.scss */
  .prettyprint {
    padding: 9px 14px;
    border: 1px solid #eeeeee;
    -o-border-image: none;
       border-image: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* line 757, app/assets/stylesheets/select2/select2-custom.scss */
  .prettyprint.linenums {
    box-shadow: inset 40px 0px 0px #fbfbfb, inset 41px 0px 0px #f6f6f6;
    -webkit-box-shadow: inset 40px 0 0 #fbfbfb, inset 41px 0 0 #f6f6f6;
    -moz-box-shadow: inset 40px 0 0 #fbfbfb, inset 41px 0 0 #f6f6f6;
  }
  /* line 764, app/assets/stylesheets/select2/select2-custom.scss */
  ol.linenums {
    margin: 0px 0px 0px -12px;
  }
  /* line 767, app/assets/stylesheets/select2/select2-custom.scss */
  ol.linenums li {
    color: #bebebe;
    line-height: 18px;
    padding-left: 12px;
  }
  /* line 774, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight {
    background: white;
  }
  /* line 777, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .nx {
    color: #333333;
  }
  /* line 781, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .k,
.highlight .o {
    font-weight: bold;
  }
  /* line 786, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .na {
    color: #428bca;
  }
  /* line 790, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .s,
.highlight .s1,
.highlight .s2,
.highlight .sb,
.highlight .sc,
.highlight .sd,
.highlight .se,
.highlight .sh,
.highlight .si,
.highlight .sx {
    color: #c7254e;
  }
  /* line 803, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .m,
.highlight .mf,
.highlight mh,
.highlight .mi,
.highlight .mo {
    color: #195f91;
  }
  /* line 811, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .p {
    color: #93a1a1;
  }
  /* line 815, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .nt {
    color: #2f6f9f;
  }
  /* line 819, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .c {
    color: #999999;
    font-style: italic;
  }
  /* line 824, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2;
  }
  /* line 829, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .gr {
    color: #aa0000;
  }
  /* line 833, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight pre {
    margin: 0px;
    border: currentColor;
    -o-border-image: none;
       border-image: none;
  }
  /* line 839, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight > pre {
    padding: 0px;
    border: 1px solid #eeeeee;
    -o-border-image: none;
       border-image: none;
    margin-bottom: 14px;
  }
  /* line 846, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .lineno {
    color: #bebebe;
    -ms-user-select: none;
    background-color: #fbfbfb;
    -webkit-user-select: none;
    -moz-user-select: none;
  }
  /* line 854, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .cm {
    color: #999988;
    font-style: italic;
  }
  /* line 859, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .cp {
    color: #999999;
    font-weight: bold;
  }
  /* line 864, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .c1 {
    color: #999988;
    font-style: italic;
  }
  /* line 869, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .cs {
    color: #999999;
    font-style: italic;
    font-weight: bold;
  }
  /* line 875, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .gd {
    color: black;
    background-color: #ffdddd;
  }
  /* line 879, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .gd .x {
    color: black;
    background-color: #ffaaaa;
  }
  /* line 885, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .ge {
    font-style: italic;
  }
  /* line 889, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .gh {
    color: #999999;
  }
  /* line 893, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .gi {
    color: black;
    background-color: #ddffdd;
  }
  /* line 897, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .gi .x {
    color: black;
    background-color: #aaffaa;
  }
  /* line 903, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .go {
    color: #888888;
  }
  /* line 907, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .gp {
    color: #555555;
  }
  /* line 911, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .gs {
    font-weight: bold;
  }
  /* line 915, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .gu {
    color: #aaaaaa;
  }
  /* line 919, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .gt {
    color: #aa0000;
  }
  /* line 923, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .kc,
.highlight .kd,
.highlight .kp,
.highlight .kr {
    font-weight: bold;
  }
  /* line 930, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .kt {
    color: #445588;
    font-weight: bold;
  }
  /* line 935, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .nb {
    color: #0086b3;
  }
  /* line 939, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .nc {
    color: #445588;
    font-weight: bold;
  }
  /* line 944, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .no {
    color: teal;
  }
  /* line 948, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .ni {
    color: purple;
  }
  /* line 952, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .ne,
.highlight .nf {
    color: #990000;
    font-weight: bold;
  }
  /* line 958, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .nn {
    color: #555555;
  }
  /* line 962, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .nv {
    color: teal;
  }
  /* line 966, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .ow {
    font-weight: bold;
  }
  /* line 970, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .w {
    color: #bbbbbb;
  }
  /* line 974, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .sr {
    color: #009926;
  }
  /* line 978, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .ss {
    color: #990073;
  }
  /* line 982, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .bp {
    color: #999999;
  }
  /* line 986, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .vc,
.highlight .vg,
.highlight .vi {
    color: teal;
  }
  /* line 992, app/assets/stylesheets/select2/select2-custom.scss */
  .highlight .il {
    color: #009999;
  }
  /* line 997, app/assets/stylesheets/select2/select2-custom.scss */
  h1[id] {
    padding-top: 20px;
    margin-top: 0px;
  }
  /* line 1003, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-panels dt,
.s2-docs-panels dd {
    border: 1px solid #dddddd;
    -o-border-image: none;
       border-image: none;
  }
  /* line 1009, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-panels dt {
    padding: 5px 7.5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: whitesmoke;
  }
  /* line 1016, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-panels dd {
    padding: 7.5px;
    margin-bottom: 0.75em;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: white;
  }
  /* line 1024, app/assets/stylesheets/select2/select2-custom.scss */
  .s2-docs-panels dt + dd {
    border-top-color: currentColor;
    border-top-width: medium;
    border-top-style: none;
  }
  /* line 1031, app/assets/stylesheets/select2/select2-custom.scss */
  .select2-results {
    overflow-y: scroll;
  }
  /* line 1035, app/assets/stylesheets/select2/select2-custom.scss */
  .select2-selection__rendered {
    margin-left: 10px;
    margin-top: 5px;
  }
  /* line 1040, app/assets/stylesheets/select2/select2-custom.scss */
  .select2-selection__arrow {
    margin-top: 5px;
  }
  /* line 1, app/assets/stylesheets/superadmin/ui_custom.scss */
  .list-group-item-custom {
    padding: 0.25rem 0rem;
  }
  /* line 5, app/assets/stylesheets/superadmin/ui_custom.scss */
  .ui-btn-sm {
    padding: 8px 16px !important;
    font-size: 12px !important;
  }
  /* line 10, app/assets/stylesheets/superadmin/ui_custom.scss */
  code {
    display: block;
    width: 100%;
    background-color: #f9f9f9;
    padding: 8px 16px;
  }
  /* line 17, app/assets/stylesheets/superadmin/ui_custom.scss */
  .font-16px {
    font-size: 16px;
  }
  /* line 21, app/assets/stylesheets/superadmin/ui_custom.scss */
  .font-14px {
    font-size: 14px;
  }
  /* line 1, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
  }
  /* line 7, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.dataTables_length select {
    width: 75px;
    display: inline-block;
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.dataTables_filter {
    text-align: right;
  }
  /* line 16, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
  }
  /* line 22, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
  }
  /* line 28, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap;
  }
  /* line 33, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
  }
  /* line 39, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
  }
  @media screen and (max-width: 767px) {
    /* line 45, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
    div.dataTables_wrapper > div.row > div,
div.dataTables_length,
div.dataTables_filter,
div.dataTables_info,
div.dataTables_paginate {
      text-align: center;
    }
    /* line 53, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
    div.DTTT {
      margin-bottom: 0.5em;
    }
  }
  /* line 59, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  table.dataTable td,
table.dataTable th {
    box-sizing: content-box;
  }
  /* line 67, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
  }
  /* line 74, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
  }
  /* line 83, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0.5;
  }
  /* line 93, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  table.dataTable thead .sorting:after {
    opacity: 0.2;
    content: "\e150";
    /* sort */
  }
  /* line 97, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  table.dataTable thead .sorting_asc:after {
    content: "\e155";
    /* sort-by-attributes */
  }
  /* line 100, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  table.dataTable thead .sorting_desc:after {
    content: "\e156";
    /* sort-by-attributes-alt */
  }
  /* line 103, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.dataTables_scrollBody table.dataTable thead .sorting:after,
div.dataTables_scrollBody table.dataTable thead .sorting_asc:after,
div.dataTables_scrollBody table.dataTable thead .sorting_desc:after {
    display: none;
  }
  /* line 109, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    color: #eee;
  }
  /* line 114, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  table.dataTable thead > tr > th {
    padding-right: 30px;
  }
  /* line 118, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  table.dataTable th:active {
    outline: none;
  }
  /* Condensed */
  /* line 124, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  table.dataTable.table-condensed thead > tr > th {
    padding-right: 20px;
  }
  /* line 128, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  table.dataTable.table-condensed thead .sorting:after,
table.dataTable.table-condensed thead .sorting_asc:after,
table.dataTable.table-condensed thead .sorting_desc:after {
    top: 6px;
    right: 6px;
  }
  /* Scrolling */
  /* line 136, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.dataTables_scrollHead table {
    margin-bottom: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 142, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  /* line 148, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 154, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
    border-top: none;
  }
  /* line 159, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.dataTables_scrollFoot table {
    margin-top: 0 !important;
    border-top: none;
  }
  /* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
   width calculations when using scrolling impossible to align columns. We have
   to use separate
 */
  /* line 168, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  table.table-bordered.dataTable {
    border-collapse: separate !important;
  }
  /* line 171, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  table.table-bordered thead th,
table.table-bordered thead td {
    border-left-width: 0;
    border-top-width: 0;
  }
  /* line 176, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  table.table-bordered tbody th,
table.table-bordered tbody td {
    border-left-width: 0;
    border-bottom-width: 0;
  }
  /* line 181, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  table.table-bordered tfoot th,
table.table-bordered tfoot td {
    border-left-width: 0;
    border-bottom-width: 0;
  }
  /* line 186, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  table.table-bordered th:last-child,
table.table-bordered td:last-child {
    border-right-width: 0;
  }
  /* line 190, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0;
  }
  /*
 * TableTools styles
 */
  /* line 200, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  .table.dataTable tbody tr.active td,
.table.dataTable tbody tr.active th {
    background-color: #08C;
    color: white;
  }
  /* line 206, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  .table.dataTable tbody tr.active:hover td,
.table.dataTable tbody tr.active:hover th {
    background-color: #0075b0 !important;
  }
  /* line 211, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  .table.dataTable tbody tr.active th > a,
.table.dataTable tbody tr.active td > a {
    color: white;
  }
  /* line 216, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  .table-striped.dataTable tbody tr.active:nth-child(odd) td,
.table-striped.dataTable tbody tr.active:nth-child(odd) th {
    background-color: #017ebc;
  }
  /* line 221, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  table.DTTT_selectable tbody tr {
    cursor: pointer;
  }
  /* line 225, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.DTTT .btn:hover {
    text-decoration: none !important;
  }
  /* line 229, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  ul.DTTT_dropdown.dropdown-menu {
    z-index: 2003;
  }
  /* line 233, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  ul.DTTT_dropdown.dropdown-menu a {
    color: #333 !important;
    /* needed only when demo_page.css is included */
  }
  /* line 237, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  ul.DTTT_dropdown.dropdown-menu li {
    position: relative;
  }
  /* line 241, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  ul.DTTT_dropdown.dropdown-menu li:hover a {
    background-color: #0088cc;
    color: white !important;
  }
  /* line 246, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.DTTT_collection_background {
    z-index: 2002;
  }
  /* TableTools information display */
  /* line 251, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.DTTT_print_info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 150px;
    margin-left: -200px;
    margin-top: -75px;
    text-align: center;
    color: #333;
    padding: 10px 30px;
    opacity: 0.95;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  }
  /* line 272, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.DTTT_print_info h6 {
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
    margin: 1em;
  }
  /* line 279, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.DTTT_print_info p {
    font-size: 14px;
    line-height: 20px;
  }
  /* line 284, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 60px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  }
  /*
 * FixedColumns styles
 */
  /* line 310, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
    background-color: white;
    margin-bottom: 0;
  }
  /* line 319, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.DTFC_RightHeadWrapper table,
div.DTFC_LeftHeadWrapper table {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  /* line 328, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  /* line 336, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
    border-top: none;
    margin: 0 !important;
  }
  /* line 342, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
    border-top: none;
  }
  /* line 349, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
    border-top: none;
    margin-top: 0 !important;
  }
  /* line 356, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.DTFC_LeftBodyWrapper table.dataTable thead .sorting:after,
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_asc:after,
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_desc:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting_asc:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting_desc:after {
    display: none;
  }
  /*
 * FixedHeader styles
 */
  /* line 369, ../../shared/bundle/ruby/3.1.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.FixedHeader_Cloned table {
    margin: 0 !important;
  }
  /* line 1, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    box-sizing: border-box;
    touch-action: manipulation;
    background: #fff;
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  }
  /* line 25, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-calendar.open,
.flatpickr-calendar.inline {
    opacity: 1;
    max-height: 640px;
    visibility: visible;
  }
  /* line 31, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999;
  }
  /* line 35, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-calendar.animate.open {
    animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  /* line 39, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px;
  }
  /* line 44, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px);
  }
  /* line 48, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-calendar.static.open {
    z-index: 999;
    display: block;
  }
  /* line 52, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    box-shadow: none !important;
  }
  /* line 56, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  }
  /* line 60, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 66, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0;
  }
  /* line 69, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-calendar.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6;
  }
  /* line 73, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto;
  }
  /* line 76, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-calendar:before,
.flatpickr-calendar:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    left: 22px;
  }
  /* line 87, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
    left: auto;
    right: 22px;
  }
  /* line 94, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
    left: 50%;
    right: 50%;
  }
  /* line 99, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px;
  }
  /* line 103, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px;
  }
  /* line 107, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
    bottom: 100%;
  }
  /* line 111, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6;
  }
  /* line 114, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff;
  }
  /* line 117, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
    top: 100%;
  }
  /* line 121, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6;
  }
  /* line 124, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff;
  }
  /* line 127, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-calendar:focus {
    outline: 0;
  }
  /* line 130, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-wrapper {
    position: relative;
    display: inline-block;
  }
  /* line 134, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-months {
    display: flex;
  }
  /* line 140, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-months .flatpickr-month {
    background: transparent;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9);
    height: 34px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    overflow: hidden;
    flex: 1;
  }
  /* line 158, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9);
  }
  /* line 174, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
    display: none;
  }
  /* line 178, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
    position: relative;
  }
  /* line 182, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
    /*
      /*rtl:begin:ignore*/
    /*
      */
    left: 0;
    /*
      /*rtl:end:ignore*/
    /*
      */
  }
  /*
      /*rtl:begin:ignore*/
  /*
      /*rtl:end:ignore*/
  /* line 198, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    /*
      /*rtl:begin:ignore*/
    /*
      */
    right: 0;
    /*
      /*rtl:end:ignore*/
    /*
      */
  }
  /*
      /*rtl:begin:ignore*/
  /*
      /*rtl:end:ignore*/
  /* line 214, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
    color: #959ea9;
  }
  /* line 218, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
    fill: #f64747;
  }
  /* line 222, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
    width: 14px;
    height: 14px;
  }
  /* line 227, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
    transition: fill 0.1s;
    fill: inherit;
  }
  /* line 233, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .numInputWrapper {
    position: relative;
    height: auto;
  }
  /* line 237, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .numInputWrapper input,
.numInputWrapper span {
    display: inline-block;
  }
  /* line 241, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .numInputWrapper input {
    width: 100%;
  }
  /* line 244, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .numInputWrapper input::-ms-clear {
    display: none;
  }
  /* line 247, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
  }
  /* line 252, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, 0.15);
    box-sizing: border-box;
  }
  /* line 265, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .numInputWrapper span:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  /* line 268, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .numInputWrapper span:active {
    background: rgba(0, 0, 0, 0.2);
  }
  /* line 271, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute;
  }
  /* line 276, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0;
  }
  /* line 280, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, 0.6);
    top: 26%;
  }
  /* line 286, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .numInputWrapper span.arrowDown {
    top: 50%;
  }
  /* line 289, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, 0.6);
    top: 40%;
  }
  /* line 295, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .numInputWrapper span svg {
    width: inherit;
    height: auto;
  }
  /* line 299, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .numInputWrapper span svg path {
    fill: rgba(0, 0, 0, 0.5);
  }
  /* line 302, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .numInputWrapper:hover {
    background: rgba(0, 0, 0, 0.05);
  }
  /* line 305, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .numInputWrapper:hover span {
    opacity: 1;
  }
  /* line 308, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    transform: translate3d(0px, 0px, 0px);
  }
  /* line 324, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: 0.5ch;
    padding: 0;
  }
  /* line 332, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, 0.05);
  }
  /* line 335, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch\0;
    display: inline-block;
  }
  /* line 340, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0, 0, 0, 0.9);
  }
  /* line 343, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0, 0, 0, 0.9);
  }
  /* line 346, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-current-month input.cur-year {
    background: transparent;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 0.5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
  }
  /* line 367, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-current-month input.cur-year:focus {
    outline: 0;
  }
  /* line 370, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0, 0, 0, 0.5);
    background: transparent;
    pointer-events: none;
  }
  /* line 377, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0 0;
    outline: none;
    padding: 0 0 0 0.5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto;
  }
  /* line 400, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
    outline: none;
  }
  /* line 404, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0, 0, 0, 0.05);
  }
  /* line 407, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: none;
    padding: 0;
  }
  /* line 412, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    height: 28px;
  }
  /* line 427, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: flex;
    flex: 1;
  }
  /* line 437, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: rgba(0, 0, 0, 0.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    flex: 1;
    font-weight: bolder;
  }
  /* line 452, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .dayContainer,
.flatpickr-weeks {
    padding: 1px 0 0 0;
  }
  /* line 456, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-days {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    width: 307.875px;
  }
  /* line 469, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-days:focus {
    outline: 0;
  }
  /* line 472, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    box-sizing: border-box;
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
  }
  /* line 496, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .dayContainer + .dayContainer {
    box-shadow: -1px 0 0 #e6e6e6;
  }
  /* line 500, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    justify-content: center;
    text-align: center;
  }
  /* line 525, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6;
  }
  /* line 542, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-day.today {
    border-color: #959ea9;
  }
  /* line 545, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-day.today:hover,
.flatpickr-day.today:focus {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff;
  }
  /* line 551, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #569ff7;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7;
  }
  /* line 575, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
    border-radius: 50px 0 0 50px;
  }
  /* line 580, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
    border-radius: 0 50px 50px 0;
  }
  /* line 585, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 0 #569ff7;
  }
  /* line 591, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
    border-radius: 50px;
  }
  /* line 596, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-day.inRange {
    border-radius: 0;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  }
  /* line 601, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    border-color: transparent;
    cursor: default;
  }
  /* line 613, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(57, 57, 57, 0.1);
  }
  /* line 618, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-day.week.selected {
    border-radius: 0;
    box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  }
  /* line 623, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-day.hidden {
    visibility: hidden;
  }
  /* line 626, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .rangeMode .flatpickr-day {
    margin-top: 1px;
  }
  /* line 629, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-weekwrapper {
    float: left;
  }
  /* line 632, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    box-shadow: 1px 0 0 #e6e6e6;
  }
  /* line 637, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px;
  }
  /* line 642, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    cursor: default;
    border: none;
  }
  /* line 652, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-innerContainer {
    display: block;
    display: flex;
    box-sizing: border-box;
    overflow: hidden;
  }
  /* line 662, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    box-sizing: border-box;
  }
  /* line 668, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
  }
  /* line 683, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-time:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 688, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-time .numInputWrapper {
    flex: 1;
    width: 40%;
    height: 40px;
    float: left;
  }
  /* line 697, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939;
  }
  /* line 700, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939;
  }
  /* line 703, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%;
  }
  /* line 706, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-time.time24hr .numInputWrapper {
    width: 49%;
  }
  /* line 709, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-time input {
    background: transparent;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
  }
  /* line 729, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-time input.flatpickr-hour {
    font-weight: bold;
  }
  /* line 732, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400;
  }
  /* line 736, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-time input:focus {
    outline: 0;
    border: 0;
  }
  /* line 740, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: bold;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    align-self: center;
  }
  /* line 756, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
  }
  /* line 763, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
    background: #eee;
  }
  /* line 769, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
  .flatpickr-input[readonly] {
    cursor: pointer;
  }
  @keyframes fpFadeInDown {
    from {
      opacity: 0;
      transform: translate3d(0, -20px, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  /* line 1, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr/plugins/confirmDate/confirmDate.css */
  .flatpickr-confirm {
    height: 40px;
    max-height: 0px;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.06);
  }
  /* line 12, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr/plugins/confirmDate/confirmDate.css */
  .flatpickr-confirm svg path {
    fill: inherit;
  }
  /* line 16, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr/plugins/confirmDate/confirmDate.css */
  .flatpickr-confirm.darkTheme {
    color: white;
    fill: white;
  }
  /* line 21, ../../shared/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr/plugins/confirmDate/confirmDate.css */
  .flatpickr-confirm.visible {
    max-height: 40px;
    visibility: visible;
  }
  /*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
  @keyframes passing-through {
    0% {
      opacity: 0;
      transform: translateY(40px);
    }
    30%, 70% {
      opacity: 1;
      transform: translateY(0px);
    }
    100% {
      opacity: 0;
      transform: translateY(-40px);
    }
  }
  @keyframes slide-in {
    0% {
      opacity: 0;
      transform: translateY(40px);
    }
    30% {
      opacity: 1;
      transform: translateY(0px);
    }
  }
  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    10% {
      transform: scale(1.1);
    }
    20% {
      transform: scale(1);
    }
  }
  /* line 173, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone, .dropzone * {
    box-sizing: border-box;
  }
  /* line 176, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
  }
  /* line 181, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone.dz-clickable {
    cursor: pointer;
  }
  /* line 183, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone.dz-clickable * {
    cursor: default;
  }
  /* line 185, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer;
  }
  /* line 187, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone.dz-started .dz-message {
    display: none;
  }
  /* line 189, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone.dz-drag-hover {
    border-style: solid;
  }
  /* line 191, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone.dz-drag-hover .dz-message {
    opacity: 0.5;
  }
  /* line 193, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
  }
  /* line 196, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-message .dz-button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
  }
  /* line 204, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
  }
  /* line 210, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-preview:hover {
    z-index: 1000;
  }
  /* line 212, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-preview:hover .dz-details {
    opacity: 1;
  }
  /* line 214, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd);
  }
  /* line 218, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
  }
  /* line 220, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-preview.dz-image-preview {
    background: white;
  }
  /* line 222, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-preview.dz-image-preview .dz-details {
    transition: opacity 0.2s linear;
  }
  /* line 228, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
  }
  /* line 234, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline;
  }
  /* line 236, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-preview:hover .dz-details {
    opacity: 1;
  }
  /* line 238, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
  }
  /* line 251, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
  }
  /* line 254, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
  }
  /* line 256, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
  }
  /* line 259, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 262, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
  }
  /* line 264, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px;
  }
  /* line 268, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-preview:hover .dz-image img {
    transform: scale(1.05, 1.05);
    filter: blur(8px);
  }
  /* line 276, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
  }
  /* line 284, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-preview .dz-image img {
    display: block;
  }
  /* line 286, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-preview.dz-success .dz-success-mark {
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  }
  /* line 292, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  }
  /* line 299, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
  }
  /* line 309, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
  }
  /* line 313, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    transition: all 0.2s linear;
  }
  /* line 320, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    transition: opacity 0.4s ease-in;
  }
  /* line 327, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-preview:not(.dz-processing) .dz-progress {
    animation: pulse 6s ease infinite;
  }
  /* line 333, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
  }
  /* line 348, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    transition: width 300ms ease-in-out;
  }
  /* line 361, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-preview.dz-error .dz-error-message {
    display: block;
  }
  /* line 363, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
  }
  /* line 366, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
  }
  /* line 387, ../../shared/bundle/ruby/3.1.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
  .dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626;
  }
}

/* EventCaddy UI styles will be imported directly in the HTML layout */
