@charset "UTF-8";
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 7, app/assets/stylesheets/bootstrap.css */
: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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 38, app/assets/stylesheets/bootstrap.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 44, app/assets/stylesheets/bootstrap.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

/* line 57, app/assets/stylesheets/bootstrap.css */
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 61, app/assets/stylesheets/bootstrap.css */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 72, app/assets/stylesheets/bootstrap.css */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 76, app/assets/stylesheets/bootstrap.css */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 82, app/assets/stylesheets/bootstrap.css */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 87, app/assets/stylesheets/bootstrap.css */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 92, app/assets/stylesheets/bootstrap.css */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

/* line 101, app/assets/stylesheets/bootstrap.css */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 107, app/assets/stylesheets/bootstrap.css */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 114, app/assets/stylesheets/bootstrap.css */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 121, app/assets/stylesheets/bootstrap.css */
dt {
  font-weight: 700;
}

/* line 125, app/assets/stylesheets/bootstrap.css */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 130, app/assets/stylesheets/bootstrap.css */
blockquote {
  margin: 0 0 1rem;
}

/* line 134, app/assets/stylesheets/bootstrap.css */
dfn {
  font-style: italic;
}

/* line 138, app/assets/stylesheets/bootstrap.css */
b,
strong {
  font-weight: bolder;
}

/* line 143, app/assets/stylesheets/bootstrap.css */
small {
  font-size: 80%;
}

/* line 147, app/assets/stylesheets/bootstrap.css */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 155, app/assets/stylesheets/bootstrap.css */
sub {
  bottom: -.25em;
}

/* line 159, app/assets/stylesheets/bootstrap.css */
sup {
  top: -.5em;
}

/* line 163, app/assets/stylesheets/bootstrap.css */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/* line 170, app/assets/stylesheets/bootstrap.css */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 175, app/assets/stylesheets/bootstrap.css */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 180, app/assets/stylesheets/bootstrap.css */
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

/* line 185, app/assets/stylesheets/bootstrap.css */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 189, app/assets/stylesheets/bootstrap.css */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 197, app/assets/stylesheets/bootstrap.css */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 204, app/assets/stylesheets/bootstrap.css */
figure {
  margin: 0 0 1rem;
}

/* line 208, app/assets/stylesheets/bootstrap.css */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 213, app/assets/stylesheets/bootstrap.css */
svg:not(:root) {
  overflow: hidden;
}

/* line 217, app/assets/stylesheets/bootstrap.css */
table {
  border-collapse: collapse;
}

/* line 221, app/assets/stylesheets/bootstrap.css */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 229, app/assets/stylesheets/bootstrap.css */
th {
  text-align: inherit;
}

/* line 233, app/assets/stylesheets/bootstrap.css */
label {
  display: inline-block;
  margin-bottom: .5rem;
}

/* line 238, app/assets/stylesheets/bootstrap.css */
button {
  border-radius: 0;
}

/* line 242, app/assets/stylesheets/bootstrap.css */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

/* line 258, app/assets/stylesheets/bootstrap.css */
button,
input {
  overflow: visible;
}

/* line 263, app/assets/stylesheets/bootstrap.css */
button,
select {
  text-transform: none;
}

/* line 268, app/assets/stylesheets/bootstrap.css */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 275, app/assets/stylesheets/bootstrap.css */
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 283, app/assets/stylesheets/bootstrap.css */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 289, app/assets/stylesheets/bootstrap.css */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 296, app/assets/stylesheets/bootstrap.css */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 301, app/assets/stylesheets/bootstrap.css */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 308, app/assets/stylesheets/bootstrap.css */
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 320, app/assets/stylesheets/bootstrap.css */
progress {
  vertical-align: baseline;
}

/* line 324, app/assets/stylesheets/bootstrap.css */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 329, app/assets/stylesheets/bootstrap.css */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 334, app/assets/stylesheets/bootstrap.css */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 339, app/assets/stylesheets/bootstrap.css */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 344, app/assets/stylesheets/bootstrap.css */
output {
  display: inline-block;
}

/* line 348, app/assets/stylesheets/bootstrap.css */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 353, app/assets/stylesheets/bootstrap.css */
template {
  display: none;
}

/* line 357, app/assets/stylesheets/bootstrap.css */
[hidden] {
  display: none !important;
}

/* line 361, app/assets/stylesheets/bootstrap.css */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

/* line 370, app/assets/stylesheets/bootstrap.css */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 374, app/assets/stylesheets/bootstrap.css */
h2, .h2 {
  font-size: 2rem;
}

/* line 378, app/assets/stylesheets/bootstrap.css */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 382, app/assets/stylesheets/bootstrap.css */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 386, app/assets/stylesheets/bootstrap.css */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 390, app/assets/stylesheets/bootstrap.css */
h6, .h6 {
  font-size: 1rem;
}

/* line 394, app/assets/stylesheets/bootstrap.css */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 399, app/assets/stylesheets/bootstrap.css */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 405, app/assets/stylesheets/bootstrap.css */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 411, app/assets/stylesheets/bootstrap.css */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 417, app/assets/stylesheets/bootstrap.css */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 423, app/assets/stylesheets/bootstrap.css */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 430, app/assets/stylesheets/bootstrap.css */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 436, app/assets/stylesheets/bootstrap.css */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 442, app/assets/stylesheets/bootstrap.css */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 447, app/assets/stylesheets/bootstrap.css */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 452, app/assets/stylesheets/bootstrap.css */
.list-inline-item {
  display: inline-block;
}

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

/* line 460, app/assets/stylesheets/bootstrap.css */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 465, app/assets/stylesheets/bootstrap.css */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 470, app/assets/stylesheets/bootstrap.css */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

/* line 476, app/assets/stylesheets/bootstrap.css */
.blockquote-footer::before {
  content: "\2014 \00A0";
}

/* line 480, app/assets/stylesheets/bootstrap.css */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 485, app/assets/stylesheets/bootstrap.css */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 494, app/assets/stylesheets/bootstrap.css */
.figure {
  display: inline-block;
}

/* line 498, app/assets/stylesheets/bootstrap.css */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 503, app/assets/stylesheets/bootstrap.css */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 508, app/assets/stylesheets/bootstrap.css */
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 515, app/assets/stylesheets/bootstrap.css */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

/* line 521, app/assets/stylesheets/bootstrap.css */
a > code {
  color: inherit;
}

/* line 525, app/assets/stylesheets/bootstrap.css */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 533, app/assets/stylesheets/bootstrap.css */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 539, app/assets/stylesheets/bootstrap.css */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 545, app/assets/stylesheets/bootstrap.css */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 551, app/assets/stylesheets/bootstrap.css */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 556, app/assets/stylesheets/bootstrap.css */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 565, app/assets/stylesheets/bootstrap.css */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 571, app/assets/stylesheets/bootstrap.css */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 577, app/assets/stylesheets/bootstrap.css */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 583, app/assets/stylesheets/bootstrap.css */
  .container {
    max-width: 1140px;
  }
}

/* line 588, app/assets/stylesheets/bootstrap.css */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 596, app/assets/stylesheets/bootstrap.css */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 606, app/assets/stylesheets/bootstrap.css */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 611, app/assets/stylesheets/bootstrap.css */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 617, app/assets/stylesheets/bootstrap.css */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 630, app/assets/stylesheets/bootstrap.css */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 639, app/assets/stylesheets/bootstrap.css */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

/* line 647, app/assets/stylesheets/bootstrap.css */
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

/* line 654, app/assets/stylesheets/bootstrap.css */
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/* line 661, app/assets/stylesheets/bootstrap.css */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 668, app/assets/stylesheets/bootstrap.css */
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* line 675, app/assets/stylesheets/bootstrap.css */
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

/* line 682, app/assets/stylesheets/bootstrap.css */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 689, app/assets/stylesheets/bootstrap.css */
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

/* line 696, app/assets/stylesheets/bootstrap.css */
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

/* line 703, app/assets/stylesheets/bootstrap.css */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 710, app/assets/stylesheets/bootstrap.css */
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

/* line 717, app/assets/stylesheets/bootstrap.css */
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

/* line 724, app/assets/stylesheets/bootstrap.css */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 731, app/assets/stylesheets/bootstrap.css */
.order-first {
  order: -1;
}

/* line 737, app/assets/stylesheets/bootstrap.css */
.order-last {
  order: 13;
}

/* line 743, app/assets/stylesheets/bootstrap.css */
.order-0 {
  order: 0;
}

/* line 749, app/assets/stylesheets/bootstrap.css */
.order-1 {
  order: 1;
}

/* line 755, app/assets/stylesheets/bootstrap.css */
.order-2 {
  order: 2;
}

/* line 761, app/assets/stylesheets/bootstrap.css */
.order-3 {
  order: 3;
}

/* line 767, app/assets/stylesheets/bootstrap.css */
.order-4 {
  order: 4;
}

/* line 773, app/assets/stylesheets/bootstrap.css */
.order-5 {
  order: 5;
}

/* line 779, app/assets/stylesheets/bootstrap.css */
.order-6 {
  order: 6;
}

/* line 785, app/assets/stylesheets/bootstrap.css */
.order-7 {
  order: 7;
}

/* line 791, app/assets/stylesheets/bootstrap.css */
.order-8 {
  order: 8;
}

/* line 797, app/assets/stylesheets/bootstrap.css */
.order-9 {
  order: 9;
}

/* line 803, app/assets/stylesheets/bootstrap.css */
.order-10 {
  order: 10;
}

/* line 809, app/assets/stylesheets/bootstrap.css */
.order-11 {
  order: 11;
}

/* line 815, app/assets/stylesheets/bootstrap.css */
.order-12 {
  order: 12;
}

/* line 821, app/assets/stylesheets/bootstrap.css */
.offset-1 {
  margin-left: 8.333333%;
}

/* line 825, app/assets/stylesheets/bootstrap.css */
.offset-2 {
  margin-left: 16.666667%;
}

/* line 829, app/assets/stylesheets/bootstrap.css */
.offset-3 {
  margin-left: 25%;
}

/* line 833, app/assets/stylesheets/bootstrap.css */
.offset-4 {
  margin-left: 33.333333%;
}

/* line 837, app/assets/stylesheets/bootstrap.css */
.offset-5 {
  margin-left: 41.666667%;
}

/* line 841, app/assets/stylesheets/bootstrap.css */
.offset-6 {
  margin-left: 50%;
}

/* line 845, app/assets/stylesheets/bootstrap.css */
.offset-7 {
  margin-left: 58.333333%;
}

/* line 849, app/assets/stylesheets/bootstrap.css */
.offset-8 {
  margin-left: 66.666667%;
}

/* line 853, app/assets/stylesheets/bootstrap.css */
.offset-9 {
  margin-left: 75%;
}

/* line 857, app/assets/stylesheets/bootstrap.css */
.offset-10 {
  margin-left: 83.333333%;
}

/* line 861, app/assets/stylesheets/bootstrap.css */
.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  /* line 866, app/assets/stylesheets/bootstrap.css */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 874, app/assets/stylesheets/bootstrap.css */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 881, app/assets/stylesheets/bootstrap.css */
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 887, app/assets/stylesheets/bootstrap.css */
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 893, app/assets/stylesheets/bootstrap.css */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 899, app/assets/stylesheets/bootstrap.css */
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 905, app/assets/stylesheets/bootstrap.css */
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 911, app/assets/stylesheets/bootstrap.css */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 917, app/assets/stylesheets/bootstrap.css */
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 923, app/assets/stylesheets/bootstrap.css */
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 929, app/assets/stylesheets/bootstrap.css */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 935, app/assets/stylesheets/bootstrap.css */
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 941, app/assets/stylesheets/bootstrap.css */
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 947, app/assets/stylesheets/bootstrap.css */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 953, app/assets/stylesheets/bootstrap.css */
  .order-sm-first {
    order: -1;
  }
  /* line 958, app/assets/stylesheets/bootstrap.css */
  .order-sm-last {
    order: 13;
  }
  /* line 963, app/assets/stylesheets/bootstrap.css */
  .order-sm-0 {
    order: 0;
  }
  /* line 968, app/assets/stylesheets/bootstrap.css */
  .order-sm-1 {
    order: 1;
  }
  /* line 973, app/assets/stylesheets/bootstrap.css */
  .order-sm-2 {
    order: 2;
  }
  /* line 978, app/assets/stylesheets/bootstrap.css */
  .order-sm-3 {
    order: 3;
  }
  /* line 983, app/assets/stylesheets/bootstrap.css */
  .order-sm-4 {
    order: 4;
  }
  /* line 988, app/assets/stylesheets/bootstrap.css */
  .order-sm-5 {
    order: 5;
  }
  /* line 993, app/assets/stylesheets/bootstrap.css */
  .order-sm-6 {
    order: 6;
  }
  /* line 998, app/assets/stylesheets/bootstrap.css */
  .order-sm-7 {
    order: 7;
  }
  /* line 1003, app/assets/stylesheets/bootstrap.css */
  .order-sm-8 {
    order: 8;
  }
  /* line 1008, app/assets/stylesheets/bootstrap.css */
  .order-sm-9 {
    order: 9;
  }
  /* line 1013, app/assets/stylesheets/bootstrap.css */
  .order-sm-10 {
    order: 10;
  }
  /* line 1018, app/assets/stylesheets/bootstrap.css */
  .order-sm-11 {
    order: 11;
  }
  /* line 1023, app/assets/stylesheets/bootstrap.css */
  .order-sm-12 {
    order: 12;
  }
  /* line 1028, app/assets/stylesheets/bootstrap.css */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 1031, app/assets/stylesheets/bootstrap.css */
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  /* line 1034, app/assets/stylesheets/bootstrap.css */
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  /* line 1037, app/assets/stylesheets/bootstrap.css */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 1040, app/assets/stylesheets/bootstrap.css */
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  /* line 1043, app/assets/stylesheets/bootstrap.css */
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  /* line 1046, app/assets/stylesheets/bootstrap.css */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 1049, app/assets/stylesheets/bootstrap.css */
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  /* line 1052, app/assets/stylesheets/bootstrap.css */
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  /* line 1055, app/assets/stylesheets/bootstrap.css */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 1058, app/assets/stylesheets/bootstrap.css */
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  /* line 1061, app/assets/stylesheets/bootstrap.css */
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  /* line 1067, app/assets/stylesheets/bootstrap.css */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1075, app/assets/stylesheets/bootstrap.css */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 1082, app/assets/stylesheets/bootstrap.css */
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 1088, app/assets/stylesheets/bootstrap.css */
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1094, app/assets/stylesheets/bootstrap.css */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1100, app/assets/stylesheets/bootstrap.css */
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1106, app/assets/stylesheets/bootstrap.css */
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 1112, app/assets/stylesheets/bootstrap.css */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1118, app/assets/stylesheets/bootstrap.css */
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 1124, app/assets/stylesheets/bootstrap.css */
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 1130, app/assets/stylesheets/bootstrap.css */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1136, app/assets/stylesheets/bootstrap.css */
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 1142, app/assets/stylesheets/bootstrap.css */
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 1148, app/assets/stylesheets/bootstrap.css */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1154, app/assets/stylesheets/bootstrap.css */
  .order-md-first {
    order: -1;
  }
  /* line 1159, app/assets/stylesheets/bootstrap.css */
  .order-md-last {
    order: 13;
  }
  /* line 1164, app/assets/stylesheets/bootstrap.css */
  .order-md-0 {
    order: 0;
  }
  /* line 1169, app/assets/stylesheets/bootstrap.css */
  .order-md-1 {
    order: 1;
  }
  /* line 1174, app/assets/stylesheets/bootstrap.css */
  .order-md-2 {
    order: 2;
  }
  /* line 1179, app/assets/stylesheets/bootstrap.css */
  .order-md-3 {
    order: 3;
  }
  /* line 1184, app/assets/stylesheets/bootstrap.css */
  .order-md-4 {
    order: 4;
  }
  /* line 1189, app/assets/stylesheets/bootstrap.css */
  .order-md-5 {
    order: 5;
  }
  /* line 1194, app/assets/stylesheets/bootstrap.css */
  .order-md-6 {
    order: 6;
  }
  /* line 1199, app/assets/stylesheets/bootstrap.css */
  .order-md-7 {
    order: 7;
  }
  /* line 1204, app/assets/stylesheets/bootstrap.css */
  .order-md-8 {
    order: 8;
  }
  /* line 1209, app/assets/stylesheets/bootstrap.css */
  .order-md-9 {
    order: 9;
  }
  /* line 1214, app/assets/stylesheets/bootstrap.css */
  .order-md-10 {
    order: 10;
  }
  /* line 1219, app/assets/stylesheets/bootstrap.css */
  .order-md-11 {
    order: 11;
  }
  /* line 1224, app/assets/stylesheets/bootstrap.css */
  .order-md-12 {
    order: 12;
  }
  /* line 1229, app/assets/stylesheets/bootstrap.css */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 1232, app/assets/stylesheets/bootstrap.css */
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  /* line 1235, app/assets/stylesheets/bootstrap.css */
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  /* line 1238, app/assets/stylesheets/bootstrap.css */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 1241, app/assets/stylesheets/bootstrap.css */
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  /* line 1244, app/assets/stylesheets/bootstrap.css */
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  /* line 1247, app/assets/stylesheets/bootstrap.css */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 1250, app/assets/stylesheets/bootstrap.css */
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  /* line 1253, app/assets/stylesheets/bootstrap.css */
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  /* line 1256, app/assets/stylesheets/bootstrap.css */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 1259, app/assets/stylesheets/bootstrap.css */
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  /* line 1262, app/assets/stylesheets/bootstrap.css */
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  /* line 1268, app/assets/stylesheets/bootstrap.css */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1276, app/assets/stylesheets/bootstrap.css */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 1283, app/assets/stylesheets/bootstrap.css */
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 1289, app/assets/stylesheets/bootstrap.css */
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1295, app/assets/stylesheets/bootstrap.css */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1301, app/assets/stylesheets/bootstrap.css */
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1307, app/assets/stylesheets/bootstrap.css */
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 1313, app/assets/stylesheets/bootstrap.css */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1319, app/assets/stylesheets/bootstrap.css */
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 1325, app/assets/stylesheets/bootstrap.css */
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 1331, app/assets/stylesheets/bootstrap.css */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1337, app/assets/stylesheets/bootstrap.css */
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 1343, app/assets/stylesheets/bootstrap.css */
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 1349, app/assets/stylesheets/bootstrap.css */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1355, app/assets/stylesheets/bootstrap.css */
  .order-lg-first {
    order: -1;
  }
  /* line 1360, app/assets/stylesheets/bootstrap.css */
  .order-lg-last {
    order: 13;
  }
  /* line 1365, app/assets/stylesheets/bootstrap.css */
  .order-lg-0 {
    order: 0;
  }
  /* line 1370, app/assets/stylesheets/bootstrap.css */
  .order-lg-1 {
    order: 1;
  }
  /* line 1375, app/assets/stylesheets/bootstrap.css */
  .order-lg-2 {
    order: 2;
  }
  /* line 1380, app/assets/stylesheets/bootstrap.css */
  .order-lg-3 {
    order: 3;
  }
  /* line 1385, app/assets/stylesheets/bootstrap.css */
  .order-lg-4 {
    order: 4;
  }
  /* line 1390, app/assets/stylesheets/bootstrap.css */
  .order-lg-5 {
    order: 5;
  }
  /* line 1395, app/assets/stylesheets/bootstrap.css */
  .order-lg-6 {
    order: 6;
  }
  /* line 1400, app/assets/stylesheets/bootstrap.css */
  .order-lg-7 {
    order: 7;
  }
  /* line 1405, app/assets/stylesheets/bootstrap.css */
  .order-lg-8 {
    order: 8;
  }
  /* line 1410, app/assets/stylesheets/bootstrap.css */
  .order-lg-9 {
    order: 9;
  }
  /* line 1415, app/assets/stylesheets/bootstrap.css */
  .order-lg-10 {
    order: 10;
  }
  /* line 1420, app/assets/stylesheets/bootstrap.css */
  .order-lg-11 {
    order: 11;
  }
  /* line 1425, app/assets/stylesheets/bootstrap.css */
  .order-lg-12 {
    order: 12;
  }
  /* line 1430, app/assets/stylesheets/bootstrap.css */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 1433, app/assets/stylesheets/bootstrap.css */
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  /* line 1436, app/assets/stylesheets/bootstrap.css */
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  /* line 1439, app/assets/stylesheets/bootstrap.css */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 1442, app/assets/stylesheets/bootstrap.css */
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  /* line 1445, app/assets/stylesheets/bootstrap.css */
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  /* line 1448, app/assets/stylesheets/bootstrap.css */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 1451, app/assets/stylesheets/bootstrap.css */
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  /* line 1454, app/assets/stylesheets/bootstrap.css */
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  /* line 1457, app/assets/stylesheets/bootstrap.css */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 1460, app/assets/stylesheets/bootstrap.css */
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  /* line 1463, app/assets/stylesheets/bootstrap.css */
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  /* line 1469, app/assets/stylesheets/bootstrap.css */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1477, app/assets/stylesheets/bootstrap.css */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 1484, app/assets/stylesheets/bootstrap.css */
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 1490, app/assets/stylesheets/bootstrap.css */
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1496, app/assets/stylesheets/bootstrap.css */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1502, app/assets/stylesheets/bootstrap.css */
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1508, app/assets/stylesheets/bootstrap.css */
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 1514, app/assets/stylesheets/bootstrap.css */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1520, app/assets/stylesheets/bootstrap.css */
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 1526, app/assets/stylesheets/bootstrap.css */
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 1532, app/assets/stylesheets/bootstrap.css */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1538, app/assets/stylesheets/bootstrap.css */
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 1544, app/assets/stylesheets/bootstrap.css */
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 1550, app/assets/stylesheets/bootstrap.css */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1556, app/assets/stylesheets/bootstrap.css */
  .order-xl-first {
    order: -1;
  }
  /* line 1561, app/assets/stylesheets/bootstrap.css */
  .order-xl-last {
    order: 13;
  }
  /* line 1566, app/assets/stylesheets/bootstrap.css */
  .order-xl-0 {
    order: 0;
  }
  /* line 1571, app/assets/stylesheets/bootstrap.css */
  .order-xl-1 {
    order: 1;
  }
  /* line 1576, app/assets/stylesheets/bootstrap.css */
  .order-xl-2 {
    order: 2;
  }
  /* line 1581, app/assets/stylesheets/bootstrap.css */
  .order-xl-3 {
    order: 3;
  }
  /* line 1586, app/assets/stylesheets/bootstrap.css */
  .order-xl-4 {
    order: 4;
  }
  /* line 1591, app/assets/stylesheets/bootstrap.css */
  .order-xl-5 {
    order: 5;
  }
  /* line 1596, app/assets/stylesheets/bootstrap.css */
  .order-xl-6 {
    order: 6;
  }
  /* line 1601, app/assets/stylesheets/bootstrap.css */
  .order-xl-7 {
    order: 7;
  }
  /* line 1606, app/assets/stylesheets/bootstrap.css */
  .order-xl-8 {
    order: 8;
  }
  /* line 1611, app/assets/stylesheets/bootstrap.css */
  .order-xl-9 {
    order: 9;
  }
  /* line 1616, app/assets/stylesheets/bootstrap.css */
  .order-xl-10 {
    order: 10;
  }
  /* line 1621, app/assets/stylesheets/bootstrap.css */
  .order-xl-11 {
    order: 11;
  }
  /* line 1626, app/assets/stylesheets/bootstrap.css */
  .order-xl-12 {
    order: 12;
  }
  /* line 1631, app/assets/stylesheets/bootstrap.css */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 1634, app/assets/stylesheets/bootstrap.css */
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  /* line 1637, app/assets/stylesheets/bootstrap.css */
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  /* line 1640, app/assets/stylesheets/bootstrap.css */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 1643, app/assets/stylesheets/bootstrap.css */
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  /* line 1646, app/assets/stylesheets/bootstrap.css */
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  /* line 1649, app/assets/stylesheets/bootstrap.css */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 1652, app/assets/stylesheets/bootstrap.css */
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  /* line 1655, app/assets/stylesheets/bootstrap.css */
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  /* line 1658, app/assets/stylesheets/bootstrap.css */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 1661, app/assets/stylesheets/bootstrap.css */
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  /* line 1664, app/assets/stylesheets/bootstrap.css */
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

/* line 1669, app/assets/stylesheets/bootstrap.css */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

/* line 1676, app/assets/stylesheets/bootstrap.css */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 1683, app/assets/stylesheets/bootstrap.css */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 1688, app/assets/stylesheets/bootstrap.css */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 1692, app/assets/stylesheets/bootstrap.css */
.table .table {
  background-color: #fff;
}

/* line 1696, app/assets/stylesheets/bootstrap.css */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 1701, app/assets/stylesheets/bootstrap.css */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 1705, app/assets/stylesheets/bootstrap.css */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 1710, app/assets/stylesheets/bootstrap.css */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 1715, app/assets/stylesheets/bootstrap.css */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 1719, app/assets/stylesheets/bootstrap.css */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1723, app/assets/stylesheets/bootstrap.css */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

/* line 1729, app/assets/stylesheets/bootstrap.css */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 1733, app/assets/stylesheets/bootstrap.css */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 1738, app/assets/stylesheets/bootstrap.css */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

/* line 1744, app/assets/stylesheets/bootstrap.css */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 1748, app/assets/stylesheets/bootstrap.css */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 1753, app/assets/stylesheets/bootstrap.css */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 1759, app/assets/stylesheets/bootstrap.css */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 1763, app/assets/stylesheets/bootstrap.css */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 1768, app/assets/stylesheets/bootstrap.css */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 1774, app/assets/stylesheets/bootstrap.css */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 1778, app/assets/stylesheets/bootstrap.css */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 1783, app/assets/stylesheets/bootstrap.css */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 1789, app/assets/stylesheets/bootstrap.css */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 1793, app/assets/stylesheets/bootstrap.css */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 1798, app/assets/stylesheets/bootstrap.css */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 1804, app/assets/stylesheets/bootstrap.css */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 1808, app/assets/stylesheets/bootstrap.css */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 1813, app/assets/stylesheets/bootstrap.css */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 1819, app/assets/stylesheets/bootstrap.css */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 1823, app/assets/stylesheets/bootstrap.css */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 1828, app/assets/stylesheets/bootstrap.css */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 1834, app/assets/stylesheets/bootstrap.css */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 1838, app/assets/stylesheets/bootstrap.css */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 1843, app/assets/stylesheets/bootstrap.css */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1849, app/assets/stylesheets/bootstrap.css */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1853, app/assets/stylesheets/bootstrap.css */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1858, app/assets/stylesheets/bootstrap.css */
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

/* line 1864, app/assets/stylesheets/bootstrap.css */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 1870, app/assets/stylesheets/bootstrap.css */
.table-dark {
  color: #fff;
  background-color: #212529;
}

/* line 1875, app/assets/stylesheets/bootstrap.css */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

/* line 1881, app/assets/stylesheets/bootstrap.css */
.table-dark.table-bordered {
  border: 0;
}

/* line 1885, app/assets/stylesheets/bootstrap.css */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 1889, app/assets/stylesheets/bootstrap.css */
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 1894, app/assets/stylesheets/bootstrap.css */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 1901, app/assets/stylesheets/bootstrap.css */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 1907, app/assets/stylesheets/bootstrap.css */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 1914, app/assets/stylesheets/bootstrap.css */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 1920, app/assets/stylesheets/bootstrap.css */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 1927, app/assets/stylesheets/bootstrap.css */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 1933, app/assets/stylesheets/bootstrap.css */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 1940, app/assets/stylesheets/bootstrap.css */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 1945, app/assets/stylesheets/bootstrap.css */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 1953, app/assets/stylesheets/bootstrap.css */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 1957, app/assets/stylesheets/bootstrap.css */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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;
}

/* line 1971, app/assets/stylesheets/bootstrap.css */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 1976, app/assets/stylesheets/bootstrap.css */
.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 1984, app/assets/stylesheets/bootstrap.css */
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 1989, app/assets/stylesheets/bootstrap.css */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 1994, app/assets/stylesheets/bootstrap.css */
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 1999, app/assets/stylesheets/bootstrap.css */
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 2004, app/assets/stylesheets/bootstrap.css */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 2009, app/assets/stylesheets/bootstrap.css */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 2014, app/assets/stylesheets/bootstrap.css */
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

/* line 2018, app/assets/stylesheets/bootstrap.css */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 2023, app/assets/stylesheets/bootstrap.css */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 2029, app/assets/stylesheets/bootstrap.css */
.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 2037, app/assets/stylesheets/bootstrap.css */
.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 2044, app/assets/stylesheets/bootstrap.css */
.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 2051, app/assets/stylesheets/bootstrap.css */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 2063, app/assets/stylesheets/bootstrap.css */
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

/* line 2076, app/assets/stylesheets/bootstrap.css */
.form-control-sm, .input-group-sm > .form-control,
.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 2087, app/assets/stylesheets/bootstrap.css */
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

/* line 2095, app/assets/stylesheets/bootstrap.css */
.form-control-lg, .input-group-lg > .form-control,
.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 2106, app/assets/stylesheets/bootstrap.css */
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

/* line 2114, app/assets/stylesheets/bootstrap.css */
.form-group {
  margin-bottom: 1rem;
}

/* line 2118, app/assets/stylesheets/bootstrap.css */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 2123, app/assets/stylesheets/bootstrap.css */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 2133, app/assets/stylesheets/bootstrap.css */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 2139, app/assets/stylesheets/bootstrap.css */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 2145, app/assets/stylesheets/bootstrap.css */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 2151, app/assets/stylesheets/bootstrap.css */
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 2155, app/assets/stylesheets/bootstrap.css */
.form-check-label {
  margin-bottom: 0;
}

/* line 2159, app/assets/stylesheets/bootstrap.css */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 2170, app/assets/stylesheets/bootstrap.css */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 2177, app/assets/stylesheets/bootstrap.css */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 2185, app/assets/stylesheets/bootstrap.css */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

/* line 2200, app/assets/stylesheets/bootstrap.css */
.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

/* line 2206, app/assets/stylesheets/bootstrap.css */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .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 2213, app/assets/stylesheets/bootstrap.css */
.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, .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 2224, app/assets/stylesheets/bootstrap.css */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 2228, app/assets/stylesheets/bootstrap.css */
.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 2234, app/assets/stylesheets/bootstrap.css */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 2238, app/assets/stylesheets/bootstrap.css */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

/* line 2242, app/assets/stylesheets/bootstrap.css */
.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 2248, app/assets/stylesheets/bootstrap.css */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

/* line 2252, app/assets/stylesheets/bootstrap.css */
.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 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 2256, app/assets/stylesheets/bootstrap.css */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 2260, app/assets/stylesheets/bootstrap.css */
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

/* line 2264, app/assets/stylesheets/bootstrap.css */
.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 2270, app/assets/stylesheets/bootstrap.css */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 2274, app/assets/stylesheets/bootstrap.css */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

/* line 2282, app/assets/stylesheets/bootstrap.css */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

/* line 2297, app/assets/stylesheets/bootstrap.css */
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

/* line 2303, app/assets/stylesheets/bootstrap.css */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .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 2310, app/assets/stylesheets/bootstrap.css */
.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, .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 2321, app/assets/stylesheets/bootstrap.css */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 2325, app/assets/stylesheets/bootstrap.css */
.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 2331, app/assets/stylesheets/bootstrap.css */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 2335, app/assets/stylesheets/bootstrap.css */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

/* line 2339, app/assets/stylesheets/bootstrap.css */
.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 2345, app/assets/stylesheets/bootstrap.css */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

/* line 2349, app/assets/stylesheets/bootstrap.css */
.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 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 2353, app/assets/stylesheets/bootstrap.css */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 2357, app/assets/stylesheets/bootstrap.css */
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

/* line 2361, app/assets/stylesheets/bootstrap.css */
.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 2367, app/assets/stylesheets/bootstrap.css */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 2371, app/assets/stylesheets/bootstrap.css */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 2384, app/assets/stylesheets/bootstrap.css */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 2389, app/assets/stylesheets/bootstrap.css */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 2401, app/assets/stylesheets/bootstrap.css */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 2417, app/assets/stylesheets/bootstrap.css */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 2422, app/assets/stylesheets/bootstrap.css */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 2425, app/assets/stylesheets/bootstrap.css */
  .form-inline .input-group {
    width: auto;
  }
  /* line 2428, app/assets/stylesheets/bootstrap.css */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 2441, app/assets/stylesheets/bootstrap.css */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 2447, app/assets/stylesheets/bootstrap.css */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 2455, app/assets/stylesheets/bootstrap.css */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 2460, app/assets/stylesheets/bootstrap.css */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  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;
}

/* line 2478, app/assets/stylesheets/bootstrap.css */
.btn:hover, .btn:focus {
  text-decoration: none;
}

/* line 2482, app/assets/stylesheets/bootstrap.css */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 2487, app/assets/stylesheets/bootstrap.css */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 2491, app/assets/stylesheets/bootstrap.css */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 2495, app/assets/stylesheets/bootstrap.css */
.btn:not(:disabled):not(.disabled):active, .btn.active:not(:disabled):not(.disabled) {
  background-image: none;
}

/* line 2499, app/assets/stylesheets/bootstrap.css */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 2504, app/assets/stylesheets/bootstrap.css */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2510, app/assets/stylesheets/bootstrap.css */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 2516, app/assets/stylesheets/bootstrap.css */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 2520, app/assets/stylesheets/bootstrap.css */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2526, app/assets/stylesheets/bootstrap.css */
.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 2533, app/assets/stylesheets/bootstrap.css */
.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(0, 123, 255, 0.5);
}

/* line 2538, app/assets/stylesheets/bootstrap.css */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2544, app/assets/stylesheets/bootstrap.css */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* line 2550, app/assets/stylesheets/bootstrap.css */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 2554, app/assets/stylesheets/bootstrap.css */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2560, app/assets/stylesheets/bootstrap.css */
.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 2567, app/assets/stylesheets/bootstrap.css */
.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(108, 117, 125, 0.5);
}

/* line 2572, app/assets/stylesheets/bootstrap.css */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2578, app/assets/stylesheets/bootstrap.css */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 2584, app/assets/stylesheets/bootstrap.css */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 2588, app/assets/stylesheets/bootstrap.css */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2594, app/assets/stylesheets/bootstrap.css */
.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 2601, app/assets/stylesheets/bootstrap.css */
.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(40, 167, 69, 0.5);
}

/* line 2606, app/assets/stylesheets/bootstrap.css */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2612, app/assets/stylesheets/bootstrap.css */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 2618, app/assets/stylesheets/bootstrap.css */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 2622, app/assets/stylesheets/bootstrap.css */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2628, app/assets/stylesheets/bootstrap.css */
.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 2635, app/assets/stylesheets/bootstrap.css */
.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(23, 162, 184, 0.5);
}

/* line 2640, app/assets/stylesheets/bootstrap.css */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2646, app/assets/stylesheets/bootstrap.css */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 2652, app/assets/stylesheets/bootstrap.css */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 2656, app/assets/stylesheets/bootstrap.css */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2662, app/assets/stylesheets/bootstrap.css */
.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 2669, app/assets/stylesheets/bootstrap.css */
.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(255, 193, 7, 0.5);
}

/* line 2674, app/assets/stylesheets/bootstrap.css */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2680, app/assets/stylesheets/bootstrap.css */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 2686, app/assets/stylesheets/bootstrap.css */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 2690, app/assets/stylesheets/bootstrap.css */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2696, app/assets/stylesheets/bootstrap.css */
.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 2703, app/assets/stylesheets/bootstrap.css */
.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(220, 53, 69, 0.5);
}

/* line 2708, app/assets/stylesheets/bootstrap.css */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2714, app/assets/stylesheets/bootstrap.css */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 2720, app/assets/stylesheets/bootstrap.css */
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 2724, app/assets/stylesheets/bootstrap.css */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2730, app/assets/stylesheets/bootstrap.css */
.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 2737, app/assets/stylesheets/bootstrap.css */
.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(248, 249, 250, 0.5);
}

/* line 2742, app/assets/stylesheets/bootstrap.css */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2748, app/assets/stylesheets/bootstrap.css */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 2754, app/assets/stylesheets/bootstrap.css */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 2758, app/assets/stylesheets/bootstrap.css */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2764, app/assets/stylesheets/bootstrap.css */
.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 2771, app/assets/stylesheets/bootstrap.css */
.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(52, 58, 64, 0.5);
}

/* line 2776, app/assets/stylesheets/bootstrap.css */
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

/* line 2783, app/assets/stylesheets/bootstrap.css */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2789, app/assets/stylesheets/bootstrap.css */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 2793, app/assets/stylesheets/bootstrap.css */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

/* line 2798, app/assets/stylesheets/bootstrap.css */
.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 2805, app/assets/stylesheets/bootstrap.css */
.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 2810, app/assets/stylesheets/bootstrap.css */
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

/* line 2817, app/assets/stylesheets/bootstrap.css */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2823, app/assets/stylesheets/bootstrap.css */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 2827, app/assets/stylesheets/bootstrap.css */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 2832, app/assets/stylesheets/bootstrap.css */
.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 2839, app/assets/stylesheets/bootstrap.css */
.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 2844, app/assets/stylesheets/bootstrap.css */
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

/* line 2851, app/assets/stylesheets/bootstrap.css */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2857, app/assets/stylesheets/bootstrap.css */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 2861, app/assets/stylesheets/bootstrap.css */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 2866, app/assets/stylesheets/bootstrap.css */
.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 2873, app/assets/stylesheets/bootstrap.css */
.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 2878, app/assets/stylesheets/bootstrap.css */
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

/* line 2885, app/assets/stylesheets/bootstrap.css */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2891, app/assets/stylesheets/bootstrap.css */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 2895, app/assets/stylesheets/bootstrap.css */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 2900, app/assets/stylesheets/bootstrap.css */
.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 2907, app/assets/stylesheets/bootstrap.css */
.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 2912, app/assets/stylesheets/bootstrap.css */
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

/* line 2919, app/assets/stylesheets/bootstrap.css */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2925, app/assets/stylesheets/bootstrap.css */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 2929, app/assets/stylesheets/bootstrap.css */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 2934, app/assets/stylesheets/bootstrap.css */
.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 2941, app/assets/stylesheets/bootstrap.css */
.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 2946, app/assets/stylesheets/bootstrap.css */
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

/* line 2953, app/assets/stylesheets/bootstrap.css */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2959, app/assets/stylesheets/bootstrap.css */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 2963, app/assets/stylesheets/bootstrap.css */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 2968, app/assets/stylesheets/bootstrap.css */
.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 2975, app/assets/stylesheets/bootstrap.css */
.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 2980, app/assets/stylesheets/bootstrap.css */
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

/* line 2987, app/assets/stylesheets/bootstrap.css */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2993, app/assets/stylesheets/bootstrap.css */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 2997, app/assets/stylesheets/bootstrap.css */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 3002, app/assets/stylesheets/bootstrap.css */
.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 3009, app/assets/stylesheets/bootstrap.css */
.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 3014, app/assets/stylesheets/bootstrap.css */
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

/* line 3021, app/assets/stylesheets/bootstrap.css */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 3027, app/assets/stylesheets/bootstrap.css */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 3031, app/assets/stylesheets/bootstrap.css */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 3036, app/assets/stylesheets/bootstrap.css */
.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 3043, app/assets/stylesheets/bootstrap.css */
.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 3048, app/assets/stylesheets/bootstrap.css */
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

/* line 3054, app/assets/stylesheets/bootstrap.css */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

/* line 3061, app/assets/stylesheets/bootstrap.css */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

/* line 3067, app/assets/stylesheets/bootstrap.css */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

/* line 3071, app/assets/stylesheets/bootstrap.css */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 3078, app/assets/stylesheets/bootstrap.css */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 3085, app/assets/stylesheets/bootstrap.css */
.btn-block {
  display: block;
  width: 100%;
}

/* line 3090, app/assets/stylesheets/bootstrap.css */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 3094, app/assets/stylesheets/bootstrap.css */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 3100, app/assets/stylesheets/bootstrap.css */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

/* line 3105, app/assets/stylesheets/bootstrap.css */
.fade.show {
  opacity: 1;
}

/* line 3109, app/assets/stylesheets/bootstrap.css */
.collapse {
  display: none;
}

/* line 3113, app/assets/stylesheets/bootstrap.css */
.collapse.show {
  display: block;
}

/* line 3117, app/assets/stylesheets/bootstrap.css */
tr.collapse.show {
  display: table-row;
}

/* line 3121, app/assets/stylesheets/bootstrap.css */
tbody.collapse.show {
  display: table-row-group;
}

/* line 3125, app/assets/stylesheets/bootstrap.css */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

/* line 3132, app/assets/stylesheets/bootstrap.css */
.dropup,
.dropdown {
  position: relative;
}

/* line 3137, app/assets/stylesheets/bootstrap.css */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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 3150, app/assets/stylesheets/bootstrap.css */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3154, app/assets/stylesheets/bootstrap.css */
.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 3174, app/assets/stylesheets/bootstrap.css */
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 3179, app/assets/stylesheets/bootstrap.css */
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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 3192, app/assets/stylesheets/bootstrap.css */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3196, app/assets/stylesheets/bootstrap.css */
.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 3201, app/assets/stylesheets/bootstrap.css */
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 3213, app/assets/stylesheets/bootstrap.css */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3217, app/assets/stylesheets/bootstrap.css */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 3221, app/assets/stylesheets/bootstrap.css */
.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 3226, app/assets/stylesheets/bootstrap.css */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 3235, app/assets/stylesheets/bootstrap.css */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 3239, app/assets/stylesheets/bootstrap.css */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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 3251, app/assets/stylesheets/bootstrap.css */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3255, app/assets/stylesheets/bootstrap.css */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 3259, app/assets/stylesheets/bootstrap.css */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 3266, app/assets/stylesheets/bootstrap.css */
.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 3279, app/assets/stylesheets/bootstrap.css */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 3285, app/assets/stylesheets/bootstrap.css */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/* line 3291, app/assets/stylesheets/bootstrap.css */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 3296, app/assets/stylesheets/bootstrap.css */
.dropdown-menu.show {
  display: block;
}

/* line 3300, app/assets/stylesheets/bootstrap.css */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 3309, app/assets/stylesheets/bootstrap.css */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 3318, app/assets/stylesheets/bootstrap.css */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}

/* line 3326, app/assets/stylesheets/bootstrap.css */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 3331, app/assets/stylesheets/bootstrap.css */
.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 3338, app/assets/stylesheets/bootstrap.css */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 3349, app/assets/stylesheets/bootstrap.css */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 3360, app/assets/stylesheets/bootstrap.css */
.btn-toolbar .input-group {
  width: auto;
}

/* line 3364, app/assets/stylesheets/bootstrap.css */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 3368, app/assets/stylesheets/bootstrap.css */
.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 3374, app/assets/stylesheets/bootstrap.css */
.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 3380, app/assets/stylesheets/bootstrap.css */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 3385, app/assets/stylesheets/bootstrap.css */
.dropdown-toggle-split::after {
  margin-left: 0;
}

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

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

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

/* line 3412, app/assets/stylesheets/bootstrap.css */
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

/* line 3417, app/assets/stylesheets/bootstrap.css */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 3425, app/assets/stylesheets/bootstrap.css */
.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 3431, app/assets/stylesheets/bootstrap.css */
.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 3437, app/assets/stylesheets/bootstrap.css */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 3442, app/assets/stylesheets/bootstrap.css */
.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 3451, app/assets/stylesheets/bootstrap.css */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 3464, app/assets/stylesheets/bootstrap.css */
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 3475, app/assets/stylesheets/bootstrap.css */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

/* line 3481, app/assets/stylesheets/bootstrap.css */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .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 3493, app/assets/stylesheets/bootstrap.css */
.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 3499, app/assets/stylesheets/bootstrap.css */
.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 3505, app/assets/stylesheets/bootstrap.css */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 3514, app/assets/stylesheets/bootstrap.css */
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3520, app/assets/stylesheets/bootstrap.css */
.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3526, app/assets/stylesheets/bootstrap.css */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 3533, app/assets/stylesheets/bootstrap.css */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 3539, app/assets/stylesheets/bootstrap.css */
.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 3550, app/assets/stylesheets/bootstrap.css */
.input-group-prepend {
  margin-right: -1px;
}

/* line 3554, app/assets/stylesheets/bootstrap.css */
.input-group-append {
  margin-left: -1px;
}

/* line 3558, app/assets/stylesheets/bootstrap.css */
.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 3578, app/assets/stylesheets/bootstrap.css */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 3583, app/assets/stylesheets/bootstrap.css */
.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 3593, app/assets/stylesheets/bootstrap.css */
.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 3603, app/assets/stylesheets/bootstrap.css */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

/* line 3610, app/assets/stylesheets/bootstrap.css */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 3617, app/assets/stylesheets/bootstrap.css */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 3623, app/assets/stylesheets/bootstrap.css */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

/* line 3628, app/assets/stylesheets/bootstrap.css */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 3632, app/assets/stylesheets/bootstrap.css */
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

/* line 3637, app/assets/stylesheets/bootstrap.css */
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 3641, app/assets/stylesheets/bootstrap.css */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 3645, app/assets/stylesheets/bootstrap.css */
.custom-control-label {
  margin-bottom: 0;
}

/* line 3649, app/assets/stylesheets/bootstrap.css */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

/* line 3665, app/assets/stylesheets/bootstrap.css */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 3678, app/assets/stylesheets/bootstrap.css */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 3682, app/assets/stylesheets/bootstrap.css */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

/* line 3686, app/assets/stylesheets/bootstrap.css */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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 3690, app/assets/stylesheets/bootstrap.css */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

/* line 3694, app/assets/stylesheets/bootstrap.css */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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 3698, app/assets/stylesheets/bootstrap.css */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 3702, app/assets/stylesheets/bootstrap.css */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 3706, app/assets/stylesheets/bootstrap.css */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 3710, app/assets/stylesheets/bootstrap.css */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

/* line 3714, app/assets/stylesheets/bootstrap.css */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

/* line 3718, app/assets/stylesheets/bootstrap.css */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 3722, app/assets/stylesheets/bootstrap.css */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%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;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3739, app/assets/stylesheets/bootstrap.css */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

/* line 3745, app/assets/stylesheets/bootstrap.css */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 3750, app/assets/stylesheets/bootstrap.css */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 3756, app/assets/stylesheets/bootstrap.css */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 3761, app/assets/stylesheets/bootstrap.css */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 3765, app/assets/stylesheets/bootstrap.css */
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

/* line 3772, app/assets/stylesheets/bootstrap.css */
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

/* line 3779, app/assets/stylesheets/bootstrap.css */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

/* line 3787, app/assets/stylesheets/bootstrap.css */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 3796, app/assets/stylesheets/bootstrap.css */
.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 3801, app/assets/stylesheets/bootstrap.css */
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}

/* line 3805, app/assets/stylesheets/bootstrap.css */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 3809, app/assets/stylesheets/bootstrap.css */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 3824, app/assets/stylesheets/bootstrap.css */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 3841, app/assets/stylesheets/bootstrap.css */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3852, app/assets/stylesheets/bootstrap.css */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 3857, app/assets/stylesheets/bootstrap.css */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 3861, app/assets/stylesheets/bootstrap.css */
.nav-link.disabled {
  color: #6c757d;
}

/* line 3865, app/assets/stylesheets/bootstrap.css */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 3869, app/assets/stylesheets/bootstrap.css */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 3873, app/assets/stylesheets/bootstrap.css */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 3879, app/assets/stylesheets/bootstrap.css */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 3883, app/assets/stylesheets/bootstrap.css */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 3889, app/assets/stylesheets/bootstrap.css */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

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

/* line 3902, app/assets/stylesheets/bootstrap.css */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 3906, app/assets/stylesheets/bootstrap.css */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 3912, app/assets/stylesheets/bootstrap.css */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 3919, app/assets/stylesheets/bootstrap.css */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 3928, app/assets/stylesheets/bootstrap.css */
.tab-content > .tab-pane {
  display: none;
}

/* line 3932, app/assets/stylesheets/bootstrap.css */
.tab-content > .active {
  display: block;
}

/* line 3936, app/assets/stylesheets/bootstrap.css */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 3952, app/assets/stylesheets/bootstrap.css */
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 3967, app/assets/stylesheets/bootstrap.css */
.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 3977, app/assets/stylesheets/bootstrap.css */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

/* line 3994, app/assets/stylesheets/bootstrap.css */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 3999, app/assets/stylesheets/bootstrap.css */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 4004, app/assets/stylesheets/bootstrap.css */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

/* line 4021, app/assets/stylesheets/bootstrap.css */
.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 4030, app/assets/stylesheets/bootstrap.css */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 4034, app/assets/stylesheets/bootstrap.css */
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 4038, app/assets/stylesheets/bootstrap.css */
.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 4049, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 4057, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4066, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 4072, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4075, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 4079, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4083, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 4088, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4095, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 4098, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 767.98px) {
  /* line 4105, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 4113, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4122, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 4128, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4131, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 4135, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4139, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 4144, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4151, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 4154, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 991.98px) {
  /* line 4161, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 4169, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4178, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 4184, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4187, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 4191, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4195, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 4200, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4207, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 4210, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1199.98px) {
  /* line 4217, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 4225, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4234, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 4240, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4243, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 4247, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4251, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 4256, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4263, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 4266, app/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

/* line 4272, app/assets/stylesheets/bootstrap.css */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 4282, app/assets/stylesheets/bootstrap.css */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 4288, app/assets/stylesheets/bootstrap.css */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 4295, app/assets/stylesheets/bootstrap.css */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 4299, app/assets/stylesheets/bootstrap.css */
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 4304, app/assets/stylesheets/bootstrap.css */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 4309, app/assets/stylesheets/bootstrap.css */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

/* line 4315, app/assets/stylesheets/bootstrap.css */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 4323, app/assets/stylesheets/bootstrap.css */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 4327, app/assets/stylesheets/bootstrap.css */
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

/* line 4332, app/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

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

/* line 4340, app/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 4344, app/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 4348, app/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 4352, app/assets/stylesheets/bootstrap.css */
.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 4359, app/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 4364, app/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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 4368, app/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 4372, app/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4376, app/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4380, app/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 4384, app/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 4388, app/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 4392, app/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 4396, app/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 4400, app/assets/stylesheets/bootstrap.css */
.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 4407, app/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 4412, app/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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 4416, app/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 4420, app/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 4424, app/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 4428, app/assets/stylesheets/bootstrap.css */
.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 4445, app/assets/stylesheets/bootstrap.css */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 4450, app/assets/stylesheets/bootstrap.css */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 4455, app/assets/stylesheets/bootstrap.css */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 4460, app/assets/stylesheets/bootstrap.css */
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 4467, app/assets/stylesheets/bootstrap.css */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 4471, app/assets/stylesheets/bootstrap.css */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 4476, app/assets/stylesheets/bootstrap.css */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 4480, app/assets/stylesheets/bootstrap.css */
.card-link:hover {
  text-decoration: none;
}

/* line 4484, app/assets/stylesheets/bootstrap.css */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 4488, app/assets/stylesheets/bootstrap.css */
.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 4495, app/assets/stylesheets/bootstrap.css */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 4499, app/assets/stylesheets/bootstrap.css */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 4503, app/assets/stylesheets/bootstrap.css */
.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 4509, app/assets/stylesheets/bootstrap.css */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 4513, app/assets/stylesheets/bootstrap.css */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 4520, app/assets/stylesheets/bootstrap.css */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 4525, app/assets/stylesheets/bootstrap.css */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 4534, app/assets/stylesheets/bootstrap.css */
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

/* line 4539, app/assets/stylesheets/bootstrap.css */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 4545, app/assets/stylesheets/bootstrap.css */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 4551, app/assets/stylesheets/bootstrap.css */
.card-deck {
  display: flex;
  flex-direction: column;
}

/* line 4561, app/assets/stylesheets/bootstrap.css */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 4566, app/assets/stylesheets/bootstrap.css */
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 4574, app/assets/stylesheets/bootstrap.css */
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 4591, app/assets/stylesheets/bootstrap.css */
.card-group {
  display: flex;
  flex-direction: column;
}

/* line 4601, app/assets/stylesheets/bootstrap.css */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 4606, app/assets/stylesheets/bootstrap.css */
  .card-group {
    flex-flow: row wrap;
  }
  /* line 4612, app/assets/stylesheets/bootstrap.css */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 4618, app/assets/stylesheets/bootstrap.css */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 4622, app/assets/stylesheets/bootstrap.css */
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 4626, app/assets/stylesheets/bootstrap.css */
  .card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  /* line 4630, app/assets/stylesheets/bootstrap.css */
  .card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 4634, app/assets/stylesheets/bootstrap.css */
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 4638, app/assets/stylesheets/bootstrap.css */
  .card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  /* line 4642, app/assets/stylesheets/bootstrap.css */
  .card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  /* line 4646, app/assets/stylesheets/bootstrap.css */
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  /* line 4649, app/assets/stylesheets/bootstrap.css */
  .card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  /* line 4654, app/assets/stylesheets/bootstrap.css */
  .card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  /* line 4659, app/assets/stylesheets/bootstrap.css */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  /* line 4662, app/assets/stylesheets/bootstrap.css */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

/* line 4670, app/assets/stylesheets/bootstrap.css */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 4675, app/assets/stylesheets/bootstrap.css */
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  /* line 4683, app/assets/stylesheets/bootstrap.css */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 4689, app/assets/stylesheets/bootstrap.css */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 4702, app/assets/stylesheets/bootstrap.css */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}

/* line 4710, app/assets/stylesheets/bootstrap.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 4714, app/assets/stylesheets/bootstrap.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 4718, app/assets/stylesheets/bootstrap.css */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 4722, app/assets/stylesheets/bootstrap.css */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 4731, app/assets/stylesheets/bootstrap.css */
.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 4742, app/assets/stylesheets/bootstrap.css */
.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 4749, app/assets/stylesheets/bootstrap.css */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 4755, app/assets/stylesheets/bootstrap.css */
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 4759, app/assets/stylesheets/bootstrap.css */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 4765, app/assets/stylesheets/bootstrap.css */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 4770, app/assets/stylesheets/bootstrap.css */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 4777, app/assets/stylesheets/bootstrap.css */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4785, app/assets/stylesheets/bootstrap.css */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 4791, app/assets/stylesheets/bootstrap.css */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 4796, app/assets/stylesheets/bootstrap.css */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4801, app/assets/stylesheets/bootstrap.css */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 4807, app/assets/stylesheets/bootstrap.css */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 4812, app/assets/stylesheets/bootstrap.css */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 4817, app/assets/stylesheets/bootstrap.css */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

/* line 4829, app/assets/stylesheets/bootstrap.css */
.badge:empty {
  display: none;
}

/* line 4833, app/assets/stylesheets/bootstrap.css */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4838, app/assets/stylesheets/bootstrap.css */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 4844, app/assets/stylesheets/bootstrap.css */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}

/* line 4849, app/assets/stylesheets/bootstrap.css */
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

/* line 4855, app/assets/stylesheets/bootstrap.css */
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

/* line 4860, app/assets/stylesheets/bootstrap.css */
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

/* line 4866, app/assets/stylesheets/bootstrap.css */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 4871, app/assets/stylesheets/bootstrap.css */
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

/* line 4877, app/assets/stylesheets/bootstrap.css */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 4882, app/assets/stylesheets/bootstrap.css */
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

/* line 4888, app/assets/stylesheets/bootstrap.css */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 4893, app/assets/stylesheets/bootstrap.css */
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

/* line 4899, app/assets/stylesheets/bootstrap.css */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 4904, app/assets/stylesheets/bootstrap.css */
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

/* line 4910, app/assets/stylesheets/bootstrap.css */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 4915, app/assets/stylesheets/bootstrap.css */
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

/* line 4921, app/assets/stylesheets/bootstrap.css */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 4926, app/assets/stylesheets/bootstrap.css */
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

/* line 4932, app/assets/stylesheets/bootstrap.css */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 4940, app/assets/stylesheets/bootstrap.css */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 4945, app/assets/stylesheets/bootstrap.css */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 4951, app/assets/stylesheets/bootstrap.css */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 4959, app/assets/stylesheets/bootstrap.css */
.alert-heading {
  color: inherit;
}

/* line 4963, app/assets/stylesheets/bootstrap.css */
.alert-link {
  font-weight: 700;
}

/* line 4967, app/assets/stylesheets/bootstrap.css */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 4971, app/assets/stylesheets/bootstrap.css */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 4979, app/assets/stylesheets/bootstrap.css */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

/* line 4985, app/assets/stylesheets/bootstrap.css */
.alert-primary hr {
  border-top-color: #9fcdff;
}

/* line 4989, app/assets/stylesheets/bootstrap.css */
.alert-primary .alert-link {
  color: #002752;
}

/* line 4993, app/assets/stylesheets/bootstrap.css */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

/* line 4999, app/assets/stylesheets/bootstrap.css */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}

/* line 5003, app/assets/stylesheets/bootstrap.css */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 5007, app/assets/stylesheets/bootstrap.css */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 5013, app/assets/stylesheets/bootstrap.css */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 5017, app/assets/stylesheets/bootstrap.css */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 5021, app/assets/stylesheets/bootstrap.css */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 5027, app/assets/stylesheets/bootstrap.css */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 5031, app/assets/stylesheets/bootstrap.css */
.alert-info .alert-link {
  color: #062c33;
}

/* line 5035, app/assets/stylesheets/bootstrap.css */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 5041, app/assets/stylesheets/bootstrap.css */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 5045, app/assets/stylesheets/bootstrap.css */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 5049, app/assets/stylesheets/bootstrap.css */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 5055, app/assets/stylesheets/bootstrap.css */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 5059, app/assets/stylesheets/bootstrap.css */
.alert-danger .alert-link {
  color: #491217;
}

/* line 5063, app/assets/stylesheets/bootstrap.css */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 5069, app/assets/stylesheets/bootstrap.css */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 5073, app/assets/stylesheets/bootstrap.css */
.alert-light .alert-link {
  color: #686868;
}

/* line 5077, app/assets/stylesheets/bootstrap.css */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 5083, app/assets/stylesheets/bootstrap.css */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 5087, app/assets/stylesheets/bootstrap.css */
.alert-dark .alert-link {
  color: #040505;
}

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

/* line 5109, app/assets/stylesheets/bootstrap.css */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 5120, app/assets/stylesheets/bootstrap.css */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}

/* line 5137, app/assets/stylesheets/bootstrap.css */
.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 5142, app/assets/stylesheets/bootstrap.css */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

/* line 5147, app/assets/stylesheets/bootstrap.css */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 5156, app/assets/stylesheets/bootstrap.css */
.media-body {
  flex: 1;
}

/* line 5162, app/assets/stylesheets/bootstrap.css */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 5174, app/assets/stylesheets/bootstrap.css */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 5180, app/assets/stylesheets/bootstrap.css */
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 5186, app/assets/stylesheets/bootstrap.css */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 5191, app/assets/stylesheets/bootstrap.css */
.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 5200, app/assets/stylesheets/bootstrap.css */
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 5205, app/assets/stylesheets/bootstrap.css */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 5211, app/assets/stylesheets/bootstrap.css */
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

/* line 5216, app/assets/stylesheets/bootstrap.css */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

/* line 5221, app/assets/stylesheets/bootstrap.css */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 5228, app/assets/stylesheets/bootstrap.css */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 5234, app/assets/stylesheets/bootstrap.css */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 5238, app/assets/stylesheets/bootstrap.css */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

/* line 5242, app/assets/stylesheets/bootstrap.css */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

/* line 5247, app/assets/stylesheets/bootstrap.css */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

/* line 5252, app/assets/stylesheets/bootstrap.css */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

/* line 5258, app/assets/stylesheets/bootstrap.css */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

/* line 5263, app/assets/stylesheets/bootstrap.css */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

/* line 5268, app/assets/stylesheets/bootstrap.css */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 5274, app/assets/stylesheets/bootstrap.css */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 5279, app/assets/stylesheets/bootstrap.css */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 5284, app/assets/stylesheets/bootstrap.css */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 5290, app/assets/stylesheets/bootstrap.css */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 5295, app/assets/stylesheets/bootstrap.css */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 5300, app/assets/stylesheets/bootstrap.css */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 5306, app/assets/stylesheets/bootstrap.css */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 5311, app/assets/stylesheets/bootstrap.css */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 5316, app/assets/stylesheets/bootstrap.css */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 5322, app/assets/stylesheets/bootstrap.css */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 5327, app/assets/stylesheets/bootstrap.css */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 5332, app/assets/stylesheets/bootstrap.css */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 5338, app/assets/stylesheets/bootstrap.css */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 5343, app/assets/stylesheets/bootstrap.css */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

/* line 5348, app/assets/stylesheets/bootstrap.css */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 5354, app/assets/stylesheets/bootstrap.css */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 5359, app/assets/stylesheets/bootstrap.css */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 5364, app/assets/stylesheets/bootstrap.css */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 5370, app/assets/stylesheets/bootstrap.css */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 5380, app/assets/stylesheets/bootstrap.css */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

/* line 5386, app/assets/stylesheets/bootstrap.css */
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 5390, app/assets/stylesheets/bootstrap.css */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 5397, app/assets/stylesheets/bootstrap.css */
.modal-open {
  overflow: hidden;
}

/* line 5401, app/assets/stylesheets/bootstrap.css */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

/* line 5413, app/assets/stylesheets/bootstrap.css */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5418, app/assets/stylesheets/bootstrap.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 5425, app/assets/stylesheets/bootstrap.css */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

/* line 5433, app/assets/stylesheets/bootstrap.css */
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

/* line 5438, app/assets/stylesheets/bootstrap.css */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

/* line 5448, app/assets/stylesheets/bootstrap.css */
.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 5466, app/assets/stylesheets/bootstrap.css */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 5476, app/assets/stylesheets/bootstrap.css */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 5480, app/assets/stylesheets/bootstrap.css */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 5484, app/assets/stylesheets/bootstrap.css */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* line 5500, app/assets/stylesheets/bootstrap.css */
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 5505, app/assets/stylesheets/bootstrap.css */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 5510, app/assets/stylesheets/bootstrap.css */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 5518, app/assets/stylesheets/bootstrap.css */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

/* line 5532, app/assets/stylesheets/bootstrap.css */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 5536, app/assets/stylesheets/bootstrap.css */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 5540, app/assets/stylesheets/bootstrap.css */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 5549, app/assets/stylesheets/bootstrap.css */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 5553, app/assets/stylesheets/bootstrap.css */
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  /* line 5556, app/assets/stylesheets/bootstrap.css */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 5562, app/assets/stylesheets/bootstrap.css */
  .modal-lg {
    max-width: 800px;
  }
}

/* line 5567, app/assets/stylesheets/bootstrap.css */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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 5591, app/assets/stylesheets/bootstrap.css */
.tooltip.show {
  opacity: 0.9;
}

/* line 5595, app/assets/stylesheets/bootstrap.css */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

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

/* line 5609, app/assets/stylesheets/bootstrap.css */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 5613, app/assets/stylesheets/bootstrap.css */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 5617, app/assets/stylesheets/bootstrap.css */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 5623, app/assets/stylesheets/bootstrap.css */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 5627, app/assets/stylesheets/bootstrap.css */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 5633, app/assets/stylesheets/bootstrap.css */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 5639, app/assets/stylesheets/bootstrap.css */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 5643, app/assets/stylesheets/bootstrap.css */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 5647, app/assets/stylesheets/bootstrap.css */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 5653, app/assets/stylesheets/bootstrap.css */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 5657, app/assets/stylesheets/bootstrap.css */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 5663, app/assets/stylesheets/bootstrap.css */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 5669, app/assets/stylesheets/bootstrap.css */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 5678, app/assets/stylesheets/bootstrap.css */
.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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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 5707, app/assets/stylesheets/bootstrap.css */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 5715, app/assets/stylesheets/bootstrap.css */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 5723, app/assets/stylesheets/bootstrap.css */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 5727, app/assets/stylesheets/bootstrap.css */
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

/* line 5731, app/assets/stylesheets/bootstrap.css */
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

/* line 5736, app/assets/stylesheets/bootstrap.css */
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 5741, app/assets/stylesheets/bootstrap.css */
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

/* line 5746, app/assets/stylesheets/bootstrap.css */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 5750, app/assets/stylesheets/bootstrap.css */
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 5757, app/assets/stylesheets/bootstrap.css */
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

/* line 5762, app/assets/stylesheets/bootstrap.css */
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 5767, app/assets/stylesheets/bootstrap.css */
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

/* line 5772, app/assets/stylesheets/bootstrap.css */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 5776, app/assets/stylesheets/bootstrap.css */
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

/* line 5780, app/assets/stylesheets/bootstrap.css */
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

/* line 5785, app/assets/stylesheets/bootstrap.css */
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 5790, app/assets/stylesheets/bootstrap.css */
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

/* line 5795, app/assets/stylesheets/bootstrap.css */
.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 5806, app/assets/stylesheets/bootstrap.css */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 5810, app/assets/stylesheets/bootstrap.css */
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 5817, app/assets/stylesheets/bootstrap.css */
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

/* line 5822, app/assets/stylesheets/bootstrap.css */
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 5827, app/assets/stylesheets/bootstrap.css */
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

/* line 5832, app/assets/stylesheets/bootstrap.css */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  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 5843, app/assets/stylesheets/bootstrap.css */
.popover-header:empty {
  display: none;
}

/* line 5847, app/assets/stylesheets/bootstrap.css */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 5852, app/assets/stylesheets/bootstrap.css */
.carousel {
  position: relative;
}

/* line 5856, app/assets/stylesheets/bootstrap.css */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 5862, app/assets/stylesheets/bootstrap.css */
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

/* line 5878, app/assets/stylesheets/bootstrap.css */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 5884, app/assets/stylesheets/bootstrap.css */
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

/* line 5890, app/assets/stylesheets/bootstrap.css */
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  /* line 5897, app/assets/stylesheets/bootstrap.css */
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

/* line 5904, app/assets/stylesheets/bootstrap.css */
.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  /* line 5911, app/assets/stylesheets/bootstrap.css */
  .carousel-item-next,
.active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

/* line 5918, app/assets/stylesheets/bootstrap.css */
.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  /* line 5925, app/assets/stylesheets/bootstrap.css */
  .carousel-item-prev,
.active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 5932, app/assets/stylesheets/bootstrap.css */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

/* line 5952, app/assets/stylesheets/bootstrap.css */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 5961, app/assets/stylesheets/bootstrap.css */
.carousel-control-prev {
  left: 0;
}

/* line 5965, app/assets/stylesheets/bootstrap.css */
.carousel-control-next {
  right: 0;
}

/* line 5969, app/assets/stylesheets/bootstrap.css */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

/* line 5978, app/assets/stylesheets/bootstrap.css */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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 5982, app/assets/stylesheets/bootstrap.css */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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 5986, app/assets/stylesheets/bootstrap.css */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 6004, app/assets/stylesheets/bootstrap.css */
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 6017, app/assets/stylesheets/bootstrap.css */
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 6027, app/assets/stylesheets/bootstrap.css */
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 6037, app/assets/stylesheets/bootstrap.css */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 6041, app/assets/stylesheets/bootstrap.css */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* line 6053, app/assets/stylesheets/bootstrap.css */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 6057, app/assets/stylesheets/bootstrap.css */
.align-top {
  vertical-align: top !important;
}

/* line 6061, app/assets/stylesheets/bootstrap.css */
.align-middle {
  vertical-align: middle !important;
}

/* line 6065, app/assets/stylesheets/bootstrap.css */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 6069, app/assets/stylesheets/bootstrap.css */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 6073, app/assets/stylesheets/bootstrap.css */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6077, app/assets/stylesheets/bootstrap.css */
.bg-primary {
  background-color: #007bff !important;
}

/* line 6081, app/assets/stylesheets/bootstrap.css */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

/* line 6087, app/assets/stylesheets/bootstrap.css */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 6091, app/assets/stylesheets/bootstrap.css */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 6097, app/assets/stylesheets/bootstrap.css */
.bg-success {
  background-color: #28a745 !important;
}

/* line 6101, app/assets/stylesheets/bootstrap.css */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6107, app/assets/stylesheets/bootstrap.css */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 6111, app/assets/stylesheets/bootstrap.css */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6117, app/assets/stylesheets/bootstrap.css */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 6121, app/assets/stylesheets/bootstrap.css */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6127, app/assets/stylesheets/bootstrap.css */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 6131, app/assets/stylesheets/bootstrap.css */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6137, app/assets/stylesheets/bootstrap.css */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 6141, app/assets/stylesheets/bootstrap.css */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6147, app/assets/stylesheets/bootstrap.css */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 6151, app/assets/stylesheets/bootstrap.css */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 6157, app/assets/stylesheets/bootstrap.css */
.bg-white {
  background-color: #fff !important;
}

/* line 6161, app/assets/stylesheets/bootstrap.css */
.bg-transparent {
  background-color: transparent !important;
}

/* line 6165, app/assets/stylesheets/bootstrap.css */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 6169, app/assets/stylesheets/bootstrap.css */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 6173, app/assets/stylesheets/bootstrap.css */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 6177, app/assets/stylesheets/bootstrap.css */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 6181, app/assets/stylesheets/bootstrap.css */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 6185, app/assets/stylesheets/bootstrap.css */
.border-0 {
  border: 0 !important;
}

/* line 6189, app/assets/stylesheets/bootstrap.css */
.border-top-0 {
  border-top: 0 !important;
}

/* line 6193, app/assets/stylesheets/bootstrap.css */
.border-right-0 {
  border-right: 0 !important;
}

/* line 6197, app/assets/stylesheets/bootstrap.css */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 6201, app/assets/stylesheets/bootstrap.css */
.border-left-0 {
  border-left: 0 !important;
}

/* line 6205, app/assets/stylesheets/bootstrap.css */
.border-primary {
  border-color: #007bff !important;
}

/* line 6209, app/assets/stylesheets/bootstrap.css */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 6213, app/assets/stylesheets/bootstrap.css */
.border-success {
  border-color: #28a745 !important;
}

/* line 6217, app/assets/stylesheets/bootstrap.css */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 6221, app/assets/stylesheets/bootstrap.css */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 6225, app/assets/stylesheets/bootstrap.css */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 6229, app/assets/stylesheets/bootstrap.css */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 6233, app/assets/stylesheets/bootstrap.css */
.border-dark {
  border-color: #343a40 !important;
}

/* line 6237, app/assets/stylesheets/bootstrap.css */
.border-white {
  border-color: #fff !important;
}

/* line 6241, app/assets/stylesheets/bootstrap.css */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 6245, app/assets/stylesheets/bootstrap.css */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 6250, app/assets/stylesheets/bootstrap.css */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 6255, app/assets/stylesheets/bootstrap.css */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6260, app/assets/stylesheets/bootstrap.css */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6265, app/assets/stylesheets/bootstrap.css */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 6269, app/assets/stylesheets/bootstrap.css */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 6273, app/assets/stylesheets/bootstrap.css */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6279, app/assets/stylesheets/bootstrap.css */
.d-none {
  display: none !important;
}

/* line 6283, app/assets/stylesheets/bootstrap.css */
.d-inline {
  display: inline !important;
}

/* line 6287, app/assets/stylesheets/bootstrap.css */
.d-inline-block {
  display: inline-block !important;
}

/* line 6291, app/assets/stylesheets/bootstrap.css */
.d-block {
  display: block !important;
}

/* line 6295, app/assets/stylesheets/bootstrap.css */
.d-table {
  display: table !important;
}

/* line 6299, app/assets/stylesheets/bootstrap.css */
.d-table-row {
  display: table-row !important;
}

/* line 6303, app/assets/stylesheets/bootstrap.css */
.d-table-cell {
  display: table-cell !important;
}

/* line 6307, app/assets/stylesheets/bootstrap.css */
.d-flex {
  display: flex !important;
}

/* line 6313, app/assets/stylesheets/bootstrap.css */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 6320, app/assets/stylesheets/bootstrap.css */
  .d-sm-none {
    display: none !important;
  }
  /* line 6323, app/assets/stylesheets/bootstrap.css */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 6326, app/assets/stylesheets/bootstrap.css */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 6329, app/assets/stylesheets/bootstrap.css */
  .d-sm-block {
    display: block !important;
  }
  /* line 6332, app/assets/stylesheets/bootstrap.css */
  .d-sm-table {
    display: table !important;
  }
  /* line 6335, app/assets/stylesheets/bootstrap.css */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 6338, app/assets/stylesheets/bootstrap.css */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 6341, app/assets/stylesheets/bootstrap.css */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 6346, app/assets/stylesheets/bootstrap.css */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 6354, app/assets/stylesheets/bootstrap.css */
  .d-md-none {
    display: none !important;
  }
  /* line 6357, app/assets/stylesheets/bootstrap.css */
  .d-md-inline {
    display: inline !important;
  }
  /* line 6360, app/assets/stylesheets/bootstrap.css */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 6363, app/assets/stylesheets/bootstrap.css */
  .d-md-block {
    display: block !important;
  }
  /* line 6366, app/assets/stylesheets/bootstrap.css */
  .d-md-table {
    display: table !important;
  }
  /* line 6369, app/assets/stylesheets/bootstrap.css */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 6372, app/assets/stylesheets/bootstrap.css */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 6375, app/assets/stylesheets/bootstrap.css */
  .d-md-flex {
    display: flex !important;
  }
  /* line 6380, app/assets/stylesheets/bootstrap.css */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 6388, app/assets/stylesheets/bootstrap.css */
  .d-lg-none {
    display: none !important;
  }
  /* line 6391, app/assets/stylesheets/bootstrap.css */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 6394, app/assets/stylesheets/bootstrap.css */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 6397, app/assets/stylesheets/bootstrap.css */
  .d-lg-block {
    display: block !important;
  }
  /* line 6400, app/assets/stylesheets/bootstrap.css */
  .d-lg-table {
    display: table !important;
  }
  /* line 6403, app/assets/stylesheets/bootstrap.css */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 6406, app/assets/stylesheets/bootstrap.css */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 6409, app/assets/stylesheets/bootstrap.css */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 6414, app/assets/stylesheets/bootstrap.css */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 6422, app/assets/stylesheets/bootstrap.css */
  .d-xl-none {
    display: none !important;
  }
  /* line 6425, app/assets/stylesheets/bootstrap.css */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 6428, app/assets/stylesheets/bootstrap.css */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 6431, app/assets/stylesheets/bootstrap.css */
  .d-xl-block {
    display: block !important;
  }
  /* line 6434, app/assets/stylesheets/bootstrap.css */
  .d-xl-table {
    display: table !important;
  }
  /* line 6437, app/assets/stylesheets/bootstrap.css */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 6440, app/assets/stylesheets/bootstrap.css */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 6443, app/assets/stylesheets/bootstrap.css */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 6448, app/assets/stylesheets/bootstrap.css */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 6456, app/assets/stylesheets/bootstrap.css */
  .d-print-none {
    display: none !important;
  }
  /* line 6459, app/assets/stylesheets/bootstrap.css */
  .d-print-inline {
    display: inline !important;
  }
  /* line 6462, app/assets/stylesheets/bootstrap.css */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 6465, app/assets/stylesheets/bootstrap.css */
  .d-print-block {
    display: block !important;
  }
  /* line 6468, app/assets/stylesheets/bootstrap.css */
  .d-print-table {
    display: table !important;
  }
  /* line 6471, app/assets/stylesheets/bootstrap.css */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 6474, app/assets/stylesheets/bootstrap.css */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 6477, app/assets/stylesheets/bootstrap.css */
  .d-print-flex {
    display: flex !important;
  }
  /* line 6482, app/assets/stylesheets/bootstrap.css */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 6489, app/assets/stylesheets/bootstrap.css */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 6497, app/assets/stylesheets/bootstrap.css */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 6502, app/assets/stylesheets/bootstrap.css */
.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 6516, app/assets/stylesheets/bootstrap.css */
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

/* line 6520, app/assets/stylesheets/bootstrap.css */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 6524, app/assets/stylesheets/bootstrap.css */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 6528, app/assets/stylesheets/bootstrap.css */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 6532, app/assets/stylesheets/bootstrap.css */
.flex-row {
  flex-direction: row !important;
}

/* line 6539, app/assets/stylesheets/bootstrap.css */
.flex-column {
  flex-direction: column !important;
}

/* line 6546, app/assets/stylesheets/bootstrap.css */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 6553, app/assets/stylesheets/bootstrap.css */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 6560, app/assets/stylesheets/bootstrap.css */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 6565, app/assets/stylesheets/bootstrap.css */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 6570, app/assets/stylesheets/bootstrap.css */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 6575, app/assets/stylesheets/bootstrap.css */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 6581, app/assets/stylesheets/bootstrap.css */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 6587, app/assets/stylesheets/bootstrap.css */
.justify-content-center {
  justify-content: center !important;
}

/* line 6593, app/assets/stylesheets/bootstrap.css */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 6599, app/assets/stylesheets/bootstrap.css */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 6604, app/assets/stylesheets/bootstrap.css */
.align-items-start {
  align-items: flex-start !important;
}

/* line 6610, app/assets/stylesheets/bootstrap.css */
.align-items-end {
  align-items: flex-end !important;
}

/* line 6616, app/assets/stylesheets/bootstrap.css */
.align-items-center {
  align-items: center !important;
}

/* line 6622, app/assets/stylesheets/bootstrap.css */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 6628, app/assets/stylesheets/bootstrap.css */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 6634, app/assets/stylesheets/bootstrap.css */
.align-content-start {
  align-content: flex-start !important;
}

/* line 6639, app/assets/stylesheets/bootstrap.css */
.align-content-end {
  align-content: flex-end !important;
}

/* line 6644, app/assets/stylesheets/bootstrap.css */
.align-content-center {
  align-content: center !important;
}

/* line 6649, app/assets/stylesheets/bootstrap.css */
.align-content-between {
  align-content: space-between !important;
}

/* line 6654, app/assets/stylesheets/bootstrap.css */
.align-content-around {
  align-content: space-around !important;
}

/* line 6659, app/assets/stylesheets/bootstrap.css */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 6664, app/assets/stylesheets/bootstrap.css */
.align-self-auto {
  align-self: auto !important;
}

/* line 6669, app/assets/stylesheets/bootstrap.css */
.align-self-start {
  align-self: flex-start !important;
}

/* line 6674, app/assets/stylesheets/bootstrap.css */
.align-self-end {
  align-self: flex-end !important;
}

/* line 6679, app/assets/stylesheets/bootstrap.css */
.align-self-center {
  align-self: center !important;
}

/* line 6684, app/assets/stylesheets/bootstrap.css */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 6689, app/assets/stylesheets/bootstrap.css */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 6695, app/assets/stylesheets/bootstrap.css */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 6701, app/assets/stylesheets/bootstrap.css */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 6707, app/assets/stylesheets/bootstrap.css */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6713, app/assets/stylesheets/bootstrap.css */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6719, app/assets/stylesheets/bootstrap.css */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6723, app/assets/stylesheets/bootstrap.css */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6727, app/assets/stylesheets/bootstrap.css */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6731, app/assets/stylesheets/bootstrap.css */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 6736, app/assets/stylesheets/bootstrap.css */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 6741, app/assets/stylesheets/bootstrap.css */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 6746, app/assets/stylesheets/bootstrap.css */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 6751, app/assets/stylesheets/bootstrap.css */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 6755, app/assets/stylesheets/bootstrap.css */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 6760, app/assets/stylesheets/bootstrap.css */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 6765, app/assets/stylesheets/bootstrap.css */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 6770, app/assets/stylesheets/bootstrap.css */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 6775, app/assets/stylesheets/bootstrap.css */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 6780, app/assets/stylesheets/bootstrap.css */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 6784, app/assets/stylesheets/bootstrap.css */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 6788, app/assets/stylesheets/bootstrap.css */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 6792, app/assets/stylesheets/bootstrap.css */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 6796, app/assets/stylesheets/bootstrap.css */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 6800, app/assets/stylesheets/bootstrap.css */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 6804, app/assets/stylesheets/bootstrap.css */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 6808, app/assets/stylesheets/bootstrap.css */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 6812, app/assets/stylesheets/bootstrap.css */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 6816, app/assets/stylesheets/bootstrap.css */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 6820, app/assets/stylesheets/bootstrap.css */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 6824, app/assets/stylesheets/bootstrap.css */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 6831, app/assets/stylesheets/bootstrap.css */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 6837, app/assets/stylesheets/bootstrap.css */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 6843, app/assets/stylesheets/bootstrap.css */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6849, app/assets/stylesheets/bootstrap.css */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6855, app/assets/stylesheets/bootstrap.css */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6859, app/assets/stylesheets/bootstrap.css */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6863, app/assets/stylesheets/bootstrap.css */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6867, app/assets/stylesheets/bootstrap.css */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 6872, app/assets/stylesheets/bootstrap.css */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 6877, app/assets/stylesheets/bootstrap.css */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 6882, app/assets/stylesheets/bootstrap.css */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 6887, app/assets/stylesheets/bootstrap.css */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 6891, app/assets/stylesheets/bootstrap.css */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 6896, app/assets/stylesheets/bootstrap.css */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 6901, app/assets/stylesheets/bootstrap.css */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 6906, app/assets/stylesheets/bootstrap.css */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 6911, app/assets/stylesheets/bootstrap.css */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 6916, app/assets/stylesheets/bootstrap.css */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 6920, app/assets/stylesheets/bootstrap.css */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 6924, app/assets/stylesheets/bootstrap.css */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 6928, app/assets/stylesheets/bootstrap.css */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 6932, app/assets/stylesheets/bootstrap.css */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 6936, app/assets/stylesheets/bootstrap.css */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 6940, app/assets/stylesheets/bootstrap.css */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 6944, app/assets/stylesheets/bootstrap.css */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 6948, app/assets/stylesheets/bootstrap.css */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 6952, app/assets/stylesheets/bootstrap.css */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 6956, app/assets/stylesheets/bootstrap.css */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 6960, app/assets/stylesheets/bootstrap.css */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 6967, app/assets/stylesheets/bootstrap.css */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 6973, app/assets/stylesheets/bootstrap.css */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 6979, app/assets/stylesheets/bootstrap.css */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6985, app/assets/stylesheets/bootstrap.css */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6991, app/assets/stylesheets/bootstrap.css */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6995, app/assets/stylesheets/bootstrap.css */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6999, app/assets/stylesheets/bootstrap.css */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 7003, app/assets/stylesheets/bootstrap.css */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 7008, app/assets/stylesheets/bootstrap.css */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 7013, app/assets/stylesheets/bootstrap.css */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 7018, app/assets/stylesheets/bootstrap.css */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 7023, app/assets/stylesheets/bootstrap.css */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 7027, app/assets/stylesheets/bootstrap.css */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 7032, app/assets/stylesheets/bootstrap.css */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 7037, app/assets/stylesheets/bootstrap.css */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 7042, app/assets/stylesheets/bootstrap.css */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 7047, app/assets/stylesheets/bootstrap.css */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 7052, app/assets/stylesheets/bootstrap.css */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 7056, app/assets/stylesheets/bootstrap.css */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 7060, app/assets/stylesheets/bootstrap.css */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 7064, app/assets/stylesheets/bootstrap.css */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 7068, app/assets/stylesheets/bootstrap.css */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 7072, app/assets/stylesheets/bootstrap.css */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 7076, app/assets/stylesheets/bootstrap.css */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 7080, app/assets/stylesheets/bootstrap.css */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 7084, app/assets/stylesheets/bootstrap.css */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 7088, app/assets/stylesheets/bootstrap.css */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 7092, app/assets/stylesheets/bootstrap.css */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 7096, app/assets/stylesheets/bootstrap.css */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 7103, app/assets/stylesheets/bootstrap.css */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 7109, app/assets/stylesheets/bootstrap.css */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 7115, app/assets/stylesheets/bootstrap.css */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 7121, app/assets/stylesheets/bootstrap.css */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 7127, app/assets/stylesheets/bootstrap.css */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 7131, app/assets/stylesheets/bootstrap.css */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 7135, app/assets/stylesheets/bootstrap.css */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 7139, app/assets/stylesheets/bootstrap.css */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 7144, app/assets/stylesheets/bootstrap.css */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 7149, app/assets/stylesheets/bootstrap.css */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 7154, app/assets/stylesheets/bootstrap.css */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 7159, app/assets/stylesheets/bootstrap.css */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 7163, app/assets/stylesheets/bootstrap.css */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 7168, app/assets/stylesheets/bootstrap.css */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 7173, app/assets/stylesheets/bootstrap.css */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 7178, app/assets/stylesheets/bootstrap.css */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 7183, app/assets/stylesheets/bootstrap.css */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 7188, app/assets/stylesheets/bootstrap.css */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 7192, app/assets/stylesheets/bootstrap.css */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 7196, app/assets/stylesheets/bootstrap.css */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 7200, app/assets/stylesheets/bootstrap.css */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 7204, app/assets/stylesheets/bootstrap.css */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 7208, app/assets/stylesheets/bootstrap.css */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 7212, app/assets/stylesheets/bootstrap.css */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 7216, app/assets/stylesheets/bootstrap.css */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 7220, app/assets/stylesheets/bootstrap.css */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 7224, app/assets/stylesheets/bootstrap.css */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 7228, app/assets/stylesheets/bootstrap.css */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 7232, app/assets/stylesheets/bootstrap.css */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 7238, app/assets/stylesheets/bootstrap.css */
.float-left {
  float: left !important;
}

/* line 7242, app/assets/stylesheets/bootstrap.css */
.float-right {
  float: right !important;
}

/* line 7246, app/assets/stylesheets/bootstrap.css */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7251, app/assets/stylesheets/bootstrap.css */
  .float-sm-left {
    float: left !important;
  }
  /* line 7254, app/assets/stylesheets/bootstrap.css */
  .float-sm-right {
    float: right !important;
  }
  /* line 7257, app/assets/stylesheets/bootstrap.css */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7263, app/assets/stylesheets/bootstrap.css */
  .float-md-left {
    float: left !important;
  }
  /* line 7266, app/assets/stylesheets/bootstrap.css */
  .float-md-right {
    float: right !important;
  }
  /* line 7269, app/assets/stylesheets/bootstrap.css */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7275, app/assets/stylesheets/bootstrap.css */
  .float-lg-left {
    float: left !important;
  }
  /* line 7278, app/assets/stylesheets/bootstrap.css */
  .float-lg-right {
    float: right !important;
  }
  /* line 7281, app/assets/stylesheets/bootstrap.css */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7287, app/assets/stylesheets/bootstrap.css */
  .float-xl-left {
    float: left !important;
  }
  /* line 7290, app/assets/stylesheets/bootstrap.css */
  .float-xl-right {
    float: right !important;
  }
  /* line 7293, app/assets/stylesheets/bootstrap.css */
  .float-xl-none {
    float: none !important;
  }
}

/* line 7298, app/assets/stylesheets/bootstrap.css */
.position-static {
  position: static !important;
}

/* line 7302, app/assets/stylesheets/bootstrap.css */
.position-relative {
  position: relative !important;
}

/* line 7306, app/assets/stylesheets/bootstrap.css */
.position-absolute {
  position: absolute !important;
}

/* line 7310, app/assets/stylesheets/bootstrap.css */
.position-fixed {
  position: fixed !important;
}

/* line 7314, app/assets/stylesheets/bootstrap.css */
.position-sticky {
  position: sticky !important;
}

/* line 7319, app/assets/stylesheets/bootstrap.css */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 7327, app/assets/stylesheets/bootstrap.css */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 7336, app/assets/stylesheets/bootstrap.css */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 7344, app/assets/stylesheets/bootstrap.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

/* line 7357, app/assets/stylesheets/bootstrap.css */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

/* line 7368, app/assets/stylesheets/bootstrap.css */
.w-25 {
  width: 25% !important;
}

/* line 7372, app/assets/stylesheets/bootstrap.css */
.w-50 {
  width: 50% !important;
}

/* line 7376, app/assets/stylesheets/bootstrap.css */
.w-75 {
  width: 75% !important;
}

/* line 7380, app/assets/stylesheets/bootstrap.css */
.w-100 {
  width: 100% !important;
}

/* line 7384, app/assets/stylesheets/bootstrap.css */
.h-25 {
  height: 25% !important;
}

/* line 7388, app/assets/stylesheets/bootstrap.css */
.h-50 {
  height: 50% !important;
}

/* line 7392, app/assets/stylesheets/bootstrap.css */
.h-75 {
  height: 75% !important;
}

/* line 7396, app/assets/stylesheets/bootstrap.css */
.h-100 {
  height: 100% !important;
}

/* line 7400, app/assets/stylesheets/bootstrap.css */
.mw-100 {
  max-width: 100% !important;
}

/* line 7404, app/assets/stylesheets/bootstrap.css */
.mh-100 {
  max-height: 100% !important;
}

/* line 7408, app/assets/stylesheets/bootstrap.css */
.m-0 {
  margin: 0 !important;
}

/* line 7412, app/assets/stylesheets/bootstrap.css */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 7417, app/assets/stylesheets/bootstrap.css */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 7422, app/assets/stylesheets/bootstrap.css */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 7427, app/assets/stylesheets/bootstrap.css */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 7432, app/assets/stylesheets/bootstrap.css */
.m-1 {
  margin: 0.25rem !important;
}

/* line 7436, app/assets/stylesheets/bootstrap.css */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 7441, app/assets/stylesheets/bootstrap.css */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 7446, app/assets/stylesheets/bootstrap.css */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 7451, app/assets/stylesheets/bootstrap.css */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 7456, app/assets/stylesheets/bootstrap.css */
.m-2 {
  margin: 0.5rem !important;
}

/* line 7460, app/assets/stylesheets/bootstrap.css */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 7465, app/assets/stylesheets/bootstrap.css */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 7470, app/assets/stylesheets/bootstrap.css */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 7475, app/assets/stylesheets/bootstrap.css */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 7480, app/assets/stylesheets/bootstrap.css */
.m-3 {
  margin: 1rem !important;
}

/* line 7484, app/assets/stylesheets/bootstrap.css */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 7489, app/assets/stylesheets/bootstrap.css */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 7494, app/assets/stylesheets/bootstrap.css */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 7499, app/assets/stylesheets/bootstrap.css */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 7504, app/assets/stylesheets/bootstrap.css */
.m-4 {
  margin: 1.5rem !important;
}

/* line 7508, app/assets/stylesheets/bootstrap.css */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 7513, app/assets/stylesheets/bootstrap.css */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 7518, app/assets/stylesheets/bootstrap.css */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 7523, app/assets/stylesheets/bootstrap.css */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 7528, app/assets/stylesheets/bootstrap.css */
.m-5 {
  margin: 3rem !important;
}

/* line 7532, app/assets/stylesheets/bootstrap.css */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 7537, app/assets/stylesheets/bootstrap.css */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 7542, app/assets/stylesheets/bootstrap.css */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 7547, app/assets/stylesheets/bootstrap.css */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 7552, app/assets/stylesheets/bootstrap.css */
.p-0 {
  padding: 0 !important;
}

/* line 7556, app/assets/stylesheets/bootstrap.css */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 7561, app/assets/stylesheets/bootstrap.css */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 7566, app/assets/stylesheets/bootstrap.css */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 7571, app/assets/stylesheets/bootstrap.css */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 7576, app/assets/stylesheets/bootstrap.css */
.p-1 {
  padding: 0.25rem !important;
}

/* line 7580, app/assets/stylesheets/bootstrap.css */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 7585, app/assets/stylesheets/bootstrap.css */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 7590, app/assets/stylesheets/bootstrap.css */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 7595, app/assets/stylesheets/bootstrap.css */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 7600, app/assets/stylesheets/bootstrap.css */
.p-2 {
  padding: 0.5rem !important;
}

/* line 7604, app/assets/stylesheets/bootstrap.css */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 7609, app/assets/stylesheets/bootstrap.css */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 7614, app/assets/stylesheets/bootstrap.css */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 7619, app/assets/stylesheets/bootstrap.css */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 7624, app/assets/stylesheets/bootstrap.css */
.p-3 {
  padding: 1rem !important;
}

/* line 7628, app/assets/stylesheets/bootstrap.css */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 7633, app/assets/stylesheets/bootstrap.css */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 7638, app/assets/stylesheets/bootstrap.css */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 7643, app/assets/stylesheets/bootstrap.css */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 7648, app/assets/stylesheets/bootstrap.css */
.p-4 {
  padding: 1.5rem !important;
}

/* line 7652, app/assets/stylesheets/bootstrap.css */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 7657, app/assets/stylesheets/bootstrap.css */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 7662, app/assets/stylesheets/bootstrap.css */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 7667, app/assets/stylesheets/bootstrap.css */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 7672, app/assets/stylesheets/bootstrap.css */
.p-5 {
  padding: 3rem !important;
}

/* line 7676, app/assets/stylesheets/bootstrap.css */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 7681, app/assets/stylesheets/bootstrap.css */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 7686, app/assets/stylesheets/bootstrap.css */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 7691, app/assets/stylesheets/bootstrap.css */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 7696, app/assets/stylesheets/bootstrap.css */
.m-auto {
  margin: auto !important;
}

/* line 7700, app/assets/stylesheets/bootstrap.css */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 7705, app/assets/stylesheets/bootstrap.css */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 7710, app/assets/stylesheets/bootstrap.css */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 7715, app/assets/stylesheets/bootstrap.css */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 7721, app/assets/stylesheets/bootstrap.css */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 7724, app/assets/stylesheets/bootstrap.css */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 7728, app/assets/stylesheets/bootstrap.css */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 7732, app/assets/stylesheets/bootstrap.css */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 7736, app/assets/stylesheets/bootstrap.css */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 7740, app/assets/stylesheets/bootstrap.css */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 7743, app/assets/stylesheets/bootstrap.css */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 7747, app/assets/stylesheets/bootstrap.css */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 7751, app/assets/stylesheets/bootstrap.css */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 7755, app/assets/stylesheets/bootstrap.css */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 7759, app/assets/stylesheets/bootstrap.css */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 7762, app/assets/stylesheets/bootstrap.css */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 7766, app/assets/stylesheets/bootstrap.css */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 7770, app/assets/stylesheets/bootstrap.css */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 7774, app/assets/stylesheets/bootstrap.css */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 7778, app/assets/stylesheets/bootstrap.css */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 7781, app/assets/stylesheets/bootstrap.css */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 7785, app/assets/stylesheets/bootstrap.css */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 7789, app/assets/stylesheets/bootstrap.css */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 7793, app/assets/stylesheets/bootstrap.css */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 7797, app/assets/stylesheets/bootstrap.css */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 7800, app/assets/stylesheets/bootstrap.css */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 7804, app/assets/stylesheets/bootstrap.css */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 7808, app/assets/stylesheets/bootstrap.css */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 7812, app/assets/stylesheets/bootstrap.css */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 7816, app/assets/stylesheets/bootstrap.css */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 7819, app/assets/stylesheets/bootstrap.css */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 7823, app/assets/stylesheets/bootstrap.css */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 7827, app/assets/stylesheets/bootstrap.css */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 7831, app/assets/stylesheets/bootstrap.css */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 7835, app/assets/stylesheets/bootstrap.css */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 7838, app/assets/stylesheets/bootstrap.css */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 7842, app/assets/stylesheets/bootstrap.css */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 7846, app/assets/stylesheets/bootstrap.css */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 7850, app/assets/stylesheets/bootstrap.css */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 7854, app/assets/stylesheets/bootstrap.css */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 7857, app/assets/stylesheets/bootstrap.css */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 7861, app/assets/stylesheets/bootstrap.css */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 7865, app/assets/stylesheets/bootstrap.css */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 7869, app/assets/stylesheets/bootstrap.css */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 7873, app/assets/stylesheets/bootstrap.css */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 7876, app/assets/stylesheets/bootstrap.css */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 7880, app/assets/stylesheets/bootstrap.css */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 7884, app/assets/stylesheets/bootstrap.css */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 7888, app/assets/stylesheets/bootstrap.css */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 7892, app/assets/stylesheets/bootstrap.css */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 7895, app/assets/stylesheets/bootstrap.css */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 7899, app/assets/stylesheets/bootstrap.css */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 7903, app/assets/stylesheets/bootstrap.css */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 7907, app/assets/stylesheets/bootstrap.css */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 7911, app/assets/stylesheets/bootstrap.css */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 7914, app/assets/stylesheets/bootstrap.css */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 7918, app/assets/stylesheets/bootstrap.css */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 7922, app/assets/stylesheets/bootstrap.css */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 7926, app/assets/stylesheets/bootstrap.css */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 7930, app/assets/stylesheets/bootstrap.css */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 7933, app/assets/stylesheets/bootstrap.css */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 7937, app/assets/stylesheets/bootstrap.css */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 7941, app/assets/stylesheets/bootstrap.css */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 7945, app/assets/stylesheets/bootstrap.css */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 7949, app/assets/stylesheets/bootstrap.css */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 7952, app/assets/stylesheets/bootstrap.css */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 7956, app/assets/stylesheets/bootstrap.css */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 7960, app/assets/stylesheets/bootstrap.css */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 7964, app/assets/stylesheets/bootstrap.css */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 7971, app/assets/stylesheets/bootstrap.css */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 7974, app/assets/stylesheets/bootstrap.css */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 7978, app/assets/stylesheets/bootstrap.css */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 7982, app/assets/stylesheets/bootstrap.css */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 7986, app/assets/stylesheets/bootstrap.css */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 7990, app/assets/stylesheets/bootstrap.css */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 7993, app/assets/stylesheets/bootstrap.css */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 7997, app/assets/stylesheets/bootstrap.css */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 8001, app/assets/stylesheets/bootstrap.css */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 8005, app/assets/stylesheets/bootstrap.css */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 8009, app/assets/stylesheets/bootstrap.css */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 8012, app/assets/stylesheets/bootstrap.css */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 8016, app/assets/stylesheets/bootstrap.css */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 8020, app/assets/stylesheets/bootstrap.css */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 8024, app/assets/stylesheets/bootstrap.css */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 8028, app/assets/stylesheets/bootstrap.css */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 8031, app/assets/stylesheets/bootstrap.css */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 8035, app/assets/stylesheets/bootstrap.css */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 8039, app/assets/stylesheets/bootstrap.css */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 8043, app/assets/stylesheets/bootstrap.css */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 8047, app/assets/stylesheets/bootstrap.css */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 8050, app/assets/stylesheets/bootstrap.css */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8054, app/assets/stylesheets/bootstrap.css */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8058, app/assets/stylesheets/bootstrap.css */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8062, app/assets/stylesheets/bootstrap.css */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8066, app/assets/stylesheets/bootstrap.css */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 8069, app/assets/stylesheets/bootstrap.css */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 8073, app/assets/stylesheets/bootstrap.css */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 8077, app/assets/stylesheets/bootstrap.css */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 8081, app/assets/stylesheets/bootstrap.css */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 8085, app/assets/stylesheets/bootstrap.css */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 8088, app/assets/stylesheets/bootstrap.css */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 8092, app/assets/stylesheets/bootstrap.css */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 8096, app/assets/stylesheets/bootstrap.css */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 8100, app/assets/stylesheets/bootstrap.css */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 8104, app/assets/stylesheets/bootstrap.css */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 8107, app/assets/stylesheets/bootstrap.css */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 8111, app/assets/stylesheets/bootstrap.css */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 8115, app/assets/stylesheets/bootstrap.css */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 8119, app/assets/stylesheets/bootstrap.css */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 8123, app/assets/stylesheets/bootstrap.css */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 8126, app/assets/stylesheets/bootstrap.css */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 8130, app/assets/stylesheets/bootstrap.css */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 8134, app/assets/stylesheets/bootstrap.css */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 8138, app/assets/stylesheets/bootstrap.css */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 8142, app/assets/stylesheets/bootstrap.css */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 8145, app/assets/stylesheets/bootstrap.css */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 8149, app/assets/stylesheets/bootstrap.css */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 8153, app/assets/stylesheets/bootstrap.css */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8157, app/assets/stylesheets/bootstrap.css */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 8161, app/assets/stylesheets/bootstrap.css */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 8164, app/assets/stylesheets/bootstrap.css */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8168, app/assets/stylesheets/bootstrap.css */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8172, app/assets/stylesheets/bootstrap.css */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8176, app/assets/stylesheets/bootstrap.css */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8180, app/assets/stylesheets/bootstrap.css */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 8183, app/assets/stylesheets/bootstrap.css */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 8187, app/assets/stylesheets/bootstrap.css */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 8191, app/assets/stylesheets/bootstrap.css */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 8195, app/assets/stylesheets/bootstrap.css */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 8199, app/assets/stylesheets/bootstrap.css */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 8202, app/assets/stylesheets/bootstrap.css */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 8206, app/assets/stylesheets/bootstrap.css */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 8210, app/assets/stylesheets/bootstrap.css */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 8214, app/assets/stylesheets/bootstrap.css */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 8221, app/assets/stylesheets/bootstrap.css */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 8224, app/assets/stylesheets/bootstrap.css */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 8228, app/assets/stylesheets/bootstrap.css */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 8232, app/assets/stylesheets/bootstrap.css */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 8236, app/assets/stylesheets/bootstrap.css */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 8240, app/assets/stylesheets/bootstrap.css */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 8243, app/assets/stylesheets/bootstrap.css */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 8247, app/assets/stylesheets/bootstrap.css */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 8251, app/assets/stylesheets/bootstrap.css */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 8255, app/assets/stylesheets/bootstrap.css */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 8259, app/assets/stylesheets/bootstrap.css */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 8262, app/assets/stylesheets/bootstrap.css */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 8266, app/assets/stylesheets/bootstrap.css */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 8270, app/assets/stylesheets/bootstrap.css */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 8274, app/assets/stylesheets/bootstrap.css */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 8278, app/assets/stylesheets/bootstrap.css */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 8281, app/assets/stylesheets/bootstrap.css */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 8285, app/assets/stylesheets/bootstrap.css */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 8289, app/assets/stylesheets/bootstrap.css */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 8293, app/assets/stylesheets/bootstrap.css */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 8297, app/assets/stylesheets/bootstrap.css */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 8300, app/assets/stylesheets/bootstrap.css */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8304, app/assets/stylesheets/bootstrap.css */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8308, app/assets/stylesheets/bootstrap.css */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8312, app/assets/stylesheets/bootstrap.css */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8316, app/assets/stylesheets/bootstrap.css */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 8319, app/assets/stylesheets/bootstrap.css */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 8323, app/assets/stylesheets/bootstrap.css */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 8327, app/assets/stylesheets/bootstrap.css */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 8331, app/assets/stylesheets/bootstrap.css */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 8335, app/assets/stylesheets/bootstrap.css */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 8338, app/assets/stylesheets/bootstrap.css */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 8342, app/assets/stylesheets/bootstrap.css */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 8346, app/assets/stylesheets/bootstrap.css */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 8350, app/assets/stylesheets/bootstrap.css */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 8354, app/assets/stylesheets/bootstrap.css */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 8357, app/assets/stylesheets/bootstrap.css */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 8361, app/assets/stylesheets/bootstrap.css */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 8365, app/assets/stylesheets/bootstrap.css */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 8369, app/assets/stylesheets/bootstrap.css */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 8373, app/assets/stylesheets/bootstrap.css */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 8376, app/assets/stylesheets/bootstrap.css */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 8380, app/assets/stylesheets/bootstrap.css */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 8384, app/assets/stylesheets/bootstrap.css */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 8388, app/assets/stylesheets/bootstrap.css */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 8392, app/assets/stylesheets/bootstrap.css */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 8395, app/assets/stylesheets/bootstrap.css */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 8399, app/assets/stylesheets/bootstrap.css */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 8403, app/assets/stylesheets/bootstrap.css */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8407, app/assets/stylesheets/bootstrap.css */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 8411, app/assets/stylesheets/bootstrap.css */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 8414, app/assets/stylesheets/bootstrap.css */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8418, app/assets/stylesheets/bootstrap.css */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8422, app/assets/stylesheets/bootstrap.css */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8426, app/assets/stylesheets/bootstrap.css */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8430, app/assets/stylesheets/bootstrap.css */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 8433, app/assets/stylesheets/bootstrap.css */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 8437, app/assets/stylesheets/bootstrap.css */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 8441, app/assets/stylesheets/bootstrap.css */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 8445, app/assets/stylesheets/bootstrap.css */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 8449, app/assets/stylesheets/bootstrap.css */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 8452, app/assets/stylesheets/bootstrap.css */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 8456, app/assets/stylesheets/bootstrap.css */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 8460, app/assets/stylesheets/bootstrap.css */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 8464, app/assets/stylesheets/bootstrap.css */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 8471, app/assets/stylesheets/bootstrap.css */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 8474, app/assets/stylesheets/bootstrap.css */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 8478, app/assets/stylesheets/bootstrap.css */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 8482, app/assets/stylesheets/bootstrap.css */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 8486, app/assets/stylesheets/bootstrap.css */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 8490, app/assets/stylesheets/bootstrap.css */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 8493, app/assets/stylesheets/bootstrap.css */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 8497, app/assets/stylesheets/bootstrap.css */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 8501, app/assets/stylesheets/bootstrap.css */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 8505, app/assets/stylesheets/bootstrap.css */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 8509, app/assets/stylesheets/bootstrap.css */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 8512, app/assets/stylesheets/bootstrap.css */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 8516, app/assets/stylesheets/bootstrap.css */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 8520, app/assets/stylesheets/bootstrap.css */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 8524, app/assets/stylesheets/bootstrap.css */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 8528, app/assets/stylesheets/bootstrap.css */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 8531, app/assets/stylesheets/bootstrap.css */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 8535, app/assets/stylesheets/bootstrap.css */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 8539, app/assets/stylesheets/bootstrap.css */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 8543, app/assets/stylesheets/bootstrap.css */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 8547, app/assets/stylesheets/bootstrap.css */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 8550, app/assets/stylesheets/bootstrap.css */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8554, app/assets/stylesheets/bootstrap.css */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8558, app/assets/stylesheets/bootstrap.css */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8562, app/assets/stylesheets/bootstrap.css */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8566, app/assets/stylesheets/bootstrap.css */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 8569, app/assets/stylesheets/bootstrap.css */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 8573, app/assets/stylesheets/bootstrap.css */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 8577, app/assets/stylesheets/bootstrap.css */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 8581, app/assets/stylesheets/bootstrap.css */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 8585, app/assets/stylesheets/bootstrap.css */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 8588, app/assets/stylesheets/bootstrap.css */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 8592, app/assets/stylesheets/bootstrap.css */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 8596, app/assets/stylesheets/bootstrap.css */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 8600, app/assets/stylesheets/bootstrap.css */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 8604, app/assets/stylesheets/bootstrap.css */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 8607, app/assets/stylesheets/bootstrap.css */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 8611, app/assets/stylesheets/bootstrap.css */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 8615, app/assets/stylesheets/bootstrap.css */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 8619, app/assets/stylesheets/bootstrap.css */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 8623, app/assets/stylesheets/bootstrap.css */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 8626, app/assets/stylesheets/bootstrap.css */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 8630, app/assets/stylesheets/bootstrap.css */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 8634, app/assets/stylesheets/bootstrap.css */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 8638, app/assets/stylesheets/bootstrap.css */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 8642, app/assets/stylesheets/bootstrap.css */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 8645, app/assets/stylesheets/bootstrap.css */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 8649, app/assets/stylesheets/bootstrap.css */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 8653, app/assets/stylesheets/bootstrap.css */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8657, app/assets/stylesheets/bootstrap.css */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 8661, app/assets/stylesheets/bootstrap.css */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 8664, app/assets/stylesheets/bootstrap.css */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8668, app/assets/stylesheets/bootstrap.css */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8672, app/assets/stylesheets/bootstrap.css */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8676, app/assets/stylesheets/bootstrap.css */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8680, app/assets/stylesheets/bootstrap.css */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 8683, app/assets/stylesheets/bootstrap.css */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 8687, app/assets/stylesheets/bootstrap.css */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 8691, app/assets/stylesheets/bootstrap.css */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 8695, app/assets/stylesheets/bootstrap.css */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 8699, app/assets/stylesheets/bootstrap.css */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 8702, app/assets/stylesheets/bootstrap.css */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 8706, app/assets/stylesheets/bootstrap.css */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 8710, app/assets/stylesheets/bootstrap.css */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 8714, app/assets/stylesheets/bootstrap.css */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 8720, app/assets/stylesheets/bootstrap.css */
.text-justify {
  text-align: justify !important;
}

/* line 8724, app/assets/stylesheets/bootstrap.css */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 8728, app/assets/stylesheets/bootstrap.css */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 8734, app/assets/stylesheets/bootstrap.css */
.text-left {
  text-align: left !important;
}

/* line 8738, app/assets/stylesheets/bootstrap.css */
.text-right {
  text-align: right !important;
}

/* line 8742, app/assets/stylesheets/bootstrap.css */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 8747, app/assets/stylesheets/bootstrap.css */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 8750, app/assets/stylesheets/bootstrap.css */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 8753, app/assets/stylesheets/bootstrap.css */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 8759, app/assets/stylesheets/bootstrap.css */
  .text-md-left {
    text-align: left !important;
  }
  /* line 8762, app/assets/stylesheets/bootstrap.css */
  .text-md-right {
    text-align: right !important;
  }
  /* line 8765, app/assets/stylesheets/bootstrap.css */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 8771, app/assets/stylesheets/bootstrap.css */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 8774, app/assets/stylesheets/bootstrap.css */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 8777, app/assets/stylesheets/bootstrap.css */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 8783, app/assets/stylesheets/bootstrap.css */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 8786, app/assets/stylesheets/bootstrap.css */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 8789, app/assets/stylesheets/bootstrap.css */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 8794, app/assets/stylesheets/bootstrap.css */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 8798, app/assets/stylesheets/bootstrap.css */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 8802, app/assets/stylesheets/bootstrap.css */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 8806, app/assets/stylesheets/bootstrap.css */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 8810, app/assets/stylesheets/bootstrap.css */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 8814, app/assets/stylesheets/bootstrap.css */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 8818, app/assets/stylesheets/bootstrap.css */
.font-italic {
  font-style: italic !important;
}

/* line 8822, app/assets/stylesheets/bootstrap.css */
.text-white {
  color: #fff !important;
}

/* line 8826, app/assets/stylesheets/bootstrap.css */
.text-primary {
  color: #007bff !important;
}

/* line 8830, app/assets/stylesheets/bootstrap.css */
a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

/* line 8834, app/assets/stylesheets/bootstrap.css */
.text-secondary {
  color: #6c757d !important;
}

/* line 8838, app/assets/stylesheets/bootstrap.css */
a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

/* line 8842, app/assets/stylesheets/bootstrap.css */
.text-success {
  color: #28a745 !important;
}

/* line 8846, app/assets/stylesheets/bootstrap.css */
a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

/* line 8850, app/assets/stylesheets/bootstrap.css */
.text-info {
  color: #17a2b8 !important;
}

/* line 8854, app/assets/stylesheets/bootstrap.css */
a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

/* line 8858, app/assets/stylesheets/bootstrap.css */
.text-warning {
  color: #ffc107 !important;
}

/* line 8862, app/assets/stylesheets/bootstrap.css */
a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

/* line 8866, app/assets/stylesheets/bootstrap.css */
.text-danger {
  color: #dc3545 !important;
}

/* line 8870, app/assets/stylesheets/bootstrap.css */
a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

/* line 8874, app/assets/stylesheets/bootstrap.css */
.text-light {
  color: #f8f9fa !important;
}

/* line 8878, app/assets/stylesheets/bootstrap.css */
a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

/* line 8882, app/assets/stylesheets/bootstrap.css */
.text-dark {
  color: #343a40 !important;
}

/* line 8886, app/assets/stylesheets/bootstrap.css */
a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

/* line 8890, app/assets/stylesheets/bootstrap.css */
.text-muted {
  color: #6c757d !important;
}

/* line 8894, app/assets/stylesheets/bootstrap.css */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 8902, app/assets/stylesheets/bootstrap.css */
.visible {
  visibility: visible !important;
}

/* line 8906, app/assets/stylesheets/bootstrap.css */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 8911, app/assets/stylesheets/bootstrap.css */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 8917, app/assets/stylesheets/bootstrap.css */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 8920, app/assets/stylesheets/bootstrap.css */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 8923, app/assets/stylesheets/bootstrap.css */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 8926, app/assets/stylesheets/bootstrap.css */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 8931, app/assets/stylesheets/bootstrap.css */
  thead {
    display: table-header-group;
  }
  /* line 8934, app/assets/stylesheets/bootstrap.css */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 8938, app/assets/stylesheets/bootstrap.css */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 8944, app/assets/stylesheets/bootstrap.css */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 8951, app/assets/stylesheets/bootstrap.css */
  body {
    min-width: 992px !important;
  }
  /* line 8954, app/assets/stylesheets/bootstrap.css */
  .container {
    min-width: 992px !important;
  }
  /* line 8957, app/assets/stylesheets/bootstrap.css */
  .navbar {
    display: none;
  }
  /* line 8960, app/assets/stylesheets/bootstrap.css */
  .badge {
    border: 1px solid #000;
  }
  /* line 8963, app/assets/stylesheets/bootstrap.css */
  .table {
    border-collapse: collapse !important;
  }
  /* line 8966, app/assets/stylesheets/bootstrap.css */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 8970, app/assets/stylesheets/bootstrap.css */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/*--------------------------------

hermes-dashboard-icons Web Font - built using nucleoapp.com
License - nucleoapp.com/license/

-------------------------------- */
@font-face {
  font-family: 'NucleoIcons';
  src: url(/../fonts/nucleo-icons.eot);
  src: url(/../fonts/nucleo-icons.eot) format("embedded-opentype"), url(/../fonts/nucleo-icons.woff2) format("woff2"), url(/../fonts/nucleo-icons.woff) format("woff"), url(/../fonts/nucleo-icons.ttf) format("truetype"), url(/../fonts/nucleo-icons.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

/*------------------------
    base class definition
-------------------------*/
/* line 17, vendor/assets/nucleo/css/nucleo.css */
.ni {
  display: inline-block;
  font: normal normal normal 14px/1 NucleoIcons;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------
  change icon size
-------------------------*/
/* line 28, vendor/assets/nucleo/css/nucleo.css */
.ni-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, vendor/assets/nucleo/css/nucleo.css */
.ni-2x {
  font-size: 2em;
}

/* line 36, vendor/assets/nucleo/css/nucleo.css */
.ni-3x {
  font-size: 3em;
}

/* line 39, vendor/assets/nucleo/css/nucleo.css */
.ni-4x {
  font-size: 4em;
}

/* line 42, vendor/assets/nucleo/css/nucleo.css */
.ni-5x {
  font-size: 5em;
}

/*----------------------------------
  add a square/circle background
-----------------------------------*/
/* line 49, vendor/assets/nucleo/css/nucleo.css */
.ni.square,
.ni.circle {
  padding: 0.33333333em;
  vertical-align: -16%;
  background-color: #eee;
}

/* line 55, vendor/assets/nucleo/css/nucleo.css */
.ni.circle {
  border-radius: 50%;
}

/*------------------------
  list icons
-------------------------*/
/* line 61, vendor/assets/nucleo/css/nucleo.css */
.ni-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 66, vendor/assets/nucleo/css/nucleo.css */
.ni-ul > li {
  position: relative;
}

/* line 69, vendor/assets/nucleo/css/nucleo.css */
.ni-ul > li > .ni {
  position: absolute;
  left: -1.57142857em;
  top: 0.14285714em;
  text-align: center;
}

/* line 75, vendor/assets/nucleo/css/nucleo.css */
.ni-ul > li > .ni.lg {
  top: 0;
  left: -1.35714286em;
}

/* line 79, vendor/assets/nucleo/css/nucleo.css */
.ni-ul > li > .ni.circle,
.ni-ul > li > .ni.square {
  top: -0.19047619em;
  left: -1.9047619em;
}

/*------------------------
  spinning icons
-------------------------*/
/* line 87, vendor/assets/nucleo/css/nucleo.css */
.ni.spin {
  animation: nc-spin 2s infinite linear;
}

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

/*------------------------
  rotated/flipped icons
-------------------------*/
/* line 127, vendor/assets/nucleo/css/nucleo.css */
.ni.rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

/* line 135, vendor/assets/nucleo/css/nucleo.css */
.ni.rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}

/* line 143, vendor/assets/nucleo/css/nucleo.css */
.ni.rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}

/* line 151, vendor/assets/nucleo/css/nucleo.css */
.ni.flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  transform: scale(-1, 1);
}

/* line 159, vendor/assets/nucleo/css/nucleo.css */
.ni.flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: scale(1, -1);
}

/*------------------------
    font icons
-------------------------*/
/* line 171, vendor/assets/nucleo/css/nucleo.css */
.ni-active-40::before {
  content: "\ea02";
}

/* line 175, vendor/assets/nucleo/css/nucleo.css */
.ni-air-baloon::before {
  content: "\ea03";
}

/* line 179, vendor/assets/nucleo/css/nucleo.css */
.ni-album-2::before {
  content: "\ea04";
}

/* line 183, vendor/assets/nucleo/css/nucleo.css */
.ni-align-center::before {
  content: "\ea05";
}

/* line 187, vendor/assets/nucleo/css/nucleo.css */
.ni-align-left-2::before {
  content: "\ea06";
}

/* line 191, vendor/assets/nucleo/css/nucleo.css */
.ni-ambulance::before {
  content: "\ea07";
}

/* line 195, vendor/assets/nucleo/css/nucleo.css */
.ni-app::before {
  content: "\ea08";
}

/* line 199, vendor/assets/nucleo/css/nucleo.css */
.ni-archive-2::before {
  content: "\ea09";
}

/* line 203, vendor/assets/nucleo/css/nucleo.css */
.ni-atom::before {
  content: "\ea0a";
}

/* line 207, vendor/assets/nucleo/css/nucleo.css */
.ni-badge::before {
  content: "\ea0b";
}

/* line 211, vendor/assets/nucleo/css/nucleo.css */
.ni-bag-17::before {
  content: "\ea0c";
}

/* line 215, vendor/assets/nucleo/css/nucleo.css */
.ni-basket::before {
  content: "\ea0d";
}

/* line 219, vendor/assets/nucleo/css/nucleo.css */
.ni-bell-55::before {
  content: "\ea0e";
}

/* line 223, vendor/assets/nucleo/css/nucleo.css */
.ni-bold-down::before {
  content: "\ea0f";
}

/* line 227, vendor/assets/nucleo/css/nucleo.css */
.ni-bold-left::before {
  content: "\ea10";
}

/* line 231, vendor/assets/nucleo/css/nucleo.css */
.ni-bold-right::before {
  content: "\ea11";
}

/* line 235, vendor/assets/nucleo/css/nucleo.css */
.ni-bold-up::before {
  content: "\ea12";
}

/* line 239, vendor/assets/nucleo/css/nucleo.css */
.ni-bold::before {
  content: "\ea13";
}

/* line 243, vendor/assets/nucleo/css/nucleo.css */
.ni-book-bookmark::before {
  content: "\ea14";
}

/* line 247, vendor/assets/nucleo/css/nucleo.css */
.ni-books::before {
  content: "\ea15";
}

/* line 251, vendor/assets/nucleo/css/nucleo.css */
.ni-box-2::before {
  content: "\ea16";
}

/* line 255, vendor/assets/nucleo/css/nucleo.css */
.ni-briefcase-24::before {
  content: "\ea17";
}

/* line 259, vendor/assets/nucleo/css/nucleo.css */
.ni-building::before {
  content: "\ea18";
}

/* line 263, vendor/assets/nucleo/css/nucleo.css */
.ni-bulb-61::before {
  content: "\ea19";
}

/* line 267, vendor/assets/nucleo/css/nucleo.css */
.ni-bullet-list-67::before {
  content: "\ea1a";
}

/* line 271, vendor/assets/nucleo/css/nucleo.css */
.ni-bus-front-12::before {
  content: "\ea1b";
}

/* line 275, vendor/assets/nucleo/css/nucleo.css */
.ni-button-pause::before {
  content: "\ea1c";
}

/* line 279, vendor/assets/nucleo/css/nucleo.css */
.ni-button-play::before {
  content: "\ea1d";
}

/* line 283, vendor/assets/nucleo/css/nucleo.css */
.ni-button-power::before {
  content: "\ea1e";
}

/* line 287, vendor/assets/nucleo/css/nucleo.css */
.ni-calendar-grid-58::before {
  content: "\ea1f";
}

/* line 291, vendor/assets/nucleo/css/nucleo.css */
.ni-camera-compact::before {
  content: "\ea20";
}

/* line 295, vendor/assets/nucleo/css/nucleo.css */
.ni-caps-small::before {
  content: "\ea21";
}

/* line 299, vendor/assets/nucleo/css/nucleo.css */
.ni-cart::before {
  content: "\ea22";
}

/* line 303, vendor/assets/nucleo/css/nucleo.css */
.ni-chart-bar-32::before {
  content: "\ea23";
}

/* line 307, vendor/assets/nucleo/css/nucleo.css */
.ni-chart-pie-35::before {
  content: "\ea24";
}

/* line 311, vendor/assets/nucleo/css/nucleo.css */
.ni-chat-round::before {
  content: "\ea25";
}

/* line 315, vendor/assets/nucleo/css/nucleo.css */
.ni-check-bold::before {
  content: "\ea26";
}

/* line 319, vendor/assets/nucleo/css/nucleo.css */
.ni-circle-08::before {
  content: "\ea27";
}

/* line 323, vendor/assets/nucleo/css/nucleo.css */
.ni-cloud-download-95::before {
  content: "\ea28";
}

/* line 327, vendor/assets/nucleo/css/nucleo.css */
.ni-cloud-upload-96::before {
  content: "\ea29";
}

/* line 331, vendor/assets/nucleo/css/nucleo.css */
.ni-compass-04::before {
  content: "\ea2a";
}

/* line 335, vendor/assets/nucleo/css/nucleo.css */
.ni-controller::before {
  content: "\ea2b";
}

/* line 339, vendor/assets/nucleo/css/nucleo.css */
.ni-credit-card::before {
  content: "\ea2c";
}

/* line 343, vendor/assets/nucleo/css/nucleo.css */
.ni-curved-next::before {
  content: "\ea2d";
}

/* line 347, vendor/assets/nucleo/css/nucleo.css */
.ni-delivery-fast::before {
  content: "\ea2e";
}

/* line 351, vendor/assets/nucleo/css/nucleo.css */
.ni-diamond::before {
  content: "\ea2f";
}

/* line 355, vendor/assets/nucleo/css/nucleo.css */
.ni-email-83::before {
  content: "\ea30";
}

/* line 359, vendor/assets/nucleo/css/nucleo.css */
.ni-fat-add::before {
  content: "\ea31";
}

/* line 363, vendor/assets/nucleo/css/nucleo.css */
.ni-fat-delete::before {
  content: "\ea32";
}

/* line 367, vendor/assets/nucleo/css/nucleo.css */
.ni-fat-remove::before {
  content: "\ea33";
}

/* line 371, vendor/assets/nucleo/css/nucleo.css */
.ni-favourite-28::before {
  content: "\ea34";
}

/* line 375, vendor/assets/nucleo/css/nucleo.css */
.ni-folder-17::before {
  content: "\ea35";
}

/* line 379, vendor/assets/nucleo/css/nucleo.css */
.ni-glasses-2::before {
  content: "\ea36";
}

/* line 383, vendor/assets/nucleo/css/nucleo.css */
.ni-hat-3::before {
  content: "\ea37";
}

/* line 387, vendor/assets/nucleo/css/nucleo.css */
.ni-headphones::before {
  content: "\ea38";
}

/* line 391, vendor/assets/nucleo/css/nucleo.css */
.ni-html5::before {
  content: "\ea39";
}

/* line 395, vendor/assets/nucleo/css/nucleo.css */
.ni-istanbul::before {
  content: "\ea3a";
}

/* line 399, vendor/assets/nucleo/css/nucleo.css */
.ni-key-25::before {
  content: "\ea3b";
}

/* line 403, vendor/assets/nucleo/css/nucleo.css */
.ni-laptop::before {
  content: "\ea3c";
}

/* line 407, vendor/assets/nucleo/css/nucleo.css */
.ni-like-2::before {
  content: "\ea3d";
}

/* line 411, vendor/assets/nucleo/css/nucleo.css */
.ni-lock-circle-open::before {
  content: "\ea3e";
}

/* line 415, vendor/assets/nucleo/css/nucleo.css */
.ni-map-big::before {
  content: "\ea3f";
}

/* line 419, vendor/assets/nucleo/css/nucleo.css */
.ni-mobile-button::before {
  content: "\ea40";
}

/* line 423, vendor/assets/nucleo/css/nucleo.css */
.ni-money-coins::before {
  content: "\ea41";
}

/* line 427, vendor/assets/nucleo/css/nucleo.css */
.ni-note-03::before {
  content: "\ea42";
}

/* line 431, vendor/assets/nucleo/css/nucleo.css */
.ni-notification-70::before {
  content: "\ea43";
}

/* line 435, vendor/assets/nucleo/css/nucleo.css */
.ni-palette::before {
  content: "\ea44";
}

/* line 439, vendor/assets/nucleo/css/nucleo.css */
.ni-paper-diploma::before {
  content: "\ea45";
}

/* line 443, vendor/assets/nucleo/css/nucleo.css */
.ni-pin-3::before {
  content: "\ea46";
}

/* line 447, vendor/assets/nucleo/css/nucleo.css */
.ni-planet::before {
  content: "\ea47";
}

/* line 451, vendor/assets/nucleo/css/nucleo.css */
.ni-ruler-pencil::before {
  content: "\ea48";
}

/* line 455, vendor/assets/nucleo/css/nucleo.css */
.ni-satisfied::before {
  content: "\ea49";
}

/* line 459, vendor/assets/nucleo/css/nucleo.css */
.ni-scissors::before {
  content: "\ea4a";
}

/* line 463, vendor/assets/nucleo/css/nucleo.css */
.ni-send::before {
  content: "\ea4b";
}

/* line 467, vendor/assets/nucleo/css/nucleo.css */
.ni-settings-gear-65::before {
  content: "\ea4c";
}

/* line 471, vendor/assets/nucleo/css/nucleo.css */
.ni-settings::before {
  content: "\ea4d";
}

/* line 475, vendor/assets/nucleo/css/nucleo.css */
.ni-single-02::before {
  content: "\ea4e";
}

/* line 479, vendor/assets/nucleo/css/nucleo.css */
.ni-single-copy-04::before {
  content: "\ea4f";
}

/* line 483, vendor/assets/nucleo/css/nucleo.css */
.ni-sound-wave::before {
  content: "\ea50";
}

/* line 487, vendor/assets/nucleo/css/nucleo.css */
.ni-spaceship::before {
  content: "\ea51";
}

/* line 491, vendor/assets/nucleo/css/nucleo.css */
.ni-square-pin::before {
  content: "\ea52";
}

/* line 495, vendor/assets/nucleo/css/nucleo.css */
.ni-support-16::before {
  content: "\ea53";
}

/* line 499, vendor/assets/nucleo/css/nucleo.css */
.ni-tablet-button::before {
  content: "\ea54";
}

/* line 503, vendor/assets/nucleo/css/nucleo.css */
.ni-tag::before {
  content: "\ea55";
}

/* line 507, vendor/assets/nucleo/css/nucleo.css */
.ni-tie-bow::before {
  content: "\ea56";
}

/* line 511, vendor/assets/nucleo/css/nucleo.css */
.ni-time-alarm::before {
  content: "\ea57";
}

/* line 515, vendor/assets/nucleo/css/nucleo.css */
.ni-trophy::before {
  content: "\ea58";
}

/* line 519, vendor/assets/nucleo/css/nucleo.css */
.ni-tv-2::before {
  content: "\ea59";
}

/* line 523, vendor/assets/nucleo/css/nucleo.css */
.ni-umbrella-13::before {
  content: "\ea5a";
}

/* line 527, vendor/assets/nucleo/css/nucleo.css */
.ni-user-run::before {
  content: "\ea5b";
}

/* line 531, vendor/assets/nucleo/css/nucleo.css */
.ni-vector::before {
  content: "\ea5c";
}

/* line 535, vendor/assets/nucleo/css/nucleo.css */
.ni-watch-time::before {
  content: "\ea5d";
}

/* line 539, vendor/assets/nucleo/css/nucleo.css */
.ni-world::before {
  content: "\ea5e";
}

/* line 543, vendor/assets/nucleo/css/nucleo.css */
.ni-zoom-split-in::before {
  content: "\ea5f";
}

/* line 547, vendor/assets/nucleo/css/nucleo.css */
.ni-collection::before {
  content: "\ea60";
}

/* line 551, vendor/assets/nucleo/css/nucleo.css */
.ni-image::before {
  content: "\ea61";
}

/* line 555, vendor/assets/nucleo/css/nucleo.css */
.ni-shop::before {
  content: "\ea62";
}

/* line 559, vendor/assets/nucleo/css/nucleo.css */
.ni-ungroup::before {
  content: "\ea63";
}

/* line 563, vendor/assets/nucleo/css/nucleo.css */
.ni-world-2::before {
  content: "\ea64";
}

/* line 567, vendor/assets/nucleo/css/nucleo.css */
.ni-ui-04::before {
  content: "\ea65";
}

/* all icon font classes list here */
/*!
 * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em;
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-xs {
  font-size: .75em;
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-sm {
  font-size: .875em;
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-1x {
  font-size: 1em;
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-2x {
  font-size: 2em;
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-3x {
  font-size: 3em;
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-4x {
  font-size: 4em;
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-5x {
  font-size: 5em;
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-6x {
  font-size: 6em;
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-7x {
  font-size: 7em;
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-8x {
  font-size: 8em;
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-9x {
  font-size: 9em;
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-10x {
  font-size: 10em;
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-ul > li {
  position: relative;
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-pull-left {
  float: left;
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-pull-right {
  float: right;
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: .3em;
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: .3em;
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-flip-vertical {
  transform: scaleY(-1);
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  filter: none;
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-stack-1x {
  line-height: inherit;
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-stack-2x {
  font-size: 2em;
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-inverse {
  color: #fff;
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-500px:before {
  content: "\f26e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-accusoft:before {
  content: "\f369";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-ad:before {
  content: "\f641";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-address-card:before {
  content: "\f2bb";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-adjust:before {
  content: "\f042";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-adn:before {
  content: "\f170";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-adobe:before {
  content: "\f778";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-adversal:before {
  content: "\f36a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-air-freshener:before {
  content: "\f5d0";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-airbnb:before {
  content: "\f834";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-algolia:before {
  content: "\f36c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-align-center:before {
  content: "\f037";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-align-justify:before {
  content: "\f039";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-align-left:before {
  content: "\f036";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-align-right:before {
  content: "\f038";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-alipay:before {
  content: "\f642";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-allergies:before {
  content: "\f461";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-amazon:before {
  content: "\f270";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-amilia:before {
  content: "\f36d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-anchor:before {
  content: "\f13d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-android:before {
  content: "\f17b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-angellist:before {
  content: "\f209";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-angle-down:before {
  content: "\f107";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-angle-left:before {
  content: "\f104";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-angle-right:before {
  content: "\f105";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-angle-up:before {
  content: "\f106";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-angry:before {
  content: "\f556";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-angular:before {
  content: "\f420";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-ankh:before {
  content: "\f644";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-app-store:before {
  content: "\f36f";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-apper:before {
  content: "\f371";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-apple:before {
  content: "\f179";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-archive:before {
  content: "\f187";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-archway:before {
  content: "\f557";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-arrows-alt-h:before {
  content: "\f337";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-arrows-alt-v:before {
  content: "\f338";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-artstation:before {
  content: "\f77a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-asterisk:before {
  content: "\f069";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-at:before {
  content: "\f1fa";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-atlas:before {
  content: "\f558";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-atom:before {
  content: "\f5d2";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-audible:before {
  content: "\f373";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-avianex:before {
  content: "\f374";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-aviato:before {
  content: "\f421";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-award:before {
  content: "\f559";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-aws:before {
  content: "\f375";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-baby:before {
  content: "\f77c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-baby-carriage:before {
  content: "\f77d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-backspace:before {
  content: "\f55a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-backward:before {
  content: "\f04a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-bacon:before {
  content: "\f7e5";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-ban:before {
  content: "\f05e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-band-aid:before {
  content: "\f462";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-barcode:before {
  content: "\f02a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-bars:before {
  content: "\f0c9";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-bath:before {
  content: "\f2cd";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-battery-full:before {
  content: "\f240";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-battery-half:before {
  content: "\f242";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-battle-net:before {
  content: "\f835";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-bed:before {
  content: "\f236";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-beer:before {
  content: "\f0fc";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-behance:before {
  content: "\f1b4";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-bell:before {
  content: "\f0f3";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-bible:before {
  content: "\f647";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-bicycle:before {
  content: "\f206";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-bimobject:before {
  content: "\f378";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-biohazard:before {
  content: "\f780";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-bity:before {
  content: "\f37a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-blender:before {
  content: "\f517";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-blender-phone:before {
  content: "\f6b6";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-blind:before {
  content: "\f29d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-blog:before {
  content: "\f781";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-blogger:before {
  content: "\f37c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-bold:before {
  content: "\f032";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-bone:before {
  content: "\f5d7";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-bong:before {
  content: "\f55c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-book:before {
  content: "\f02d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-book-dead:before {
  content: "\f6b7";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-book-medical:before {
  content: "\f7e6";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-book-open:before {
  content: "\f518";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-book-reader:before {
  content: "\f5da";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-box:before {
  content: "\f466";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-box-open:before {
  content: "\f49e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-boxes:before {
  content: "\f468";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-braille:before {
  content: "\f2a1";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-brain:before {
  content: "\f5dc";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-bread-slice:before {
  content: "\f7ec";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-broadcast-tower:before {
  content: "\f519";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-broom:before {
  content: "\f51a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-brush:before {
  content: "\f55d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-btc:before {
  content: "\f15a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-buffer:before {
  content: "\f837";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-bug:before {
  content: "\f188";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-building:before {
  content: "\f1ad";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-bullseye:before {
  content: "\f140";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-burn:before {
  content: "\f46a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-bus:before {
  content: "\f207";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-bus-alt:before {
  content: "\f55e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-business-time:before {
  content: "\f64a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-calendar:before {
  content: "\f133";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-calendar-day:before {
  content: "\f783";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-calendar-week:before {
  content: "\f784";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-camera:before {
  content: "\f030";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-campground:before {
  content: "\f6bb";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-candy-cane:before {
  content: "\f786";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-capsules:before {
  content: "\f46b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-car:before {
  content: "\f1b9";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-car-battery:before {
  content: "\f5df";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-caret-square-down:before {
  content: "\f150";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-caret-square-left:before {
  content: "\f191";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-caret-square-right:before {
  content: "\f152";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-caret-square-up:before {
  content: "\f151";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-carrot:before {
  content: "\f787";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cash-register:before {
  content: "\f788";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cat:before {
  content: "\f6be";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-centercode:before {
  content: "\f380";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-centos:before {
  content: "\f789";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-chair:before {
  content: "\f6c0";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-chalkboard:before {
  content: "\f51b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-chart-line:before {
  content: "\f201";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-check:before {
  content: "\f00c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-check-circle:before {
  content: "\f058";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-check-double:before {
  content: "\f560";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-check-square:before {
  content: "\f14a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cheese:before {
  content: "\f7ef";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-chess:before {
  content: "\f439";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-child:before {
  content: "\f1ae";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-chrome:before {
  content: "\f268";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-chromecast:before {
  content: "\f838";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-church:before {
  content: "\f51d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-circle:before {
  content: "\f111";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-city:before {
  content: "\f64f";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-clinic-medical:before {
  content: "\f7f2";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-clipboard:before {
  content: "\f328";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-clock:before {
  content: "\f017";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-clone:before {
  content: "\f24d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cloud-download-alt:before {
  content: "\f381";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cloud-meatball:before {
  content: "\f73b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cloud-moon:before {
  content: "\f6c3";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cloud-rain:before {
  content: "\f73d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cloud-sun:before {
  content: "\f6c4";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cloud-sun-rain:before {
  content: "\f743";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cloud-upload-alt:before {
  content: "\f382";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cocktail:before {
  content: "\f561";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-code:before {
  content: "\f121";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-code-branch:before {
  content: "\f126";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-codiepie:before {
  content: "\f284";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cog:before {
  content: "\f013";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cogs:before {
  content: "\f085";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-coins:before {
  content: "\f51e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-columns:before {
  content: "\f0db";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-comment:before {
  content: "\f075";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-comment-dollar:before {
  content: "\f651";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-comment-medical:before {
  content: "\f7f5";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-comments:before {
  content: "\f086";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-comments-dollar:before {
  content: "\f653";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-compass:before {
  content: "\f14e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-compress:before {
  content: "\f066";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-compress-arrows-alt:before {
  content: "\f78c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-concierge-bell:before {
  content: "\f562";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-confluence:before {
  content: "\f78d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-contao:before {
  content: "\f26d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cookie:before {
  content: "\f563";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-copy:before {
  content: "\f0c5";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-couch:before {
  content: "\f4b8";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cpanel:before {
  content: "\f388";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-crop:before {
  content: "\f125";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-crop-alt:before {
  content: "\f565";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cross:before {
  content: "\f654";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-crow:before {
  content: "\f520";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-crown:before {
  content: "\f521";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-crutch:before {
  content: "\f7f7";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-css3:before {
  content: "\f13c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cube:before {
  content: "\f1b2";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cut:before {
  content: "\f0c4";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-dashcube:before {
  content: "\f210";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-database:before {
  content: "\f1c0";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-democrat:before {
  content: "\f747";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-desktop:before {
  content: "\f108";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-dev:before {
  content: "\f6cc";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-dharmachakra:before {
  content: "\f655";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-dhl:before {
  content: "\f790";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-diaspora:before {
  content: "\f791";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-dice:before {
  content: "\f522";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-dice-d20:before {
  content: "\f6cf";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-dice-d6:before {
  content: "\f6d1";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-dice-five:before {
  content: "\f523";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-dice-four:before {
  content: "\f524";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-dice-one:before {
  content: "\f525";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-dice-six:before {
  content: "\f526";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-dice-three:before {
  content: "\f527";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-dice-two:before {
  content: "\f528";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-digg:before {
  content: "\f1a6";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-digital-tachograph:before {
  content: "\f566";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-directions:before {
  content: "\f5eb";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-discord:before {
  content: "\f392";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-discourse:before {
  content: "\f393";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-divide:before {
  content: "\f529";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-dizzy:before {
  content: "\f567";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-dna:before {
  content: "\f471";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-dochub:before {
  content: "\f394";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-docker:before {
  content: "\f395";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-dog:before {
  content: "\f6d3";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-dolly:before {
  content: "\f472";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-donate:before {
  content: "\f4b9";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-door-open:before {
  content: "\f52b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-dove:before {
  content: "\f4ba";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-download:before {
  content: "\f019";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-dragon:before {
  content: "\f6d5";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-drum:before {
  content: "\f569";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-drumstick-bite:before {
  content: "\f6d7";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-dumpster:before {
  content: "\f793";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-dumpster-fire:before {
  content: "\f794";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-dungeon:before {
  content: "\f6d9";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-dyalog:before {
  content: "\f399";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-edge:before {
  content: "\f282";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-edit:before {
  content: "\f044";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-egg:before {
  content: "\f7fb";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-eject:before {
  content: "\f052";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-elementor:before {
  content: "\f430";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-ello:before {
  content: "\f5f1";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-ember:before {
  content: "\f423";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-empire:before {
  content: "\f1d1";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-envelope-open-text:before {
  content: "\f658";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-envira:before {
  content: "\f299";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-equals:before {
  content: "\f52c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-eraser:before {
  content: "\f12d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-erlang:before {
  content: "\f39d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-ethernet:before {
  content: "\f796";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-evernote:before {
  content: "\f839";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-expand:before {
  content: "\f065";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-external-link-square-alt:before {
  content: "\f360";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-eye:before {
  content: "\f06e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-facebook:before {
  content: "\f09a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-fax:before {
  content: "\f1ac";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-feather:before {
  content: "\f52d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-feather-alt:before {
  content: "\f56b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-fedex:before {
  content: "\f797";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-fedora:before {
  content: "\f798";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-female:before {
  content: "\f182";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-figma:before {
  content: "\f799";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-file:before {
  content: "\f15b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-file-csv:before {
  content: "\f6dd";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-file-download:before {
  content: "\f56d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-file-export:before {
  content: "\f56e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-file-import:before {
  content: "\f56f";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-file-invoice:before {
  content: "\f570";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-file-invoice-dollar:before {
  content: "\f571";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-file-medical:before {
  content: "\f477";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-file-medical-alt:before {
  content: "\f478";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-file-signature:before {
  content: "\f573";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-file-upload:before {
  content: "\f574";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-fill:before {
  content: "\f575";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-film:before {
  content: "\f008";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-filter:before {
  content: "\f0b0";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-fire:before {
  content: "\f06d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-fire-alt:before {
  content: "\f7e4";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-firefox:before {
  content: "\f269";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-first-aid:before {
  content: "\f479";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-fish:before {
  content: "\f578";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-fist-raised:before {
  content: "\f6de";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-flag:before {
  content: "\f024";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-flag-usa:before {
  content: "\f74d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-flask:before {
  content: "\f0c3";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-flickr:before {
  content: "\f16e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-flushed:before {
  content: "\f579";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-fly:before {
  content: "\f417";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-folder:before {
  content: "\f07b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-folder-minus:before {
  content: "\f65d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-folder-plus:before {
  content: "\f65e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-font:before {
  content: "\f031";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-font-awesome-flag:before {
  content: "\f425";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-fonticons:before {
  content: "\f280";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-forumbee:before {
  content: "\f211";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-forward:before {
  content: "\f04e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-foursquare:before {
  content: "\f180";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-frog:before {
  content: "\f52e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-frown:before {
  content: "\f119";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-frown-open:before {
  content: "\f57a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-funnel-dollar:before {
  content: "\f662";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-gem:before {
  content: "\f3a5";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-genderless:before {
  content: "\f22d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-gg:before {
  content: "\f260";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-ghost:before {
  content: "\f6e2";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-gift:before {
  content: "\f06b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-gifts:before {
  content: "\f79c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-git:before {
  content: "\f1d3";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-git-alt:before {
  content: "\f841";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-github:before {
  content: "\f09b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-github-alt:before {
  content: "\f113";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-github-square:before {
  content: "\f092";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-gitlab:before {
  content: "\f296";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-gitter:before {
  content: "\f426";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-glass-cheers:before {
  content: "\f79f";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-glass-martini:before {
  content: "\f000";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-glass-martini-alt:before {
  content: "\f57b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-glass-whiskey:before {
  content: "\f7a0";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-glasses:before {
  content: "\f530";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-glide:before {
  content: "\f2a5";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-globe:before {
  content: "\f0ac";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-globe-africa:before {
  content: "\f57c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-globe-americas:before {
  content: "\f57d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-globe-asia:before {
  content: "\f57e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-globe-europe:before {
  content: "\f7a2";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-google:before {
  content: "\f1a0";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-gopuram:before {
  content: "\f664";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-gratipay:before {
  content: "\f184";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-grav:before {
  content: "\f2d6";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-greater-than:before {
  content: "\f531";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-greater-than-equal:before {
  content: "\f532";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-grimace:before {
  content: "\f57f";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-grin:before {
  content: "\f580";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-grin-alt:before {
  content: "\f581";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-grin-beam:before {
  content: "\f582";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-grin-beam-sweat:before {
  content: "\f583";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-grin-hearts:before {
  content: "\f584";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-grin-squint:before {
  content: "\f585";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-grin-squint-tears:before {
  content: "\f586";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-grin-stars:before {
  content: "\f587";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-grin-tears:before {
  content: "\f588";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-grin-tongue:before {
  content: "\f589";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-grin-wink:before {
  content: "\f58c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-grip-horizontal:before {
  content: "\f58d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-grip-lines:before {
  content: "\f7a4";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-guitar:before {
  content: "\f7a6";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hamburger:before {
  content: "\f805";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hamsa:before {
  content: "\f665";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hand-middle-finger:before {
  content: "\f806";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hands:before {
  content: "\f4c2";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hanukiah:before {
  content: "\f6e6";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hard-hat:before {
  content: "\f807";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hashtag:before {
  content: "\f292";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hat-wizard:before {
  content: "\f6e8";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-haykal:before {
  content: "\f666";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-heading:before {
  content: "\f1dc";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-headphones:before {
  content: "\f025";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-headset:before {
  content: "\f590";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-heart:before {
  content: "\f004";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-heart-broken:before {
  content: "\f7a9";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-helicopter:before {
  content: "\f533";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-highlighter:before {
  content: "\f591";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hiking:before {
  content: "\f6ec";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hippo:before {
  content: "\f6ed";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hips:before {
  content: "\f452";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-history:before {
  content: "\f1da";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-holly-berry:before {
  content: "\f7aa";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-home:before {
  content: "\f015";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hooli:before {
  content: "\f427";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hornbill:before {
  content: "\f592";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-horse:before {
  content: "\f6f0";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-horse-head:before {
  content: "\f7ab";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hot-tub:before {
  content: "\f593";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hotdog:before {
  content: "\f80f";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hotel:before {
  content: "\f594";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hourglass:before {
  content: "\f254";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-house-damage:before {
  content: "\f6f1";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-houzz:before {
  content: "\f27c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hryvnia:before {
  content: "\f6f2";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-html5:before {
  content: "\f13b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-ice-cream:before {
  content: "\f810";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-icicles:before {
  content: "\f7ad";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-id-card:before {
  content: "\f2c2";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-id-card-alt:before {
  content: "\f47f";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-igloo:before {
  content: "\f7ae";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-image:before {
  content: "\f03e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-images:before {
  content: "\f302";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-inbox:before {
  content: "\f01c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-indent:before {
  content: "\f03c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-industry:before {
  content: "\f275";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-infinity:before {
  content: "\f534";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-info:before {
  content: "\f129";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-instagram:before {
  content: "\f16d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-intercom:before {
  content: "\f7af";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-invision:before {
  content: "\f7b0";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-italic:before {
  content: "\f033";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-java:before {
  content: "\f4e4";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-jedi:before {
  content: "\f669";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-jira:before {
  content: "\f7b1";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-joget:before {
  content: "\f3b7";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-joint:before {
  content: "\f595";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-journal-whills:before {
  content: "\f66a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-js:before {
  content: "\f3b8";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-kaaba:before {
  content: "\f66b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-key:before {
  content: "\f084";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-khanda:before {
  content: "\f66d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-kiss:before {
  content: "\f596";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-kiss-beam:before {
  content: "\f597";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-korvue:before {
  content: "\f42f";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-landmark:before {
  content: "\f66f";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-language:before {
  content: "\f1ab";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-laptop:before {
  content: "\f109";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-laptop-medical:before {
  content: "\f812";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-lastfm:before {
  content: "\f202";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-laugh:before {
  content: "\f599";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-leaf:before {
  content: "\f06c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-leanpub:before {
  content: "\f212";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-lemon:before {
  content: "\f094";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-less:before {
  content: "\f41d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-less-than:before {
  content: "\f536";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-line:before {
  content: "\f3c0";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-link:before {
  content: "\f0c1";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-linode:before {
  content: "\f2b8";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-linux:before {
  content: "\f17c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-list:before {
  content: "\f03a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-list-alt:before {
  content: "\f022";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-lock:before {
  content: "\f023";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-magento:before {
  content: "\f3c4";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-magic:before {
  content: "\f0d0";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-magnet:before {
  content: "\f076";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-mail-bulk:before {
  content: "\f674";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-male:before {
  content: "\f183";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-map:before {
  content: "\f279";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-map-marker:before {
  content: "\f041";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-map-pin:before {
  content: "\f276";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-map-signs:before {
  content: "\f277";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-markdown:before {
  content: "\f60f";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-marker:before {
  content: "\f5a1";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-mars:before {
  content: "\f222";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-mars-double:before {
  content: "\f227";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-mask:before {
  content: "\f6fa";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-medal:before {
  content: "\f5a2";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-medium:before {
  content: "\f23a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-meh:before {
  content: "\f11a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-memory:before {
  content: "\f538";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-menorah:before {
  content: "\f676";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-mercury:before {
  content: "\f223";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-meteor:before {
  content: "\f753";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-microchip:before {
  content: "\f2db";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-microphone:before {
  content: "\f130";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-microscope:before {
  content: "\f610";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-minus:before {
  content: "\f068";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-minus-square:before {
  content: "\f146";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-mitten:before {
  content: "\f7b5";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-mix:before {
  content: "\f3cb";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-mobile:before {
  content: "\f10b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-modx:before {
  content: "\f285";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-monero:before {
  content: "\f3d0";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-money-check:before {
  content: "\f53c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-monument:before {
  content: "\f5a6";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-moon:before {
  content: "\f186";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-mosque:before {
  content: "\f678";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-mountain:before {
  content: "\f6fc";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-mug-hot:before {
  content: "\f7b6";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-music:before {
  content: "\f001";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-napster:before {
  content: "\f3d2";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-neos:before {
  content: "\f612";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-network-wired:before {
  content: "\f6ff";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-neuter:before {
  content: "\f22c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-nintendo-switch:before {
  content: "\f418";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-node:before {
  content: "\f419";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-npm:before {
  content: "\f3d4";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-object-group:before {
  content: "\f247";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-oil-can:before {
  content: "\f613";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-old-republic:before {
  content: "\f510";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-om:before {
  content: "\f679";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-opencart:before {
  content: "\f23d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-openid:before {
  content: "\f19b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-opera:before {
  content: "\f26a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-osi:before {
  content: "\f41a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-otter:before {
  content: "\f700";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-outdent:before {
  content: "\f03b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-page4:before {
  content: "\f3d7";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-pager:before {
  content: "\f815";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-palette:before {
  content: "\f53f";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-pallet:before {
  content: "\f482";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-parking:before {
  content: "\f540";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-passport:before {
  content: "\f5ab";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-pastafarianism:before {
  content: "\f67b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-paste:before {
  content: "\f0ea";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-pause:before {
  content: "\f04c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-paw:before {
  content: "\f1b0";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-peace:before {
  content: "\f67c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-pen:before {
  content: "\f304";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-penny-arcade:before {
  content: "\f704";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-pepper-hot:before {
  content: "\f816";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-percent:before {
  content: "\f295";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-percentage:before {
  content: "\f541";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-periscope:before {
  content: "\f3da";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-person-booth:before {
  content: "\f756";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-phone:before {
  content: "\f095";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-phone-square:before {
  content: "\f098";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-php:before {
  content: "\f457";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-pills:before {
  content: "\f484";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-pizza-slice:before {
  content: "\f818";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-place-of-worship:before {
  content: "\f67f";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-plane:before {
  content: "\f072";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-play:before {
  content: "\f04b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-play-circle:before {
  content: "\f144";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-playstation:before {
  content: "\f3df";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-plug:before {
  content: "\f1e6";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-plus:before {
  content: "\f067";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-poll:before {
  content: "\f681";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-poll-h:before {
  content: "\f682";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-poo:before {
  content: "\f2fe";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-poo-storm:before {
  content: "\f75a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-poop:before {
  content: "\f619";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-power-off:before {
  content: "\f011";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-pray:before {
  content: "\f683";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-praying-hands:before {
  content: "\f684";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-print:before {
  content: "\f02f";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-procedures:before {
  content: "\f487";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-python:before {
  content: "\f3e2";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-qq:before {
  content: "\f1d6";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-qrcode:before {
  content: "\f029";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-question:before {
  content: "\f128";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-question-circle:before {
  content: "\f059";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-quidditch:before {
  content: "\f458";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-quinscape:before {
  content: "\f459";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-quora:before {
  content: "\f2c4";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-quran:before {
  content: "\f687";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-radiation:before {
  content: "\f7b9";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-radiation-alt:before {
  content: "\f7ba";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-rainbow:before {
  content: "\f75b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-random:before {
  content: "\f074";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-react:before {
  content: "\f41b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-readme:before {
  content: "\f4d5";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-receipt:before {
  content: "\f543";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-redo:before {
  content: "\f01e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-registered:before {
  content: "\f25d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-renren:before {
  content: "\f18b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-reply:before {
  content: "\f3e5";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-reply-all:before {
  content: "\f122";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-republican:before {
  content: "\f75e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-restroom:before {
  content: "\f7bd";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-retweet:before {
  content: "\f079";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-rev:before {
  content: "\f5b2";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-ring:before {
  content: "\f70b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-road:before {
  content: "\f018";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-robot:before {
  content: "\f544";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-rocket:before {
  content: "\f135";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-route:before {
  content: "\f4d7";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-rss:before {
  content: "\f09e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-rss-square:before {
  content: "\f143";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-ruler:before {
  content: "\f545";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-running:before {
  content: "\f70c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-safari:before {
  content: "\f267";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-sass:before {
  content: "\f41e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-satellite:before {
  content: "\f7bf";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-satellite-dish:before {
  content: "\f7c0";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-save:before {
  content: "\f0c7";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-school:before {
  content: "\f549";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-scribd:before {
  content: "\f28a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-scroll:before {
  content: "\f70e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-sd-card:before {
  content: "\f7c2";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-search:before {
  content: "\f002";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-search-dollar:before {
  content: "\f688";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-search-location:before {
  content: "\f689";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-search-minus:before {
  content: "\f010";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-sellsy:before {
  content: "\f213";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-server:before {
  content: "\f233";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-shapes:before {
  content: "\f61f";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-share:before {
  content: "\f064";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-share-square:before {
  content: "\f14d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-ship:before {
  content: "\f21a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-shower:before {
  content: "\f2cc";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-sign:before {
  content: "\f4d9";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-signal:before {
  content: "\f012";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-signature:before {
  content: "\f5b7";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-sim-card:before {
  content: "\f7c4";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-sith:before {
  content: "\f512";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-skating:before {
  content: "\f7c5";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-skiing:before {
  content: "\f7c9";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-skiing-nordic:before {
  content: "\f7ca";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-skull:before {
  content: "\f54c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-skull-crossbones:before {
  content: "\f714";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-skype:before {
  content: "\f17e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-slack:before {
  content: "\f198";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-slash:before {
  content: "\f715";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-sleigh:before {
  content: "\f7cc";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-smile:before {
  content: "\f118";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-smog:before {
  content: "\f75f";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-smoking:before {
  content: "\f48d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-sms:before {
  content: "\f7cd";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-snowboarding:before {
  content: "\f7ce";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-snowman:before {
  content: "\f7d0";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-snowplow:before {
  content: "\f7d2";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-socks:before {
  content: "\f696";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-sort:before {
  content: "\f0dc";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-spa:before {
  content: "\f5bb";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-spider:before {
  content: "\f717";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-spinner:before {
  content: "\f110";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-square:before {
  content: "\f0c8";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-square-full:before {
  content: "\f45c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-square-root-alt:before {
  content: "\f698";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-stackpath:before {
  content: "\f842";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-star:before {
  content: "\f005";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-star-and-crescent:before {
  content: "\f699";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-star-half:before {
  content: "\f089";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-star-of-david:before {
  content: "\f69a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-steam:before {
  content: "\f1b6";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-step-backward:before {
  content: "\f048";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-step-forward:before {
  content: "\f051";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-stop:before {
  content: "\f04d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-store:before {
  content: "\f54e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-strava:before {
  content: "\f428";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-stream:before {
  content: "\f550";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-street-view:before {
  content: "\f21d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-stripe:before {
  content: "\f429";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-subscript:before {
  content: "\f12c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-subway:before {
  content: "\f239";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-sun:before {
  content: "\f185";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-superscript:before {
  content: "\f12b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-supple:before {
  content: "\f3f9";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-suse:before {
  content: "\f7d6";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-symfony:before {
  content: "\f83d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-synagogue:before {
  content: "\f69b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-sync:before {
  content: "\f021";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-syringe:before {
  content: "\f48e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-table:before {
  content: "\f0ce";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-tablet:before {
  content: "\f10a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-tablets:before {
  content: "\f490";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-tag:before {
  content: "\f02b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-tags:before {
  content: "\f02c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-tape:before {
  content: "\f4db";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-teeth:before {
  content: "\f62e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-temperature-high:before {
  content: "\f769";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-temperature-low:before {
  content: "\f76b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-tenge:before {
  content: "\f7d7";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-terminal:before {
  content: "\f120";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-text-height:before {
  content: "\f034";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-text-width:before {
  content: "\f035";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-th:before {
  content: "\f00a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-th-large:before {
  content: "\f009";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-th-list:before {
  content: "\f00b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-thermometer:before {
  content: "\f491";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-times:before {
  content: "\f00d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-times-circle:before {
  content: "\f057";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-tint:before {
  content: "\f043";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-tired:before {
  content: "\f5c8";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-toilet:before {
  content: "\f7d8";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-toilet-paper:before {
  content: "\f71e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-toolbox:before {
  content: "\f552";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-tools:before {
  content: "\f7d9";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-torah:before {
  content: "\f6a0";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-torii-gate:before {
  content: "\f6a1";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-tractor:before {
  content: "\f722";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-trademark:before {
  content: "\f25c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-train:before {
  content: "\f238";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-tram:before {
  content: "\f7da";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-transgender:before {
  content: "\f224";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-trash:before {
  content: "\f1f8";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-trash-restore:before {
  content: "\f829";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-trash-restore-alt:before {
  content: "\f82a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-tree:before {
  content: "\f1bb";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-trello:before {
  content: "\f181";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-trophy:before {
  content: "\f091";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-truck:before {
  content: "\f0d1";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-tshirt:before {
  content: "\f553";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-tty:before {
  content: "\f1e4";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-tumblr:before {
  content: "\f173";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-tv:before {
  content: "\f26c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-twitter:before {
  content: "\f099";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-typo3:before {
  content: "\f42b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-uber:before {
  content: "\f402";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-uikit:before {
  content: "\f403";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-underline:before {
  content: "\f0cd";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-undo:before {
  content: "\f0e2";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-university:before {
  content: "\f19c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-unlink:before {
  content: "\f127";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-unlock:before {
  content: "\f09c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-untappd:before {
  content: "\f405";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-upload:before {
  content: "\f093";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-ups:before {
  content: "\f7e0";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-usb:before {
  content: "\f287";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-user:before {
  content: "\f007";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-user-alt:before {
  content: "\f406";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-user-friends:before {
  content: "\f500";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-user-injured:before {
  content: "\f728";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-user-lock:before {
  content: "\f502";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-user-minus:before {
  content: "\f503";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-user-nurse:before {
  content: "\f82f";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-user-plus:before {
  content: "\f234";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-user-shield:before {
  content: "\f505";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-user-slash:before {
  content: "\f506";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-user-tag:before {
  content: "\f507";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-user-tie:before {
  content: "\f508";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-user-times:before {
  content: "\f235";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-users:before {
  content: "\f0c0";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-users-cog:before {
  content: "\f509";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-usps:before {
  content: "\f7e1";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-vaadin:before {
  content: "\f408";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-venus:before {
  content: "\f221";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-venus-double:before {
  content: "\f226";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-viacoin:before {
  content: "\f237";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-vial:before {
  content: "\f492";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-vials:before {
  content: "\f493";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-viber:before {
  content: "\f409";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-video:before {
  content: "\f03d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-vihara:before {
  content: "\f6a7";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-vine:before {
  content: "\f1ca";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-vk:before {
  content: "\f189";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-vnv:before {
  content: "\f40b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-volume-down:before {
  content: "\f027";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-volume-mute:before {
  content: "\f6a9";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-volume-off:before {
  content: "\f026";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-volume-up:before {
  content: "\f028";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-vote-yea:before {
  content: "\f772";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-vr-cardboard:before {
  content: "\f729";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-walking:before {
  content: "\f554";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-wallet:before {
  content: "\f555";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-warehouse:before {
  content: "\f494";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-water:before {
  content: "\f773";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-wave-square:before {
  content: "\f83e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-waze:before {
  content: "\f83f";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-weibo:before {
  content: "\f18a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-weight:before {
  content: "\f496";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-wind:before {
  content: "\f72e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-window-close:before {
  content: "\f410";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-windows:before {
  content: "\f17a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-wix:before {
  content: "\f5cf";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-won-sign:before {
  content: "\f159";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-wpforms:before {
  content: "\f298";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-x-ray:before {
  content: "\f497";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-xbox:before {
  content: "\f412";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-xing:before {
  content: "\f168";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-xing-square:before {
  content: "\f169";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-yammer:before {
  content: "\f840";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-yandex:before {
  content: "\f413";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-yin-yang:before {
  content: "\f6ad";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-youtube:before {
  content: "\f167";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url(/../webfonts/fa-brands-400.eot);
  src: url(/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/../webfonts/fa-brands-400.woff2) format("woff2"), url(/../webfonts/fa-brands-400.woff) format("woff"), url(/../webfonts/fa-brands-400.ttf) format("truetype"), url(/../webfonts/fa-brands-400.svg#fontawesome) format("svg");
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(/../webfonts/fa-regular-400.eot);
  src: url(/../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/../webfonts/fa-regular-400.woff2) format("woff2"), url(/../webfonts/fa-regular-400.woff) format("woff"), url(/../webfonts/fa-regular-400.ttf) format("truetype"), url(/../webfonts/fa-regular-400.svg#fontawesome) format("svg");
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(/../webfonts/fa-solid-900.eot);
  src: url(/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/../webfonts/fa-solid-900.woff2) format("woff2"), url(/../webfonts/fa-solid-900.woff) format("woff"), url(/../webfonts/fa-solid-900.ttf) format("truetype"), url(/../webfonts/fa-solid-900.svg#fontawesome) format("svg");
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

/* line 5, vendor/assets/@fortawesome/fontawesome-free/css/all.min.css */
.fa, .fas {
  font-weight: 900;
}

/*!

=========================================================
* Argon Dashboard PRO - v1.1.0
=========================================================

* Product Page: https://www.creative-tim.com/product/argon-dashboard
* Copyright 2019 Creative Tim (https://www.creative-tim.com)

* Coded by www.creative-tim.com

=========================================================

* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

*/
/* line 18, vendor/assets/stylesheets/argon.css */
:root {
  --blue: #5e72e4;
  --indigo: #5603ad;
  --purple: #8965e0;
  --pink: #f3a4b5;
  --red: #f5365c;
  --orange: #fb6340;
  --yellow: #ffd600;
  --green: #2dce89;
  --teal: #11cdef;
  --cyan: #2bffc6;
  --white: #fff;
  --gray: #8898aa;
  --gray-dark: #32325d;
  --light: #ced4da;
  --lighter: #e9ecef;
  --primary: #5e72e4;
  --secondary: #f7fafc;
  --success: #2dce89;
  --info: #11cdef;
  --warning: #fb6340;
  --danger: #f5365c;
  --light: #adb5bd;
  --dark: #212529;
  --default: #172b4d;
  --white: #fff;
  --neutral: #fff;
  --darker: black;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Open Sans, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

/* line 56, vendor/assets/stylesheets/argon.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 63, vendor/assets/stylesheets/argon.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 72, vendor/assets/stylesheets/argon.css */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* line 86, vendor/assets/stylesheets/argon.css */
body {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
  color: #525f7f;
  background-color: #f8f9fe;
}

/* line 101, vendor/assets/stylesheets/argon.css */
[tabindex='-1']:focus {
  outline: 0 !important;
}

/* line 106, vendor/assets/stylesheets/argon.css */
hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}

/* line 114, vendor/assets/stylesheets/argon.css */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

/* line 125, vendor/assets/stylesheets/argon.css */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 131, vendor/assets/stylesheets/argon.css */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* line 144, vendor/assets/stylesheets/argon.css */
address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

/* line 152, vendor/assets/stylesheets/argon.css */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 160, vendor/assets/stylesheets/argon.css */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 168, vendor/assets/stylesheets/argon.css */
dt {
  font-weight: 600;
}

/* line 173, vendor/assets/stylesheets/argon.css */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 179, vendor/assets/stylesheets/argon.css */
blockquote {
  margin: 0 0 1rem;
}

/* line 184, vendor/assets/stylesheets/argon.css */
b,
strong {
  font-weight: bolder;
}

/* line 190, vendor/assets/stylesheets/argon.css */
small {
  font-size: 80%;
}

/* line 195, vendor/assets/stylesheets/argon.css */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 206, vendor/assets/stylesheets/argon.css */
sub {
  bottom: -.25em;
}

/* line 211, vendor/assets/stylesheets/argon.css */
sup {
  top: -.5em;
}

/* line 216, vendor/assets/stylesheets/argon.css */
a {
  text-decoration: none;
  color: #5e72e4;
  background-color: transparent;
}

/* line 223, vendor/assets/stylesheets/argon.css */
a:hover {
  text-decoration: none;
  color: #233dd2;
}

/* line 230, vendor/assets/stylesheets/argon.css */
a:not([href]):not([tabindex]) {
  text-decoration: none;
  color: inherit;
}

/* line 236, vendor/assets/stylesheets/argon.css */
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  text-decoration: none;
  color: inherit;
}

/* line 243, vendor/assets/stylesheets/argon.css */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 248, vendor/assets/stylesheets/argon.css */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 1em;
}

/* line 257, vendor/assets/stylesheets/argon.css */
pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 265, vendor/assets/stylesheets/argon.css */
figure {
  margin: 0 0 1rem;
}

/* line 270, vendor/assets/stylesheets/argon.css */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 277, vendor/assets/stylesheets/argon.css */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 284, vendor/assets/stylesheets/argon.css */
table {
  border-collapse: collapse;
}

/* line 289, vendor/assets/stylesheets/argon.css */
caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  caption-side: bottom;
  text-align: left;
  color: #8898aa;
}

/* line 301, vendor/assets/stylesheets/argon.css */
th {
  text-align: inherit;
}

/* line 306, vendor/assets/stylesheets/argon.css */
label {
  display: inline-block;
  margin-bottom: .5rem;
}

/* line 313, vendor/assets/stylesheets/argon.css */
button {
  border-radius: 0;
}

/* line 318, vendor/assets/stylesheets/argon.css */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 324, vendor/assets/stylesheets/argon.css */
input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

/* line 337, vendor/assets/stylesheets/argon.css */
button,
input {
  overflow: visible;
}

/* line 343, vendor/assets/stylesheets/argon.css */
button,
select {
  text-transform: none;
}

/* line 349, vendor/assets/stylesheets/argon.css */
select {
  word-wrap: normal;
}

/* line 354, vendor/assets/stylesheets/argon.css */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/* line 362, vendor/assets/stylesheets/argon.css */
button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
  cursor: pointer;
}

/* line 370, vendor/assets/stylesheets/argon.css */
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 380, vendor/assets/stylesheets/argon.css */
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}

/* line 387, vendor/assets/stylesheets/argon.css */
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}

/* line 395, vendor/assets/stylesheets/argon.css */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 402, vendor/assets/stylesheets/argon.css */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 411, vendor/assets/stylesheets/argon.css */
legend {
  font-size: 1.5rem;
  line-height: inherit;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: .5rem;
  padding: 0;
  white-space: normal;
  color: inherit;
}

@media (max-width: 1200px) {
  /* line 429, vendor/assets/stylesheets/argon.css */
  legend {
    font-size: calc(1.275rem + .3vw);
  }
}

/* line 435, vendor/assets/stylesheets/argon.css */
progress {
  vertical-align: baseline;
}

/* line 440, vendor/assets/stylesheets/argon.css */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/* line 446, vendor/assets/stylesheets/argon.css */
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 453, vendor/assets/stylesheets/argon.css */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 458, vendor/assets/stylesheets/argon.css */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 465, vendor/assets/stylesheets/argon.css */
output {
  display: inline-block;
}

/* line 470, vendor/assets/stylesheets/argon.css */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 477, vendor/assets/stylesheets/argon.css */
template {
  display: none;
}

/* line 482, vendor/assets/stylesheets/argon.css */
[hidden] {
  display: none !important;
}

/* line 487, vendor/assets/stylesheets/argon.css */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: .5rem;
  color: #32325d;
}

/* line 509, vendor/assets/stylesheets/argon.css */
h1,
.h1 {
  font-size: 1.625rem;
}

@media (max-width: 1200px) {
  /* line 516, vendor/assets/stylesheets/argon.css */
  h1,
.h1 {
    font-size: calc(1.2875rem + .45vw);
  }
}

/* line 523, vendor/assets/stylesheets/argon.css */
h2,
.h2 {
  font-size: 1.25rem;
}

/* line 529, vendor/assets/stylesheets/argon.css */
h3,
.h3 {
  font-size: 1.0625rem;
}

/* line 535, vendor/assets/stylesheets/argon.css */
h4,
.h4 {
  font-size: .9375rem;
}

/* line 541, vendor/assets/stylesheets/argon.css */
h5,
.h5 {
  font-size: .8125rem;
}

/* line 547, vendor/assets/stylesheets/argon.css */
h6,
.h6 {
  font-size: .625rem;
}

/* line 553, vendor/assets/stylesheets/argon.css */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 559, vendor/assets/stylesheets/argon.css */
.display-1 {
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  /* line 567, vendor/assets/stylesheets/argon.css */
  .display-1 {
    font-size: calc(1.455rem + 2.46vw);
  }
}

/* line 573, vendor/assets/stylesheets/argon.css */
.display-2 {
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  /* line 581, vendor/assets/stylesheets/argon.css */
  .display-2 {
    font-size: calc(1.4rem + 1.8vw);
  }
}

/* line 587, vendor/assets/stylesheets/argon.css */
.display-3 {
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  /* line 595, vendor/assets/stylesheets/argon.css */
  .display-3 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}

/* line 601, vendor/assets/stylesheets/argon.css */
.display-4 {
  font-size: 1.6275rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  /* line 609, vendor/assets/stylesheets/argon.css */
  .display-4 {
    font-size: calc(1.28775rem + .453vw);
  }
}

/* line 615, vendor/assets/stylesheets/argon.css */
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 624, vendor/assets/stylesheets/argon.css */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 631, vendor/assets/stylesheets/argon.css */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 639, vendor/assets/stylesheets/argon.css */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 646, vendor/assets/stylesheets/argon.css */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 653, vendor/assets/stylesheets/argon.css */
.list-inline-item {
  display: inline-block;
}

/* line 657, vendor/assets/stylesheets/argon.css */
.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

/* line 662, vendor/assets/stylesheets/argon.css */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 669, vendor/assets/stylesheets/argon.css */
.blockquote {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

/* line 676, vendor/assets/stylesheets/argon.css */
.blockquote-footer {
  font-size: 80%;
  display: block;
  color: #8898aa;
}

/* line 684, vendor/assets/stylesheets/argon.css */
.blockquote-footer::before {
  content: '\2014\00A0';
}

/* line 689, vendor/assets/stylesheets/argon.css */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 695, vendor/assets/stylesheets/argon.css */
.img-thumbnail {
  max-width: 100%;
  height: auto;
  padding: .25rem;
  border: 1px solid #dee2e6;
  border-radius: .375rem;
  background-color: #f8f9fe;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

/* line 707, vendor/assets/stylesheets/argon.css */
.figure {
  display: inline-block;
}

/* line 712, vendor/assets/stylesheets/argon.css */
.figure-img {
  line-height: 1;
  margin-bottom: .5rem;
}

/* line 719, vendor/assets/stylesheets/argon.css */
.figure-caption {
  font-size: 90%;
  color: #8898aa;
}

/* line 726, vendor/assets/stylesheets/argon.css */
code {
  font-size: 87.5%;
  word-break: break-word;
  color: #f3a4b5;
}

/* line 734, vendor/assets/stylesheets/argon.css */
a > code {
  color: inherit;
}

/* line 739, vendor/assets/stylesheets/argon.css */
kbd {
  font-size: 87.5%;
  padding: .2rem .4rem;
  color: #fff;
  border-radius: .25rem;
  background-color: #212529;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}

/* line 750, vendor/assets/stylesheets/argon.css */
kbd kbd {
  font-size: 100%;
  font-weight: 600;
  padding: 0;
  box-shadow: none;
}

/* line 760, vendor/assets/stylesheets/argon.css */
pre {
  font-size: 87.5%;
  display: block;
  color: #212529;
}

/* line 768, vendor/assets/stylesheets/argon.css */
pre code {
  font-size: inherit;
  word-break: normal;
  color: inherit;
}

/* line 777, vendor/assets/stylesheets/argon.css */
.pre-scrollable {
  overflow-y: scroll;
  max-height: 340px;
}

/* line 784, vendor/assets/stylesheets/argon.css */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  /* line 794, vendor/assets/stylesheets/argon.css */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 801, vendor/assets/stylesheets/argon.css */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 808, vendor/assets/stylesheets/argon.css */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 815, vendor/assets/stylesheets/argon.css */
  .container {
    max-width: 1140px;
  }
}

/* line 821, vendor/assets/stylesheets/argon.css */
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 830, vendor/assets/stylesheets/argon.css */
.row {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap;
}

/* line 840, vendor/assets/stylesheets/argon.css */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 845, vendor/assets/stylesheets/argon.css */
.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

/* line 852, vendor/assets/stylesheets/argon.css */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 930, vendor/assets/stylesheets/argon.css */
.col {
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
}

/* line 938, vendor/assets/stylesheets/argon.css */
.col-auto {
  width: auto;
  max-width: 100%;
  flex: 0 0 auto;
}

/* line 946, vendor/assets/stylesheets/argon.css */
.col-1 {
  max-width: 8.33333%;
  flex: 0 0 8.33333%;
}

/* line 953, vendor/assets/stylesheets/argon.css */
.col-2 {
  max-width: 16.66667%;
  flex: 0 0 16.66667%;
}

/* line 960, vendor/assets/stylesheets/argon.css */
.col-3 {
  max-width: 25%;
  flex: 0 0 25%;
}

/* line 967, vendor/assets/stylesheets/argon.css */
.col-4 {
  max-width: 33.33333%;
  flex: 0 0 33.33333%;
}

/* line 974, vendor/assets/stylesheets/argon.css */
.col-5 {
  max-width: 41.66667%;
  flex: 0 0 41.66667%;
}

/* line 981, vendor/assets/stylesheets/argon.css */
.col-6 {
  max-width: 50%;
  flex: 0 0 50%;
}

/* line 988, vendor/assets/stylesheets/argon.css */
.col-7 {
  max-width: 58.33333%;
  flex: 0 0 58.33333%;
}

/* line 995, vendor/assets/stylesheets/argon.css */
.col-8 {
  max-width: 66.66667%;
  flex: 0 0 66.66667%;
}

/* line 1002, vendor/assets/stylesheets/argon.css */
.col-9 {
  max-width: 75%;
  flex: 0 0 75%;
}

/* line 1009, vendor/assets/stylesheets/argon.css */
.col-10 {
  max-width: 83.33333%;
  flex: 0 0 83.33333%;
}

/* line 1016, vendor/assets/stylesheets/argon.css */
.col-11 {
  max-width: 91.66667%;
  flex: 0 0 91.66667%;
}

/* line 1023, vendor/assets/stylesheets/argon.css */
.col-12 {
  max-width: 100%;
  flex: 0 0 100%;
}

/* line 1030, vendor/assets/stylesheets/argon.css */
.order-first {
  order: -1;
}

/* line 1035, vendor/assets/stylesheets/argon.css */
.order-last {
  order: 13;
}

/* line 1040, vendor/assets/stylesheets/argon.css */
.order-0 {
  order: 0;
}

/* line 1045, vendor/assets/stylesheets/argon.css */
.order-1 {
  order: 1;
}

/* line 1050, vendor/assets/stylesheets/argon.css */
.order-2 {
  order: 2;
}

/* line 1055, vendor/assets/stylesheets/argon.css */
.order-3 {
  order: 3;
}

/* line 1060, vendor/assets/stylesheets/argon.css */
.order-4 {
  order: 4;
}

/* line 1065, vendor/assets/stylesheets/argon.css */
.order-5 {
  order: 5;
}

/* line 1070, vendor/assets/stylesheets/argon.css */
.order-6 {
  order: 6;
}

/* line 1075, vendor/assets/stylesheets/argon.css */
.order-7 {
  order: 7;
}

/* line 1080, vendor/assets/stylesheets/argon.css */
.order-8 {
  order: 8;
}

/* line 1085, vendor/assets/stylesheets/argon.css */
.order-9 {
  order: 9;
}

/* line 1090, vendor/assets/stylesheets/argon.css */
.order-10 {
  order: 10;
}

/* line 1095, vendor/assets/stylesheets/argon.css */
.order-11 {
  order: 11;
}

/* line 1100, vendor/assets/stylesheets/argon.css */
.order-12 {
  order: 12;
}

/* line 1105, vendor/assets/stylesheets/argon.css */
.offset-1 {
  margin-left: 8.33333%;
}

/* line 1110, vendor/assets/stylesheets/argon.css */
.offset-2 {
  margin-left: 16.66667%;
}

/* line 1115, vendor/assets/stylesheets/argon.css */
.offset-3 {
  margin-left: 25%;
}

/* line 1120, vendor/assets/stylesheets/argon.css */
.offset-4 {
  margin-left: 33.33333%;
}

/* line 1125, vendor/assets/stylesheets/argon.css */
.offset-5 {
  margin-left: 41.66667%;
}

/* line 1130, vendor/assets/stylesheets/argon.css */
.offset-6 {
  margin-left: 50%;
}

/* line 1135, vendor/assets/stylesheets/argon.css */
.offset-7 {
  margin-left: 58.33333%;
}

/* line 1140, vendor/assets/stylesheets/argon.css */
.offset-8 {
  margin-left: 66.66667%;
}

/* line 1145, vendor/assets/stylesheets/argon.css */
.offset-9 {
  margin-left: 75%;
}

/* line 1150, vendor/assets/stylesheets/argon.css */
.offset-10 {
  margin-left: 83.33333%;
}

/* line 1155, vendor/assets/stylesheets/argon.css */
.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  /* line 1162, vendor/assets/stylesheets/argon.css */
  .col-sm {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  /* line 1169, vendor/assets/stylesheets/argon.css */
  .col-sm-auto {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
  }
  /* line 1176, vendor/assets/stylesheets/argon.css */
  .col-sm-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  /* line 1182, vendor/assets/stylesheets/argon.css */
  .col-sm-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  /* line 1188, vendor/assets/stylesheets/argon.css */
  .col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  /* line 1194, vendor/assets/stylesheets/argon.css */
  .col-sm-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  /* line 1200, vendor/assets/stylesheets/argon.css */
  .col-sm-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  /* line 1206, vendor/assets/stylesheets/argon.css */
  .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  /* line 1212, vendor/assets/stylesheets/argon.css */
  .col-sm-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  /* line 1218, vendor/assets/stylesheets/argon.css */
  .col-sm-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  /* line 1224, vendor/assets/stylesheets/argon.css */
  .col-sm-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  /* line 1230, vendor/assets/stylesheets/argon.css */
  .col-sm-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  /* line 1236, vendor/assets/stylesheets/argon.css */
  .col-sm-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  /* line 1242, vendor/assets/stylesheets/argon.css */
  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  /* line 1248, vendor/assets/stylesheets/argon.css */
  .order-sm-first {
    order: -1;
  }
  /* line 1252, vendor/assets/stylesheets/argon.css */
  .order-sm-last {
    order: 13;
  }
  /* line 1256, vendor/assets/stylesheets/argon.css */
  .order-sm-0 {
    order: 0;
  }
  /* line 1260, vendor/assets/stylesheets/argon.css */
  .order-sm-1 {
    order: 1;
  }
  /* line 1264, vendor/assets/stylesheets/argon.css */
  .order-sm-2 {
    order: 2;
  }
  /* line 1268, vendor/assets/stylesheets/argon.css */
  .order-sm-3 {
    order: 3;
  }
  /* line 1272, vendor/assets/stylesheets/argon.css */
  .order-sm-4 {
    order: 4;
  }
  /* line 1276, vendor/assets/stylesheets/argon.css */
  .order-sm-5 {
    order: 5;
  }
  /* line 1280, vendor/assets/stylesheets/argon.css */
  .order-sm-6 {
    order: 6;
  }
  /* line 1284, vendor/assets/stylesheets/argon.css */
  .order-sm-7 {
    order: 7;
  }
  /* line 1288, vendor/assets/stylesheets/argon.css */
  .order-sm-8 {
    order: 8;
  }
  /* line 1292, vendor/assets/stylesheets/argon.css */
  .order-sm-9 {
    order: 9;
  }
  /* line 1296, vendor/assets/stylesheets/argon.css */
  .order-sm-10 {
    order: 10;
  }
  /* line 1300, vendor/assets/stylesheets/argon.css */
  .order-sm-11 {
    order: 11;
  }
  /* line 1304, vendor/assets/stylesheets/argon.css */
  .order-sm-12 {
    order: 12;
  }
  /* line 1308, vendor/assets/stylesheets/argon.css */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 1312, vendor/assets/stylesheets/argon.css */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  /* line 1316, vendor/assets/stylesheets/argon.css */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  /* line 1320, vendor/assets/stylesheets/argon.css */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 1324, vendor/assets/stylesheets/argon.css */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  /* line 1328, vendor/assets/stylesheets/argon.css */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  /* line 1332, vendor/assets/stylesheets/argon.css */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 1336, vendor/assets/stylesheets/argon.css */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  /* line 1340, vendor/assets/stylesheets/argon.css */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  /* line 1344, vendor/assets/stylesheets/argon.css */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 1348, vendor/assets/stylesheets/argon.css */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  /* line 1352, vendor/assets/stylesheets/argon.css */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  /* line 1360, vendor/assets/stylesheets/argon.css */
  .col-md {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  /* line 1367, vendor/assets/stylesheets/argon.css */
  .col-md-auto {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
  }
  /* line 1374, vendor/assets/stylesheets/argon.css */
  .col-md-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  /* line 1380, vendor/assets/stylesheets/argon.css */
  .col-md-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  /* line 1386, vendor/assets/stylesheets/argon.css */
  .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  /* line 1392, vendor/assets/stylesheets/argon.css */
  .col-md-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  /* line 1398, vendor/assets/stylesheets/argon.css */
  .col-md-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  /* line 1404, vendor/assets/stylesheets/argon.css */
  .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  /* line 1410, vendor/assets/stylesheets/argon.css */
  .col-md-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  /* line 1416, vendor/assets/stylesheets/argon.css */
  .col-md-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  /* line 1422, vendor/assets/stylesheets/argon.css */
  .col-md-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  /* line 1428, vendor/assets/stylesheets/argon.css */
  .col-md-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  /* line 1434, vendor/assets/stylesheets/argon.css */
  .col-md-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  /* line 1440, vendor/assets/stylesheets/argon.css */
  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  /* line 1446, vendor/assets/stylesheets/argon.css */
  .order-md-first {
    order: -1;
  }
  /* line 1450, vendor/assets/stylesheets/argon.css */
  .order-md-last {
    order: 13;
  }
  /* line 1454, vendor/assets/stylesheets/argon.css */
  .order-md-0 {
    order: 0;
  }
  /* line 1458, vendor/assets/stylesheets/argon.css */
  .order-md-1 {
    order: 1;
  }
  /* line 1462, vendor/assets/stylesheets/argon.css */
  .order-md-2 {
    order: 2;
  }
  /* line 1466, vendor/assets/stylesheets/argon.css */
  .order-md-3 {
    order: 3;
  }
  /* line 1470, vendor/assets/stylesheets/argon.css */
  .order-md-4 {
    order: 4;
  }
  /* line 1474, vendor/assets/stylesheets/argon.css */
  .order-md-5 {
    order: 5;
  }
  /* line 1478, vendor/assets/stylesheets/argon.css */
  .order-md-6 {
    order: 6;
  }
  /* line 1482, vendor/assets/stylesheets/argon.css */
  .order-md-7 {
    order: 7;
  }
  /* line 1486, vendor/assets/stylesheets/argon.css */
  .order-md-8 {
    order: 8;
  }
  /* line 1490, vendor/assets/stylesheets/argon.css */
  .order-md-9 {
    order: 9;
  }
  /* line 1494, vendor/assets/stylesheets/argon.css */
  .order-md-10 {
    order: 10;
  }
  /* line 1498, vendor/assets/stylesheets/argon.css */
  .order-md-11 {
    order: 11;
  }
  /* line 1502, vendor/assets/stylesheets/argon.css */
  .order-md-12 {
    order: 12;
  }
  /* line 1506, vendor/assets/stylesheets/argon.css */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 1510, vendor/assets/stylesheets/argon.css */
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  /* line 1514, vendor/assets/stylesheets/argon.css */
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  /* line 1518, vendor/assets/stylesheets/argon.css */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 1522, vendor/assets/stylesheets/argon.css */
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  /* line 1526, vendor/assets/stylesheets/argon.css */
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  /* line 1530, vendor/assets/stylesheets/argon.css */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 1534, vendor/assets/stylesheets/argon.css */
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  /* line 1538, vendor/assets/stylesheets/argon.css */
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  /* line 1542, vendor/assets/stylesheets/argon.css */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 1546, vendor/assets/stylesheets/argon.css */
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  /* line 1550, vendor/assets/stylesheets/argon.css */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  /* line 1558, vendor/assets/stylesheets/argon.css */
  .col-lg {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  /* line 1565, vendor/assets/stylesheets/argon.css */
  .col-lg-auto {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
  }
  /* line 1572, vendor/assets/stylesheets/argon.css */
  .col-lg-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  /* line 1578, vendor/assets/stylesheets/argon.css */
  .col-lg-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  /* line 1584, vendor/assets/stylesheets/argon.css */
  .col-lg-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  /* line 1590, vendor/assets/stylesheets/argon.css */
  .col-lg-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  /* line 1596, vendor/assets/stylesheets/argon.css */
  .col-lg-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  /* line 1602, vendor/assets/stylesheets/argon.css */
  .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  /* line 1608, vendor/assets/stylesheets/argon.css */
  .col-lg-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  /* line 1614, vendor/assets/stylesheets/argon.css */
  .col-lg-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  /* line 1620, vendor/assets/stylesheets/argon.css */
  .col-lg-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  /* line 1626, vendor/assets/stylesheets/argon.css */
  .col-lg-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  /* line 1632, vendor/assets/stylesheets/argon.css */
  .col-lg-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  /* line 1638, vendor/assets/stylesheets/argon.css */
  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  /* line 1644, vendor/assets/stylesheets/argon.css */
  .order-lg-first {
    order: -1;
  }
  /* line 1648, vendor/assets/stylesheets/argon.css */
  .order-lg-last {
    order: 13;
  }
  /* line 1652, vendor/assets/stylesheets/argon.css */
  .order-lg-0 {
    order: 0;
  }
  /* line 1656, vendor/assets/stylesheets/argon.css */
  .order-lg-1 {
    order: 1;
  }
  /* line 1660, vendor/assets/stylesheets/argon.css */
  .order-lg-2 {
    order: 2;
  }
  /* line 1664, vendor/assets/stylesheets/argon.css */
  .order-lg-3 {
    order: 3;
  }
  /* line 1668, vendor/assets/stylesheets/argon.css */
  .order-lg-4 {
    order: 4;
  }
  /* line 1672, vendor/assets/stylesheets/argon.css */
  .order-lg-5 {
    order: 5;
  }
  /* line 1676, vendor/assets/stylesheets/argon.css */
  .order-lg-6 {
    order: 6;
  }
  /* line 1680, vendor/assets/stylesheets/argon.css */
  .order-lg-7 {
    order: 7;
  }
  /* line 1684, vendor/assets/stylesheets/argon.css */
  .order-lg-8 {
    order: 8;
  }
  /* line 1688, vendor/assets/stylesheets/argon.css */
  .order-lg-9 {
    order: 9;
  }
  /* line 1692, vendor/assets/stylesheets/argon.css */
  .order-lg-10 {
    order: 10;
  }
  /* line 1696, vendor/assets/stylesheets/argon.css */
  .order-lg-11 {
    order: 11;
  }
  /* line 1700, vendor/assets/stylesheets/argon.css */
  .order-lg-12 {
    order: 12;
  }
  /* line 1704, vendor/assets/stylesheets/argon.css */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 1708, vendor/assets/stylesheets/argon.css */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  /* line 1712, vendor/assets/stylesheets/argon.css */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  /* line 1716, vendor/assets/stylesheets/argon.css */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 1720, vendor/assets/stylesheets/argon.css */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  /* line 1724, vendor/assets/stylesheets/argon.css */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  /* line 1728, vendor/assets/stylesheets/argon.css */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 1732, vendor/assets/stylesheets/argon.css */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  /* line 1736, vendor/assets/stylesheets/argon.css */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  /* line 1740, vendor/assets/stylesheets/argon.css */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 1744, vendor/assets/stylesheets/argon.css */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  /* line 1748, vendor/assets/stylesheets/argon.css */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  /* line 1756, vendor/assets/stylesheets/argon.css */
  .col-xl {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  /* line 1763, vendor/assets/stylesheets/argon.css */
  .col-xl-auto {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
  }
  /* line 1770, vendor/assets/stylesheets/argon.css */
  .col-xl-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  /* line 1776, vendor/assets/stylesheets/argon.css */
  .col-xl-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  /* line 1782, vendor/assets/stylesheets/argon.css */
  .col-xl-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  /* line 1788, vendor/assets/stylesheets/argon.css */
  .col-xl-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  /* line 1794, vendor/assets/stylesheets/argon.css */
  .col-xl-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  /* line 1800, vendor/assets/stylesheets/argon.css */
  .col-xl-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  /* line 1806, vendor/assets/stylesheets/argon.css */
  .col-xl-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  /* line 1812, vendor/assets/stylesheets/argon.css */
  .col-xl-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  /* line 1818, vendor/assets/stylesheets/argon.css */
  .col-xl-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  /* line 1824, vendor/assets/stylesheets/argon.css */
  .col-xl-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  /* line 1830, vendor/assets/stylesheets/argon.css */
  .col-xl-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  /* line 1836, vendor/assets/stylesheets/argon.css */
  .col-xl-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  /* line 1842, vendor/assets/stylesheets/argon.css */
  .order-xl-first {
    order: -1;
  }
  /* line 1846, vendor/assets/stylesheets/argon.css */
  .order-xl-last {
    order: 13;
  }
  /* line 1850, vendor/assets/stylesheets/argon.css */
  .order-xl-0 {
    order: 0;
  }
  /* line 1854, vendor/assets/stylesheets/argon.css */
  .order-xl-1 {
    order: 1;
  }
  /* line 1858, vendor/assets/stylesheets/argon.css */
  .order-xl-2 {
    order: 2;
  }
  /* line 1862, vendor/assets/stylesheets/argon.css */
  .order-xl-3 {
    order: 3;
  }
  /* line 1866, vendor/assets/stylesheets/argon.css */
  .order-xl-4 {
    order: 4;
  }
  /* line 1870, vendor/assets/stylesheets/argon.css */
  .order-xl-5 {
    order: 5;
  }
  /* line 1874, vendor/assets/stylesheets/argon.css */
  .order-xl-6 {
    order: 6;
  }
  /* line 1878, vendor/assets/stylesheets/argon.css */
  .order-xl-7 {
    order: 7;
  }
  /* line 1882, vendor/assets/stylesheets/argon.css */
  .order-xl-8 {
    order: 8;
  }
  /* line 1886, vendor/assets/stylesheets/argon.css */
  .order-xl-9 {
    order: 9;
  }
  /* line 1890, vendor/assets/stylesheets/argon.css */
  .order-xl-10 {
    order: 10;
  }
  /* line 1894, vendor/assets/stylesheets/argon.css */
  .order-xl-11 {
    order: 11;
  }
  /* line 1898, vendor/assets/stylesheets/argon.css */
  .order-xl-12 {
    order: 12;
  }
  /* line 1902, vendor/assets/stylesheets/argon.css */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 1906, vendor/assets/stylesheets/argon.css */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  /* line 1910, vendor/assets/stylesheets/argon.css */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  /* line 1914, vendor/assets/stylesheets/argon.css */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 1918, vendor/assets/stylesheets/argon.css */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  /* line 1922, vendor/assets/stylesheets/argon.css */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  /* line 1926, vendor/assets/stylesheets/argon.css */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 1930, vendor/assets/stylesheets/argon.css */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  /* line 1934, vendor/assets/stylesheets/argon.css */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  /* line 1938, vendor/assets/stylesheets/argon.css */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 1942, vendor/assets/stylesheets/argon.css */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  /* line 1946, vendor/assets/stylesheets/argon.css */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/* line 1952, vendor/assets/stylesheets/argon.css */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #525f7f;
  background-color: transparent;
}

/* line 1960, vendor/assets/stylesheets/argon.css */
.table th,
.table td {
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}

/* line 1969, vendor/assets/stylesheets/argon.css */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}

/* line 1975, vendor/assets/stylesheets/argon.css */
.table tbody + tbody {
  border-top: 2px solid #e9ecef;
}

/* line 1980, vendor/assets/stylesheets/argon.css */
.table-sm th,
.table-sm td {
  padding: .5rem;
}

/* line 1986, vendor/assets/stylesheets/argon.css */
.table-bordered {
  border: 1px solid #e9ecef;
}

/* line 1990, vendor/assets/stylesheets/argon.css */
.table-bordered th,
.table-bordered td {
  border: 1px solid #e9ecef;
}

/* line 1995, vendor/assets/stylesheets/argon.css */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 2001, vendor/assets/stylesheets/argon.css */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 2009, vendor/assets/stylesheets/argon.css */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(246, 249, 252, 0.3);
}

/* line 2014, vendor/assets/stylesheets/argon.css */
.table-hover tbody tr:hover {
  color: #525f7f;
  background-color: #f6f9fc;
}

/* line 2020, vendor/assets/stylesheets/argon.css */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #d2d8f7;
}

/* line 2027, vendor/assets/stylesheets/argon.css */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #abb6f1;
}

/* line 2035, vendor/assets/stylesheets/argon.css */
.table-hover .table-primary:hover {
  background-color: #bcc5f3;
}

/* line 2039, vendor/assets/stylesheets/argon.css */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #bcc5f3;
}

/* line 2045, vendor/assets/stylesheets/argon.css */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #fdfefe;
}

/* line 2052, vendor/assets/stylesheets/argon.css */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #fbfcfd;
}

/* line 2060, vendor/assets/stylesheets/argon.css */
.table-hover .table-secondary:hover {
  background-color: #ecf6f6;
}

/* line 2064, vendor/assets/stylesheets/argon.css */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #ecf6f6;
}

/* line 2070, vendor/assets/stylesheets/argon.css */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c4f1de;
}

/* line 2077, vendor/assets/stylesheets/argon.css */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #92e6c2;
}

/* line 2085, vendor/assets/stylesheets/argon.css */
.table-hover .table-success:hover {
  background-color: #afecd2;
}

/* line 2089, vendor/assets/stylesheets/argon.css */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #afecd2;
}

/* line 2095, vendor/assets/stylesheets/argon.css */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bcf1fb;
}

/* line 2102, vendor/assets/stylesheets/argon.css */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #83e5f7;
}

/* line 2110, vendor/assets/stylesheets/argon.css */
.table-hover .table-info:hover {
  background-color: #a4ecfa;
}

/* line 2114, vendor/assets/stylesheets/argon.css */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a4ecfa;
}

/* line 2120, vendor/assets/stylesheets/argon.css */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fed3ca;
}

/* line 2127, vendor/assets/stylesheets/argon.css */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fdae9c;
}

/* line 2135, vendor/assets/stylesheets/argon.css */
.table-hover .table-warning:hover {
  background-color: #febeb1;
}

/* line 2139, vendor/assets/stylesheets/argon.css */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #febeb1;
}

/* line 2145, vendor/assets/stylesheets/argon.css */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fcc7d1;
}

/* line 2152, vendor/assets/stylesheets/argon.css */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #fa96aa;
}

/* line 2160, vendor/assets/stylesheets/argon.css */
.table-hover .table-danger:hover {
  background-color: #fbafbd;
}

/* line 2164, vendor/assets/stylesheets/argon.css */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #fbafbd;
}

/* line 2170, vendor/assets/stylesheets/argon.css */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #e8eaed;
}

/* line 2177, vendor/assets/stylesheets/argon.css */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #d4d9dd;
}

/* line 2185, vendor/assets/stylesheets/argon.css */
.table-hover .table-light:hover {
  background-color: #dadde2;
}

/* line 2189, vendor/assets/stylesheets/argon.css */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #dadde2;
}

/* line 2195, vendor/assets/stylesheets/argon.css */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c1c2c3;
}

/* line 2202, vendor/assets/stylesheets/argon.css */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #8c8e90;
}

/* line 2210, vendor/assets/stylesheets/argon.css */
.table-hover .table-dark:hover {
  background-color: #b4b5b6;
}

/* line 2214, vendor/assets/stylesheets/argon.css */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b4b5b6;
}

/* line 2220, vendor/assets/stylesheets/argon.css */
.table-default,
.table-default > th,
.table-default > td {
  background-color: #bec4cd;
}

/* line 2227, vendor/assets/stylesheets/argon.css */
.table-default th,
.table-default td,
.table-default thead th,
.table-default tbody + tbody {
  border-color: #8691a2;
}

/* line 2235, vendor/assets/stylesheets/argon.css */
.table-hover .table-default:hover {
  background-color: #b0b7c2;
}

/* line 2239, vendor/assets/stylesheets/argon.css */
.table-hover .table-default:hover > td,
.table-hover .table-default:hover > th {
  background-color: #b0b7c2;
}

/* line 2245, vendor/assets/stylesheets/argon.css */
.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}

/* line 2252, vendor/assets/stylesheets/argon.css */
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

/* line 2260, vendor/assets/stylesheets/argon.css */
.table-hover .table-white:hover {
  background-color: #f2f2f2;
}

/* line 2264, vendor/assets/stylesheets/argon.css */
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

/* line 2270, vendor/assets/stylesheets/argon.css */
.table-neutral,
.table-neutral > th,
.table-neutral > td {
  background-color: white;
}

/* line 2277, vendor/assets/stylesheets/argon.css */
.table-neutral th,
.table-neutral td,
.table-neutral thead th,
.table-neutral tbody + tbody {
  border-color: white;
}

/* line 2285, vendor/assets/stylesheets/argon.css */
.table-hover .table-neutral:hover {
  background-color: #f2f2f2;
}

/* line 2289, vendor/assets/stylesheets/argon.css */
.table-hover .table-neutral:hover > td,
.table-hover .table-neutral:hover > th {
  background-color: #f2f2f2;
}

/* line 2295, vendor/assets/stylesheets/argon.css */
.table-darker,
.table-darker > th,
.table-darker > td {
  background-color: #b8b8b8;
}

/* line 2302, vendor/assets/stylesheets/argon.css */
.table-darker th,
.table-darker td,
.table-darker thead th,
.table-darker tbody + tbody {
  border-color: #7a7a7a;
}

/* line 2310, vendor/assets/stylesheets/argon.css */
.table-hover .table-darker:hover {
  background-color: #ababab;
}

/* line 2314, vendor/assets/stylesheets/argon.css */
.table-hover .table-darker:hover > td,
.table-hover .table-darker:hover > th {
  background-color: #ababab;
}

/* line 2320, vendor/assets/stylesheets/argon.css */
.table-active,
.table-active > th,
.table-active > td {
  background-color: #f6f9fc;
}

/* line 2327, vendor/assets/stylesheets/argon.css */
.table-hover .table-active:hover {
  background-color: #e3ecf6;
}

/* line 2331, vendor/assets/stylesheets/argon.css */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #e3ecf6;
}

/* line 2337, vendor/assets/stylesheets/argon.css */
.table .thead-dark th {
  color: #f8f9fe;
  border-color: #1f3a68;
  background-color: #172b4d;
}

/* line 2344, vendor/assets/stylesheets/argon.css */
.table .thead-light th {
  color: #8898aa;
  border-color: #e9ecef;
  background-color: #f6f9fc;
}

/* line 2351, vendor/assets/stylesheets/argon.css */
.table-dark {
  color: #f8f9fe;
  background-color: #172b4d;
}

/* line 2356, vendor/assets/stylesheets/argon.css */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #1f3a68;
}

/* line 2362, vendor/assets/stylesheets/argon.css */
.table-dark.table-bordered {
  border: 0;
}

/* line 2366, vendor/assets/stylesheets/argon.css */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 2370, vendor/assets/stylesheets/argon.css */
.table-dark.table-hover tbody tr:hover {
  color: #f8f9fe;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 2378, vendor/assets/stylesheets/argon.css */
  .table-responsive-sm {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  /* line 2387, vendor/assets/stylesheets/argon.css */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 2395, vendor/assets/stylesheets/argon.css */
  .table-responsive-md {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  /* line 2404, vendor/assets/stylesheets/argon.css */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 2412, vendor/assets/stylesheets/argon.css */
  .table-responsive-lg {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  /* line 2421, vendor/assets/stylesheets/argon.css */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 2429, vendor/assets/stylesheets/argon.css */
  .table-responsive-xl {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  /* line 2438, vendor/assets/stylesheets/argon.css */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 2444, vendor/assets/stylesheets/argon.css */
.table-responsive {
  display: block;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

/* line 2453, vendor/assets/stylesheets/argon.css */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 2458, vendor/assets/stylesheets/argon.css */
.form-control {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  padding: .625rem .75rem;
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: #8898aa;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
}

@media (prefers-reduced-motion: reduce) {
  /* line 2481, vendor/assets/stylesheets/argon.css */
  .form-control {
    transition: none;
  }
}

/* line 2486, vendor/assets/stylesheets/argon.css */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

/* line 2491, vendor/assets/stylesheets/argon.css */
.form-control:focus {
  color: #8898aa;
  border-color: #5e72e4;
  outline: 0;
  background-color: #fff;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

/* line 2499, vendor/assets/stylesheets/argon.css */
.form-control::-ms-input-placeholder {
  opacity: 1;
  color: #adb5bd;
}

/* line 2504, vendor/assets/stylesheets/argon.css */
.form-control::-moz-placeholder {
  opacity: 1;
  color: #adb5bd;
}
.form-control::placeholder {
  opacity: 1;
  color: #adb5bd;
}

/* line 2509, vendor/assets/stylesheets/argon.css */
.form-control:disabled,
.form-control[readonly] {
  opacity: 1;
  background-color: #e9ecef;
}

/* line 2516, vendor/assets/stylesheets/argon.css */
select.form-control:focus::-ms-value {
  color: #8898aa;
  background-color: #fff;
}

/* line 2522, vendor/assets/stylesheets/argon.css */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 2530, vendor/assets/stylesheets/argon.css */
.col-form-label {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 0;
  padding-top: calc(.625rem + 1px);
  padding-bottom: calc(.625rem + 1px);
}

/* line 2540, vendor/assets/stylesheets/argon.css */
.col-form-label-lg {
  font-size: .875rem;
  line-height: 1.5;
  padding-top: calc(.875rem + 1px);
  padding-bottom: calc(.875rem + 1px);
}

/* line 2549, vendor/assets/stylesheets/argon.css */
.col-form-label-sm {
  font-size: .75rem;
  line-height: 1.5;
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
}

/* line 2558, vendor/assets/stylesheets/argon.css */
.form-control-plaintext {
  line-height: 1.5;
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding-top: .625rem;
  padding-bottom: .625rem;
  color: #525f7f;
  border: solid transparent;
  border-width: 1px 0;
  background-color: transparent;
}

/* line 2574, vendor/assets/stylesheets/argon.css */
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 2581, vendor/assets/stylesheets/argon.css */
.form-control-sm {
  font-size: .75rem;
  line-height: 1.5;
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  border-radius: .25rem;
}

/* line 2592, vendor/assets/stylesheets/argon.css */
.form-control-lg {
  font-size: .875rem;
  line-height: 1.5;
  height: calc(1.5em + 1.75rem + 2px);
  padding: .875rem 1rem;
  border-radius: .4375rem;
}

/* line 2603, vendor/assets/stylesheets/argon.css */
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

/* line 2609, vendor/assets/stylesheets/argon.css */
textarea.form-control {
  height: auto;
}

/* line 2614, vendor/assets/stylesheets/argon.css */
.form-group {
  margin-bottom: 1.5rem;
}

/* line 2619, vendor/assets/stylesheets/argon.css */
.form-text {
  display: block;
  margin-top: .25rem;
}

/* line 2626, vendor/assets/stylesheets/argon.css */
.form-row {
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
  flex-wrap: wrap;
}

/* line 2635, vendor/assets/stylesheets/argon.css */
.form-row > .col,
.form-row > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 2642, vendor/assets/stylesheets/argon.css */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 2651, vendor/assets/stylesheets/argon.css */
.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}

/* line 2658, vendor/assets/stylesheets/argon.css */
.form-check-input:disabled ~ .form-check-label {
  color: #8898aa;
}

/* line 2663, vendor/assets/stylesheets/argon.css */
.form-check-label {
  margin-bottom: 0;
}

/* line 2668, vendor/assets/stylesheets/argon.css */
.form-check-inline {
  display: inline-flex;
  margin-right: .75rem;
  padding-left: 0;
  align-items: center;
}

/* line 2677, vendor/assets/stylesheets/argon.css */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}

/* line 2686, vendor/assets/stylesheets/argon.css */
.valid-feedback {
  font-size: 80%;
  display: none;
  width: 100%;
  margin-top: .25rem;
  color: #2dce89;
}

/* line 2698, vendor/assets/stylesheets/argon.css */
.valid-tooltip {
  font-size: .875rem;
  line-height: 1;
  position: absolute;
  z-index: 5;
  top: 100%;
  display: none;
  max-width: 100%;
  margin-top: .1rem;
  padding: .5rem;
  color: #fff;
  border-radius: .2rem;
  background-color: rgba(45, 206, 137, 0.8);
}

/* line 2718, vendor/assets/stylesheets/argon.css */
.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #2dce89;
}

/* line 2726, vendor/assets/stylesheets/argon.css */
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #2dce89;
}

/* line 2734, vendor/assets/stylesheets/argon.css */
.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,
.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 2748, vendor/assets/stylesheets/argon.css */
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #2dce89;
}

/* line 2754, vendor/assets/stylesheets/argon.css */
.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 2762, vendor/assets/stylesheets/argon.css */
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #2dce89;
}

/* line 2767, vendor/assets/stylesheets/argon.css */
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #93e7c3;
  background-color: #93e7c3;
}

/* line 2774, vendor/assets/stylesheets/argon.css */
.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 2782, vendor/assets/stylesheets/argon.css */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #93e7c3;
  background-color: #54daa1;
}

/* line 2789, vendor/assets/stylesheets/argon.css */
.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 1px #f8f9fe, 0 0 0 0 rgba(45, 206, 137, 0.25);
}

/* line 2795, vendor/assets/stylesheets/argon.css */
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #2dce89;
}

/* line 2800, vendor/assets/stylesheets/argon.css */
.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

/* line 2806, vendor/assets/stylesheets/argon.css */
.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 2814, vendor/assets/stylesheets/argon.css */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0 rgba(45, 206, 137, 0.25);
}

/* line 2820, vendor/assets/stylesheets/argon.css */
.invalid-feedback {
  font-size: 80%;
  display: none;
  width: 100%;
  margin-top: .25rem;
  color: #fb6340;
}

/* line 2832, vendor/assets/stylesheets/argon.css */
.invalid-tooltip {
  font-size: .875rem;
  line-height: 1;
  position: absolute;
  z-index: 5;
  top: 100%;
  display: none;
  max-width: 100%;
  margin-top: .1rem;
  padding: .5rem;
  color: #fff;
  border-radius: .2rem;
  background-color: rgba(251, 99, 64, 0.8);
}

/* line 2852, vendor/assets/stylesheets/argon.css */
.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #fb6340;
}

/* line 2860, vendor/assets/stylesheets/argon.css */
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #fb6340;
}

/* line 2868, vendor/assets/stylesheets/argon.css */
.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,
.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 2882, vendor/assets/stylesheets/argon.css */
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #fb6340;
}

/* line 2888, vendor/assets/stylesheets/argon.css */
.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 2896, vendor/assets/stylesheets/argon.css */
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #fb6340;
}

/* line 2901, vendor/assets/stylesheets/argon.css */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #fec9bd;
  background-color: #fec9bd;
}

/* line 2908, vendor/assets/stylesheets/argon.css */
.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 2916, vendor/assets/stylesheets/argon.css */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #fec9bd;
  background-color: #fc8c72;
}

/* line 2923, vendor/assets/stylesheets/argon.css */
.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 1px #f8f9fe, 0 0 0 0 rgba(251, 99, 64, 0.25);
}

/* line 2929, vendor/assets/stylesheets/argon.css */
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #fb6340;
}

/* line 2934, vendor/assets/stylesheets/argon.css */
.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

/* line 2940, vendor/assets/stylesheets/argon.css */
.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 2948, vendor/assets/stylesheets/argon.css */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0 rgba(251, 99, 64, 0.25);
}

/* line 2954, vendor/assets/stylesheets/argon.css */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 2961, vendor/assets/stylesheets/argon.css */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 2967, vendor/assets/stylesheets/argon.css */
  .form-inline label {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
  }
  /* line 2976, vendor/assets/stylesheets/argon.css */
  .form-inline .form-group {
    display: flex;
    margin-bottom: 0;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
  }
  /* line 2986, vendor/assets/stylesheets/argon.css */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 2994, vendor/assets/stylesheets/argon.css */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 2998, vendor/assets/stylesheets/argon.css */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 3003, vendor/assets/stylesheets/argon.css */
  .form-inline .form-check {
    display: flex;
    width: auto;
    padding-left: 0;
    align-items: center;
    justify-content: center;
  }
  /* line 3013, vendor/assets/stylesheets/argon.css */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
    flex-shrink: 0;
  }
  /* line 3023, vendor/assets/stylesheets/argon.css */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 3028, vendor/assets/stylesheets/argon.css */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 3034, vendor/assets/stylesheets/argon.css */
.btn {
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
  padding: .625rem 1.25rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  text-align: center;
  vertical-align: middle;
  color: #525f7f;
  border: 1px solid transparent;
  border-radius: .25rem;
  background-color: transparent;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3059, vendor/assets/stylesheets/argon.css */
  .btn {
    transition: none;
  }
}

/* line 3064, vendor/assets/stylesheets/argon.css */
.btn:hover {
  text-decoration: none;
  color: #525f7f;
}

/* line 3070, vendor/assets/stylesheets/argon.css */
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

/* line 3076, vendor/assets/stylesheets/argon.css */
.btn.disabled,
.btn:disabled {
  opacity: .65;
  box-shadow: none;
}

/* line 3082, vendor/assets/stylesheets/argon.css */
.btn:not(:disabled):not(.disabled):active,
.btn.active:not(:disabled):not(.disabled) {
  box-shadow: none;
}

/* line 3087, vendor/assets/stylesheets/argon.css */
.btn:not(:disabled):not(.disabled):active:focus,
.btn.active:not(:disabled):not(.disabled):focus {
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

/* line 3093, vendor/assets/stylesheets/argon.css */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 3099, vendor/assets/stylesheets/argon.css */
.btn-primary {
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 3106, vendor/assets/stylesheets/argon.css */
.btn-primary:hover {
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
}

/* line 3112, vendor/assets/stylesheets/argon.css */
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(94, 114, 228, 0.5);
}

/* line 3117, vendor/assets/stylesheets/argon.css */
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
}

/* line 3124, vendor/assets/stylesheets/argon.css */
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary.active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  border-color: #5e72e4;
  background-color: #324cdd;
}

/* line 3132, vendor/assets/stylesheets/argon.css */
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(94, 114, 228, 0.5);
}

/* line 3139, vendor/assets/stylesheets/argon.css */
.btn-secondary {
  color: #212529;
  border-color: #f7fafc;
  background-color: #f7fafc;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 3146, vendor/assets/stylesheets/argon.css */
.btn-secondary:hover {
  color: #212529;
  border-color: #f7fafc;
  background-color: #f7fafc;
}

/* line 3152, vendor/assets/stylesheets/argon.css */
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(247, 250, 252, 0.5);
}

/* line 3157, vendor/assets/stylesheets/argon.css */
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #212529;
  border-color: #f7fafc;
  background-color: #f7fafc;
}

/* line 3164, vendor/assets/stylesheets/argon.css */
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary.active:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle {
  color: #212529;
  border-color: #f7fafc;
  background-color: #d2e3ee;
}

/* line 3172, vendor/assets/stylesheets/argon.css */
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(247, 250, 252, 0.5);
}

/* line 3179, vendor/assets/stylesheets/argon.css */
.btn-success {
  color: #fff;
  border-color: #2dce89;
  background-color: #2dce89;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 3186, vendor/assets/stylesheets/argon.css */
.btn-success:hover {
  color: #fff;
  border-color: #2dce89;
  background-color: #2dce89;
}

/* line 3192, vendor/assets/stylesheets/argon.css */
.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(45, 206, 137, 0.5);
}

/* line 3197, vendor/assets/stylesheets/argon.css */
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  border-color: #2dce89;
  background-color: #2dce89;
}

/* line 3204, vendor/assets/stylesheets/argon.css */
.btn-success:not(:disabled):not(.disabled):active,
.btn-success.active:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle {
  color: #fff;
  border-color: #2dce89;
  background-color: #24a46d;
}

/* line 3212, vendor/assets/stylesheets/argon.css */
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(45, 206, 137, 0.5);
}

/* line 3219, vendor/assets/stylesheets/argon.css */
.btn-info {
  color: #fff;
  border-color: #11cdef;
  background-color: #11cdef;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 3226, vendor/assets/stylesheets/argon.css */
.btn-info:hover {
  color: #fff;
  border-color: #11cdef;
  background-color: #11cdef;
}

/* line 3232, vendor/assets/stylesheets/argon.css */
.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(17, 205, 239, 0.5);
}

/* line 3237, vendor/assets/stylesheets/argon.css */
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  border-color: #11cdef;
  background-color: #11cdef;
}

/* line 3244, vendor/assets/stylesheets/argon.css */
.btn-info:not(:disabled):not(.disabled):active,
.btn-info.active:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle {
  color: #fff;
  border-color: #11cdef;
  background-color: #0da5c0;
}

/* line 3252, vendor/assets/stylesheets/argon.css */
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(17, 205, 239, 0.5);
}

/* line 3259, vendor/assets/stylesheets/argon.css */
.btn-warning {
  color: #fff;
  border-color: #fb6340;
  background-color: #fb6340;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 3266, vendor/assets/stylesheets/argon.css */
.btn-warning:hover {
  color: #fff;
  border-color: #fb6340;
  background-color: #fb6340;
}

/* line 3272, vendor/assets/stylesheets/argon.css */
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(251, 99, 64, 0.5);
}

/* line 3277, vendor/assets/stylesheets/argon.css */
.btn-warning.disabled,
.btn-warning:disabled {
  color: #fff;
  border-color: #fb6340;
  background-color: #fb6340;
}

/* line 3284, vendor/assets/stylesheets/argon.css */
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning.active:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  border-color: #fb6340;
  background-color: #fa3a0e;
}

/* line 3292, vendor/assets/stylesheets/argon.css */
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(251, 99, 64, 0.5);
}

/* line 3299, vendor/assets/stylesheets/argon.css */
.btn-danger {
  color: #fff;
  border-color: #f5365c;
  background-color: #f5365c;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 3306, vendor/assets/stylesheets/argon.css */
.btn-danger:hover {
  color: #fff;
  border-color: #f5365c;
  background-color: #f5365c;
}

/* line 3312, vendor/assets/stylesheets/argon.css */
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(245, 54, 92, 0.5);
}

/* line 3317, vendor/assets/stylesheets/argon.css */
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  border-color: #f5365c;
  background-color: #f5365c;
}

/* line 3324, vendor/assets/stylesheets/argon.css */
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger.active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  border-color: #f5365c;
  background-color: #ec0c38;
}

/* line 3332, vendor/assets/stylesheets/argon.css */
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(245, 54, 92, 0.5);
}

/* line 3339, vendor/assets/stylesheets/argon.css */
.btn-light {
  color: #fff;
  border-color: #adb5bd;
  background-color: #adb5bd;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 3346, vendor/assets/stylesheets/argon.css */
.btn-light:hover {
  color: #fff;
  border-color: #adb5bd;
  background-color: #adb5bd;
}

/* line 3352, vendor/assets/stylesheets/argon.css */
.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(173, 181, 189, 0.5);
}

/* line 3357, vendor/assets/stylesheets/argon.css */
.btn-light.disabled,
.btn-light:disabled {
  color: #fff;
  border-color: #adb5bd;
  background-color: #adb5bd;
}

/* line 3364, vendor/assets/stylesheets/argon.css */
.btn-light:not(:disabled):not(.disabled):active,
.btn-light.active:not(:disabled):not(.disabled),
.show > .btn-light.dropdown-toggle {
  color: #fff;
  border-color: #adb5bd;
  background-color: #919ca6;
}

/* line 3372, vendor/assets/stylesheets/argon.css */
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(173, 181, 189, 0.5);
}

/* line 3379, vendor/assets/stylesheets/argon.css */
.btn-dark {
  color: #fff;
  border-color: #212529;
  background-color: #212529;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 3386, vendor/assets/stylesheets/argon.css */
.btn-dark:hover {
  color: #fff;
  border-color: #212529;
  background-color: #212529;
}

/* line 3392, vendor/assets/stylesheets/argon.css */
.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(33, 37, 41, 0.5);
}

/* line 3397, vendor/assets/stylesheets/argon.css */
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  border-color: #212529;
  background-color: #212529;
}

/* line 3404, vendor/assets/stylesheets/argon.css */
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark.active:not(:disabled):not(.disabled),
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  border-color: #212529;
  background-color: #0a0c0d;
}

/* line 3412, vendor/assets/stylesheets/argon.css */
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(33, 37, 41, 0.5);
}

/* line 3419, vendor/assets/stylesheets/argon.css */
.btn-default {
  color: #fff;
  border-color: #172b4d;
  background-color: #172b4d;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 3426, vendor/assets/stylesheets/argon.css */
.btn-default:hover {
  color: #fff;
  border-color: #172b4d;
  background-color: #172b4d;
}

/* line 3432, vendor/assets/stylesheets/argon.css */
.btn-default:focus,
.btn-default.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(23, 43, 77, 0.5);
}

/* line 3437, vendor/assets/stylesheets/argon.css */
.btn-default.disabled,
.btn-default:disabled {
  color: #fff;
  border-color: #172b4d;
  background-color: #172b4d;
}

/* line 3444, vendor/assets/stylesheets/argon.css */
.btn-default:not(:disabled):not(.disabled):active,
.btn-default.active:not(:disabled):not(.disabled),
.show > .btn-default.dropdown-toggle {
  color: #fff;
  border-color: #172b4d;
  background-color: #0b1526;
}

/* line 3452, vendor/assets/stylesheets/argon.css */
.btn-default:not(:disabled):not(.disabled):active:focus,
.btn-default.active:not(:disabled):not(.disabled):focus,
.show > .btn-default.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(23, 43, 77, 0.5);
}

/* line 3459, vendor/assets/stylesheets/argon.css */
.btn-white {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 3466, vendor/assets/stylesheets/argon.css */
.btn-white:hover {
  color: #212529;
  border-color: white;
  background-color: white;
}

/* line 3472, vendor/assets/stylesheets/argon.css */
.btn-white:focus,
.btn-white.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 3477, vendor/assets/stylesheets/argon.css */
.btn-white.disabled,
.btn-white:disabled {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

/* line 3484, vendor/assets/stylesheets/argon.css */
.btn-white:not(:disabled):not(.disabled):active,
.btn-white.active:not(:disabled):not(.disabled),
.show > .btn-white.dropdown-toggle {
  color: #212529;
  border-color: white;
  background-color: #e6e6e6;
}

/* line 3492, vendor/assets/stylesheets/argon.css */
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white.active:not(:disabled):not(.disabled):focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 3499, vendor/assets/stylesheets/argon.css */
.btn-neutral {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 3506, vendor/assets/stylesheets/argon.css */
.btn-neutral:hover {
  color: #212529;
  border-color: white;
  background-color: white;
}

/* line 3512, vendor/assets/stylesheets/argon.css */
.btn-neutral:focus,
.btn-neutral.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 3517, vendor/assets/stylesheets/argon.css */
.btn-neutral.disabled,
.btn-neutral:disabled {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

/* line 3524, vendor/assets/stylesheets/argon.css */
.btn-neutral:not(:disabled):not(.disabled):active,
.btn-neutral.active:not(:disabled):not(.disabled),
.show > .btn-neutral.dropdown-toggle {
  color: #212529;
  border-color: white;
  background-color: #e6e6e6;
}

/* line 3532, vendor/assets/stylesheets/argon.css */
.btn-neutral:not(:disabled):not(.disabled):active:focus,
.btn-neutral.active:not(:disabled):not(.disabled):focus,
.show > .btn-neutral.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 3539, vendor/assets/stylesheets/argon.css */
.btn-darker {
  color: #fff;
  border-color: black;
  background-color: black;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 3546, vendor/assets/stylesheets/argon.css */
.btn-darker:hover {
  color: #fff;
  border-color: black;
  background-color: black;
}

/* line 3552, vendor/assets/stylesheets/argon.css */
.btn-darker:focus,
.btn-darker.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(0, 0, 0, 0.5);
}

/* line 3557, vendor/assets/stylesheets/argon.css */
.btn-darker.disabled,
.btn-darker:disabled {
  color: #fff;
  border-color: black;
  background-color: black;
}

/* line 3564, vendor/assets/stylesheets/argon.css */
.btn-darker:not(:disabled):not(.disabled):active,
.btn-darker.active:not(:disabled):not(.disabled),
.show > .btn-darker.dropdown-toggle {
  color: #fff;
  border-color: black;
  background-color: black;
}

/* line 3572, vendor/assets/stylesheets/argon.css */
.btn-darker:not(:disabled):not(.disabled):active:focus,
.btn-darker.active:not(:disabled):not(.disabled):focus,
.show > .btn-darker.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(0, 0, 0, 0.5);
}

/* line 3579, vendor/assets/stylesheets/argon.css */
.btn-outline-primary {
  color: #5e72e4;
  border-color: #5e72e4;
  background-color: transparent;
  background-image: none;
}

/* line 3586, vendor/assets/stylesheets/argon.css */
.btn-outline-primary:hover {
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
}

/* line 3592, vendor/assets/stylesheets/argon.css */
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(94, 114, 228, 0.5);
}

/* line 3597, vendor/assets/stylesheets/argon.css */
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #5e72e4;
  background-color: transparent;
}

/* line 3603, vendor/assets/stylesheets/argon.css */
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary.active:not(:disabled):not(.disabled),
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
}

/* line 3611, vendor/assets/stylesheets/argon.css */
.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 rgba(94, 114, 228, 0.5);
}

/* line 3618, vendor/assets/stylesheets/argon.css */
.btn-outline-secondary {
  color: #f7fafc;
  border-color: #f7fafc;
  background-color: transparent;
  background-image: none;
}

/* line 3625, vendor/assets/stylesheets/argon.css */
.btn-outline-secondary:hover {
  color: #212529;
  border-color: #f7fafc;
  background-color: #f7fafc;
}

/* line 3631, vendor/assets/stylesheets/argon.css */
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(247, 250, 252, 0.5);
}

/* line 3636, vendor/assets/stylesheets/argon.css */
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #f7fafc;
  background-color: transparent;
}

/* line 3642, vendor/assets/stylesheets/argon.css */
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary.active:not(:disabled):not(.disabled),
.show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  border-color: #f7fafc;
  background-color: #f7fafc;
}

/* line 3650, vendor/assets/stylesheets/argon.css */
.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 rgba(247, 250, 252, 0.5);
}

/* line 3657, vendor/assets/stylesheets/argon.css */
.btn-outline-success {
  color: #2dce89;
  border-color: #2dce89;
  background-color: transparent;
  background-image: none;
}

/* line 3664, vendor/assets/stylesheets/argon.css */
.btn-outline-success:hover {
  color: #fff;
  border-color: #2dce89;
  background-color: #2dce89;
}

/* line 3670, vendor/assets/stylesheets/argon.css */
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(45, 206, 137, 0.5);
}

/* line 3675, vendor/assets/stylesheets/argon.css */
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #2dce89;
  background-color: transparent;
}

/* line 3681, vendor/assets/stylesheets/argon.css */
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success.active:not(:disabled):not(.disabled),
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  border-color: #2dce89;
  background-color: #2dce89;
}

/* line 3689, vendor/assets/stylesheets/argon.css */
.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 rgba(45, 206, 137, 0.5);
}

/* line 3696, vendor/assets/stylesheets/argon.css */
.btn-outline-info {
  color: #11cdef;
  border-color: #11cdef;
  background-color: transparent;
  background-image: none;
}

/* line 3703, vendor/assets/stylesheets/argon.css */
.btn-outline-info:hover {
  color: #fff;
  border-color: #11cdef;
  background-color: #11cdef;
}

/* line 3709, vendor/assets/stylesheets/argon.css */
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(17, 205, 239, 0.5);
}

/* line 3714, vendor/assets/stylesheets/argon.css */
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #11cdef;
  background-color: transparent;
}

/* line 3720, vendor/assets/stylesheets/argon.css */
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info.active:not(:disabled):not(.disabled),
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  border-color: #11cdef;
  background-color: #11cdef;
}

/* line 3728, vendor/assets/stylesheets/argon.css */
.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 rgba(17, 205, 239, 0.5);
}

/* line 3735, vendor/assets/stylesheets/argon.css */
.btn-outline-warning {
  color: #fb6340;
  border-color: #fb6340;
  background-color: transparent;
  background-image: none;
}

/* line 3742, vendor/assets/stylesheets/argon.css */
.btn-outline-warning:hover {
  color: #fff;
  border-color: #fb6340;
  background-color: #fb6340;
}

/* line 3748, vendor/assets/stylesheets/argon.css */
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(251, 99, 64, 0.5);
}

/* line 3753, vendor/assets/stylesheets/argon.css */
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #fb6340;
  background-color: transparent;
}

/* line 3759, vendor/assets/stylesheets/argon.css */
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning.active:not(:disabled):not(.disabled),
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  border-color: #fb6340;
  background-color: #fb6340;
}

/* line 3767, vendor/assets/stylesheets/argon.css */
.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 rgba(251, 99, 64, 0.5);
}

/* line 3774, vendor/assets/stylesheets/argon.css */
.btn-outline-danger {
  color: #f5365c;
  border-color: #f5365c;
  background-color: transparent;
  background-image: none;
}

/* line 3781, vendor/assets/stylesheets/argon.css */
.btn-outline-danger:hover {
  color: #fff;
  border-color: #f5365c;
  background-color: #f5365c;
}

/* line 3787, vendor/assets/stylesheets/argon.css */
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(245, 54, 92, 0.5);
}

/* line 3792, vendor/assets/stylesheets/argon.css */
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #f5365c;
  background-color: transparent;
}

/* line 3798, vendor/assets/stylesheets/argon.css */
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger.active:not(:disabled):not(.disabled),
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  border-color: #f5365c;
  background-color: #f5365c;
}

/* line 3806, vendor/assets/stylesheets/argon.css */
.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 rgba(245, 54, 92, 0.5);
}

/* line 3813, vendor/assets/stylesheets/argon.css */
.btn-outline-light {
  color: #adb5bd;
  border-color: #adb5bd;
  background-color: transparent;
  background-image: none;
}

/* line 3820, vendor/assets/stylesheets/argon.css */
.btn-outline-light:hover {
  color: #fff;
  border-color: #adb5bd;
  background-color: #adb5bd;
}

/* line 3826, vendor/assets/stylesheets/argon.css */
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(173, 181, 189, 0.5);
}

/* line 3831, vendor/assets/stylesheets/argon.css */
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #adb5bd;
  background-color: transparent;
}

/* line 3837, vendor/assets/stylesheets/argon.css */
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light.active:not(:disabled):not(.disabled),
.show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  border-color: #adb5bd;
  background-color: #adb5bd;
}

/* line 3845, vendor/assets/stylesheets/argon.css */
.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 rgba(173, 181, 189, 0.5);
}

/* line 3852, vendor/assets/stylesheets/argon.css */
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
  background-color: transparent;
  background-image: none;
}

/* line 3859, vendor/assets/stylesheets/argon.css */
.btn-outline-dark:hover {
  color: #fff;
  border-color: #212529;
  background-color: #212529;
}

/* line 3865, vendor/assets/stylesheets/argon.css */
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
}

/* line 3870, vendor/assets/stylesheets/argon.css */
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent;
}

/* line 3876, vendor/assets/stylesheets/argon.css */
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark.active:not(:disabled):not(.disabled),
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  border-color: #212529;
  background-color: #212529;
}

/* line 3884, vendor/assets/stylesheets/argon.css */
.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 rgba(33, 37, 41, 0.5);
}

/* line 3891, vendor/assets/stylesheets/argon.css */
.btn-outline-default {
  color: #172b4d;
  border-color: #172b4d;
  background-color: transparent;
  background-image: none;
}

/* line 3898, vendor/assets/stylesheets/argon.css */
.btn-outline-default:hover {
  color: #fff;
  border-color: #172b4d;
  background-color: #172b4d;
}

/* line 3904, vendor/assets/stylesheets/argon.css */
.btn-outline-default:focus,
.btn-outline-default.focus {
  box-shadow: 0 0 0 0 rgba(23, 43, 77, 0.5);
}

/* line 3909, vendor/assets/stylesheets/argon.css */
.btn-outline-default.disabled,
.btn-outline-default:disabled {
  color: #172b4d;
  background-color: transparent;
}

/* line 3915, vendor/assets/stylesheets/argon.css */
.btn-outline-default:not(:disabled):not(.disabled):active,
.btn-outline-default.active:not(:disabled):not(.disabled),
.show > .btn-outline-default.dropdown-toggle {
  color: #fff;
  border-color: #172b4d;
  background-color: #172b4d;
}

/* line 3923, vendor/assets/stylesheets/argon.css */
.btn-outline-default:not(:disabled):not(.disabled):active:focus,
.btn-outline-default.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(23, 43, 77, 0.5);
}

/* line 3930, vendor/assets/stylesheets/argon.css */
.btn-outline-white {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  background-image: none;
}

/* line 3937, vendor/assets/stylesheets/argon.css */
.btn-outline-white:hover {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

/* line 3943, vendor/assets/stylesheets/argon.css */
.btn-outline-white:focus,
.btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 3948, vendor/assets/stylesheets/argon.css */
.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

/* line 3954, vendor/assets/stylesheets/argon.css */
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white.active:not(:disabled):not(.disabled),
.show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

/* line 3962, vendor/assets/stylesheets/argon.css */
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 3969, vendor/assets/stylesheets/argon.css */
.btn-outline-neutral {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  background-image: none;
}

/* line 3976, vendor/assets/stylesheets/argon.css */
.btn-outline-neutral:hover {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

/* line 3982, vendor/assets/stylesheets/argon.css */
.btn-outline-neutral:focus,
.btn-outline-neutral.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 3987, vendor/assets/stylesheets/argon.css */
.btn-outline-neutral.disabled,
.btn-outline-neutral:disabled {
  color: #fff;
  background-color: transparent;
}

/* line 3993, vendor/assets/stylesheets/argon.css */
.btn-outline-neutral:not(:disabled):not(.disabled):active,
.btn-outline-neutral.active:not(:disabled):not(.disabled),
.show > .btn-outline-neutral.dropdown-toggle {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

/* line 4001, vendor/assets/stylesheets/argon.css */
.btn-outline-neutral:not(:disabled):not(.disabled):active:focus,
.btn-outline-neutral.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-neutral.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 4008, vendor/assets/stylesheets/argon.css */
.btn-outline-darker {
  color: black;
  border-color: black;
  background-color: transparent;
  background-image: none;
}

/* line 4015, vendor/assets/stylesheets/argon.css */
.btn-outline-darker:hover {
  color: #fff;
  border-color: black;
  background-color: black;
}

/* line 4021, vendor/assets/stylesheets/argon.css */
.btn-outline-darker:focus,
.btn-outline-darker.focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

/* line 4026, vendor/assets/stylesheets/argon.css */
.btn-outline-darker.disabled,
.btn-outline-darker:disabled {
  color: black;
  background-color: transparent;
}

/* line 4032, vendor/assets/stylesheets/argon.css */
.btn-outline-darker:not(:disabled):not(.disabled):active,
.btn-outline-darker.active:not(:disabled):not(.disabled),
.show > .btn-outline-darker.dropdown-toggle {
  color: #fff;
  border-color: black;
  background-color: black;
}

/* line 4040, vendor/assets/stylesheets/argon.css */
.btn-outline-darker:not(:disabled):not(.disabled):active:focus,
.btn-outline-darker.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-darker.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

/* line 4047, vendor/assets/stylesheets/argon.css */
.btn-link {
  font-weight: 400;
  text-decoration: none;
  color: #5e72e4;
}

/* line 4055, vendor/assets/stylesheets/argon.css */
.btn-link:hover {
  text-decoration: none;
  color: #233dd2;
}

/* line 4061, vendor/assets/stylesheets/argon.css */
.btn-link:focus,
.btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}

/* line 4068, vendor/assets/stylesheets/argon.css */
.btn-link:disabled,
.btn-link.disabled {
  pointer-events: none;
  color: #8898aa;
}

/* line 4076, vendor/assets/stylesheets/argon.css */
.btn-lg,
.btn-group-lg > .btn {
  font-size: .875rem;
  line-height: 1.5;
  padding: .875rem 1rem;
  border-radius: .4375rem;
}

/* line 4087, vendor/assets/stylesheets/argon.css */
.btn-sm,
.btn-group-sm > .btn {
  font-size: .75rem;
  line-height: 1.5;
  padding: .25rem .5rem;
  border-radius: .25rem;
}

/* line 4098, vendor/assets/stylesheets/argon.css */
.btn-block {
  display: block;
  width: 100%;
}

/* line 4104, vendor/assets/stylesheets/argon.css */
.btn-block + .btn-block {
  margin-top: .5rem;
}

/* line 4109, vendor/assets/stylesheets/argon.css */
input.btn-block[type='submit'],
input.btn-block[type='reset'],
input.btn-block[type='button'] {
  width: 100%;
}

/* line 4116, vendor/assets/stylesheets/argon.css */
.fade {
  transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4122, vendor/assets/stylesheets/argon.css */
  .fade {
    transition: none;
  }
}

/* line 4127, vendor/assets/stylesheets/argon.css */
.fade:not(.show) {
  opacity: 0;
}

/* line 4132, vendor/assets/stylesheets/argon.css */
.collapse:not(.show) {
  display: none;
}

/* line 4137, vendor/assets/stylesheets/argon.css */
.collapsing {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: height .3s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4149, vendor/assets/stylesheets/argon.css */
  .collapsing {
    transition: none;
  }
}

/* line 4155, vendor/assets/stylesheets/argon.css */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 4163, vendor/assets/stylesheets/argon.css */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 4167, vendor/assets/stylesheets/argon.css */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  content: '';
  vertical-align: .255em;
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

/* line 4181, vendor/assets/stylesheets/argon.css */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 4186, vendor/assets/stylesheets/argon.css */
.dropdown-menu {
  font-size: 1rem;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  display: none;
  float: left;
  min-width: 10rem;
  margin: .125rem 0 0;
  padding: .5rem 0;
  list-style: none;
  text-align: left;
  color: #525f7f;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: .4375rem;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* line 4214, vendor/assets/stylesheets/argon.css */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 4220, vendor/assets/stylesheets/argon.css */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 4228, vendor/assets/stylesheets/argon.css */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 4233, vendor/assets/stylesheets/argon.css */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 4242, vendor/assets/stylesheets/argon.css */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 4247, vendor/assets/stylesheets/argon.css */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 4256, vendor/assets/stylesheets/argon.css */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 4261, vendor/assets/stylesheets/argon.css */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 4270, vendor/assets/stylesheets/argon.css */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 4275, vendor/assets/stylesheets/argon.css */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 4282, vendor/assets/stylesheets/argon.css */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem;
}

/* line 4291, vendor/assets/stylesheets/argon.css */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  content: '';
  vertical-align: .255em;
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}

/* line 4306, vendor/assets/stylesheets/argon.css */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 4311, vendor/assets/stylesheets/argon.css */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem;
}

/* line 4321, vendor/assets/stylesheets/argon.css */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  content: '';
  vertical-align: .255em;
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}

/* line 4336, vendor/assets/stylesheets/argon.css */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 4341, vendor/assets/stylesheets/argon.css */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 4346, vendor/assets/stylesheets/argon.css */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem;
}

/* line 4356, vendor/assets/stylesheets/argon.css */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  content: '';
  vertical-align: .255em;
}

/* line 4366, vendor/assets/stylesheets/argon.css */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 4371, vendor/assets/stylesheets/argon.css */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  content: '';
  vertical-align: .255em;
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}

/* line 4385, vendor/assets/stylesheets/argon.css */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 4390, vendor/assets/stylesheets/argon.css */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 4395, vendor/assets/stylesheets/argon.css */
.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 4404, vendor/assets/stylesheets/argon.css */
.dropdown-divider {
  overflow: hidden;
  height: 0;
  margin: .5rem 0;
  border-top: 1px solid #e9ecef;
}

/* line 4414, vendor/assets/stylesheets/argon.css */
.dropdown-item {
  font-weight: 400;
  display: block;
  clear: both;
  width: 100%;
  padding: .5rem 1rem;
  text-align: inherit;
  white-space: nowrap;
  color: #212529;
  border: 0;
  background-color: transparent;
}

/* line 4431, vendor/assets/stylesheets/argon.css */
.dropdown-item:hover,
.dropdown-item:focus {
  text-decoration: none;
  color: #16181b;
  background-color: #f6f9fc;
}

/* line 4439, vendor/assets/stylesheets/argon.css */
.dropdown-item.active,
.dropdown-item:active {
  text-decoration: none;
  color: #16181b;
  background-color: transparent;
}

/* line 4447, vendor/assets/stylesheets/argon.css */
.dropdown-item.disabled,
.dropdown-item:disabled {
  pointer-events: none;
  color: #8898aa;
  background-color: transparent;
}

/* line 4456, vendor/assets/stylesheets/argon.css */
.dropdown-menu.show {
  display: block;
}

/* line 4461, vendor/assets/stylesheets/argon.css */
.dropdown-header {
  font-size: .875rem;
  display: block;
  margin-bottom: 0;
  padding: .5rem 1rem;
  white-space: nowrap;
  color: #8898aa;
}

/* line 4475, vendor/assets/stylesheets/argon.css */
.dropdown-item-text {
  display: block;
  padding: .5rem 1rem;
  color: #212529;
}

/* line 4484, vendor/assets/stylesheets/argon.css */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 4493, vendor/assets/stylesheets/argon.css */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 4500, vendor/assets/stylesheets/argon.css */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 4505, vendor/assets/stylesheets/argon.css */
.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 4515, vendor/assets/stylesheets/argon.css */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 4522, vendor/assets/stylesheets/argon.css */
.btn-toolbar .input-group {
  width: auto;
}

/* line 4527, vendor/assets/stylesheets/argon.css */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 4533, vendor/assets/stylesheets/argon.css */
.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 4540, vendor/assets/stylesheets/argon.css */
.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 4547, vendor/assets/stylesheets/argon.css */
.dropdown-toggle-split {
  padding-right: .9375rem;
  padding-left: .9375rem;
}

/* line 4552, vendor/assets/stylesheets/argon.css */
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 4558, vendor/assets/stylesheets/argon.css */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 4563, vendor/assets/stylesheets/argon.css */
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}

/* line 4570, vendor/assets/stylesheets/argon.css */
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}

/* line 4577, vendor/assets/stylesheets/argon.css */
.btn-group.show .dropdown-toggle {
  box-shadow: none;
}

/* line 4581, vendor/assets/stylesheets/argon.css */
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

/* line 4586, vendor/assets/stylesheets/argon.css */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 4593, vendor/assets/stylesheets/argon.css */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 4598, vendor/assets/stylesheets/argon.css */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 4603, vendor/assets/stylesheets/argon.css */
.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 4609, vendor/assets/stylesheets/argon.css */
.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 4616, vendor/assets/stylesheets/argon.css */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 4621, vendor/assets/stylesheets/argon.css */
.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 4633, vendor/assets/stylesheets/argon.css */
.input-group {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
}

/* line 4644, vendor/assets/stylesheets/argon.css */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  width: 1%;
  margin-bottom: 0;
  flex: 1 1 auto;
}

/* line 4656, vendor/assets/stylesheets/argon.css */
.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 4671, vendor/assets/stylesheets/argon.css */
.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 4677, vendor/assets/stylesheets/argon.css */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 4681, vendor/assets/stylesheets/argon.css */
.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 4687, vendor/assets/stylesheets/argon.css */
.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 4693, vendor/assets/stylesheets/argon.css */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 4699, vendor/assets/stylesheets/argon.css */
.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 4705, vendor/assets/stylesheets/argon.css */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4711, vendor/assets/stylesheets/argon.css */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 4716, vendor/assets/stylesheets/argon.css */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 4722, vendor/assets/stylesheets/argon.css */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 4727, vendor/assets/stylesheets/argon.css */
.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 4739, vendor/assets/stylesheets/argon.css */
.input-group-prepend {
  margin-right: -1px;
}

/* line 4744, vendor/assets/stylesheets/argon.css */
.input-group-append {
  margin-left: -1px;
}

/* line 4749, vendor/assets/stylesheets/argon.css */
.input-group-text {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  margin-bottom: 0;
  padding: .625rem .75rem;
  text-align: center;
  white-space: nowrap;
  color: #adb5bd;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  background-color: #fff;
  align-items: center;
}

/* line 4770, vendor/assets/stylesheets/argon.css */
.input-group-text input[type='radio'],
.input-group-text input[type='checkbox'] {
  margin-top: 0;
}

/* line 4776, vendor/assets/stylesheets/argon.css */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1.75rem + 2px);
}

/* line 4782, vendor/assets/stylesheets/argon.css */
.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 {
  font-size: .875rem;
  line-height: 1.5;
  padding: .875rem 1rem;
  border-radius: .4375rem;
}

/* line 4797, vendor/assets/stylesheets/argon.css */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + .5rem + 2px);
}

/* line 4803, vendor/assets/stylesheets/argon.css */
.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 {
  font-size: .75rem;
  line-height: 1.5;
  padding: .25rem .5rem;
  border-radius: .25rem;
}

/* line 4818, vendor/assets/stylesheets/argon.css */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 4824, vendor/assets/stylesheets/argon.css */
.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 4835, vendor/assets/stylesheets/argon.css */
.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 4846, vendor/assets/stylesheets/argon.css */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 2.75rem;
}

/* line 4856, vendor/assets/stylesheets/argon.css */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 4863, vendor/assets/stylesheets/argon.css */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 4870, vendor/assets/stylesheets/argon.css */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
}

/* line 4877, vendor/assets/stylesheets/argon.css */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05), 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

/* line 4881, vendor/assets/stylesheets/argon.css */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #5e72e4;
}

/* line 4885, vendor/assets/stylesheets/argon.css */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
}

/* line 4892, vendor/assets/stylesheets/argon.css */
.custom-control-input:disabled ~ .custom-control-label {
  color: #8898aa;
}

/* line 4896, vendor/assets/stylesheets/argon.css */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 4901, vendor/assets/stylesheets/argon.css */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 4909, vendor/assets/stylesheets/argon.css */
.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -2.75rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: '';
  pointer-events: none;
  border: #dee2e6 solid 1px;
  background-color: #fff;
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
}

/* line 4927, vendor/assets/stylesheets/argon.css */
.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -2.75rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: '';
  background: no-repeat 50% / 50% 50%;
}

/* line 4943, vendor/assets/stylesheets/argon.css */
.custom-checkbox .custom-control-label::before {
  border-radius: .25rem;
}

/* line 4948, vendor/assets/stylesheets/argon.css */
.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 4953, vendor/assets/stylesheets/argon.css */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #5e72e4;
  background-color: #5e72e4;
  box-shadow: none;
}

/* line 4960, vendor/assets/stylesheets/argon.css */
.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 4965, vendor/assets/stylesheets/argon.css */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(94, 114, 228, 0.5);
}

/* line 4970, vendor/assets/stylesheets/argon.css */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(94, 114, 228, 0.5);
}

/* line 4975, vendor/assets/stylesheets/argon.css */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 4980, vendor/assets/stylesheets/argon.css */
.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 4985, vendor/assets/stylesheets/argon.css */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(94, 114, 228, 0.5);
}

/* line 4990, vendor/assets/stylesheets/argon.css */
.custom-switch {
  padding-left: 3.5rem;
}

/* line 4994, vendor/assets/stylesheets/argon.css */
.custom-switch .custom-control-label::before {
  left: -3.5rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem;
}

/* line 5004, vendor/assets/stylesheets/argon.css */
.custom-switch .custom-control-label::after {
  top: calc(.25rem + 2px);
  left: calc(-3.5rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-radius: .5rem;
  background-color: #dee2e6;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5019, vendor/assets/stylesheets/argon.css */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 5024, vendor/assets/stylesheets/argon.css */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(0.75rem);
  background-color: #fff;
}

/* line 5030, vendor/assets/stylesheets/argon.css */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(94, 114, 228, 0.5);
}

/* line 5035, vendor/assets/stylesheets/argon.css */
.custom-select {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  padding: .625rem 1.75rem .625rem .75rem;
  vertical-align: middle;
  color: #8898aa;
  border: 1px solid #dee2e6;
  border-radius: .375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%2332325d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 5060, vendor/assets/stylesheets/argon.css */
.custom-select:focus {
  border-color: #5e72e4;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0 #5e72e4;
}

/* line 5066, vendor/assets/stylesheets/argon.css */
.custom-select:focus::-ms-value {
  color: #8898aa;
  background-color: #fff;
}

/* line 5071, vendor/assets/stylesheets/argon.css */
.custom-select[multiple],
.custom-select[size]:not([size='1']) {
  height: auto;
  padding-right: .75rem;
  background-image: none;
}

/* line 5079, vendor/assets/stylesheets/argon.css */
.custom-select:disabled {
  color: #8898aa;
  background-color: #e9ecef;
}

/* line 5084, vendor/assets/stylesheets/argon.css */
.custom-select::-ms-expand {
  display: none;
}

/* line 5089, vendor/assets/stylesheets/argon.css */
.custom-select-sm {
  font-size: .75rem;
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
}

/* line 5099, vendor/assets/stylesheets/argon.css */
.custom-select-lg {
  font-size: .875rem;
  height: calc(1.5em + 1.75rem + 2px);
  padding-top: .875rem;
  padding-bottom: .875rem;
  padding-left: 1rem;
}

/* line 5109, vendor/assets/stylesheets/argon.css */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  margin-bottom: 0;
}

/* line 5120, vendor/assets/stylesheets/argon.css */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 5131, vendor/assets/stylesheets/argon.css */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #5e72e4;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

/* line 5136, vendor/assets/stylesheets/argon.css */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 5140, vendor/assets/stylesheets/argon.css */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: 'Browse';
}

/* line 5144, vendor/assets/stylesheets/argon.css */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 5149, vendor/assets/stylesheets/argon.css */
.custom-file-label {
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: calc(1.5em + 1.25rem + 2px);
  padding: .625rem .75rem;
  color: #8898aa;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  background-color: #fff;
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
}

/* line 5169, vendor/assets/stylesheets/argon.css */
.custom-file-label::after {
  line-height: 1.5;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: calc(1.5em + 1.25rem);
  padding: .625rem .75rem;
  content: 'Browse';
  color: #8898aa;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0;
  background-color: #fff;
}

/* line 5192, vendor/assets/stylesheets/argon.css */
.custom-range {
  width: 100%;
  height: calc(1rem + 0);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 5204, vendor/assets/stylesheets/argon.css */
.custom-range:focus {
  outline: none;
}

/* line 5208, vendor/assets/stylesheets/argon.css */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f8f9fe, 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

/* line 5212, vendor/assets/stylesheets/argon.css */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f8f9fe, 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

/* line 5216, vendor/assets/stylesheets/argon.css */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f8f9fe, 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

/* line 5220, vendor/assets/stylesheets/argon.css */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 5224, vendor/assets/stylesheets/argon.css */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background-color: #5e72e4;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5242, vendor/assets/stylesheets/argon.css */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 5247, vendor/assets/stylesheets/argon.css */
.custom-range::-webkit-slider-thumb:active {
  background-color: #f7f8fe;
}

/* line 5251, vendor/assets/stylesheets/argon.css */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  cursor: pointer;
  color: transparent;
  border-color: transparent;
  border-radius: 1rem;
  background-color: #dee2e6;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

/* line 5264, vendor/assets/stylesheets/argon.css */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background-color: #5e72e4;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5281, vendor/assets/stylesheets/argon.css */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 5286, vendor/assets/stylesheets/argon.css */
.custom-range::-moz-range-thumb:active {
  background-color: #f7f8fe;
}

/* line 5290, vendor/assets/stylesheets/argon.css */
.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  cursor: pointer;
  color: transparent;
  border-color: transparent;
  border-radius: 1rem;
  background-color: #dee2e6;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

/* line 5303, vendor/assets/stylesheets/argon.css */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background-color: #5e72e4;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5322, vendor/assets/stylesheets/argon.css */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 5327, vendor/assets/stylesheets/argon.css */
.custom-range::-ms-thumb:active {
  background-color: #f7f8fe;
}

/* line 5331, vendor/assets/stylesheets/argon.css */
.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  cursor: pointer;
  color: transparent;
  border-width: .5rem;
  border-color: transparent;
  background-color: transparent;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

/* line 5344, vendor/assets/stylesheets/argon.css */
.custom-range::-ms-fill-lower {
  border-radius: 1rem;
  background-color: #dee2e6;
}

/* line 5349, vendor/assets/stylesheets/argon.css */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  border-radius: 1rem;
  background-color: #dee2e6;
}

/* line 5356, vendor/assets/stylesheets/argon.css */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 5360, vendor/assets/stylesheets/argon.css */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 5364, vendor/assets/stylesheets/argon.css */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 5368, vendor/assets/stylesheets/argon.css */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 5372, vendor/assets/stylesheets/argon.css */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 5377, vendor/assets/stylesheets/argon.css */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5385, vendor/assets/stylesheets/argon.css */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 5393, vendor/assets/stylesheets/argon.css */
.nav {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
}

/* line 5405, vendor/assets/stylesheets/argon.css */
.nav-link {
  display: block;
  padding: .25rem .75rem;
}

/* line 5411, vendor/assets/stylesheets/argon.css */
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

/* line 5416, vendor/assets/stylesheets/argon.css */
.nav-link.disabled {
  cursor: default;
  pointer-events: none;
  color: #8898aa;
}

/* line 5424, vendor/assets/stylesheets/argon.css */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 5428, vendor/assets/stylesheets/argon.css */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 5432, vendor/assets/stylesheets/argon.css */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem;
}

/* line 5438, vendor/assets/stylesheets/argon.css */
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 5443, vendor/assets/stylesheets/argon.css */
.nav-tabs .nav-link.disabled {
  color: #8898aa;
  border-color: transparent;
  background-color: transparent;
}

/* line 5449, vendor/assets/stylesheets/argon.css */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #525f7f;
  border-color: #dee2e6 #dee2e6 #f8f9fe;
  background-color: #f8f9fe;
}

/* line 5456, vendor/assets/stylesheets/argon.css */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5464, vendor/assets/stylesheets/argon.css */
.nav-pills .nav-link {
  border-radius: .375rem;
}

/* line 5469, vendor/assets/stylesheets/argon.css */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #5e72e4;
}

/* line 5476, vendor/assets/stylesheets/argon.css */
.nav-fill .nav-item {
  text-align: center;
  flex: 1 1 auto;
}

/* line 5483, vendor/assets/stylesheets/argon.css */
.nav-justified .nav-item {
  text-align: center;
  flex-basis: 0;
  flex-grow: 1;
}

/* line 5491, vendor/assets/stylesheets/argon.css */
.tab-content > .tab-pane {
  display: none;
}

/* line 5496, vendor/assets/stylesheets/argon.css */
.tab-content > .active {
  display: block;
}

/* line 5501, vendor/assets/stylesheets/argon.css */
.navbar {
  position: relative;
  display: flex;
  padding: 1rem 1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 5513, vendor/assets/stylesheets/argon.css */
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 5523, vendor/assets/stylesheets/argon.css */
.navbar-brand {
  font-size: 1.25rem;
  line-height: inherit;
  display: inline-block;
  margin-right: 1rem;
  padding-top: .0625rem;
  padding-bottom: .0625rem;
  white-space: nowrap;
}

/* line 5536, vendor/assets/stylesheets/argon.css */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 5542, vendor/assets/stylesheets/argon.css */
.navbar-nav {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 5552, vendor/assets/stylesheets/argon.css */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 5557, vendor/assets/stylesheets/argon.css */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 5564, vendor/assets/stylesheets/argon.css */
.navbar-text {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

/* line 5572, vendor/assets/stylesheets/argon.css */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 5579, vendor/assets/stylesheets/argon.css */
.navbar-toggler {
  font-size: 1.25rem;
  line-height: 1;
  padding: .25rem .75rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  background-color: transparent;
}

/* line 5590, vendor/assets/stylesheets/argon.css */
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

/* line 5596, vendor/assets/stylesheets/argon.css */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  content: '';
  vertical-align: middle;
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 5612, vendor/assets/stylesheets/argon.css */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 5622, vendor/assets/stylesheets/argon.css */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 5627, vendor/assets/stylesheets/argon.css */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 5631, vendor/assets/stylesheets/argon.css */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 5635, vendor/assets/stylesheets/argon.css */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /* line 5640, vendor/assets/stylesheets/argon.css */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 5645, vendor/assets/stylesheets/argon.css */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 5651, vendor/assets/stylesheets/argon.css */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 5659, vendor/assets/stylesheets/argon.css */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 5669, vendor/assets/stylesheets/argon.css */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 5674, vendor/assets/stylesheets/argon.css */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 5678, vendor/assets/stylesheets/argon.css */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 5682, vendor/assets/stylesheets/argon.css */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /* line 5687, vendor/assets/stylesheets/argon.css */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 5692, vendor/assets/stylesheets/argon.css */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 5698, vendor/assets/stylesheets/argon.css */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 5706, vendor/assets/stylesheets/argon.css */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 5716, vendor/assets/stylesheets/argon.css */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 5721, vendor/assets/stylesheets/argon.css */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 5725, vendor/assets/stylesheets/argon.css */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 5729, vendor/assets/stylesheets/argon.css */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /* line 5734, vendor/assets/stylesheets/argon.css */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 5739, vendor/assets/stylesheets/argon.css */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 5745, vendor/assets/stylesheets/argon.css */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 5753, vendor/assets/stylesheets/argon.css */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 5763, vendor/assets/stylesheets/argon.css */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 5768, vendor/assets/stylesheets/argon.css */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 5772, vendor/assets/stylesheets/argon.css */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 5776, vendor/assets/stylesheets/argon.css */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /* line 5781, vendor/assets/stylesheets/argon.css */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 5786, vendor/assets/stylesheets/argon.css */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 5792, vendor/assets/stylesheets/argon.css */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 5798, vendor/assets/stylesheets/argon.css */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 5803, vendor/assets/stylesheets/argon.css */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 5809, vendor/assets/stylesheets/argon.css */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 5813, vendor/assets/stylesheets/argon.css */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 5817, vendor/assets/stylesheets/argon.css */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

/* line 5822, vendor/assets/stylesheets/argon.css */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

/* line 5827, vendor/assets/stylesheets/argon.css */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 5833, vendor/assets/stylesheets/argon.css */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 5838, vendor/assets/stylesheets/argon.css */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 5842, vendor/assets/stylesheets/argon.css */
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 5848, vendor/assets/stylesheets/argon.css */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.6);
}

/* line 5852, vendor/assets/stylesheets/argon.css */
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 5857, vendor/assets/stylesheets/argon.css */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 5862, vendor/assets/stylesheets/argon.css */
.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 5870, vendor/assets/stylesheets/argon.css */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.6);
  border-color: transparent;
}

/* line 5876, vendor/assets/stylesheets/argon.css */
.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.6)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 5881, vendor/assets/stylesheets/argon.css */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.6);
}

/* line 5885, vendor/assets/stylesheets/argon.css */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 5889, vendor/assets/stylesheets/argon.css */
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 5895, vendor/assets/stylesheets/argon.css */
.navbar-dark .navbar-brand {
  color: rgba(255, 255, 255, 0.65);
}

/* line 5899, vendor/assets/stylesheets/argon.css */
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: rgba(255, 255, 255, 0.65);
}

/* line 5905, vendor/assets/stylesheets/argon.css */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.95);
}

/* line 5909, vendor/assets/stylesheets/argon.css */
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.65);
}

/* line 5914, vendor/assets/stylesheets/argon.css */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 5919, vendor/assets/stylesheets/argon.css */
.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: rgba(255, 255, 255, 0.65);
}

/* line 5927, vendor/assets/stylesheets/argon.css */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.95);
  border-color: transparent;
}

/* line 5933, vendor/assets/stylesheets/argon.css */
.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.95)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 5938, vendor/assets/stylesheets/argon.css */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.95);
}

/* line 5942, vendor/assets/stylesheets/argon.css */
.navbar-dark .navbar-text a {
  color: rgba(255, 255, 255, 0.65);
}

/* line 5946, vendor/assets/stylesheets/argon.css */
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: rgba(255, 255, 255, 0.65);
}

/* line 5952, vendor/assets/stylesheets/argon.css */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: .375rem;
  background-color: #fff;
  background-clip: border-box;
}

/* line 5968, vendor/assets/stylesheets/argon.css */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 5973, vendor/assets/stylesheets/argon.css */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem;
}

/* line 5978, vendor/assets/stylesheets/argon.css */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

/* line 5984, vendor/assets/stylesheets/argon.css */
.card-body {
  padding: 1.5rem;
  flex: 1 1 auto;
}

/* line 5991, vendor/assets/stylesheets/argon.css */
.card-title {
  margin-bottom: 1.25rem;
}

/* line 5996, vendor/assets/stylesheets/argon.css */
.card-subtitle {
  margin-top: -.625rem;
  margin-bottom: 0;
}

/* line 6002, vendor/assets/stylesheets/argon.css */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 6007, vendor/assets/stylesheets/argon.css */
.card-link:hover {
  text-decoration: none;
}

/* line 6012, vendor/assets/stylesheets/argon.css */
.card-link + .card-link {
  margin-left: 1.5rem;
}

/* line 6017, vendor/assets/stylesheets/argon.css */
.card-header {
  margin-bottom: 0;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

/* line 6025, vendor/assets/stylesheets/argon.css */
.card-header:first-child {
  border-radius: calc(.375rem - 1px) calc(.375rem - 1px) 0 0;
}

/* line 6029, vendor/assets/stylesheets/argon.css */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 6034, vendor/assets/stylesheets/argon.css */
.card-footer {
  padding: 1.25rem 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

/* line 6041, vendor/assets/stylesheets/argon.css */
.card-footer:last-child {
  border-radius: 0 0 calc(.375rem - 1px) calc(.375rem - 1px);
}

/* line 6046, vendor/assets/stylesheets/argon.css */
.card-header-tabs {
  margin-right: -.75rem;
  margin-bottom: -1.25rem;
  margin-left: -.75rem;
  border-bottom: 0;
}

/* line 6055, vendor/assets/stylesheets/argon.css */
.card-header-pills {
  margin-right: -.75rem;
  margin-left: -.75rem;
}

/* line 6061, vendor/assets/stylesheets/argon.css */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 6072, vendor/assets/stylesheets/argon.css */
.card-img {
  width: 100%;
  border-radius: calc(.375rem - 1px);
}

/* line 6079, vendor/assets/stylesheets/argon.css */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.375rem - 1px);
  border-top-right-radius: calc(.375rem - 1px);
}

/* line 6087, vendor/assets/stylesheets/argon.css */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.375rem - 1px);
  border-bottom-left-radius: calc(.375rem - 1px);
}

/* line 6095, vendor/assets/stylesheets/argon.css */
.card-deck {
  display: flex;
  flex-direction: column;
}

/* line 6100, vendor/assets/stylesheets/argon.css */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 6106, vendor/assets/stylesheets/argon.css */
  .card-deck {
    margin-right: -15px;
    margin-left: -15px;
    flex-flow: row wrap;
  }
  /* line 6113, vendor/assets/stylesheets/argon.css */
  .card-deck .card {
    display: flex;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
    flex: 1 0;
  }
}

/* line 6126, vendor/assets/stylesheets/argon.css */
.card-group {
  display: flex;
  flex-direction: column;
}

/* line 6131, vendor/assets/stylesheets/argon.css */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 6137, vendor/assets/stylesheets/argon.css */
  .card-group {
    flex-flow: row wrap;
  }
  /* line 6141, vendor/assets/stylesheets/argon.css */
  .card-group > .card {
    margin-bottom: 0;
    flex: 1 0;
  }
  /* line 6147, vendor/assets/stylesheets/argon.css */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 6153, vendor/assets/stylesheets/argon.css */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 6158, vendor/assets/stylesheets/argon.css */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 6163, vendor/assets/stylesheets/argon.css */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 6168, vendor/assets/stylesheets/argon.css */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 6173, vendor/assets/stylesheets/argon.css */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 6178, vendor/assets/stylesheets/argon.css */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 6185, vendor/assets/stylesheets/argon.css */
.card-columns .card {
  margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
  /* line 6192, vendor/assets/stylesheets/argon.css */
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 6199, vendor/assets/stylesheets/argon.css */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 6207, vendor/assets/stylesheets/argon.css */
.accordion > .card {
  overflow: hidden;
}

/* line 6211, vendor/assets/stylesheets/argon.css */
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

/* line 6215, vendor/assets/stylesheets/argon.css */
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

/* line 6220, vendor/assets/stylesheets/argon.css */
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6226, vendor/assets/stylesheets/argon.css */
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6231, vendor/assets/stylesheets/argon.css */
.accordion > .card .card-header {
  margin-bottom: -1px;
}

/* line 6236, vendor/assets/stylesheets/argon.css */
.breadcrumb {
  display: flex;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  list-style: none;
  border-radius: .375rem;
  background-color: #f6f9fc;
  flex-wrap: wrap;
}

/* line 6251, vendor/assets/stylesheets/argon.css */
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}

/* line 6255, vendor/assets/stylesheets/argon.css */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  content: '-';
  color: #8898aa;
}

/* line 6266, vendor/assets/stylesheets/argon.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 6271, vendor/assets/stylesheets/argon.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 6276, vendor/assets/stylesheets/argon.css */
.breadcrumb-item.active {
  color: #8898aa;
}

/* line 6281, vendor/assets/stylesheets/argon.css */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .375rem;
}

/* line 6292, vendor/assets/stylesheets/argon.css */
.page-link {
  line-height: 1.25;
  position: relative;
  display: block;
  margin-left: -1px;
  padding: .5rem .75rem;
  color: #8898aa;
  border: 1px solid #dee2e6;
  background-color: #fff;
}

/* line 6307, vendor/assets/stylesheets/argon.css */
.page-link:hover {
  z-index: 2;
  text-decoration: none;
  color: #8898aa;
  border-color: #dee2e6;
  background-color: #dee2e6;
}

/* line 6317, vendor/assets/stylesheets/argon.css */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
}

/* line 6325, vendor/assets/stylesheets/argon.css */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

/* line 6333, vendor/assets/stylesheets/argon.css */
.page-item:last-child .page-link {
  border-top-right-radius: .375rem;
  border-bottom-right-radius: .375rem;
}

/* line 6339, vendor/assets/stylesheets/argon.css */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
}

/* line 6348, vendor/assets/stylesheets/argon.css */
.page-item.disabled .page-link {
  cursor: auto;
  pointer-events: none;
  color: #8898aa;
  border-color: #dee2e6;
  background-color: #fff;
}

/* line 6358, vendor/assets/stylesheets/argon.css */
.pagination-lg .page-link {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: .75rem 1.5rem;
}

/* line 6366, vendor/assets/stylesheets/argon.css */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .4375rem;
  border-bottom-left-radius: .4375rem;
}

/* line 6372, vendor/assets/stylesheets/argon.css */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .4375rem;
  border-bottom-right-radius: .4375rem;
}

/* line 6378, vendor/assets/stylesheets/argon.css */
.pagination-sm .page-link {
  font-size: .875rem;
  line-height: 1.5;
  padding: .25rem .5rem;
}

/* line 6386, vendor/assets/stylesheets/argon.css */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 6392, vendor/assets/stylesheets/argon.css */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

/* line 6398, vendor/assets/stylesheets/argon.css */
.badge {
  font-size: 66%;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  padding: .35rem .375rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  border-radius: .375rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6417, vendor/assets/stylesheets/argon.css */
  .badge {
    transition: none;
  }
}

/* line 6422, vendor/assets/stylesheets/argon.css */
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

/* line 6427, vendor/assets/stylesheets/argon.css */
.badge:empty {
  display: none;
}

/* line 6432, vendor/assets/stylesheets/argon.css */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 6438, vendor/assets/stylesheets/argon.css */
.badge-pill {
  padding-right: .875em;
  padding-left: .875em;
  border-radius: 10rem;
}

/* line 6446, vendor/assets/stylesheets/argon.css */
.badge-primary {
  color: #2643e9;
  background-color: #eaecfb;
}

/* line 6451, vendor/assets/stylesheets/argon.css */
.badge-primary[href]:hover,
.badge-primary[href]:focus {
  text-decoration: none;
  color: #fff;
  background-color: #2a44db;
}

/* line 6460, vendor/assets/stylesheets/argon.css */
.badge-secondary {
  color: #cfe3f1;
  background-color: white;
}

/* line 6465, vendor/assets/stylesheets/argon.css */
.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  text-decoration: none;
  color: #212529;
  background-color: #cadeeb;
}

/* line 6474, vendor/assets/stylesheets/argon.css */
.badge-success {
  color: #1aae6f;
  background-color: #b0eed3;
}

/* line 6479, vendor/assets/stylesheets/argon.css */
.badge-success[href]:hover,
.badge-success[href]:focus {
  text-decoration: none;
  color: #fff;
  background-color: #229c68;
}

/* line 6488, vendor/assets/stylesheets/argon.css */
.badge-info {
  color: #03acca;
  background-color: #aaedf9;
}

/* line 6493, vendor/assets/stylesheets/argon.css */
.badge-info[href]:hover,
.badge-info[href]:focus {
  text-decoration: none;
  color: #fff;
  background-color: #0c9cb7;
}

/* line 6502, vendor/assets/stylesheets/argon.css */
.badge-warning {
  color: #ff3709;
  background-color: #fee6e0;
}

/* line 6507, vendor/assets/stylesheets/argon.css */
.badge-warning[href]:hover,
.badge-warning[href]:focus {
  text-decoration: none;
  color: #fff;
  background-color: #f93305;
}

/* line 6516, vendor/assets/stylesheets/argon.css */
.badge-danger {
  color: #f80031;
  background-color: #fdd1da;
}

/* line 6521, vendor/assets/stylesheets/argon.css */
.badge-danger[href]:hover,
.badge-danger[href]:focus {
  text-decoration: none;
  color: #fff;
  background-color: #e30b36;
}

/* line 6530, vendor/assets/stylesheets/argon.css */
.badge-light {
  color: #879cb0;
  background-color: white;
}

/* line 6535, vendor/assets/stylesheets/argon.css */
.badge-light[href]:hover,
.badge-light[href]:focus {
  text-decoration: none;
  color: #fff;
  background-color: #8b96a2;
}

/* line 6544, vendor/assets/stylesheets/argon.css */
.badge-dark {
  color: #090c0e;
  background-color: #6a7783;
}

/* line 6549, vendor/assets/stylesheets/argon.css */
.badge-dark[href]:hover,
.badge-dark[href]:focus {
  text-decoration: none;
  color: #fff;
  background-color: #060607;
}

/* line 6558, vendor/assets/stylesheets/argon.css */
.badge-default {
  color: #091428;
  background-color: #4172c6;
}

/* line 6563, vendor/assets/stylesheets/argon.css */
.badge-default[href]:hover,
.badge-default[href]:focus {
  text-decoration: none;
  color: #fff;
  background-color: #09111e;
}

/* line 6572, vendor/assets/stylesheets/argon.css */
.badge-white {
  color: #e8e3e3;
  background-color: white;
}

/* line 6577, vendor/assets/stylesheets/argon.css */
.badge-white[href]:hover,
.badge-white[href]:focus {
  text-decoration: none;
  color: #212529;
  background-color: #e0e0e0;
}

/* line 6586, vendor/assets/stylesheets/argon.css */
.badge-neutral {
  color: #e8e3e3;
  background-color: white;
}

/* line 6591, vendor/assets/stylesheets/argon.css */
.badge-neutral[href]:hover,
.badge-neutral[href]:focus {
  text-decoration: none;
  color: #212529;
  background-color: #e0e0e0;
}

/* line 6600, vendor/assets/stylesheets/argon.css */
.badge-darker {
  color: black;
  background-color: #525252;
}

/* line 6605, vendor/assets/stylesheets/argon.css */
.badge-darker[href]:hover,
.badge-darker[href]:focus {
  text-decoration: none;
  color: #fff;
  background-color: black;
}

/* line 6614, vendor/assets/stylesheets/argon.css */
.jumbotron {
  margin-bottom: 2rem;
  padding: 2rem 1rem;
  border-radius: .4375rem;
  background-color: #e9ecef;
}

@media (min-width: 576px) {
  /* line 6624, vendor/assets/stylesheets/argon.css */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 6630, vendor/assets/stylesheets/argon.css */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 6638, vendor/assets/stylesheets/argon.css */
.alert {
  position: relative;
  margin-bottom: 1rem;
  padding: 1rem 1.5rem;
  border: 1px solid transparent;
  border-radius: .375rem;
}

/* line 6649, vendor/assets/stylesheets/argon.css */
.alert-heading {
  color: inherit;
}

/* line 6654, vendor/assets/stylesheets/argon.css */
.alert-link {
  font-weight: 600;
}

/* line 6659, vendor/assets/stylesheets/argon.css */
.alert-dismissible {
  padding-right: 4.5rem;
}

/* line 6663, vendor/assets/stylesheets/argon.css */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem 1.5rem;
  color: inherit;
}

/* line 6674, vendor/assets/stylesheets/argon.css */
.alert-primary {
  color: #fff;
  border-color: #7889e8;
  background-color: #7889e8;
}

/* line 6680, vendor/assets/stylesheets/argon.css */
.alert-primary a {
  font-weight: 600;
  color: #1d32aa;
}

/* line 6686, vendor/assets/stylesheets/argon.css */
.alert-primary a:hover {
  color: #fff;
}

/* line 6690, vendor/assets/stylesheets/argon.css */
.alert-primary hr {
  border-top-color: #6276e4;
}

/* line 6694, vendor/assets/stylesheets/argon.css */
.alert-primary .alert-link {
  color: #324cdd;
}

/* line 6699, vendor/assets/stylesheets/argon.css */
.alert-secondary {
  color: #212529;
  border-color: #f8fbfc;
  background-color: #f8fbfc;
}

/* line 6705, vendor/assets/stylesheets/argon.css */
.alert-secondary a {
  font-weight: 600;
  color: #8dbece;
}

/* line 6711, vendor/assets/stylesheets/argon.css */
.alert-secondary a:hover {
  color: #212529;
}

/* line 6715, vendor/assets/stylesheets/argon.css */
.alert-secondary hr {
  border-top-color: #e6f1f4;
}

/* line 6719, vendor/assets/stylesheets/argon.css */
.alert-secondary .alert-link {
  color: #d2e3ee;
}

/* line 6724, vendor/assets/stylesheets/argon.css */
.alert-success {
  color: #fff;
  border-color: #4fd69c;
  background-color: #4fd69c;
}

/* line 6730, vendor/assets/stylesheets/argon.css */
.alert-success a {
  font-weight: 600;
  color: #1a724c;
}

/* line 6736, vendor/assets/stylesheets/argon.css */
.alert-success a:hover {
  color: #fff;
}

/* line 6740, vendor/assets/stylesheets/argon.css */
.alert-success hr {
  border-top-color: #3ad190;
}

/* line 6744, vendor/assets/stylesheets/argon.css */
.alert-success .alert-link {
  color: #24a46d;
}

/* line 6749, vendor/assets/stylesheets/argon.css */
.alert-info {
  color: #fff;
  border-color: #37d5f2;
  background-color: #37d5f2;
}

/* line 6755, vendor/assets/stylesheets/argon.css */
.alert-info a {
  font-weight: 600;
  color: #097487;
}

/* line 6761, vendor/assets/stylesheets/argon.css */
.alert-info a:hover {
  color: #fff;
}

/* line 6765, vendor/assets/stylesheets/argon.css */
.alert-info hr {
  border-top-color: #1fd0f0;
}

/* line 6769, vendor/assets/stylesheets/argon.css */
.alert-info .alert-link {
  color: #0da5c0;
}

/* line 6774, vendor/assets/stylesheets/argon.css */
.alert-warning {
  color: #fff;
  border-color: #fc7c5f;
  background-color: #fc7c5f;
}

/* line 6780, vendor/assets/stylesheets/argon.css */
.alert-warning a {
  font-weight: 600;
  color: #be2604;
}

/* line 6786, vendor/assets/stylesheets/argon.css */
.alert-warning a:hover {
  color: #fff;
}

/* line 6790, vendor/assets/stylesheets/argon.css */
.alert-warning hr {
  border-top-color: #fc6846;
}

/* line 6794, vendor/assets/stylesheets/argon.css */
.alert-warning .alert-link {
  color: #fa3a0e;
}

/* line 6799, vendor/assets/stylesheets/argon.css */
.alert-danger {
  color: #fff;
  border-color: #f75676;
  background-color: #f75676;
}

/* line 6805, vendor/assets/stylesheets/argon.css */
.alert-danger a {
  font-weight: 600;
  color: #ac0829;
}

/* line 6811, vendor/assets/stylesheets/argon.css */
.alert-danger a:hover {
  color: #fff;
}

/* line 6815, vendor/assets/stylesheets/argon.css */
.alert-danger hr {
  border-top-color: #f63e62;
}

/* line 6819, vendor/assets/stylesheets/argon.css */
.alert-danger .alert-link {
  color: #ec0c38;
}

/* line 6824, vendor/assets/stylesheets/argon.css */
.alert-light {
  color: #fff;
  border-color: #bac1c8;
  background-color: #bac1c8;
}

/* line 6830, vendor/assets/stylesheets/argon.css */
.alert-light a {
  font-weight: 600;
  color: #677582;
}

/* line 6836, vendor/assets/stylesheets/argon.css */
.alert-light a:hover {
  color: #fff;
}

/* line 6840, vendor/assets/stylesheets/argon.css */
.alert-light hr {
  border-top-color: #acb4bd;
}

/* line 6844, vendor/assets/stylesheets/argon.css */
.alert-light .alert-link {
  color: #919ca6;
}

/* line 6849, vendor/assets/stylesheets/argon.css */
.alert-dark {
  color: #fff;
  border-color: #45484b;
  background-color: #45484b;
}

/* line 6855, vendor/assets/stylesheets/argon.css */
.alert-dark a {
  font-weight: 600;
  color: black;
}

/* line 6861, vendor/assets/stylesheets/argon.css */
.alert-dark a:hover {
  color: #fff;
}

/* line 6865, vendor/assets/stylesheets/argon.css */
.alert-dark hr {
  border-top-color: #393b3e;
}

/* line 6869, vendor/assets/stylesheets/argon.css */
.alert-dark .alert-link {
  color: #0a0c0d;
}

/* line 6874, vendor/assets/stylesheets/argon.css */
.alert-default {
  color: #fff;
  border-color: #3c4d69;
  background-color: #3c4d69;
}

/* line 6880, vendor/assets/stylesheets/argon.css */
.alert-default a {
  font-weight: 600;
  color: #040608;
}

/* line 6886, vendor/assets/stylesheets/argon.css */
.alert-default a:hover {
  color: #fff;
}

/* line 6890, vendor/assets/stylesheets/argon.css */
.alert-default hr {
  border-top-color: #334159;
}

/* line 6894, vendor/assets/stylesheets/argon.css */
.alert-default .alert-link {
  color: #0b1526;
}

/* line 6899, vendor/assets/stylesheets/argon.css */
.alert-white {
  color: #212529;
  border-color: white;
  background-color: white;
}

/* line 6905, vendor/assets/stylesheets/argon.css */
.alert-white a {
  font-weight: 600;
  color: #b3b3b3;
}

/* line 6911, vendor/assets/stylesheets/argon.css */
.alert-white a:hover {
  color: #212529;
}

/* line 6915, vendor/assets/stylesheets/argon.css */
.alert-white hr {
  border-top-color: #f2f2f2;
}

/* line 6919, vendor/assets/stylesheets/argon.css */
.alert-white .alert-link {
  color: #e6e6e6;
}

/* line 6924, vendor/assets/stylesheets/argon.css */
.alert-neutral {
  color: #212529;
  border-color: white;
  background-color: white;
}

/* line 6930, vendor/assets/stylesheets/argon.css */
.alert-neutral a {
  font-weight: 600;
  color: #b3b3b3;
}

/* line 6936, vendor/assets/stylesheets/argon.css */
.alert-neutral a:hover {
  color: #212529;
}

/* line 6940, vendor/assets/stylesheets/argon.css */
.alert-neutral hr {
  border-top-color: #f2f2f2;
}

/* line 6944, vendor/assets/stylesheets/argon.css */
.alert-neutral .alert-link {
  color: #e6e6e6;
}

/* line 6949, vendor/assets/stylesheets/argon.css */
.alert-darker {
  color: #fff;
  border-color: #292929;
  background-color: #292929;
}

/* line 6955, vendor/assets/stylesheets/argon.css */
.alert-darker a {
  font-weight: 600;
  color: black;
}

/* line 6961, vendor/assets/stylesheets/argon.css */
.alert-darker a:hover {
  color: #fff;
}

/* line 6965, vendor/assets/stylesheets/argon.css */
.alert-darker hr {
  border-top-color: #1c1c1c;
}

/* line 6969, vendor/assets/stylesheets/argon.css */
.alert-darker .alert-link {
  color: black;
}

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

/* line 6986, vendor/assets/stylesheets/argon.css */
.progress {
  font-size: .75rem;
  display: flex;
  overflow: hidden;
  height: 1rem;
  border-radius: .375rem;
  background-color: #e9ecef;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

/* line 7000, vendor/assets/stylesheets/argon.css */
.progress-bar {
  display: flex;
  flex-direction: column;
  transition: width .6s ease;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: #5e72e4;
  justify-content: center;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7016, vendor/assets/stylesheets/argon.css */
  .progress-bar {
    transition: none;
  }
}

/* line 7022, vendor/assets/stylesheets/argon.css */
.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 7028, vendor/assets/stylesheets/argon.css */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7034, vendor/assets/stylesheets/argon.css */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 7040, vendor/assets/stylesheets/argon.css */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 7047, vendor/assets/stylesheets/argon.css */
.media-body {
  flex: 1 1;
}

/* line 7052, vendor/assets/stylesheets/argon.css */
.list-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
}

/* line 7061, vendor/assets/stylesheets/argon.css */
.list-group-item-action {
  width: 100%;
  text-align: inherit;
  color: #525f7f;
}

/* line 7069, vendor/assets/stylesheets/argon.css */
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  text-decoration: none;
  color: #525f7f;
  background-color: #f6f9fc;
}

/* line 7079, vendor/assets/stylesheets/argon.css */
.list-group-item-action:active {
  color: #525f7f;
  background-color: #e9ecef;
}

/* line 7085, vendor/assets/stylesheets/argon.css */
.list-group-item {
  position: relative;
  display: block;
  margin-bottom: -1px;
  padding: 1rem 1rem;
  border: 1px solid #e9ecef;
  background-color: #fff;
}

/* line 7097, vendor/assets/stylesheets/argon.css */
.list-group-item:first-child {
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem;
}

/* line 7102, vendor/assets/stylesheets/argon.css */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

/* line 7109, vendor/assets/stylesheets/argon.css */
.list-group-item.disabled,
.list-group-item:disabled {
  pointer-events: none;
  color: #8898aa;
  background-color: #fff;
}

/* line 7117, vendor/assets/stylesheets/argon.css */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
}

/* line 7126, vendor/assets/stylesheets/argon.css */
.list-group-horizontal {
  flex-direction: row;
}

/* line 7130, vendor/assets/stylesheets/argon.css */
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

/* line 7135, vendor/assets/stylesheets/argon.css */
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: .375rem;
  border-top-right-radius: 0;
  border-bottom-left-radius: .375rem;
}

/* line 7141, vendor/assets/stylesheets/argon.css */
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: .375rem;
  border-bottom-right-radius: .375rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  /* line 7152, vendor/assets/stylesheets/argon.css */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 7156, vendor/assets/stylesheets/argon.css */
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 7161, vendor/assets/stylesheets/argon.css */
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: .375rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: .375rem;
  }
  /* line 7167, vendor/assets/stylesheets/argon.css */
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  /* line 7179, vendor/assets/stylesheets/argon.css */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 7183, vendor/assets/stylesheets/argon.css */
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 7188, vendor/assets/stylesheets/argon.css */
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: .375rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: .375rem;
  }
  /* line 7194, vendor/assets/stylesheets/argon.css */
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  /* line 7206, vendor/assets/stylesheets/argon.css */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 7210, vendor/assets/stylesheets/argon.css */
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 7215, vendor/assets/stylesheets/argon.css */
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: .375rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: .375rem;
  }
  /* line 7221, vendor/assets/stylesheets/argon.css */
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  /* line 7233, vendor/assets/stylesheets/argon.css */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 7237, vendor/assets/stylesheets/argon.css */
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 7242, vendor/assets/stylesheets/argon.css */
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: .375rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: .375rem;
  }
  /* line 7248, vendor/assets/stylesheets/argon.css */
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
    border-bottom-left-radius: 0;
  }
}

/* line 7258, vendor/assets/stylesheets/argon.css */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 7264, vendor/assets/stylesheets/argon.css */
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

/* line 7269, vendor/assets/stylesheets/argon.css */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 7274, vendor/assets/stylesheets/argon.css */
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

/* line 7281, vendor/assets/stylesheets/argon.css */
.list-group-item-primary {
  color: #313b77;
  background-color: #d2d8f7;
}

/* line 7286, vendor/assets/stylesheets/argon.css */
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #313b77;
  background-color: #bcc5f3;
}

/* line 7292, vendor/assets/stylesheets/argon.css */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  border-color: #313b77;
  background-color: #313b77;
}

/* line 7299, vendor/assets/stylesheets/argon.css */
.list-group-item-secondary {
  color: #808283;
  background-color: #fdfefe;
}

/* line 7304, vendor/assets/stylesheets/argon.css */
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #808283;
  background-color: #ecf6f6;
}

/* line 7310, vendor/assets/stylesheets/argon.css */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  border-color: #808283;
  background-color: #808283;
}

/* line 7317, vendor/assets/stylesheets/argon.css */
.list-group-item-success {
  color: #176b47;
  background-color: #c4f1de;
}

/* line 7322, vendor/assets/stylesheets/argon.css */
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #176b47;
  background-color: #afecd2;
}

/* line 7328, vendor/assets/stylesheets/argon.css */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  border-color: #176b47;
  background-color: #176b47;
}

/* line 7335, vendor/assets/stylesheets/argon.css */
.list-group-item-info {
  color: #096b7c;
  background-color: #bcf1fb;
}

/* line 7340, vendor/assets/stylesheets/argon.css */
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #096b7c;
  background-color: #a4ecfa;
}

/* line 7346, vendor/assets/stylesheets/argon.css */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  border-color: #096b7c;
  background-color: #096b7c;
}

/* line 7353, vendor/assets/stylesheets/argon.css */
.list-group-item-warning {
  color: #833321;
  background-color: #fed3ca;
}

/* line 7358, vendor/assets/stylesheets/argon.css */
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #833321;
  background-color: #febeb1;
}

/* line 7364, vendor/assets/stylesheets/argon.css */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  border-color: #833321;
  background-color: #833321;
}

/* line 7371, vendor/assets/stylesheets/argon.css */
.list-group-item-danger {
  color: #7f1c30;
  background-color: #fcc7d1;
}

/* line 7376, vendor/assets/stylesheets/argon.css */
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #7f1c30;
  background-color: #fbafbd;
}

/* line 7382, vendor/assets/stylesheets/argon.css */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  border-color: #7f1c30;
  background-color: #7f1c30;
}

/* line 7389, vendor/assets/stylesheets/argon.css */
.list-group-item-light {
  color: #5a5e62;
  background-color: #e8eaed;
}

/* line 7394, vendor/assets/stylesheets/argon.css */
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #5a5e62;
  background-color: #dadde2;
}

/* line 7400, vendor/assets/stylesheets/argon.css */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  border-color: #5a5e62;
  background-color: #5a5e62;
}

/* line 7407, vendor/assets/stylesheets/argon.css */
.list-group-item-dark {
  color: #111315;
  background-color: #c1c2c3;
}

/* line 7412, vendor/assets/stylesheets/argon.css */
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #111315;
  background-color: #b4b5b6;
}

/* line 7418, vendor/assets/stylesheets/argon.css */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  border-color: #111315;
  background-color: #111315;
}

/* line 7425, vendor/assets/stylesheets/argon.css */
.list-group-item-default {
  color: #0c1628;
  background-color: #bec4cd;
}

/* line 7430, vendor/assets/stylesheets/argon.css */
.list-group-item-default.list-group-item-action:hover,
.list-group-item-default.list-group-item-action:focus {
  color: #0c1628;
  background-color: #b0b7c2;
}

/* line 7436, vendor/assets/stylesheets/argon.css */
.list-group-item-default.list-group-item-action.active {
  color: #fff;
  border-color: #0c1628;
  background-color: #0c1628;
}

/* line 7443, vendor/assets/stylesheets/argon.css */
.list-group-item-white {
  color: #858585;
  background-color: white;
}

/* line 7448, vendor/assets/stylesheets/argon.css */
.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}

/* line 7454, vendor/assets/stylesheets/argon.css */
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  border-color: #858585;
  background-color: #858585;
}

/* line 7461, vendor/assets/stylesheets/argon.css */
.list-group-item-neutral {
  color: #858585;
  background-color: white;
}

/* line 7466, vendor/assets/stylesheets/argon.css */
.list-group-item-neutral.list-group-item-action:hover,
.list-group-item-neutral.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}

/* line 7472, vendor/assets/stylesheets/argon.css */
.list-group-item-neutral.list-group-item-action.active {
  color: #fff;
  border-color: #858585;
  background-color: #858585;
}

/* line 7479, vendor/assets/stylesheets/argon.css */
.list-group-item-darker {
  color: black;
  background-color: #b8b8b8;
}

/* line 7484, vendor/assets/stylesheets/argon.css */
.list-group-item-darker.list-group-item-action:hover,
.list-group-item-darker.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}

/* line 7490, vendor/assets/stylesheets/argon.css */
.list-group-item-darker.list-group-item-action.active {
  color: #fff;
  border-color: black;
  background-color: black;
}

/* line 7497, vendor/assets/stylesheets/argon.css */
.close {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  float: right;
  opacity: .5;
  color: rgba(0, 0, 0, 0.6);
  text-shadow: none;
}

@media (max-width: 1200px) {
  /* line 7511, vendor/assets/stylesheets/argon.css */
  .close {
    font-size: calc(1.275rem + .3vw);
  }
}

/* line 7516, vendor/assets/stylesheets/argon.css */
.close:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
}

/* line 7522, vendor/assets/stylesheets/argon.css */
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 7528, vendor/assets/stylesheets/argon.css */
button.close {
  padding: 0;
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 7540, vendor/assets/stylesheets/argon.css */
a.close.disabled {
  pointer-events: none;
}

/* line 7545, vendor/assets/stylesheets/argon.css */
.modal-open {
  overflow: hidden;
}

/* line 7549, vendor/assets/stylesheets/argon.css */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 7555, vendor/assets/stylesheets/argon.css */
.modal {
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  outline: 0;
}

/* line 7571, vendor/assets/stylesheets/argon.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

/* line 7580, vendor/assets/stylesheets/argon.css */
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 7587, vendor/assets/stylesheets/argon.css */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 7592, vendor/assets/stylesheets/argon.css */
.modal.show .modal-dialog {
  transform: none;
}

/* line 7597, vendor/assets/stylesheets/argon.css */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 7603, vendor/assets/stylesheets/argon.css */
.modal-dialog-scrollable .modal-content {
  overflow: hidden;
  max-height: calc(100vh - 1rem);
}

/* line 7609, vendor/assets/stylesheets/argon.css */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 7614, vendor/assets/stylesheets/argon.css */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 7619, vendor/assets/stylesheets/argon.css */
.modal-dialog-centered {
  display: flex;
  min-height: calc(100% - 1rem);
  align-items: center;
}

/* line 7627, vendor/assets/stylesheets/argon.css */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: '';
}

/* line 7635, vendor/assets/stylesheets/argon.css */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

/* line 7643, vendor/assets/stylesheets/argon.css */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 7647, vendor/assets/stylesheets/argon.css */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 7652, vendor/assets/stylesheets/argon.css */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: .4375rem;
  outline: 0;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.2), 0 5px 15px rgba(0, 0, 0, 0.17);
}

/* line 7671, vendor/assets/stylesheets/argon.css */
.modal-backdrop {
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 7683, vendor/assets/stylesheets/argon.css */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 7687, vendor/assets/stylesheets/argon.css */
.modal-backdrop.show {
  opacity: .16;
}

/* line 7692, vendor/assets/stylesheets/argon.css */
.modal-header {
  display: flex;
  padding: 1.25rem;
  border-bottom: 0 solid #e9ecef;
  border-top-left-radius: .4375rem;
  border-top-right-radius: .4375rem;
  align-items: flex-start;
  justify-content: space-between;
}

/* line 7705, vendor/assets/stylesheets/argon.css */
.modal-header .close {
  margin: -1rem -1rem -1rem auto;
  padding: 1.25rem;
}

/* line 7711, vendor/assets/stylesheets/argon.css */
.modal-title {
  line-height: 1.1;
  margin-bottom: 0;
}

/* line 7718, vendor/assets/stylesheets/argon.css */
.modal-body {
  position: relative;
  padding: 1.5rem;
  flex: 1 1 auto;
}

/* line 7727, vendor/assets/stylesheets/argon.css */
.modal-footer {
  display: flex;
  padding: 1.5rem;
  border-top: 0 solid #e9ecef;
  border-bottom-right-radius: .4375rem;
  border-bottom-left-radius: .4375rem;
  align-items: center;
  justify-content: flex-end;
}

/* line 7740, vendor/assets/stylesheets/argon.css */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 7744, vendor/assets/stylesheets/argon.css */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 7749, vendor/assets/stylesheets/argon.css */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  overflow: scroll;
  width: 50px;
  height: 50px;
}

@media (min-width: 576px) {
  /* line 7762, vendor/assets/stylesheets/argon.css */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 7767, vendor/assets/stylesheets/argon.css */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 7771, vendor/assets/stylesheets/argon.css */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 7775, vendor/assets/stylesheets/argon.css */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 7779, vendor/assets/stylesheets/argon.css */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  /* line 7783, vendor/assets/stylesheets/argon.css */
  .modal-content {
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.2), 0 5px 15px rgba(0, 0, 0, 0.17);
  }
  /* line 7787, vendor/assets/stylesheets/argon.css */
  .modal-sm {
    max-width: 380px;
  }
}

@media (min-width: 992px) {
  /* line 7795, vendor/assets/stylesheets/argon.css */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 7804, vendor/assets/stylesheets/argon.css */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 7810, vendor/assets/stylesheets/argon.css */
.tooltip {
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  text-align: left;
  text-align: start;
  white-space: normal;
  text-decoration: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  word-wrap: break-word;
  word-break: normal;
  opacity: 0;
  text-shadow: none;
  line-break: auto;
}

/* line 7840, vendor/assets/stylesheets/argon.css */
.tooltip.show {
  opacity: .9;
}

/* line 7844, vendor/assets/stylesheets/argon.css */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

/* line 7853, vendor/assets/stylesheets/argon.css */
.tooltip .arrow::before {
  position: absolute;
  content: '';
  border-style: solid;
  border-color: transparent;
}

/* line 7863, vendor/assets/stylesheets/argon.css */
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^='top'] {
  padding: .4rem 0;
}

/* line 7868, vendor/assets/stylesheets/argon.css */
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^='top'] .arrow {
  bottom: 0;
}

/* line 7873, vendor/assets/stylesheets/argon.css */
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^='top'] .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000;
}

/* line 7882, vendor/assets/stylesheets/argon.css */
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^='right'] {
  padding: 0 .4rem;
}

/* line 7887, vendor/assets/stylesheets/argon.css */
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^='right'] .arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}

/* line 7895, vendor/assets/stylesheets/argon.css */
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^='right'] .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}

/* line 7904, vendor/assets/stylesheets/argon.css */
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^='bottom'] {
  padding: .4rem 0;
}

/* line 7909, vendor/assets/stylesheets/argon.css */
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^='bottom'] .arrow {
  top: 0;
}

/* line 7914, vendor/assets/stylesheets/argon.css */
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^='bottom'] .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
}

/* line 7923, vendor/assets/stylesheets/argon.css */
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^='left'] {
  padding: 0 .4rem;
}

/* line 7928, vendor/assets/stylesheets/argon.css */
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^='left'] .arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}

/* line 7936, vendor/assets/stylesheets/argon.css */
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^='left'] .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
}

/* line 7945, vendor/assets/stylesheets/argon.css */
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  text-align: center;
  color: #fff;
  border-radius: .375rem;
  background-color: #000;
}

/* line 7957, vendor/assets/stylesheets/argon.css */
.popover {
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  position: absolute;
  z-index: 1060;
  top: 0;
  left: 0;
  display: block;
  max-width: 276px;
  text-align: left;
  text-align: start;
  white-space: normal;
  text-decoration: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  word-wrap: break-word;
  word-break: normal;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: .4375rem;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.2);
  text-shadow: none;
  line-break: auto;
}

/* line 7993, vendor/assets/stylesheets/argon.css */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .4375rem;
}

/* line 8003, vendor/assets/stylesheets/argon.css */
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: '';
  border-style: solid;
  border-color: transparent;
}

/* line 8016, vendor/assets/stylesheets/argon.css */
.bs-popover-top,
.bs-popover-auto[x-placement^='top'] {
  margin-bottom: .5rem;
}

/* line 8021, vendor/assets/stylesheets/argon.css */
.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^='top'] > .arrow {
  bottom: calc((.5rem + 1px) * -1);
}

/* line 8026, vendor/assets/stylesheets/argon.css */
.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^='top'] > .arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: transparent;
}

/* line 8034, vendor/assets/stylesheets/argon.css */
.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^='top'] > .arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff;
}

/* line 8043, vendor/assets/stylesheets/argon.css */
.bs-popover-right,
.bs-popover-auto[x-placement^='right'] {
  margin-left: .5rem;
}

/* line 8048, vendor/assets/stylesheets/argon.css */
.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^='right'] > .arrow {
  left: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .4375rem 0;
}

/* line 8057, vendor/assets/stylesheets/argon.css */
.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^='right'] > .arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: transparent;
}

/* line 8065, vendor/assets/stylesheets/argon.css */
.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^='right'] > .arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff;
}

/* line 8074, vendor/assets/stylesheets/argon.css */
.bs-popover-bottom,
.bs-popover-auto[x-placement^='bottom'] {
  margin-top: .5rem;
}

/* line 8079, vendor/assets/stylesheets/argon.css */
.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^='bottom'] > .arrow {
  top: calc((.5rem + 1px) * -1);
}

/* line 8084, vendor/assets/stylesheets/argon.css */
.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^='bottom'] > .arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: transparent;
}

/* line 8092, vendor/assets/stylesheets/argon.css */
.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^='bottom'] > .arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff;
}

/* line 8100, vendor/assets/stylesheets/argon.css */
.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: -.5rem;
  content: '';
  border-bottom: 1px solid #fff;
}

/* line 8117, vendor/assets/stylesheets/argon.css */
.bs-popover-left,
.bs-popover-auto[x-placement^='left'] {
  margin-right: .5rem;
}

/* line 8122, vendor/assets/stylesheets/argon.css */
.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^='left'] > .arrow {
  right: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .4375rem 0;
}

/* line 8131, vendor/assets/stylesheets/argon.css */
.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^='left'] > .arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: transparent;
}

/* line 8139, vendor/assets/stylesheets/argon.css */
.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^='left'] > .arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
}

/* line 8148, vendor/assets/stylesheets/argon.css */
.popover-header {
  font-size: 1rem;
  margin-bottom: 0;
  padding: .5rem .95rem;
  color: #32325d;
  border-bottom: 1px solid #f2f2f2;
  border-top-left-radius: calc(.4375rem - 1px);
  border-top-right-radius: calc(.4375rem - 1px);
  background-color: #fff;
}

/* line 8161, vendor/assets/stylesheets/argon.css */
.popover-header:empty {
  display: none;
}

/* line 8166, vendor/assets/stylesheets/argon.css */
.popover-body {
  padding: .5rem .95rem;
  color: #525f7f;
}

/* line 8173, vendor/assets/stylesheets/argon.css */
.carousel {
  position: relative;
}

/* line 8178, vendor/assets/stylesheets/argon.css */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 8183, vendor/assets/stylesheets/argon.css */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 8191, vendor/assets/stylesheets/argon.css */
.carousel-inner::after {
  display: block;
  clear: both;
  content: '';
}

/* line 8199, vendor/assets/stylesheets/argon.css */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  transition: transform .6s ease-in-out;
  backface-visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  /* line 8216, vendor/assets/stylesheets/argon.css */
  .carousel-item {
    transition: none;
  }
}

/* line 8222, vendor/assets/stylesheets/argon.css */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 8229, vendor/assets/stylesheets/argon.css */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 8235, vendor/assets/stylesheets/argon.css */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 8241, vendor/assets/stylesheets/argon.css */
.carousel-fade .carousel-item {
  transition-property: opacity;
  transform: none;
  opacity: 0;
}

/* line 8249, vendor/assets/stylesheets/argon.css */
.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 8258, vendor/assets/stylesheets/argon.css */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  transition: 0s .6s opacity;
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  /* line 8269, vendor/assets/stylesheets/argon.css */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 8276, vendor/assets/stylesheets/argon.css */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  display: flex;
  width: 15%;
  transition: opacity .15s ease;
  text-align: center;
  opacity: .5;
  color: #fff;
  align-items: center;
  justify-content: center;
}

@media (prefers-reduced-motion: reduce) {
  /* line 8299, vendor/assets/stylesheets/argon.css */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 8305, vendor/assets/stylesheets/argon.css */
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  text-decoration: none;
  opacity: .9;
  color: #fff;
  outline: 0;
}

/* line 8317, vendor/assets/stylesheets/argon.css */
.carousel-control-prev {
  left: 0;
}

/* line 8322, vendor/assets/stylesheets/argon.css */
.carousel-control-next {
  right: 0;
}

/* line 8327, vendor/assets/stylesheets/argon.css */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

/* line 8338, vendor/assets/stylesheets/argon.css */
.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 8343, vendor/assets/stylesheets/argon.css */
.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 8348, vendor/assets/stylesheets/argon.css */
.carousel-indicators {
  position: absolute;
  z-index: 15;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  margin-right: 15%;
  margin-left: 15%;
  padding-left: 0;
  list-style: none;
  justify-content: center;
}

/* line 8366, vendor/assets/stylesheets/argon.css */
.carousel-indicators li {
  box-sizing: content-box;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  cursor: pointer;
  transition: opacity .6s ease;
  text-indent: -999px;
  opacity: .5;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background-color: #fff;
  background-clip: padding-box;
  flex: 0 1 auto;
}

@media (prefers-reduced-motion: reduce) {
  /* line 8388, vendor/assets/stylesheets/argon.css */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 8393, vendor/assets/stylesheets/argon.css */
.carousel-indicators .active {
  opacity: 1;
}

/* line 8398, vendor/assets/stylesheets/argon.css */
.carousel-caption {
  position: absolute;
  z-index: 10;
  right: 15%;
  bottom: 20px;
  left: 15%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
}

/* line 8414, vendor/assets/stylesheets/argon.css */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 8419, vendor/assets/stylesheets/argon.css */
.align-top {
  vertical-align: top !important;
}

/* line 8424, vendor/assets/stylesheets/argon.css */
.align-middle {
  vertical-align: middle !important;
}

/* line 8429, vendor/assets/stylesheets/argon.css */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 8434, vendor/assets/stylesheets/argon.css */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8439, vendor/assets/stylesheets/argon.css */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 8444, vendor/assets/stylesheets/argon.css */
.bg-primary {
  background-color: #5e72e4 !important;
}

/* line 8449, vendor/assets/stylesheets/argon.css */
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #324cdd !important;
}

/* line 8457, vendor/assets/stylesheets/argon.css */
.bg-secondary {
  background-color: #f7fafc !important;
}

/* line 8462, vendor/assets/stylesheets/argon.css */
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #d2e3ee !important;
}

/* line 8470, vendor/assets/stylesheets/argon.css */
.bg-success {
  background-color: #2dce89 !important;
}

/* line 8475, vendor/assets/stylesheets/argon.css */
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #24a46d !important;
}

/* line 8483, vendor/assets/stylesheets/argon.css */
.bg-info {
  background-color: #11cdef !important;
}

/* line 8488, vendor/assets/stylesheets/argon.css */
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0da5c0 !important;
}

/* line 8496, vendor/assets/stylesheets/argon.css */
.bg-warning {
  background-color: #fb6340 !important;
}

/* line 8501, vendor/assets/stylesheets/argon.css */
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #fa3a0e !important;
}

/* line 8509, vendor/assets/stylesheets/argon.css */
.bg-danger {
  background-color: #f5365c !important;
}

/* line 8514, vendor/assets/stylesheets/argon.css */
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ec0c38 !important;
}

/* line 8522, vendor/assets/stylesheets/argon.css */
.bg-light {
  background-color: #adb5bd !important;
}

/* line 8527, vendor/assets/stylesheets/argon.css */
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #919ca6 !important;
}

/* line 8535, vendor/assets/stylesheets/argon.css */
.bg-dark {
  background-color: #212529 !important;
}

/* line 8540, vendor/assets/stylesheets/argon.css */
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #0a0c0d !important;
}

/* line 8548, vendor/assets/stylesheets/argon.css */
.bg-default {
  background-color: #172b4d !important;
}

/* line 8553, vendor/assets/stylesheets/argon.css */
a.bg-default:hover,
a.bg-default:focus,
button.bg-default:hover,
button.bg-default:focus {
  background-color: #0b1526 !important;
}

/* line 8561, vendor/assets/stylesheets/argon.css */
.bg-white {
  background-color: #fff !important;
}

/* line 8566, vendor/assets/stylesheets/argon.css */
a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

/* line 8574, vendor/assets/stylesheets/argon.css */
.bg-neutral {
  background-color: #fff !important;
}

/* line 8579, vendor/assets/stylesheets/argon.css */
a.bg-neutral:hover,
a.bg-neutral:focus,
button.bg-neutral:hover,
button.bg-neutral:focus {
  background-color: #e6e6e6 !important;
}

/* line 8587, vendor/assets/stylesheets/argon.css */
.bg-darker {
  background-color: black !important;
}

/* line 8592, vendor/assets/stylesheets/argon.css */
a.bg-darker:hover,
a.bg-darker:focus,
button.bg-darker:hover,
button.bg-darker:focus {
  background-color: black !important;
}

/* line 8600, vendor/assets/stylesheets/argon.css */
.bg-white {
  background-color: #fff !important;
}

/* line 8605, vendor/assets/stylesheets/argon.css */
.bg-transparent {
  background-color: transparent !important;
}

/* line 8610, vendor/assets/stylesheets/argon.css */
.border {
  border: 1px solid #e9ecef !important;
}

/* line 8615, vendor/assets/stylesheets/argon.css */
.border-top {
  border-top: 1px solid #e9ecef !important;
}

/* line 8620, vendor/assets/stylesheets/argon.css */
.border-right {
  border-right: 1px solid #e9ecef !important;
}

/* line 8625, vendor/assets/stylesheets/argon.css */
.border-bottom {
  border-bottom: 1px solid #e9ecef !important;
}

/* line 8630, vendor/assets/stylesheets/argon.css */
.border-left {
  border-left: 1px solid #e9ecef !important;
}

/* line 8635, vendor/assets/stylesheets/argon.css */
.border-0 {
  border: 0 !important;
}

/* line 8640, vendor/assets/stylesheets/argon.css */
.border-top-0 {
  border-top: 0 !important;
}

/* line 8645, vendor/assets/stylesheets/argon.css */
.border-right-0 {
  border-right: 0 !important;
}

/* line 8650, vendor/assets/stylesheets/argon.css */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 8655, vendor/assets/stylesheets/argon.css */
.border-left-0 {
  border-left: 0 !important;
}

/* line 8660, vendor/assets/stylesheets/argon.css */
.border-primary {
  border-color: #5e72e4 !important;
}

/* line 8665, vendor/assets/stylesheets/argon.css */
.border-secondary {
  border-color: #f7fafc !important;
}

/* line 8670, vendor/assets/stylesheets/argon.css */
.border-success {
  border-color: #2dce89 !important;
}

/* line 8675, vendor/assets/stylesheets/argon.css */
.border-info {
  border-color: #11cdef !important;
}

/* line 8680, vendor/assets/stylesheets/argon.css */
.border-warning {
  border-color: #fb6340 !important;
}

/* line 8685, vendor/assets/stylesheets/argon.css */
.border-danger {
  border-color: #f5365c !important;
}

/* line 8690, vendor/assets/stylesheets/argon.css */
.border-light {
  border-color: #adb5bd !important;
}

/* line 8695, vendor/assets/stylesheets/argon.css */
.border-dark {
  border-color: #212529 !important;
}

/* line 8700, vendor/assets/stylesheets/argon.css */
.border-default {
  border-color: #172b4d !important;
}

/* line 8705, vendor/assets/stylesheets/argon.css */
.border-white {
  border-color: #fff !important;
}

/* line 8710, vendor/assets/stylesheets/argon.css */
.border-neutral {
  border-color: #fff !important;
}

/* line 8715, vendor/assets/stylesheets/argon.css */
.border-darker {
  border-color: black !important;
}

/* line 8720, vendor/assets/stylesheets/argon.css */
.border-white {
  border-color: #fff !important;
}

/* line 8725, vendor/assets/stylesheets/argon.css */
.rounded-sm {
  border-radius: .25rem !important;
}

/* line 8730, vendor/assets/stylesheets/argon.css */
.rounded {
  border-radius: .375rem !important;
}

/* line 8735, vendor/assets/stylesheets/argon.css */
.rounded-top {
  border-top-left-radius: .375rem !important;
  border-top-right-radius: .375rem !important;
}

/* line 8741, vendor/assets/stylesheets/argon.css */
.rounded-right {
  border-top-right-radius: .375rem !important;
  border-bottom-right-radius: .375rem !important;
}

/* line 8747, vendor/assets/stylesheets/argon.css */
.rounded-bottom {
  border-bottom-right-radius: .375rem !important;
  border-bottom-left-radius: .375rem !important;
}

/* line 8753, vendor/assets/stylesheets/argon.css */
.rounded-left {
  border-top-left-radius: .375rem !important;
  border-bottom-left-radius: .375rem !important;
}

/* line 8759, vendor/assets/stylesheets/argon.css */
.rounded-lg {
  border-radius: .4375rem !important;
}

/* line 8764, vendor/assets/stylesheets/argon.css */
.rounded-circle,
.avatar.rounded-circle img {
  border-radius: 50% !important;
}

/* line 8770, vendor/assets/stylesheets/argon.css */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 8775, vendor/assets/stylesheets/argon.css */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 8780, vendor/assets/stylesheets/argon.css */
.clearfix::after {
  display: block;
  clear: both;
  content: '';
}

/* line 8788, vendor/assets/stylesheets/argon.css */
.d-none {
  display: none !important;
}

/* line 8793, vendor/assets/stylesheets/argon.css */
.d-inline {
  display: inline !important;
}

/* line 8798, vendor/assets/stylesheets/argon.css */
.d-inline-block {
  display: inline-block !important;
}

/* line 8803, vendor/assets/stylesheets/argon.css */
.d-block {
  display: block !important;
}

/* line 8808, vendor/assets/stylesheets/argon.css */
.d-table {
  display: table !important;
}

/* line 8813, vendor/assets/stylesheets/argon.css */
.d-table-row {
  display: table-row !important;
}

/* line 8818, vendor/assets/stylesheets/argon.css */
.d-table-cell {
  display: table-cell !important;
}

/* line 8823, vendor/assets/stylesheets/argon.css */
.d-flex {
  display: flex !important;
}

/* line 8828, vendor/assets/stylesheets/argon.css */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 8835, vendor/assets/stylesheets/argon.css */
  .d-sm-none {
    display: none !important;
  }
  /* line 8839, vendor/assets/stylesheets/argon.css */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 8843, vendor/assets/stylesheets/argon.css */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 8847, vendor/assets/stylesheets/argon.css */
  .d-sm-block {
    display: block !important;
  }
  /* line 8851, vendor/assets/stylesheets/argon.css */
  .d-sm-table {
    display: table !important;
  }
  /* line 8855, vendor/assets/stylesheets/argon.css */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 8859, vendor/assets/stylesheets/argon.css */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 8863, vendor/assets/stylesheets/argon.css */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 8867, vendor/assets/stylesheets/argon.css */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 8875, vendor/assets/stylesheets/argon.css */
  .d-md-none {
    display: none !important;
  }
  /* line 8879, vendor/assets/stylesheets/argon.css */
  .d-md-inline {
    display: inline !important;
  }
  /* line 8883, vendor/assets/stylesheets/argon.css */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 8887, vendor/assets/stylesheets/argon.css */
  .d-md-block {
    display: block !important;
  }
  /* line 8891, vendor/assets/stylesheets/argon.css */
  .d-md-table {
    display: table !important;
  }
  /* line 8895, vendor/assets/stylesheets/argon.css */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 8899, vendor/assets/stylesheets/argon.css */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 8903, vendor/assets/stylesheets/argon.css */
  .d-md-flex {
    display: flex !important;
  }
  /* line 8907, vendor/assets/stylesheets/argon.css */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 8915, vendor/assets/stylesheets/argon.css */
  .d-lg-none {
    display: none !important;
  }
  /* line 8919, vendor/assets/stylesheets/argon.css */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 8923, vendor/assets/stylesheets/argon.css */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 8927, vendor/assets/stylesheets/argon.css */
  .d-lg-block {
    display: block !important;
  }
  /* line 8931, vendor/assets/stylesheets/argon.css */
  .d-lg-table {
    display: table !important;
  }
  /* line 8935, vendor/assets/stylesheets/argon.css */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 8939, vendor/assets/stylesheets/argon.css */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 8943, vendor/assets/stylesheets/argon.css */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 8947, vendor/assets/stylesheets/argon.css */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 8955, vendor/assets/stylesheets/argon.css */
  .d-xl-none {
    display: none !important;
  }
  /* line 8959, vendor/assets/stylesheets/argon.css */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 8963, vendor/assets/stylesheets/argon.css */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 8967, vendor/assets/stylesheets/argon.css */
  .d-xl-block {
    display: block !important;
  }
  /* line 8971, vendor/assets/stylesheets/argon.css */
  .d-xl-table {
    display: table !important;
  }
  /* line 8975, vendor/assets/stylesheets/argon.css */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 8979, vendor/assets/stylesheets/argon.css */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 8983, vendor/assets/stylesheets/argon.css */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 8987, vendor/assets/stylesheets/argon.css */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 8995, vendor/assets/stylesheets/argon.css */
  .d-print-none {
    display: none !important;
  }
  /* line 8999, vendor/assets/stylesheets/argon.css */
  .d-print-inline {
    display: inline !important;
  }
  /* line 9003, vendor/assets/stylesheets/argon.css */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 9007, vendor/assets/stylesheets/argon.css */
  .d-print-block {
    display: block !important;
  }
  /* line 9011, vendor/assets/stylesheets/argon.css */
  .d-print-table {
    display: table !important;
  }
  /* line 9015, vendor/assets/stylesheets/argon.css */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 9019, vendor/assets/stylesheets/argon.css */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 9023, vendor/assets/stylesheets/argon.css */
  .d-print-flex {
    display: flex !important;
  }
  /* line 9027, vendor/assets/stylesheets/argon.css */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 9033, vendor/assets/stylesheets/argon.css */
.embed-responsive {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0;
}

/* line 9043, vendor/assets/stylesheets/argon.css */
.embed-responsive::before {
  display: block;
  content: '';
}

/* line 9049, vendor/assets/stylesheets/argon.css */
.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 9066, vendor/assets/stylesheets/argon.css */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 9071, vendor/assets/stylesheets/argon.css */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 9076, vendor/assets/stylesheets/argon.css */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 9081, vendor/assets/stylesheets/argon.css */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 9086, vendor/assets/stylesheets/argon.css */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 9091, vendor/assets/stylesheets/argon.css */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 9096, vendor/assets/stylesheets/argon.css */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 9101, vendor/assets/stylesheets/argon.css */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 9106, vendor/assets/stylesheets/argon.css */
.flex-row {
  flex-direction: row !important;
}

/* line 9111, vendor/assets/stylesheets/argon.css */
.flex-column {
  flex-direction: column !important;
}

/* line 9116, vendor/assets/stylesheets/argon.css */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 9121, vendor/assets/stylesheets/argon.css */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 9126, vendor/assets/stylesheets/argon.css */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 9131, vendor/assets/stylesheets/argon.css */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 9136, vendor/assets/stylesheets/argon.css */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 9141, vendor/assets/stylesheets/argon.css */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 9146, vendor/assets/stylesheets/argon.css */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 9151, vendor/assets/stylesheets/argon.css */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 9156, vendor/assets/stylesheets/argon.css */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 9161, vendor/assets/stylesheets/argon.css */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 9166, vendor/assets/stylesheets/argon.css */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 9171, vendor/assets/stylesheets/argon.css */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 9176, vendor/assets/stylesheets/argon.css */
.justify-content-center {
  justify-content: center !important;
}

/* line 9181, vendor/assets/stylesheets/argon.css */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 9186, vendor/assets/stylesheets/argon.css */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 9191, vendor/assets/stylesheets/argon.css */
.align-items-start {
  align-items: flex-start !important;
}

/* line 9196, vendor/assets/stylesheets/argon.css */
.align-items-end {
  align-items: flex-end !important;
}

/* line 9201, vendor/assets/stylesheets/argon.css */
.align-items-center {
  align-items: center !important;
}

/* line 9206, vendor/assets/stylesheets/argon.css */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 9211, vendor/assets/stylesheets/argon.css */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 9216, vendor/assets/stylesheets/argon.css */
.align-content-start {
  align-content: flex-start !important;
}

/* line 9221, vendor/assets/stylesheets/argon.css */
.align-content-end {
  align-content: flex-end !important;
}

/* line 9226, vendor/assets/stylesheets/argon.css */
.align-content-center {
  align-content: center !important;
}

/* line 9231, vendor/assets/stylesheets/argon.css */
.align-content-between {
  align-content: space-between !important;
}

/* line 9236, vendor/assets/stylesheets/argon.css */
.align-content-around {
  align-content: space-around !important;
}

/* line 9241, vendor/assets/stylesheets/argon.css */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 9246, vendor/assets/stylesheets/argon.css */
.align-self-auto {
  align-self: auto !important;
}

/* line 9251, vendor/assets/stylesheets/argon.css */
.align-self-start {
  align-self: flex-start !important;
}

/* line 9256, vendor/assets/stylesheets/argon.css */
.align-self-end {
  align-self: flex-end !important;
}

/* line 9261, vendor/assets/stylesheets/argon.css */
.align-self-center {
  align-self: center !important;
}

/* line 9266, vendor/assets/stylesheets/argon.css */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 9271, vendor/assets/stylesheets/argon.css */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 9278, vendor/assets/stylesheets/argon.css */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 9282, vendor/assets/stylesheets/argon.css */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 9286, vendor/assets/stylesheets/argon.css */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 9290, vendor/assets/stylesheets/argon.css */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 9294, vendor/assets/stylesheets/argon.css */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 9298, vendor/assets/stylesheets/argon.css */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 9302, vendor/assets/stylesheets/argon.css */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 9306, vendor/assets/stylesheets/argon.css */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 9310, vendor/assets/stylesheets/argon.css */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 9314, vendor/assets/stylesheets/argon.css */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 9318, vendor/assets/stylesheets/argon.css */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 9322, vendor/assets/stylesheets/argon.css */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 9326, vendor/assets/stylesheets/argon.css */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 9330, vendor/assets/stylesheets/argon.css */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 9334, vendor/assets/stylesheets/argon.css */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 9338, vendor/assets/stylesheets/argon.css */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 9342, vendor/assets/stylesheets/argon.css */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 9346, vendor/assets/stylesheets/argon.css */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 9350, vendor/assets/stylesheets/argon.css */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 9354, vendor/assets/stylesheets/argon.css */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 9358, vendor/assets/stylesheets/argon.css */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 9362, vendor/assets/stylesheets/argon.css */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 9366, vendor/assets/stylesheets/argon.css */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 9370, vendor/assets/stylesheets/argon.css */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 9374, vendor/assets/stylesheets/argon.css */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 9378, vendor/assets/stylesheets/argon.css */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 9382, vendor/assets/stylesheets/argon.css */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 9386, vendor/assets/stylesheets/argon.css */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 9390, vendor/assets/stylesheets/argon.css */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 9394, vendor/assets/stylesheets/argon.css */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 9398, vendor/assets/stylesheets/argon.css */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 9402, vendor/assets/stylesheets/argon.css */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 9406, vendor/assets/stylesheets/argon.css */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 9410, vendor/assets/stylesheets/argon.css */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 9418, vendor/assets/stylesheets/argon.css */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 9422, vendor/assets/stylesheets/argon.css */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 9426, vendor/assets/stylesheets/argon.css */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 9430, vendor/assets/stylesheets/argon.css */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 9434, vendor/assets/stylesheets/argon.css */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 9438, vendor/assets/stylesheets/argon.css */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 9442, vendor/assets/stylesheets/argon.css */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 9446, vendor/assets/stylesheets/argon.css */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 9450, vendor/assets/stylesheets/argon.css */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 9454, vendor/assets/stylesheets/argon.css */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 9458, vendor/assets/stylesheets/argon.css */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 9462, vendor/assets/stylesheets/argon.css */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 9466, vendor/assets/stylesheets/argon.css */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 9470, vendor/assets/stylesheets/argon.css */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 9474, vendor/assets/stylesheets/argon.css */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 9478, vendor/assets/stylesheets/argon.css */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 9482, vendor/assets/stylesheets/argon.css */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 9486, vendor/assets/stylesheets/argon.css */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 9490, vendor/assets/stylesheets/argon.css */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 9494, vendor/assets/stylesheets/argon.css */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 9498, vendor/assets/stylesheets/argon.css */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 9502, vendor/assets/stylesheets/argon.css */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 9506, vendor/assets/stylesheets/argon.css */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 9510, vendor/assets/stylesheets/argon.css */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 9514, vendor/assets/stylesheets/argon.css */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 9518, vendor/assets/stylesheets/argon.css */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 9522, vendor/assets/stylesheets/argon.css */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 9526, vendor/assets/stylesheets/argon.css */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 9530, vendor/assets/stylesheets/argon.css */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 9534, vendor/assets/stylesheets/argon.css */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 9538, vendor/assets/stylesheets/argon.css */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 9542, vendor/assets/stylesheets/argon.css */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 9546, vendor/assets/stylesheets/argon.css */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 9550, vendor/assets/stylesheets/argon.css */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 9558, vendor/assets/stylesheets/argon.css */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 9562, vendor/assets/stylesheets/argon.css */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 9566, vendor/assets/stylesheets/argon.css */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 9570, vendor/assets/stylesheets/argon.css */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 9574, vendor/assets/stylesheets/argon.css */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 9578, vendor/assets/stylesheets/argon.css */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 9582, vendor/assets/stylesheets/argon.css */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 9586, vendor/assets/stylesheets/argon.css */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 9590, vendor/assets/stylesheets/argon.css */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 9594, vendor/assets/stylesheets/argon.css */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 9598, vendor/assets/stylesheets/argon.css */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 9602, vendor/assets/stylesheets/argon.css */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 9606, vendor/assets/stylesheets/argon.css */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 9610, vendor/assets/stylesheets/argon.css */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 9614, vendor/assets/stylesheets/argon.css */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 9618, vendor/assets/stylesheets/argon.css */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 9622, vendor/assets/stylesheets/argon.css */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 9626, vendor/assets/stylesheets/argon.css */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 9630, vendor/assets/stylesheets/argon.css */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 9634, vendor/assets/stylesheets/argon.css */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 9638, vendor/assets/stylesheets/argon.css */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 9642, vendor/assets/stylesheets/argon.css */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 9646, vendor/assets/stylesheets/argon.css */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 9650, vendor/assets/stylesheets/argon.css */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 9654, vendor/assets/stylesheets/argon.css */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 9658, vendor/assets/stylesheets/argon.css */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 9662, vendor/assets/stylesheets/argon.css */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 9666, vendor/assets/stylesheets/argon.css */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 9670, vendor/assets/stylesheets/argon.css */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 9674, vendor/assets/stylesheets/argon.css */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 9678, vendor/assets/stylesheets/argon.css */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 9682, vendor/assets/stylesheets/argon.css */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 9686, vendor/assets/stylesheets/argon.css */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 9690, vendor/assets/stylesheets/argon.css */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 9698, vendor/assets/stylesheets/argon.css */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 9702, vendor/assets/stylesheets/argon.css */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 9706, vendor/assets/stylesheets/argon.css */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 9710, vendor/assets/stylesheets/argon.css */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 9714, vendor/assets/stylesheets/argon.css */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 9718, vendor/assets/stylesheets/argon.css */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 9722, vendor/assets/stylesheets/argon.css */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 9726, vendor/assets/stylesheets/argon.css */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 9730, vendor/assets/stylesheets/argon.css */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 9734, vendor/assets/stylesheets/argon.css */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 9738, vendor/assets/stylesheets/argon.css */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 9742, vendor/assets/stylesheets/argon.css */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 9746, vendor/assets/stylesheets/argon.css */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 9750, vendor/assets/stylesheets/argon.css */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 9754, vendor/assets/stylesheets/argon.css */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 9758, vendor/assets/stylesheets/argon.css */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 9762, vendor/assets/stylesheets/argon.css */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 9766, vendor/assets/stylesheets/argon.css */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 9770, vendor/assets/stylesheets/argon.css */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 9774, vendor/assets/stylesheets/argon.css */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 9778, vendor/assets/stylesheets/argon.css */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 9782, vendor/assets/stylesheets/argon.css */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 9786, vendor/assets/stylesheets/argon.css */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 9790, vendor/assets/stylesheets/argon.css */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 9794, vendor/assets/stylesheets/argon.css */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 9798, vendor/assets/stylesheets/argon.css */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 9802, vendor/assets/stylesheets/argon.css */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 9806, vendor/assets/stylesheets/argon.css */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 9810, vendor/assets/stylesheets/argon.css */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 9814, vendor/assets/stylesheets/argon.css */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 9818, vendor/assets/stylesheets/argon.css */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 9822, vendor/assets/stylesheets/argon.css */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 9826, vendor/assets/stylesheets/argon.css */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 9830, vendor/assets/stylesheets/argon.css */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 9836, vendor/assets/stylesheets/argon.css */
.float-left {
  float: left !important;
}

/* line 9841, vendor/assets/stylesheets/argon.css */
.float-right {
  float: right !important;
}

/* line 9846, vendor/assets/stylesheets/argon.css */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 9853, vendor/assets/stylesheets/argon.css */
  .float-sm-left {
    float: left !important;
  }
  /* line 9857, vendor/assets/stylesheets/argon.css */
  .float-sm-right {
    float: right !important;
  }
  /* line 9861, vendor/assets/stylesheets/argon.css */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 9869, vendor/assets/stylesheets/argon.css */
  .float-md-left {
    float: left !important;
  }
  /* line 9873, vendor/assets/stylesheets/argon.css */
  .float-md-right {
    float: right !important;
  }
  /* line 9877, vendor/assets/stylesheets/argon.css */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 9885, vendor/assets/stylesheets/argon.css */
  .float-lg-left {
    float: left !important;
  }
  /* line 9889, vendor/assets/stylesheets/argon.css */
  .float-lg-right {
    float: right !important;
  }
  /* line 9893, vendor/assets/stylesheets/argon.css */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 9901, vendor/assets/stylesheets/argon.css */
  .float-xl-left {
    float: left !important;
  }
  /* line 9905, vendor/assets/stylesheets/argon.css */
  .float-xl-right {
    float: right !important;
  }
  /* line 9909, vendor/assets/stylesheets/argon.css */
  .float-xl-none {
    float: none !important;
  }
}

/* line 9915, vendor/assets/stylesheets/argon.css */
.overflow-auto {
  overflow: auto !important;
}

/* line 9920, vendor/assets/stylesheets/argon.css */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 9925, vendor/assets/stylesheets/argon.css */
.position-static {
  position: static !important;
}

/* line 9930, vendor/assets/stylesheets/argon.css */
.position-relative {
  position: relative !important;
}

/* line 9935, vendor/assets/stylesheets/argon.css */
.position-absolute {
  position: absolute !important;
}

/* line 9940, vendor/assets/stylesheets/argon.css */
.position-fixed {
  position: fixed !important;
}

/* line 9945, vendor/assets/stylesheets/argon.css */
.position-sticky {
  position: sticky !important;
}

/* line 9951, vendor/assets/stylesheets/argon.css */
.fixed-top {
  position: fixed;
  z-index: 1030;
  top: 0;
  right: 0;
  left: 0;
}

/* line 9960, vendor/assets/stylesheets/argon.css */
.fixed-bottom {
  position: fixed;
  z-index: 1030;
  right: 0;
  bottom: 0;
  left: 0;
}

@supports (position: sticky) {
  /* line 9971, vendor/assets/stylesheets/argon.css */
  .sticky-top {
    position: sticky;
    z-index: 1020;
    top: 0;
  }
}

/* line 9980, vendor/assets/stylesheets/argon.css */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
}

/* line 9996, vendor/assets/stylesheets/argon.css */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  white-space: normal;
}

/* line 10010, vendor/assets/stylesheets/argon.css */
.shadow-sm {
  box-shadow: 0 0 0.5rem rgba(136, 152, 170, 0.075) !important;
}

/* line 10015, vendor/assets/stylesheets/argon.css */
.shadow {
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15) !important;
}

/* line 10020, vendor/assets/stylesheets/argon.css */
.shadow-lg {
  box-shadow: 0 0 3rem rgba(136, 152, 170, 0.175) !important;
}

/* line 10025, vendor/assets/stylesheets/argon.css */
.shadow-none {
  box-shadow: none !important;
}

/* line 10030, vendor/assets/stylesheets/argon.css */
.w-25 {
  width: 25% !important;
}

/* line 10035, vendor/assets/stylesheets/argon.css */
.w-50 {
  width: 50% !important;
}

/* line 10040, vendor/assets/stylesheets/argon.css */
.w-75 {
  width: 75% !important;
}

/* line 10045, vendor/assets/stylesheets/argon.css */
.w-100 {
  width: 100% !important;
}

/* line 10050, vendor/assets/stylesheets/argon.css */
.w-auto {
  width: auto !important;
}

/* line 10055, vendor/assets/stylesheets/argon.css */
.h-25 {
  height: 25% !important;
}

/* line 10060, vendor/assets/stylesheets/argon.css */
.h-50 {
  height: 50% !important;
}

/* line 10065, vendor/assets/stylesheets/argon.css */
.h-75 {
  height: 75% !important;
}

/* line 10070, vendor/assets/stylesheets/argon.css */
.h-100 {
  height: 100% !important;
}

/* line 10075, vendor/assets/stylesheets/argon.css */
.h-auto {
  height: auto !important;
}

/* line 10080, vendor/assets/stylesheets/argon.css */
.mw-100 {
  max-width: 100% !important;
}

/* line 10085, vendor/assets/stylesheets/argon.css */
.mh-100 {
  max-height: 100% !important;
}

/* line 10090, vendor/assets/stylesheets/argon.css */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 10095, vendor/assets/stylesheets/argon.css */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 10100, vendor/assets/stylesheets/argon.css */
.vw-100 {
  width: 100vw !important;
}

/* line 10105, vendor/assets/stylesheets/argon.css */
.vh-100 {
  height: 100vh !important;
}

/* line 10110, vendor/assets/stylesheets/argon.css */
.stretched-link::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0);
}

/* line 10125, vendor/assets/stylesheets/argon.css */
.m-0 {
  margin: 0 !important;
}

/* line 10130, vendor/assets/stylesheets/argon.css */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 10136, vendor/assets/stylesheets/argon.css */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 10142, vendor/assets/stylesheets/argon.css */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 10148, vendor/assets/stylesheets/argon.css */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 10154, vendor/assets/stylesheets/argon.css */
.m-1 {
  margin: .25rem !important;
}

/* line 10159, vendor/assets/stylesheets/argon.css */
.mt-1,
.my-1 {
  margin-top: .25rem !important;
}

/* line 10165, vendor/assets/stylesheets/argon.css */
.mr-1,
.mx-1 {
  margin-right: .25rem !important;
}

/* line 10171, vendor/assets/stylesheets/argon.css */
.mb-1,
.my-1 {
  margin-bottom: .25rem !important;
}

/* line 10177, vendor/assets/stylesheets/argon.css */
.ml-1,
.mx-1 {
  margin-left: .25rem !important;
}

/* line 10183, vendor/assets/stylesheets/argon.css */
.m-2 {
  margin: .5rem !important;
}

/* line 10188, vendor/assets/stylesheets/argon.css */
.mt-2,
.my-2 {
  margin-top: .5rem !important;
}

/* line 10194, vendor/assets/stylesheets/argon.css */
.mr-2,
.mx-2 {
  margin-right: .5rem !important;
}

/* line 10200, vendor/assets/stylesheets/argon.css */
.mb-2,
.my-2 {
  margin-bottom: .5rem !important;
}

/* line 10206, vendor/assets/stylesheets/argon.css */
.ml-2,
.mx-2 {
  margin-left: .5rem !important;
}

/* line 10212, vendor/assets/stylesheets/argon.css */
.m-3 {
  margin: 1rem !important;
}

/* line 10217, vendor/assets/stylesheets/argon.css */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 10223, vendor/assets/stylesheets/argon.css */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 10229, vendor/assets/stylesheets/argon.css */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 10235, vendor/assets/stylesheets/argon.css */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 10241, vendor/assets/stylesheets/argon.css */
.m-4 {
  margin: 1.5rem !important;
}

/* line 10246, vendor/assets/stylesheets/argon.css */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 10252, vendor/assets/stylesheets/argon.css */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 10258, vendor/assets/stylesheets/argon.css */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 10264, vendor/assets/stylesheets/argon.css */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 10270, vendor/assets/stylesheets/argon.css */
.m-5 {
  margin: 3rem !important;
}

/* line 10275, vendor/assets/stylesheets/argon.css */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 10281, vendor/assets/stylesheets/argon.css */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 10287, vendor/assets/stylesheets/argon.css */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 10293, vendor/assets/stylesheets/argon.css */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 10299, vendor/assets/stylesheets/argon.css */
.m--9 {
  margin: -10rem !important;
}

/* line 10304, vendor/assets/stylesheets/argon.css */
.mt--9,
.my--9 {
  margin-top: -10rem !important;
}

/* line 10310, vendor/assets/stylesheets/argon.css */
.mr--9,
.mx--9 {
  margin-right: -10rem !important;
}

/* line 10316, vendor/assets/stylesheets/argon.css */
.mb--9,
.my--9 {
  margin-bottom: -10rem !important;
}

/* line 10322, vendor/assets/stylesheets/argon.css */
.ml--9,
.mx--9 {
  margin-left: -10rem !important;
}

/* line 10328, vendor/assets/stylesheets/argon.css */
.m--8 {
  margin: -8rem !important;
}

/* line 10333, vendor/assets/stylesheets/argon.css */
.mt--8,
.my--8 {
  margin-top: -8rem !important;
}

/* line 10339, vendor/assets/stylesheets/argon.css */
.mr--8,
.mx--8 {
  margin-right: -8rem !important;
}

/* line 10345, vendor/assets/stylesheets/argon.css */
.mb--8,
.my--8 {
  margin-bottom: -8rem !important;
}

/* line 10351, vendor/assets/stylesheets/argon.css */
.ml--8,
.mx--8 {
  margin-left: -8rem !important;
}

/* line 10357, vendor/assets/stylesheets/argon.css */
.m--7 {
  margin: -6rem !important;
}

/* line 10362, vendor/assets/stylesheets/argon.css */
.mt--7,
.my--7 {
  margin-top: -6rem !important;
}

/* line 10368, vendor/assets/stylesheets/argon.css */
.mr--7,
.mx--7 {
  margin-right: -6rem !important;
}

/* line 10374, vendor/assets/stylesheets/argon.css */
.mb--7,
.my--7 {
  margin-bottom: -6rem !important;
}

/* line 10380, vendor/assets/stylesheets/argon.css */
.ml--7,
.mx--7 {
  margin-left: -6rem !important;
}

/* line 10386, vendor/assets/stylesheets/argon.css */
.m--6 {
  margin: -4.5rem !important;
}

/* line 10391, vendor/assets/stylesheets/argon.css */
.mt--6,
.my--6 {
  margin-top: -4.5rem !important;
}

/* line 10397, vendor/assets/stylesheets/argon.css */
.mr--6,
.mx--6 {
  margin-right: -4.5rem !important;
}

/* line 10403, vendor/assets/stylesheets/argon.css */
.mb--6,
.my--6 {
  margin-bottom: -4.5rem !important;
}

/* line 10409, vendor/assets/stylesheets/argon.css */
.ml--6,
.mx--6 {
  margin-left: -4.5rem !important;
}

/* line 10415, vendor/assets/stylesheets/argon.css */
.m--5 {
  margin: -3rem !important;
}

/* line 10420, vendor/assets/stylesheets/argon.css */
.mt--5,
.my--5 {
  margin-top: -3rem !important;
}

/* line 10426, vendor/assets/stylesheets/argon.css */
.mr--5,
.mx--5 {
  margin-right: -3rem !important;
}

/* line 10432, vendor/assets/stylesheets/argon.css */
.mb--5,
.my--5 {
  margin-bottom: -3rem !important;
}

/* line 10438, vendor/assets/stylesheets/argon.css */
.ml--5,
.mx--5 {
  margin-left: -3rem !important;
}

/* line 10444, vendor/assets/stylesheets/argon.css */
.m--4 {
  margin: -1.5rem !important;
}

/* line 10449, vendor/assets/stylesheets/argon.css */
.mt--4,
.my--4 {
  margin-top: -1.5rem !important;
}

/* line 10455, vendor/assets/stylesheets/argon.css */
.mr--4,
.mx--4 {
  margin-right: -1.5rem !important;
}

/* line 10461, vendor/assets/stylesheets/argon.css */
.mb--4,
.my--4 {
  margin-bottom: -1.5rem !important;
}

/* line 10467, vendor/assets/stylesheets/argon.css */
.ml--4,
.mx--4 {
  margin-left: -1.5rem !important;
}

/* line 10473, vendor/assets/stylesheets/argon.css */
.m--3 {
  margin: -1rem !important;
}

/* line 10478, vendor/assets/stylesheets/argon.css */
.mt--3,
.my--3 {
  margin-top: -1rem !important;
}

/* line 10484, vendor/assets/stylesheets/argon.css */
.mr--3,
.mx--3 {
  margin-right: -1rem !important;
}

/* line 10490, vendor/assets/stylesheets/argon.css */
.mb--3,
.my--3 {
  margin-bottom: -1rem !important;
}

/* line 10496, vendor/assets/stylesheets/argon.css */
.ml--3,
.mx--3 {
  margin-left: -1rem !important;
}

/* line 10502, vendor/assets/stylesheets/argon.css */
.m--2 {
  margin: -.5rem !important;
}

/* line 10507, vendor/assets/stylesheets/argon.css */
.mt--2,
.my--2 {
  margin-top: -.5rem !important;
}

/* line 10513, vendor/assets/stylesheets/argon.css */
.mr--2,
.mx--2 {
  margin-right: -.5rem !important;
}

/* line 10519, vendor/assets/stylesheets/argon.css */
.mb--2,
.my--2 {
  margin-bottom: -.5rem !important;
}

/* line 10525, vendor/assets/stylesheets/argon.css */
.ml--2,
.mx--2 {
  margin-left: -.5rem !important;
}

/* line 10531, vendor/assets/stylesheets/argon.css */
.m--1 {
  margin: -.25rem !important;
}

/* line 10536, vendor/assets/stylesheets/argon.css */
.mt--1,
.my--1 {
  margin-top: -.25rem !important;
}

/* line 10542, vendor/assets/stylesheets/argon.css */
.mr--1,
.mx--1 {
  margin-right: -.25rem !important;
}

/* line 10548, vendor/assets/stylesheets/argon.css */
.mb--1,
.my--1 {
  margin-bottom: -.25rem !important;
}

/* line 10554, vendor/assets/stylesheets/argon.css */
.ml--1,
.mx--1 {
  margin-left: -.25rem !important;
}

/* line 10560, vendor/assets/stylesheets/argon.css */
.m-6 {
  margin: 4.5rem !important;
}

/* line 10565, vendor/assets/stylesheets/argon.css */
.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

/* line 10571, vendor/assets/stylesheets/argon.css */
.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

/* line 10577, vendor/assets/stylesheets/argon.css */
.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

/* line 10583, vendor/assets/stylesheets/argon.css */
.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

/* line 10589, vendor/assets/stylesheets/argon.css */
.m-7 {
  margin: 6rem !important;
}

/* line 10594, vendor/assets/stylesheets/argon.css */
.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

/* line 10600, vendor/assets/stylesheets/argon.css */
.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}

/* line 10606, vendor/assets/stylesheets/argon.css */
.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}

/* line 10612, vendor/assets/stylesheets/argon.css */
.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}

/* line 10618, vendor/assets/stylesheets/argon.css */
.m-8 {
  margin: 8rem !important;
}

/* line 10623, vendor/assets/stylesheets/argon.css */
.mt-8,
.my-8 {
  margin-top: 8rem !important;
}

/* line 10629, vendor/assets/stylesheets/argon.css */
.mr-8,
.mx-8 {
  margin-right: 8rem !important;
}

/* line 10635, vendor/assets/stylesheets/argon.css */
.mb-8,
.my-8 {
  margin-bottom: 8rem !important;
}

/* line 10641, vendor/assets/stylesheets/argon.css */
.ml-8,
.mx-8 {
  margin-left: 8rem !important;
}

/* line 10647, vendor/assets/stylesheets/argon.css */
.m-9 {
  margin: 10rem !important;
}

/* line 10652, vendor/assets/stylesheets/argon.css */
.mt-9,
.my-9 {
  margin-top: 10rem !important;
}

/* line 10658, vendor/assets/stylesheets/argon.css */
.mr-9,
.mx-9 {
  margin-right: 10rem !important;
}

/* line 10664, vendor/assets/stylesheets/argon.css */
.mb-9,
.my-9 {
  margin-bottom: 10rem !important;
}

/* line 10670, vendor/assets/stylesheets/argon.css */
.ml-9,
.mx-9 {
  margin-left: 10rem !important;
}

/* line 10676, vendor/assets/stylesheets/argon.css */
.p-0 {
  padding: 0 !important;
}

/* line 10681, vendor/assets/stylesheets/argon.css */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 10687, vendor/assets/stylesheets/argon.css */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 10693, vendor/assets/stylesheets/argon.css */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 10699, vendor/assets/stylesheets/argon.css */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 10705, vendor/assets/stylesheets/argon.css */
.p-1 {
  padding: .25rem !important;
}

/* line 10710, vendor/assets/stylesheets/argon.css */
.pt-1,
.py-1 {
  padding-top: .25rem !important;
}

/* line 10716, vendor/assets/stylesheets/argon.css */
.pr-1,
.px-1 {
  padding-right: .25rem !important;
}

/* line 10722, vendor/assets/stylesheets/argon.css */
.pb-1,
.py-1 {
  padding-bottom: .25rem !important;
}

/* line 10728, vendor/assets/stylesheets/argon.css */
.pl-1,
.px-1 {
  padding-left: .25rem !important;
}

/* line 10734, vendor/assets/stylesheets/argon.css */
.p-2 {
  padding: .5rem !important;
}

/* line 10739, vendor/assets/stylesheets/argon.css */
.pt-2,
.py-2 {
  padding-top: .5rem !important;
}

/* line 10745, vendor/assets/stylesheets/argon.css */
.pr-2,
.px-2 {
  padding-right: .5rem !important;
}

/* line 10751, vendor/assets/stylesheets/argon.css */
.pb-2,
.py-2 {
  padding-bottom: .5rem !important;
}

/* line 10757, vendor/assets/stylesheets/argon.css */
.pl-2,
.px-2 {
  padding-left: .5rem !important;
}

/* line 10763, vendor/assets/stylesheets/argon.css */
.p-3 {
  padding: 1rem !important;
}

/* line 10768, vendor/assets/stylesheets/argon.css */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 10774, vendor/assets/stylesheets/argon.css */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 10780, vendor/assets/stylesheets/argon.css */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 10786, vendor/assets/stylesheets/argon.css */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 10792, vendor/assets/stylesheets/argon.css */
.p-4 {
  padding: 1.5rem !important;
}

/* line 10797, vendor/assets/stylesheets/argon.css */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 10803, vendor/assets/stylesheets/argon.css */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 10809, vendor/assets/stylesheets/argon.css */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 10815, vendor/assets/stylesheets/argon.css */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 10821, vendor/assets/stylesheets/argon.css */
.p-5 {
  padding: 3rem !important;
}

/* line 10826, vendor/assets/stylesheets/argon.css */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 10832, vendor/assets/stylesheets/argon.css */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 10838, vendor/assets/stylesheets/argon.css */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 10844, vendor/assets/stylesheets/argon.css */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 10850, vendor/assets/stylesheets/argon.css */
.p--9 {
  padding: -10rem !important;
}

/* line 10855, vendor/assets/stylesheets/argon.css */
.pt--9,
.py--9 {
  padding-top: -10rem !important;
}

/* line 10861, vendor/assets/stylesheets/argon.css */
.pr--9,
.px--9 {
  padding-right: -10rem !important;
}

/* line 10867, vendor/assets/stylesheets/argon.css */
.pb--9,
.py--9 {
  padding-bottom: -10rem !important;
}

/* line 10873, vendor/assets/stylesheets/argon.css */
.pl--9,
.px--9 {
  padding-left: -10rem !important;
}

/* line 10879, vendor/assets/stylesheets/argon.css */
.p--8 {
  padding: -8rem !important;
}

/* line 10884, vendor/assets/stylesheets/argon.css */
.pt--8,
.py--8 {
  padding-top: -8rem !important;
}

/* line 10890, vendor/assets/stylesheets/argon.css */
.pr--8,
.px--8 {
  padding-right: -8rem !important;
}

/* line 10896, vendor/assets/stylesheets/argon.css */
.pb--8,
.py--8 {
  padding-bottom: -8rem !important;
}

/* line 10902, vendor/assets/stylesheets/argon.css */
.pl--8,
.px--8 {
  padding-left: -8rem !important;
}

/* line 10908, vendor/assets/stylesheets/argon.css */
.p--7 {
  padding: -6rem !important;
}

/* line 10913, vendor/assets/stylesheets/argon.css */
.pt--7,
.py--7 {
  padding-top: -6rem !important;
}

/* line 10919, vendor/assets/stylesheets/argon.css */
.pr--7,
.px--7 {
  padding-right: -6rem !important;
}

/* line 10925, vendor/assets/stylesheets/argon.css */
.pb--7,
.py--7 {
  padding-bottom: -6rem !important;
}

/* line 10931, vendor/assets/stylesheets/argon.css */
.pl--7,
.px--7 {
  padding-left: -6rem !important;
}

/* line 10937, vendor/assets/stylesheets/argon.css */
.p--6 {
  padding: -4.5rem !important;
}

/* line 10942, vendor/assets/stylesheets/argon.css */
.pt--6,
.py--6 {
  padding-top: -4.5rem !important;
}

/* line 10948, vendor/assets/stylesheets/argon.css */
.pr--6,
.px--6 {
  padding-right: -4.5rem !important;
}

/* line 10954, vendor/assets/stylesheets/argon.css */
.pb--6,
.py--6 {
  padding-bottom: -4.5rem !important;
}

/* line 10960, vendor/assets/stylesheets/argon.css */
.pl--6,
.px--6 {
  padding-left: -4.5rem !important;
}

/* line 10966, vendor/assets/stylesheets/argon.css */
.p--5 {
  padding: -3rem !important;
}

/* line 10971, vendor/assets/stylesheets/argon.css */
.pt--5,
.py--5 {
  padding-top: -3rem !important;
}

/* line 10977, vendor/assets/stylesheets/argon.css */
.pr--5,
.px--5 {
  padding-right: -3rem !important;
}

/* line 10983, vendor/assets/stylesheets/argon.css */
.pb--5,
.py--5 {
  padding-bottom: -3rem !important;
}

/* line 10989, vendor/assets/stylesheets/argon.css */
.pl--5,
.px--5 {
  padding-left: -3rem !important;
}

/* line 10995, vendor/assets/stylesheets/argon.css */
.p--4 {
  padding: -1.5rem !important;
}

/* line 11000, vendor/assets/stylesheets/argon.css */
.pt--4,
.py--4 {
  padding-top: -1.5rem !important;
}

/* line 11006, vendor/assets/stylesheets/argon.css */
.pr--4,
.px--4 {
  padding-right: -1.5rem !important;
}

/* line 11012, vendor/assets/stylesheets/argon.css */
.pb--4,
.py--4 {
  padding-bottom: -1.5rem !important;
}

/* line 11018, vendor/assets/stylesheets/argon.css */
.pl--4,
.px--4 {
  padding-left: -1.5rem !important;
}

/* line 11024, vendor/assets/stylesheets/argon.css */
.p--3 {
  padding: -1rem !important;
}

/* line 11029, vendor/assets/stylesheets/argon.css */
.pt--3,
.py--3 {
  padding-top: -1rem !important;
}

/* line 11035, vendor/assets/stylesheets/argon.css */
.pr--3,
.px--3 {
  padding-right: -1rem !important;
}

/* line 11041, vendor/assets/stylesheets/argon.css */
.pb--3,
.py--3 {
  padding-bottom: -1rem !important;
}

/* line 11047, vendor/assets/stylesheets/argon.css */
.pl--3,
.px--3 {
  padding-left: -1rem !important;
}

/* line 11053, vendor/assets/stylesheets/argon.css */
.p--2 {
  padding: -.5rem !important;
}

/* line 11058, vendor/assets/stylesheets/argon.css */
.pt--2,
.py--2 {
  padding-top: -.5rem !important;
}

/* line 11064, vendor/assets/stylesheets/argon.css */
.pr--2,
.px--2 {
  padding-right: -.5rem !important;
}

/* line 11070, vendor/assets/stylesheets/argon.css */
.pb--2,
.py--2 {
  padding-bottom: -.5rem !important;
}

/* line 11076, vendor/assets/stylesheets/argon.css */
.pl--2,
.px--2 {
  padding-left: -.5rem !important;
}

/* line 11082, vendor/assets/stylesheets/argon.css */
.p--1 {
  padding: -.25rem !important;
}

/* line 11087, vendor/assets/stylesheets/argon.css */
.pt--1,
.py--1 {
  padding-top: -.25rem !important;
}

/* line 11093, vendor/assets/stylesheets/argon.css */
.pr--1,
.px--1 {
  padding-right: -.25rem !important;
}

/* line 11099, vendor/assets/stylesheets/argon.css */
.pb--1,
.py--1 {
  padding-bottom: -.25rem !important;
}

/* line 11105, vendor/assets/stylesheets/argon.css */
.pl--1,
.px--1 {
  padding-left: -.25rem !important;
}

/* line 11111, vendor/assets/stylesheets/argon.css */
.p-6 {
  padding: 4.5rem !important;
}

/* line 11116, vendor/assets/stylesheets/argon.css */
.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

/* line 11122, vendor/assets/stylesheets/argon.css */
.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

/* line 11128, vendor/assets/stylesheets/argon.css */
.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

/* line 11134, vendor/assets/stylesheets/argon.css */
.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

/* line 11140, vendor/assets/stylesheets/argon.css */
.p-7 {
  padding: 6rem !important;
}

/* line 11145, vendor/assets/stylesheets/argon.css */
.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

/* line 11151, vendor/assets/stylesheets/argon.css */
.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

/* line 11157, vendor/assets/stylesheets/argon.css */
.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

/* line 11163, vendor/assets/stylesheets/argon.css */
.pl-7,
.px-7 {
  padding-left: 6rem !important;
}

/* line 11169, vendor/assets/stylesheets/argon.css */
.p-8 {
  padding: 8rem !important;
}

/* line 11174, vendor/assets/stylesheets/argon.css */
.pt-8,
.py-8 {
  padding-top: 8rem !important;
}

/* line 11180, vendor/assets/stylesheets/argon.css */
.pr-8,
.px-8 {
  padding-right: 8rem !important;
}

/* line 11186, vendor/assets/stylesheets/argon.css */
.pb-8,
.py-8 {
  padding-bottom: 8rem !important;
}

/* line 11192, vendor/assets/stylesheets/argon.css */
.pl-8,
.px-8 {
  padding-left: 8rem !important;
}

/* line 11198, vendor/assets/stylesheets/argon.css */
.p-9 {
  padding: 10rem !important;
}

/* line 11203, vendor/assets/stylesheets/argon.css */
.pt-9,
.py-9 {
  padding-top: 10rem !important;
}

/* line 11209, vendor/assets/stylesheets/argon.css */
.pr-9,
.px-9 {
  padding-right: 10rem !important;
}

/* line 11215, vendor/assets/stylesheets/argon.css */
.pb-9,
.py-9 {
  padding-bottom: 10rem !important;
}

/* line 11221, vendor/assets/stylesheets/argon.css */
.pl-9,
.px-9 {
  padding-left: 10rem !important;
}

/* line 11227, vendor/assets/stylesheets/argon.css */
.m-n1 {
  margin: -.25rem !important;
}

/* line 11232, vendor/assets/stylesheets/argon.css */
.mt-n1,
.my-n1 {
  margin-top: -.25rem !important;
}

/* line 11238, vendor/assets/stylesheets/argon.css */
.mr-n1,
.mx-n1 {
  margin-right: -.25rem !important;
}

/* line 11244, vendor/assets/stylesheets/argon.css */
.mb-n1,
.my-n1 {
  margin-bottom: -.25rem !important;
}

/* line 11250, vendor/assets/stylesheets/argon.css */
.ml-n1,
.mx-n1 {
  margin-left: -.25rem !important;
}

/* line 11256, vendor/assets/stylesheets/argon.css */
.m-n2 {
  margin: -.5rem !important;
}

/* line 11261, vendor/assets/stylesheets/argon.css */
.mt-n2,
.my-n2 {
  margin-top: -.5rem !important;
}

/* line 11267, vendor/assets/stylesheets/argon.css */
.mr-n2,
.mx-n2 {
  margin-right: -.5rem !important;
}

/* line 11273, vendor/assets/stylesheets/argon.css */
.mb-n2,
.my-n2 {
  margin-bottom: -.5rem !important;
}

/* line 11279, vendor/assets/stylesheets/argon.css */
.ml-n2,
.mx-n2 {
  margin-left: -.5rem !important;
}

/* line 11285, vendor/assets/stylesheets/argon.css */
.m-n3 {
  margin: -1rem !important;
}

/* line 11290, vendor/assets/stylesheets/argon.css */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 11296, vendor/assets/stylesheets/argon.css */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 11302, vendor/assets/stylesheets/argon.css */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 11308, vendor/assets/stylesheets/argon.css */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 11314, vendor/assets/stylesheets/argon.css */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 11319, vendor/assets/stylesheets/argon.css */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 11325, vendor/assets/stylesheets/argon.css */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 11331, vendor/assets/stylesheets/argon.css */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 11337, vendor/assets/stylesheets/argon.css */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 11343, vendor/assets/stylesheets/argon.css */
.m-n5 {
  margin: -3rem !important;
}

/* line 11348, vendor/assets/stylesheets/argon.css */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 11354, vendor/assets/stylesheets/argon.css */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 11360, vendor/assets/stylesheets/argon.css */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 11366, vendor/assets/stylesheets/argon.css */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 11372, vendor/assets/stylesheets/argon.css */
.m-n-9 {
  margin: 10rem !important;
}

/* line 11377, vendor/assets/stylesheets/argon.css */
.mt-n-9,
.my-n-9 {
  margin-top: 10rem !important;
}

/* line 11383, vendor/assets/stylesheets/argon.css */
.mr-n-9,
.mx-n-9 {
  margin-right: 10rem !important;
}

/* line 11389, vendor/assets/stylesheets/argon.css */
.mb-n-9,
.my-n-9 {
  margin-bottom: 10rem !important;
}

/* line 11395, vendor/assets/stylesheets/argon.css */
.ml-n-9,
.mx-n-9 {
  margin-left: 10rem !important;
}

/* line 11401, vendor/assets/stylesheets/argon.css */
.m-n-8 {
  margin: 8rem !important;
}

/* line 11406, vendor/assets/stylesheets/argon.css */
.mt-n-8,
.my-n-8 {
  margin-top: 8rem !important;
}

/* line 11412, vendor/assets/stylesheets/argon.css */
.mr-n-8,
.mx-n-8 {
  margin-right: 8rem !important;
}

/* line 11418, vendor/assets/stylesheets/argon.css */
.mb-n-8,
.my-n-8 {
  margin-bottom: 8rem !important;
}

/* line 11424, vendor/assets/stylesheets/argon.css */
.ml-n-8,
.mx-n-8 {
  margin-left: 8rem !important;
}

/* line 11430, vendor/assets/stylesheets/argon.css */
.m-n-7 {
  margin: 6rem !important;
}

/* line 11435, vendor/assets/stylesheets/argon.css */
.mt-n-7,
.my-n-7 {
  margin-top: 6rem !important;
}

/* line 11441, vendor/assets/stylesheets/argon.css */
.mr-n-7,
.mx-n-7 {
  margin-right: 6rem !important;
}

/* line 11447, vendor/assets/stylesheets/argon.css */
.mb-n-7,
.my-n-7 {
  margin-bottom: 6rem !important;
}

/* line 11453, vendor/assets/stylesheets/argon.css */
.ml-n-7,
.mx-n-7 {
  margin-left: 6rem !important;
}

/* line 11459, vendor/assets/stylesheets/argon.css */
.m-n-6 {
  margin: 4.5rem !important;
}

/* line 11464, vendor/assets/stylesheets/argon.css */
.mt-n-6,
.my-n-6 {
  margin-top: 4.5rem !important;
}

/* line 11470, vendor/assets/stylesheets/argon.css */
.mr-n-6,
.mx-n-6 {
  margin-right: 4.5rem !important;
}

/* line 11476, vendor/assets/stylesheets/argon.css */
.mb-n-6,
.my-n-6 {
  margin-bottom: 4.5rem !important;
}

/* line 11482, vendor/assets/stylesheets/argon.css */
.ml-n-6,
.mx-n-6 {
  margin-left: 4.5rem !important;
}

/* line 11488, vendor/assets/stylesheets/argon.css */
.m-n-5 {
  margin: 3rem !important;
}

/* line 11493, vendor/assets/stylesheets/argon.css */
.mt-n-5,
.my-n-5 {
  margin-top: 3rem !important;
}

/* line 11499, vendor/assets/stylesheets/argon.css */
.mr-n-5,
.mx-n-5 {
  margin-right: 3rem !important;
}

/* line 11505, vendor/assets/stylesheets/argon.css */
.mb-n-5,
.my-n-5 {
  margin-bottom: 3rem !important;
}

/* line 11511, vendor/assets/stylesheets/argon.css */
.ml-n-5,
.mx-n-5 {
  margin-left: 3rem !important;
}

/* line 11517, vendor/assets/stylesheets/argon.css */
.m-n-4 {
  margin: 1.5rem !important;
}

/* line 11522, vendor/assets/stylesheets/argon.css */
.mt-n-4,
.my-n-4 {
  margin-top: 1.5rem !important;
}

/* line 11528, vendor/assets/stylesheets/argon.css */
.mr-n-4,
.mx-n-4 {
  margin-right: 1.5rem !important;
}

/* line 11534, vendor/assets/stylesheets/argon.css */
.mb-n-4,
.my-n-4 {
  margin-bottom: 1.5rem !important;
}

/* line 11540, vendor/assets/stylesheets/argon.css */
.ml-n-4,
.mx-n-4 {
  margin-left: 1.5rem !important;
}

/* line 11546, vendor/assets/stylesheets/argon.css */
.m-n-3 {
  margin: 1rem !important;
}

/* line 11551, vendor/assets/stylesheets/argon.css */
.mt-n-3,
.my-n-3 {
  margin-top: 1rem !important;
}

/* line 11557, vendor/assets/stylesheets/argon.css */
.mr-n-3,
.mx-n-3 {
  margin-right: 1rem !important;
}

/* line 11563, vendor/assets/stylesheets/argon.css */
.mb-n-3,
.my-n-3 {
  margin-bottom: 1rem !important;
}

/* line 11569, vendor/assets/stylesheets/argon.css */
.ml-n-3,
.mx-n-3 {
  margin-left: 1rem !important;
}

/* line 11575, vendor/assets/stylesheets/argon.css */
.m-n-2 {
  margin: .5rem !important;
}

/* line 11580, vendor/assets/stylesheets/argon.css */
.mt-n-2,
.my-n-2 {
  margin-top: .5rem !important;
}

/* line 11586, vendor/assets/stylesheets/argon.css */
.mr-n-2,
.mx-n-2 {
  margin-right: .5rem !important;
}

/* line 11592, vendor/assets/stylesheets/argon.css */
.mb-n-2,
.my-n-2 {
  margin-bottom: .5rem !important;
}

/* line 11598, vendor/assets/stylesheets/argon.css */
.ml-n-2,
.mx-n-2 {
  margin-left: .5rem !important;
}

/* line 11604, vendor/assets/stylesheets/argon.css */
.m-n-1 {
  margin: .25rem !important;
}

/* line 11609, vendor/assets/stylesheets/argon.css */
.mt-n-1,
.my-n-1 {
  margin-top: .25rem !important;
}

/* line 11615, vendor/assets/stylesheets/argon.css */
.mr-n-1,
.mx-n-1 {
  margin-right: .25rem !important;
}

/* line 11621, vendor/assets/stylesheets/argon.css */
.mb-n-1,
.my-n-1 {
  margin-bottom: .25rem !important;
}

/* line 11627, vendor/assets/stylesheets/argon.css */
.ml-n-1,
.mx-n-1 {
  margin-left: .25rem !important;
}

/* line 11633, vendor/assets/stylesheets/argon.css */
.m-n6 {
  margin: -4.5rem !important;
}

/* line 11638, vendor/assets/stylesheets/argon.css */
.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}

/* line 11644, vendor/assets/stylesheets/argon.css */
.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}

/* line 11650, vendor/assets/stylesheets/argon.css */
.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}

/* line 11656, vendor/assets/stylesheets/argon.css */
.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}

/* line 11662, vendor/assets/stylesheets/argon.css */
.m-n7 {
  margin: -6rem !important;
}

/* line 11667, vendor/assets/stylesheets/argon.css */
.mt-n7,
.my-n7 {
  margin-top: -6rem !important;
}

/* line 11673, vendor/assets/stylesheets/argon.css */
.mr-n7,
.mx-n7 {
  margin-right: -6rem !important;
}

/* line 11679, vendor/assets/stylesheets/argon.css */
.mb-n7,
.my-n7 {
  margin-bottom: -6rem !important;
}

/* line 11685, vendor/assets/stylesheets/argon.css */
.ml-n7,
.mx-n7 {
  margin-left: -6rem !important;
}

/* line 11691, vendor/assets/stylesheets/argon.css */
.m-n8 {
  margin: -8rem !important;
}

/* line 11696, vendor/assets/stylesheets/argon.css */
.mt-n8,
.my-n8 {
  margin-top: -8rem !important;
}

/* line 11702, vendor/assets/stylesheets/argon.css */
.mr-n8,
.mx-n8 {
  margin-right: -8rem !important;
}

/* line 11708, vendor/assets/stylesheets/argon.css */
.mb-n8,
.my-n8 {
  margin-bottom: -8rem !important;
}

/* line 11714, vendor/assets/stylesheets/argon.css */
.ml-n8,
.mx-n8 {
  margin-left: -8rem !important;
}

/* line 11720, vendor/assets/stylesheets/argon.css */
.m-n9 {
  margin: -10rem !important;
}

/* line 11725, vendor/assets/stylesheets/argon.css */
.mt-n9,
.my-n9 {
  margin-top: -10rem !important;
}

/* line 11731, vendor/assets/stylesheets/argon.css */
.mr-n9,
.mx-n9 {
  margin-right: -10rem !important;
}

/* line 11737, vendor/assets/stylesheets/argon.css */
.mb-n9,
.my-n9 {
  margin-bottom: -10rem !important;
}

/* line 11743, vendor/assets/stylesheets/argon.css */
.ml-n9,
.mx-n9 {
  margin-left: -10rem !important;
}

/* line 11749, vendor/assets/stylesheets/argon.css */
.m-auto {
  margin: auto !important;
}

/* line 11754, vendor/assets/stylesheets/argon.css */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 11760, vendor/assets/stylesheets/argon.css */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 11766, vendor/assets/stylesheets/argon.css */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 11772, vendor/assets/stylesheets/argon.css */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11780, vendor/assets/stylesheets/argon.css */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 11784, vendor/assets/stylesheets/argon.css */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 11789, vendor/assets/stylesheets/argon.css */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 11794, vendor/assets/stylesheets/argon.css */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 11799, vendor/assets/stylesheets/argon.css */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 11804, vendor/assets/stylesheets/argon.css */
  .m-sm-1 {
    margin: .25rem !important;
  }
  /* line 11808, vendor/assets/stylesheets/argon.css */
  .mt-sm-1,
.my-sm-1 {
    margin-top: .25rem !important;
  }
  /* line 11813, vendor/assets/stylesheets/argon.css */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: .25rem !important;
  }
  /* line 11818, vendor/assets/stylesheets/argon.css */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: .25rem !important;
  }
  /* line 11823, vendor/assets/stylesheets/argon.css */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: .25rem !important;
  }
  /* line 11828, vendor/assets/stylesheets/argon.css */
  .m-sm-2 {
    margin: .5rem !important;
  }
  /* line 11832, vendor/assets/stylesheets/argon.css */
  .mt-sm-2,
.my-sm-2 {
    margin-top: .5rem !important;
  }
  /* line 11837, vendor/assets/stylesheets/argon.css */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: .5rem !important;
  }
  /* line 11842, vendor/assets/stylesheets/argon.css */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: .5rem !important;
  }
  /* line 11847, vendor/assets/stylesheets/argon.css */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: .5rem !important;
  }
  /* line 11852, vendor/assets/stylesheets/argon.css */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 11856, vendor/assets/stylesheets/argon.css */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 11861, vendor/assets/stylesheets/argon.css */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 11866, vendor/assets/stylesheets/argon.css */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 11871, vendor/assets/stylesheets/argon.css */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 11876, vendor/assets/stylesheets/argon.css */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 11880, vendor/assets/stylesheets/argon.css */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 11885, vendor/assets/stylesheets/argon.css */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 11890, vendor/assets/stylesheets/argon.css */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 11895, vendor/assets/stylesheets/argon.css */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11900, vendor/assets/stylesheets/argon.css */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 11904, vendor/assets/stylesheets/argon.css */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 11909, vendor/assets/stylesheets/argon.css */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 11914, vendor/assets/stylesheets/argon.css */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 11919, vendor/assets/stylesheets/argon.css */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 11924, vendor/assets/stylesheets/argon.css */
  .m-sm--9 {
    margin: -10rem !important;
  }
  /* line 11928, vendor/assets/stylesheets/argon.css */
  .mt-sm--9,
.my-sm--9 {
    margin-top: -10rem !important;
  }
  /* line 11933, vendor/assets/stylesheets/argon.css */
  .mr-sm--9,
.mx-sm--9 {
    margin-right: -10rem !important;
  }
  /* line 11938, vendor/assets/stylesheets/argon.css */
  .mb-sm--9,
.my-sm--9 {
    margin-bottom: -10rem !important;
  }
  /* line 11943, vendor/assets/stylesheets/argon.css */
  .ml-sm--9,
.mx-sm--9 {
    margin-left: -10rem !important;
  }
  /* line 11948, vendor/assets/stylesheets/argon.css */
  .m-sm--8 {
    margin: -8rem !important;
  }
  /* line 11952, vendor/assets/stylesheets/argon.css */
  .mt-sm--8,
.my-sm--8 {
    margin-top: -8rem !important;
  }
  /* line 11957, vendor/assets/stylesheets/argon.css */
  .mr-sm--8,
.mx-sm--8 {
    margin-right: -8rem !important;
  }
  /* line 11962, vendor/assets/stylesheets/argon.css */
  .mb-sm--8,
.my-sm--8 {
    margin-bottom: -8rem !important;
  }
  /* line 11967, vendor/assets/stylesheets/argon.css */
  .ml-sm--8,
.mx-sm--8 {
    margin-left: -8rem !important;
  }
  /* line 11972, vendor/assets/stylesheets/argon.css */
  .m-sm--7 {
    margin: -6rem !important;
  }
  /* line 11976, vendor/assets/stylesheets/argon.css */
  .mt-sm--7,
.my-sm--7 {
    margin-top: -6rem !important;
  }
  /* line 11981, vendor/assets/stylesheets/argon.css */
  .mr-sm--7,
.mx-sm--7 {
    margin-right: -6rem !important;
  }
  /* line 11986, vendor/assets/stylesheets/argon.css */
  .mb-sm--7,
.my-sm--7 {
    margin-bottom: -6rem !important;
  }
  /* line 11991, vendor/assets/stylesheets/argon.css */
  .ml-sm--7,
.mx-sm--7 {
    margin-left: -6rem !important;
  }
  /* line 11996, vendor/assets/stylesheets/argon.css */
  .m-sm--6 {
    margin: -4.5rem !important;
  }
  /* line 12000, vendor/assets/stylesheets/argon.css */
  .mt-sm--6,
.my-sm--6 {
    margin-top: -4.5rem !important;
  }
  /* line 12005, vendor/assets/stylesheets/argon.css */
  .mr-sm--6,
.mx-sm--6 {
    margin-right: -4.5rem !important;
  }
  /* line 12010, vendor/assets/stylesheets/argon.css */
  .mb-sm--6,
.my-sm--6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 12015, vendor/assets/stylesheets/argon.css */
  .ml-sm--6,
.mx-sm--6 {
    margin-left: -4.5rem !important;
  }
  /* line 12020, vendor/assets/stylesheets/argon.css */
  .m-sm--5 {
    margin: -3rem !important;
  }
  /* line 12024, vendor/assets/stylesheets/argon.css */
  .mt-sm--5,
.my-sm--5 {
    margin-top: -3rem !important;
  }
  /* line 12029, vendor/assets/stylesheets/argon.css */
  .mr-sm--5,
.mx-sm--5 {
    margin-right: -3rem !important;
  }
  /* line 12034, vendor/assets/stylesheets/argon.css */
  .mb-sm--5,
.my-sm--5 {
    margin-bottom: -3rem !important;
  }
  /* line 12039, vendor/assets/stylesheets/argon.css */
  .ml-sm--5,
.mx-sm--5 {
    margin-left: -3rem !important;
  }
  /* line 12044, vendor/assets/stylesheets/argon.css */
  .m-sm--4 {
    margin: -1.5rem !important;
  }
  /* line 12048, vendor/assets/stylesheets/argon.css */
  .mt-sm--4,
.my-sm--4 {
    margin-top: -1.5rem !important;
  }
  /* line 12053, vendor/assets/stylesheets/argon.css */
  .mr-sm--4,
.mx-sm--4 {
    margin-right: -1.5rem !important;
  }
  /* line 12058, vendor/assets/stylesheets/argon.css */
  .mb-sm--4,
.my-sm--4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 12063, vendor/assets/stylesheets/argon.css */
  .ml-sm--4,
.mx-sm--4 {
    margin-left: -1.5rem !important;
  }
  /* line 12068, vendor/assets/stylesheets/argon.css */
  .m-sm--3 {
    margin: -1rem !important;
  }
  /* line 12072, vendor/assets/stylesheets/argon.css */
  .mt-sm--3,
.my-sm--3 {
    margin-top: -1rem !important;
  }
  /* line 12077, vendor/assets/stylesheets/argon.css */
  .mr-sm--3,
.mx-sm--3 {
    margin-right: -1rem !important;
  }
  /* line 12082, vendor/assets/stylesheets/argon.css */
  .mb-sm--3,
.my-sm--3 {
    margin-bottom: -1rem !important;
  }
  /* line 12087, vendor/assets/stylesheets/argon.css */
  .ml-sm--3,
.mx-sm--3 {
    margin-left: -1rem !important;
  }
  /* line 12092, vendor/assets/stylesheets/argon.css */
  .m-sm--2 {
    margin: -.5rem !important;
  }
  /* line 12096, vendor/assets/stylesheets/argon.css */
  .mt-sm--2,
.my-sm--2 {
    margin-top: -.5rem !important;
  }
  /* line 12101, vendor/assets/stylesheets/argon.css */
  .mr-sm--2,
.mx-sm--2 {
    margin-right: -.5rem !important;
  }
  /* line 12106, vendor/assets/stylesheets/argon.css */
  .mb-sm--2,
.my-sm--2 {
    margin-bottom: -.5rem !important;
  }
  /* line 12111, vendor/assets/stylesheets/argon.css */
  .ml-sm--2,
.mx-sm--2 {
    margin-left: -.5rem !important;
  }
  /* line 12116, vendor/assets/stylesheets/argon.css */
  .m-sm--1 {
    margin: -.25rem !important;
  }
  /* line 12120, vendor/assets/stylesheets/argon.css */
  .mt-sm--1,
.my-sm--1 {
    margin-top: -.25rem !important;
  }
  /* line 12125, vendor/assets/stylesheets/argon.css */
  .mr-sm--1,
.mx-sm--1 {
    margin-right: -.25rem !important;
  }
  /* line 12130, vendor/assets/stylesheets/argon.css */
  .mb-sm--1,
.my-sm--1 {
    margin-bottom: -.25rem !important;
  }
  /* line 12135, vendor/assets/stylesheets/argon.css */
  .ml-sm--1,
.mx-sm--1 {
    margin-left: -.25rem !important;
  }
  /* line 12140, vendor/assets/stylesheets/argon.css */
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  /* line 12144, vendor/assets/stylesheets/argon.css */
  .mt-sm-6,
.my-sm-6 {
    margin-top: 4.5rem !important;
  }
  /* line 12149, vendor/assets/stylesheets/argon.css */
  .mr-sm-6,
.mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  /* line 12154, vendor/assets/stylesheets/argon.css */
  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 12159, vendor/assets/stylesheets/argon.css */
  .ml-sm-6,
.mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  /* line 12164, vendor/assets/stylesheets/argon.css */
  .m-sm-7 {
    margin: 6rem !important;
  }
  /* line 12168, vendor/assets/stylesheets/argon.css */
  .mt-sm-7,
.my-sm-7 {
    margin-top: 6rem !important;
  }
  /* line 12173, vendor/assets/stylesheets/argon.css */
  .mr-sm-7,
.mx-sm-7 {
    margin-right: 6rem !important;
  }
  /* line 12178, vendor/assets/stylesheets/argon.css */
  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 6rem !important;
  }
  /* line 12183, vendor/assets/stylesheets/argon.css */
  .ml-sm-7,
.mx-sm-7 {
    margin-left: 6rem !important;
  }
  /* line 12188, vendor/assets/stylesheets/argon.css */
  .m-sm-8 {
    margin: 8rem !important;
  }
  /* line 12192, vendor/assets/stylesheets/argon.css */
  .mt-sm-8,
.my-sm-8 {
    margin-top: 8rem !important;
  }
  /* line 12197, vendor/assets/stylesheets/argon.css */
  .mr-sm-8,
.mx-sm-8 {
    margin-right: 8rem !important;
  }
  /* line 12202, vendor/assets/stylesheets/argon.css */
  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 8rem !important;
  }
  /* line 12207, vendor/assets/stylesheets/argon.css */
  .ml-sm-8,
.mx-sm-8 {
    margin-left: 8rem !important;
  }
  /* line 12212, vendor/assets/stylesheets/argon.css */
  .m-sm-9 {
    margin: 10rem !important;
  }
  /* line 12216, vendor/assets/stylesheets/argon.css */
  .mt-sm-9,
.my-sm-9 {
    margin-top: 10rem !important;
  }
  /* line 12221, vendor/assets/stylesheets/argon.css */
  .mr-sm-9,
.mx-sm-9 {
    margin-right: 10rem !important;
  }
  /* line 12226, vendor/assets/stylesheets/argon.css */
  .mb-sm-9,
.my-sm-9 {
    margin-bottom: 10rem !important;
  }
  /* line 12231, vendor/assets/stylesheets/argon.css */
  .ml-sm-9,
.mx-sm-9 {
    margin-left: 10rem !important;
  }
  /* line 12236, vendor/assets/stylesheets/argon.css */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12240, vendor/assets/stylesheets/argon.css */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 12245, vendor/assets/stylesheets/argon.css */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 12250, vendor/assets/stylesheets/argon.css */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 12255, vendor/assets/stylesheets/argon.css */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 12260, vendor/assets/stylesheets/argon.css */
  .p-sm-1 {
    padding: .25rem !important;
  }
  /* line 12264, vendor/assets/stylesheets/argon.css */
  .pt-sm-1,
.py-sm-1 {
    padding-top: .25rem !important;
  }
  /* line 12269, vendor/assets/stylesheets/argon.css */
  .pr-sm-1,
.px-sm-1 {
    padding-right: .25rem !important;
  }
  /* line 12274, vendor/assets/stylesheets/argon.css */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: .25rem !important;
  }
  /* line 12279, vendor/assets/stylesheets/argon.css */
  .pl-sm-1,
.px-sm-1 {
    padding-left: .25rem !important;
  }
  /* line 12284, vendor/assets/stylesheets/argon.css */
  .p-sm-2 {
    padding: .5rem !important;
  }
  /* line 12288, vendor/assets/stylesheets/argon.css */
  .pt-sm-2,
.py-sm-2 {
    padding-top: .5rem !important;
  }
  /* line 12293, vendor/assets/stylesheets/argon.css */
  .pr-sm-2,
.px-sm-2 {
    padding-right: .5rem !important;
  }
  /* line 12298, vendor/assets/stylesheets/argon.css */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: .5rem !important;
  }
  /* line 12303, vendor/assets/stylesheets/argon.css */
  .pl-sm-2,
.px-sm-2 {
    padding-left: .5rem !important;
  }
  /* line 12308, vendor/assets/stylesheets/argon.css */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 12312, vendor/assets/stylesheets/argon.css */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 12317, vendor/assets/stylesheets/argon.css */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 12322, vendor/assets/stylesheets/argon.css */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 12327, vendor/assets/stylesheets/argon.css */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 12332, vendor/assets/stylesheets/argon.css */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 12336, vendor/assets/stylesheets/argon.css */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 12341, vendor/assets/stylesheets/argon.css */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 12346, vendor/assets/stylesheets/argon.css */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 12351, vendor/assets/stylesheets/argon.css */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12356, vendor/assets/stylesheets/argon.css */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 12360, vendor/assets/stylesheets/argon.css */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 12365, vendor/assets/stylesheets/argon.css */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 12370, vendor/assets/stylesheets/argon.css */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 12375, vendor/assets/stylesheets/argon.css */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 12380, vendor/assets/stylesheets/argon.css */
  .p-sm--9 {
    padding: -10rem !important;
  }
  /* line 12384, vendor/assets/stylesheets/argon.css */
  .pt-sm--9,
.py-sm--9 {
    padding-top: -10rem !important;
  }
  /* line 12389, vendor/assets/stylesheets/argon.css */
  .pr-sm--9,
.px-sm--9 {
    padding-right: -10rem !important;
  }
  /* line 12394, vendor/assets/stylesheets/argon.css */
  .pb-sm--9,
.py-sm--9 {
    padding-bottom: -10rem !important;
  }
  /* line 12399, vendor/assets/stylesheets/argon.css */
  .pl-sm--9,
.px-sm--9 {
    padding-left: -10rem !important;
  }
  /* line 12404, vendor/assets/stylesheets/argon.css */
  .p-sm--8 {
    padding: -8rem !important;
  }
  /* line 12408, vendor/assets/stylesheets/argon.css */
  .pt-sm--8,
.py-sm--8 {
    padding-top: -8rem !important;
  }
  /* line 12413, vendor/assets/stylesheets/argon.css */
  .pr-sm--8,
.px-sm--8 {
    padding-right: -8rem !important;
  }
  /* line 12418, vendor/assets/stylesheets/argon.css */
  .pb-sm--8,
.py-sm--8 {
    padding-bottom: -8rem !important;
  }
  /* line 12423, vendor/assets/stylesheets/argon.css */
  .pl-sm--8,
.px-sm--8 {
    padding-left: -8rem !important;
  }
  /* line 12428, vendor/assets/stylesheets/argon.css */
  .p-sm--7 {
    padding: -6rem !important;
  }
  /* line 12432, vendor/assets/stylesheets/argon.css */
  .pt-sm--7,
.py-sm--7 {
    padding-top: -6rem !important;
  }
  /* line 12437, vendor/assets/stylesheets/argon.css */
  .pr-sm--7,
.px-sm--7 {
    padding-right: -6rem !important;
  }
  /* line 12442, vendor/assets/stylesheets/argon.css */
  .pb-sm--7,
.py-sm--7 {
    padding-bottom: -6rem !important;
  }
  /* line 12447, vendor/assets/stylesheets/argon.css */
  .pl-sm--7,
.px-sm--7 {
    padding-left: -6rem !important;
  }
  /* line 12452, vendor/assets/stylesheets/argon.css */
  .p-sm--6 {
    padding: -4.5rem !important;
  }
  /* line 12456, vendor/assets/stylesheets/argon.css */
  .pt-sm--6,
.py-sm--6 {
    padding-top: -4.5rem !important;
  }
  /* line 12461, vendor/assets/stylesheets/argon.css */
  .pr-sm--6,
.px-sm--6 {
    padding-right: -4.5rem !important;
  }
  /* line 12466, vendor/assets/stylesheets/argon.css */
  .pb-sm--6,
.py-sm--6 {
    padding-bottom: -4.5rem !important;
  }
  /* line 12471, vendor/assets/stylesheets/argon.css */
  .pl-sm--6,
.px-sm--6 {
    padding-left: -4.5rem !important;
  }
  /* line 12476, vendor/assets/stylesheets/argon.css */
  .p-sm--5 {
    padding: -3rem !important;
  }
  /* line 12480, vendor/assets/stylesheets/argon.css */
  .pt-sm--5,
.py-sm--5 {
    padding-top: -3rem !important;
  }
  /* line 12485, vendor/assets/stylesheets/argon.css */
  .pr-sm--5,
.px-sm--5 {
    padding-right: -3rem !important;
  }
  /* line 12490, vendor/assets/stylesheets/argon.css */
  .pb-sm--5,
.py-sm--5 {
    padding-bottom: -3rem !important;
  }
  /* line 12495, vendor/assets/stylesheets/argon.css */
  .pl-sm--5,
.px-sm--5 {
    padding-left: -3rem !important;
  }
  /* line 12500, vendor/assets/stylesheets/argon.css */
  .p-sm--4 {
    padding: -1.5rem !important;
  }
  /* line 12504, vendor/assets/stylesheets/argon.css */
  .pt-sm--4,
.py-sm--4 {
    padding-top: -1.5rem !important;
  }
  /* line 12509, vendor/assets/stylesheets/argon.css */
  .pr-sm--4,
.px-sm--4 {
    padding-right: -1.5rem !important;
  }
  /* line 12514, vendor/assets/stylesheets/argon.css */
  .pb-sm--4,
.py-sm--4 {
    padding-bottom: -1.5rem !important;
  }
  /* line 12519, vendor/assets/stylesheets/argon.css */
  .pl-sm--4,
.px-sm--4 {
    padding-left: -1.5rem !important;
  }
  /* line 12524, vendor/assets/stylesheets/argon.css */
  .p-sm--3 {
    padding: -1rem !important;
  }
  /* line 12528, vendor/assets/stylesheets/argon.css */
  .pt-sm--3,
.py-sm--3 {
    padding-top: -1rem !important;
  }
  /* line 12533, vendor/assets/stylesheets/argon.css */
  .pr-sm--3,
.px-sm--3 {
    padding-right: -1rem !important;
  }
  /* line 12538, vendor/assets/stylesheets/argon.css */
  .pb-sm--3,
.py-sm--3 {
    padding-bottom: -1rem !important;
  }
  /* line 12543, vendor/assets/stylesheets/argon.css */
  .pl-sm--3,
.px-sm--3 {
    padding-left: -1rem !important;
  }
  /* line 12548, vendor/assets/stylesheets/argon.css */
  .p-sm--2 {
    padding: -.5rem !important;
  }
  /* line 12552, vendor/assets/stylesheets/argon.css */
  .pt-sm--2,
.py-sm--2 {
    padding-top: -.5rem !important;
  }
  /* line 12557, vendor/assets/stylesheets/argon.css */
  .pr-sm--2,
.px-sm--2 {
    padding-right: -.5rem !important;
  }
  /* line 12562, vendor/assets/stylesheets/argon.css */
  .pb-sm--2,
.py-sm--2 {
    padding-bottom: -.5rem !important;
  }
  /* line 12567, vendor/assets/stylesheets/argon.css */
  .pl-sm--2,
.px-sm--2 {
    padding-left: -.5rem !important;
  }
  /* line 12572, vendor/assets/stylesheets/argon.css */
  .p-sm--1 {
    padding: -.25rem !important;
  }
  /* line 12576, vendor/assets/stylesheets/argon.css */
  .pt-sm--1,
.py-sm--1 {
    padding-top: -.25rem !important;
  }
  /* line 12581, vendor/assets/stylesheets/argon.css */
  .pr-sm--1,
.px-sm--1 {
    padding-right: -.25rem !important;
  }
  /* line 12586, vendor/assets/stylesheets/argon.css */
  .pb-sm--1,
.py-sm--1 {
    padding-bottom: -.25rem !important;
  }
  /* line 12591, vendor/assets/stylesheets/argon.css */
  .pl-sm--1,
.px-sm--1 {
    padding-left: -.25rem !important;
  }
  /* line 12596, vendor/assets/stylesheets/argon.css */
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  /* line 12600, vendor/assets/stylesheets/argon.css */
  .pt-sm-6,
.py-sm-6 {
    padding-top: 4.5rem !important;
  }
  /* line 12605, vendor/assets/stylesheets/argon.css */
  .pr-sm-6,
.px-sm-6 {
    padding-right: 4.5rem !important;
  }
  /* line 12610, vendor/assets/stylesheets/argon.css */
  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 12615, vendor/assets/stylesheets/argon.css */
  .pl-sm-6,
.px-sm-6 {
    padding-left: 4.5rem !important;
  }
  /* line 12620, vendor/assets/stylesheets/argon.css */
  .p-sm-7 {
    padding: 6rem !important;
  }
  /* line 12624, vendor/assets/stylesheets/argon.css */
  .pt-sm-7,
.py-sm-7 {
    padding-top: 6rem !important;
  }
  /* line 12629, vendor/assets/stylesheets/argon.css */
  .pr-sm-7,
.px-sm-7 {
    padding-right: 6rem !important;
  }
  /* line 12634, vendor/assets/stylesheets/argon.css */
  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 6rem !important;
  }
  /* line 12639, vendor/assets/stylesheets/argon.css */
  .pl-sm-7,
.px-sm-7 {
    padding-left: 6rem !important;
  }
  /* line 12644, vendor/assets/stylesheets/argon.css */
  .p-sm-8 {
    padding: 8rem !important;
  }
  /* line 12648, vendor/assets/stylesheets/argon.css */
  .pt-sm-8,
.py-sm-8 {
    padding-top: 8rem !important;
  }
  /* line 12653, vendor/assets/stylesheets/argon.css */
  .pr-sm-8,
.px-sm-8 {
    padding-right: 8rem !important;
  }
  /* line 12658, vendor/assets/stylesheets/argon.css */
  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 8rem !important;
  }
  /* line 12663, vendor/assets/stylesheets/argon.css */
  .pl-sm-8,
.px-sm-8 {
    padding-left: 8rem !important;
  }
  /* line 12668, vendor/assets/stylesheets/argon.css */
  .p-sm-9 {
    padding: 10rem !important;
  }
  /* line 12672, vendor/assets/stylesheets/argon.css */
  .pt-sm-9,
.py-sm-9 {
    padding-top: 10rem !important;
  }
  /* line 12677, vendor/assets/stylesheets/argon.css */
  .pr-sm-9,
.px-sm-9 {
    padding-right: 10rem !important;
  }
  /* line 12682, vendor/assets/stylesheets/argon.css */
  .pb-sm-9,
.py-sm-9 {
    padding-bottom: 10rem !important;
  }
  /* line 12687, vendor/assets/stylesheets/argon.css */
  .pl-sm-9,
.px-sm-9 {
    padding-left: 10rem !important;
  }
  /* line 12692, vendor/assets/stylesheets/argon.css */
  .m-sm-n1 {
    margin: -.25rem !important;
  }
  /* line 12696, vendor/assets/stylesheets/argon.css */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -.25rem !important;
  }
  /* line 12701, vendor/assets/stylesheets/argon.css */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -.25rem !important;
  }
  /* line 12706, vendor/assets/stylesheets/argon.css */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -.25rem !important;
  }
  /* line 12711, vendor/assets/stylesheets/argon.css */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -.25rem !important;
  }
  /* line 12716, vendor/assets/stylesheets/argon.css */
  .m-sm-n2 {
    margin: -.5rem !important;
  }
  /* line 12720, vendor/assets/stylesheets/argon.css */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -.5rem !important;
  }
  /* line 12725, vendor/assets/stylesheets/argon.css */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -.5rem !important;
  }
  /* line 12730, vendor/assets/stylesheets/argon.css */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -.5rem !important;
  }
  /* line 12735, vendor/assets/stylesheets/argon.css */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -.5rem !important;
  }
  /* line 12740, vendor/assets/stylesheets/argon.css */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 12744, vendor/assets/stylesheets/argon.css */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 12749, vendor/assets/stylesheets/argon.css */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 12754, vendor/assets/stylesheets/argon.css */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 12759, vendor/assets/stylesheets/argon.css */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 12764, vendor/assets/stylesheets/argon.css */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 12768, vendor/assets/stylesheets/argon.css */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 12773, vendor/assets/stylesheets/argon.css */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 12778, vendor/assets/stylesheets/argon.css */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 12783, vendor/assets/stylesheets/argon.css */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 12788, vendor/assets/stylesheets/argon.css */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 12792, vendor/assets/stylesheets/argon.css */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 12797, vendor/assets/stylesheets/argon.css */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 12802, vendor/assets/stylesheets/argon.css */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 12807, vendor/assets/stylesheets/argon.css */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 12812, vendor/assets/stylesheets/argon.css */
  .m-sm-n-9 {
    margin: 10rem !important;
  }
  /* line 12816, vendor/assets/stylesheets/argon.css */
  .mt-sm-n-9,
.my-sm-n-9 {
    margin-top: 10rem !important;
  }
  /* line 12821, vendor/assets/stylesheets/argon.css */
  .mr-sm-n-9,
.mx-sm-n-9 {
    margin-right: 10rem !important;
  }
  /* line 12826, vendor/assets/stylesheets/argon.css */
  .mb-sm-n-9,
.my-sm-n-9 {
    margin-bottom: 10rem !important;
  }
  /* line 12831, vendor/assets/stylesheets/argon.css */
  .ml-sm-n-9,
.mx-sm-n-9 {
    margin-left: 10rem !important;
  }
  /* line 12836, vendor/assets/stylesheets/argon.css */
  .m-sm-n-8 {
    margin: 8rem !important;
  }
  /* line 12840, vendor/assets/stylesheets/argon.css */
  .mt-sm-n-8,
.my-sm-n-8 {
    margin-top: 8rem !important;
  }
  /* line 12845, vendor/assets/stylesheets/argon.css */
  .mr-sm-n-8,
.mx-sm-n-8 {
    margin-right: 8rem !important;
  }
  /* line 12850, vendor/assets/stylesheets/argon.css */
  .mb-sm-n-8,
.my-sm-n-8 {
    margin-bottom: 8rem !important;
  }
  /* line 12855, vendor/assets/stylesheets/argon.css */
  .ml-sm-n-8,
.mx-sm-n-8 {
    margin-left: 8rem !important;
  }
  /* line 12860, vendor/assets/stylesheets/argon.css */
  .m-sm-n-7 {
    margin: 6rem !important;
  }
  /* line 12864, vendor/assets/stylesheets/argon.css */
  .mt-sm-n-7,
.my-sm-n-7 {
    margin-top: 6rem !important;
  }
  /* line 12869, vendor/assets/stylesheets/argon.css */
  .mr-sm-n-7,
.mx-sm-n-7 {
    margin-right: 6rem !important;
  }
  /* line 12874, vendor/assets/stylesheets/argon.css */
  .mb-sm-n-7,
.my-sm-n-7 {
    margin-bottom: 6rem !important;
  }
  /* line 12879, vendor/assets/stylesheets/argon.css */
  .ml-sm-n-7,
.mx-sm-n-7 {
    margin-left: 6rem !important;
  }
  /* line 12884, vendor/assets/stylesheets/argon.css */
  .m-sm-n-6 {
    margin: 4.5rem !important;
  }
  /* line 12888, vendor/assets/stylesheets/argon.css */
  .mt-sm-n-6,
.my-sm-n-6 {
    margin-top: 4.5rem !important;
  }
  /* line 12893, vendor/assets/stylesheets/argon.css */
  .mr-sm-n-6,
.mx-sm-n-6 {
    margin-right: 4.5rem !important;
  }
  /* line 12898, vendor/assets/stylesheets/argon.css */
  .mb-sm-n-6,
.my-sm-n-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 12903, vendor/assets/stylesheets/argon.css */
  .ml-sm-n-6,
.mx-sm-n-6 {
    margin-left: 4.5rem !important;
  }
  /* line 12908, vendor/assets/stylesheets/argon.css */
  .m-sm-n-5 {
    margin: 3rem !important;
  }
  /* line 12912, vendor/assets/stylesheets/argon.css */
  .mt-sm-n-5,
.my-sm-n-5 {
    margin-top: 3rem !important;
  }
  /* line 12917, vendor/assets/stylesheets/argon.css */
  .mr-sm-n-5,
.mx-sm-n-5 {
    margin-right: 3rem !important;
  }
  /* line 12922, vendor/assets/stylesheets/argon.css */
  .mb-sm-n-5,
.my-sm-n-5 {
    margin-bottom: 3rem !important;
  }
  /* line 12927, vendor/assets/stylesheets/argon.css */
  .ml-sm-n-5,
.mx-sm-n-5 {
    margin-left: 3rem !important;
  }
  /* line 12932, vendor/assets/stylesheets/argon.css */
  .m-sm-n-4 {
    margin: 1.5rem !important;
  }
  /* line 12936, vendor/assets/stylesheets/argon.css */
  .mt-sm-n-4,
.my-sm-n-4 {
    margin-top: 1.5rem !important;
  }
  /* line 12941, vendor/assets/stylesheets/argon.css */
  .mr-sm-n-4,
.mx-sm-n-4 {
    margin-right: 1.5rem !important;
  }
  /* line 12946, vendor/assets/stylesheets/argon.css */
  .mb-sm-n-4,
.my-sm-n-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 12951, vendor/assets/stylesheets/argon.css */
  .ml-sm-n-4,
.mx-sm-n-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12956, vendor/assets/stylesheets/argon.css */
  .m-sm-n-3 {
    margin: 1rem !important;
  }
  /* line 12960, vendor/assets/stylesheets/argon.css */
  .mt-sm-n-3,
.my-sm-n-3 {
    margin-top: 1rem !important;
  }
  /* line 12965, vendor/assets/stylesheets/argon.css */
  .mr-sm-n-3,
.mx-sm-n-3 {
    margin-right: 1rem !important;
  }
  /* line 12970, vendor/assets/stylesheets/argon.css */
  .mb-sm-n-3,
.my-sm-n-3 {
    margin-bottom: 1rem !important;
  }
  /* line 12975, vendor/assets/stylesheets/argon.css */
  .ml-sm-n-3,
.mx-sm-n-3 {
    margin-left: 1rem !important;
  }
  /* line 12980, vendor/assets/stylesheets/argon.css */
  .m-sm-n-2 {
    margin: .5rem !important;
  }
  /* line 12984, vendor/assets/stylesheets/argon.css */
  .mt-sm-n-2,
.my-sm-n-2 {
    margin-top: .5rem !important;
  }
  /* line 12989, vendor/assets/stylesheets/argon.css */
  .mr-sm-n-2,
.mx-sm-n-2 {
    margin-right: .5rem !important;
  }
  /* line 12994, vendor/assets/stylesheets/argon.css */
  .mb-sm-n-2,
.my-sm-n-2 {
    margin-bottom: .5rem !important;
  }
  /* line 12999, vendor/assets/stylesheets/argon.css */
  .ml-sm-n-2,
.mx-sm-n-2 {
    margin-left: .5rem !important;
  }
  /* line 13004, vendor/assets/stylesheets/argon.css */
  .m-sm-n-1 {
    margin: .25rem !important;
  }
  /* line 13008, vendor/assets/stylesheets/argon.css */
  .mt-sm-n-1,
.my-sm-n-1 {
    margin-top: .25rem !important;
  }
  /* line 13013, vendor/assets/stylesheets/argon.css */
  .mr-sm-n-1,
.mx-sm-n-1 {
    margin-right: .25rem !important;
  }
  /* line 13018, vendor/assets/stylesheets/argon.css */
  .mb-sm-n-1,
.my-sm-n-1 {
    margin-bottom: .25rem !important;
  }
  /* line 13023, vendor/assets/stylesheets/argon.css */
  .ml-sm-n-1,
.mx-sm-n-1 {
    margin-left: .25rem !important;
  }
  /* line 13028, vendor/assets/stylesheets/argon.css */
  .m-sm-n6 {
    margin: -4.5rem !important;
  }
  /* line 13032, vendor/assets/stylesheets/argon.css */
  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 13037, vendor/assets/stylesheets/argon.css */
  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 13042, vendor/assets/stylesheets/argon.css */
  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 13047, vendor/assets/stylesheets/argon.css */
  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 13052, vendor/assets/stylesheets/argon.css */
  .m-sm-n7 {
    margin: -6rem !important;
  }
  /* line 13056, vendor/assets/stylesheets/argon.css */
  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -6rem !important;
  }
  /* line 13061, vendor/assets/stylesheets/argon.css */
  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -6rem !important;
  }
  /* line 13066, vendor/assets/stylesheets/argon.css */
  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -6rem !important;
  }
  /* line 13071, vendor/assets/stylesheets/argon.css */
  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -6rem !important;
  }
  /* line 13076, vendor/assets/stylesheets/argon.css */
  .m-sm-n8 {
    margin: -8rem !important;
  }
  /* line 13080, vendor/assets/stylesheets/argon.css */
  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -8rem !important;
  }
  /* line 13085, vendor/assets/stylesheets/argon.css */
  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -8rem !important;
  }
  /* line 13090, vendor/assets/stylesheets/argon.css */
  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -8rem !important;
  }
  /* line 13095, vendor/assets/stylesheets/argon.css */
  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -8rem !important;
  }
  /* line 13100, vendor/assets/stylesheets/argon.css */
  .m-sm-n9 {
    margin: -10rem !important;
  }
  /* line 13104, vendor/assets/stylesheets/argon.css */
  .mt-sm-n9,
.my-sm-n9 {
    margin-top: -10rem !important;
  }
  /* line 13109, vendor/assets/stylesheets/argon.css */
  .mr-sm-n9,
.mx-sm-n9 {
    margin-right: -10rem !important;
  }
  /* line 13114, vendor/assets/stylesheets/argon.css */
  .mb-sm-n9,
.my-sm-n9 {
    margin-bottom: -10rem !important;
  }
  /* line 13119, vendor/assets/stylesheets/argon.css */
  .ml-sm-n9,
.mx-sm-n9 {
    margin-left: -10rem !important;
  }
  /* line 13124, vendor/assets/stylesheets/argon.css */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 13128, vendor/assets/stylesheets/argon.css */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 13133, vendor/assets/stylesheets/argon.css */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 13138, vendor/assets/stylesheets/argon.css */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 13143, vendor/assets/stylesheets/argon.css */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 13152, vendor/assets/stylesheets/argon.css */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 13156, vendor/assets/stylesheets/argon.css */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 13161, vendor/assets/stylesheets/argon.css */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 13166, vendor/assets/stylesheets/argon.css */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 13171, vendor/assets/stylesheets/argon.css */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 13176, vendor/assets/stylesheets/argon.css */
  .m-md-1 {
    margin: .25rem !important;
  }
  /* line 13180, vendor/assets/stylesheets/argon.css */
  .mt-md-1,
.my-md-1 {
    margin-top: .25rem !important;
  }
  /* line 13185, vendor/assets/stylesheets/argon.css */
  .mr-md-1,
.mx-md-1 {
    margin-right: .25rem !important;
  }
  /* line 13190, vendor/assets/stylesheets/argon.css */
  .mb-md-1,
.my-md-1 {
    margin-bottom: .25rem !important;
  }
  /* line 13195, vendor/assets/stylesheets/argon.css */
  .ml-md-1,
.mx-md-1 {
    margin-left: .25rem !important;
  }
  /* line 13200, vendor/assets/stylesheets/argon.css */
  .m-md-2 {
    margin: .5rem !important;
  }
  /* line 13204, vendor/assets/stylesheets/argon.css */
  .mt-md-2,
.my-md-2 {
    margin-top: .5rem !important;
  }
  /* line 13209, vendor/assets/stylesheets/argon.css */
  .mr-md-2,
.mx-md-2 {
    margin-right: .5rem !important;
  }
  /* line 13214, vendor/assets/stylesheets/argon.css */
  .mb-md-2,
.my-md-2 {
    margin-bottom: .5rem !important;
  }
  /* line 13219, vendor/assets/stylesheets/argon.css */
  .ml-md-2,
.mx-md-2 {
    margin-left: .5rem !important;
  }
  /* line 13224, vendor/assets/stylesheets/argon.css */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 13228, vendor/assets/stylesheets/argon.css */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 13233, vendor/assets/stylesheets/argon.css */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 13238, vendor/assets/stylesheets/argon.css */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 13243, vendor/assets/stylesheets/argon.css */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 13248, vendor/assets/stylesheets/argon.css */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 13252, vendor/assets/stylesheets/argon.css */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 13257, vendor/assets/stylesheets/argon.css */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 13262, vendor/assets/stylesheets/argon.css */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 13267, vendor/assets/stylesheets/argon.css */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 13272, vendor/assets/stylesheets/argon.css */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 13276, vendor/assets/stylesheets/argon.css */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 13281, vendor/assets/stylesheets/argon.css */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 13286, vendor/assets/stylesheets/argon.css */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 13291, vendor/assets/stylesheets/argon.css */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 13296, vendor/assets/stylesheets/argon.css */
  .m-md--9 {
    margin: -10rem !important;
  }
  /* line 13300, vendor/assets/stylesheets/argon.css */
  .mt-md--9,
.my-md--9 {
    margin-top: -10rem !important;
  }
  /* line 13305, vendor/assets/stylesheets/argon.css */
  .mr-md--9,
.mx-md--9 {
    margin-right: -10rem !important;
  }
  /* line 13310, vendor/assets/stylesheets/argon.css */
  .mb-md--9,
.my-md--9 {
    margin-bottom: -10rem !important;
  }
  /* line 13315, vendor/assets/stylesheets/argon.css */
  .ml-md--9,
.mx-md--9 {
    margin-left: -10rem !important;
  }
  /* line 13320, vendor/assets/stylesheets/argon.css */
  .m-md--8 {
    margin: -8rem !important;
  }
  /* line 13324, vendor/assets/stylesheets/argon.css */
  .mt-md--8,
.my-md--8 {
    margin-top: -8rem !important;
  }
  /* line 13329, vendor/assets/stylesheets/argon.css */
  .mr-md--8,
.mx-md--8 {
    margin-right: -8rem !important;
  }
  /* line 13334, vendor/assets/stylesheets/argon.css */
  .mb-md--8,
.my-md--8 {
    margin-bottom: -8rem !important;
  }
  /* line 13339, vendor/assets/stylesheets/argon.css */
  .ml-md--8,
.mx-md--8 {
    margin-left: -8rem !important;
  }
  /* line 13344, vendor/assets/stylesheets/argon.css */
  .m-md--7 {
    margin: -6rem !important;
  }
  /* line 13348, vendor/assets/stylesheets/argon.css */
  .mt-md--7,
.my-md--7 {
    margin-top: -6rem !important;
  }
  /* line 13353, vendor/assets/stylesheets/argon.css */
  .mr-md--7,
.mx-md--7 {
    margin-right: -6rem !important;
  }
  /* line 13358, vendor/assets/stylesheets/argon.css */
  .mb-md--7,
.my-md--7 {
    margin-bottom: -6rem !important;
  }
  /* line 13363, vendor/assets/stylesheets/argon.css */
  .ml-md--7,
.mx-md--7 {
    margin-left: -6rem !important;
  }
  /* line 13368, vendor/assets/stylesheets/argon.css */
  .m-md--6 {
    margin: -4.5rem !important;
  }
  /* line 13372, vendor/assets/stylesheets/argon.css */
  .mt-md--6,
.my-md--6 {
    margin-top: -4.5rem !important;
  }
  /* line 13377, vendor/assets/stylesheets/argon.css */
  .mr-md--6,
.mx-md--6 {
    margin-right: -4.5rem !important;
  }
  /* line 13382, vendor/assets/stylesheets/argon.css */
  .mb-md--6,
.my-md--6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 13387, vendor/assets/stylesheets/argon.css */
  .ml-md--6,
.mx-md--6 {
    margin-left: -4.5rem !important;
  }
  /* line 13392, vendor/assets/stylesheets/argon.css */
  .m-md--5 {
    margin: -3rem !important;
  }
  /* line 13396, vendor/assets/stylesheets/argon.css */
  .mt-md--5,
.my-md--5 {
    margin-top: -3rem !important;
  }
  /* line 13401, vendor/assets/stylesheets/argon.css */
  .mr-md--5,
.mx-md--5 {
    margin-right: -3rem !important;
  }
  /* line 13406, vendor/assets/stylesheets/argon.css */
  .mb-md--5,
.my-md--5 {
    margin-bottom: -3rem !important;
  }
  /* line 13411, vendor/assets/stylesheets/argon.css */
  .ml-md--5,
.mx-md--5 {
    margin-left: -3rem !important;
  }
  /* line 13416, vendor/assets/stylesheets/argon.css */
  .m-md--4 {
    margin: -1.5rem !important;
  }
  /* line 13420, vendor/assets/stylesheets/argon.css */
  .mt-md--4,
.my-md--4 {
    margin-top: -1.5rem !important;
  }
  /* line 13425, vendor/assets/stylesheets/argon.css */
  .mr-md--4,
.mx-md--4 {
    margin-right: -1.5rem !important;
  }
  /* line 13430, vendor/assets/stylesheets/argon.css */
  .mb-md--4,
.my-md--4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 13435, vendor/assets/stylesheets/argon.css */
  .ml-md--4,
.mx-md--4 {
    margin-left: -1.5rem !important;
  }
  /* line 13440, vendor/assets/stylesheets/argon.css */
  .m-md--3 {
    margin: -1rem !important;
  }
  /* line 13444, vendor/assets/stylesheets/argon.css */
  .mt-md--3,
.my-md--3 {
    margin-top: -1rem !important;
  }
  /* line 13449, vendor/assets/stylesheets/argon.css */
  .mr-md--3,
.mx-md--3 {
    margin-right: -1rem !important;
  }
  /* line 13454, vendor/assets/stylesheets/argon.css */
  .mb-md--3,
.my-md--3 {
    margin-bottom: -1rem !important;
  }
  /* line 13459, vendor/assets/stylesheets/argon.css */
  .ml-md--3,
.mx-md--3 {
    margin-left: -1rem !important;
  }
  /* line 13464, vendor/assets/stylesheets/argon.css */
  .m-md--2 {
    margin: -.5rem !important;
  }
  /* line 13468, vendor/assets/stylesheets/argon.css */
  .mt-md--2,
.my-md--2 {
    margin-top: -.5rem !important;
  }
  /* line 13473, vendor/assets/stylesheets/argon.css */
  .mr-md--2,
.mx-md--2 {
    margin-right: -.5rem !important;
  }
  /* line 13478, vendor/assets/stylesheets/argon.css */
  .mb-md--2,
.my-md--2 {
    margin-bottom: -.5rem !important;
  }
  /* line 13483, vendor/assets/stylesheets/argon.css */
  .ml-md--2,
.mx-md--2 {
    margin-left: -.5rem !important;
  }
  /* line 13488, vendor/assets/stylesheets/argon.css */
  .m-md--1 {
    margin: -.25rem !important;
  }
  /* line 13492, vendor/assets/stylesheets/argon.css */
  .mt-md--1,
.my-md--1 {
    margin-top: -.25rem !important;
  }
  /* line 13497, vendor/assets/stylesheets/argon.css */
  .mr-md--1,
.mx-md--1 {
    margin-right: -.25rem !important;
  }
  /* line 13502, vendor/assets/stylesheets/argon.css */
  .mb-md--1,
.my-md--1 {
    margin-bottom: -.25rem !important;
  }
  /* line 13507, vendor/assets/stylesheets/argon.css */
  .ml-md--1,
.mx-md--1 {
    margin-left: -.25rem !important;
  }
  /* line 13512, vendor/assets/stylesheets/argon.css */
  .m-md-6 {
    margin: 4.5rem !important;
  }
  /* line 13516, vendor/assets/stylesheets/argon.css */
  .mt-md-6,
.my-md-6 {
    margin-top: 4.5rem !important;
  }
  /* line 13521, vendor/assets/stylesheets/argon.css */
  .mr-md-6,
.mx-md-6 {
    margin-right: 4.5rem !important;
  }
  /* line 13526, vendor/assets/stylesheets/argon.css */
  .mb-md-6,
.my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 13531, vendor/assets/stylesheets/argon.css */
  .ml-md-6,
.mx-md-6 {
    margin-left: 4.5rem !important;
  }
  /* line 13536, vendor/assets/stylesheets/argon.css */
  .m-md-7 {
    margin: 6rem !important;
  }
  /* line 13540, vendor/assets/stylesheets/argon.css */
  .mt-md-7,
.my-md-7 {
    margin-top: 6rem !important;
  }
  /* line 13545, vendor/assets/stylesheets/argon.css */
  .mr-md-7,
.mx-md-7 {
    margin-right: 6rem !important;
  }
  /* line 13550, vendor/assets/stylesheets/argon.css */
  .mb-md-7,
.my-md-7 {
    margin-bottom: 6rem !important;
  }
  /* line 13555, vendor/assets/stylesheets/argon.css */
  .ml-md-7,
.mx-md-7 {
    margin-left: 6rem !important;
  }
  /* line 13560, vendor/assets/stylesheets/argon.css */
  .m-md-8 {
    margin: 8rem !important;
  }
  /* line 13564, vendor/assets/stylesheets/argon.css */
  .mt-md-8,
.my-md-8 {
    margin-top: 8rem !important;
  }
  /* line 13569, vendor/assets/stylesheets/argon.css */
  .mr-md-8,
.mx-md-8 {
    margin-right: 8rem !important;
  }
  /* line 13574, vendor/assets/stylesheets/argon.css */
  .mb-md-8,
.my-md-8 {
    margin-bottom: 8rem !important;
  }
  /* line 13579, vendor/assets/stylesheets/argon.css */
  .ml-md-8,
.mx-md-8 {
    margin-left: 8rem !important;
  }
  /* line 13584, vendor/assets/stylesheets/argon.css */
  .m-md-9 {
    margin: 10rem !important;
  }
  /* line 13588, vendor/assets/stylesheets/argon.css */
  .mt-md-9,
.my-md-9 {
    margin-top: 10rem !important;
  }
  /* line 13593, vendor/assets/stylesheets/argon.css */
  .mr-md-9,
.mx-md-9 {
    margin-right: 10rem !important;
  }
  /* line 13598, vendor/assets/stylesheets/argon.css */
  .mb-md-9,
.my-md-9 {
    margin-bottom: 10rem !important;
  }
  /* line 13603, vendor/assets/stylesheets/argon.css */
  .ml-md-9,
.mx-md-9 {
    margin-left: 10rem !important;
  }
  /* line 13608, vendor/assets/stylesheets/argon.css */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 13612, vendor/assets/stylesheets/argon.css */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 13617, vendor/assets/stylesheets/argon.css */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 13622, vendor/assets/stylesheets/argon.css */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 13627, vendor/assets/stylesheets/argon.css */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 13632, vendor/assets/stylesheets/argon.css */
  .p-md-1 {
    padding: .25rem !important;
  }
  /* line 13636, vendor/assets/stylesheets/argon.css */
  .pt-md-1,
.py-md-1 {
    padding-top: .25rem !important;
  }
  /* line 13641, vendor/assets/stylesheets/argon.css */
  .pr-md-1,
.px-md-1 {
    padding-right: .25rem !important;
  }
  /* line 13646, vendor/assets/stylesheets/argon.css */
  .pb-md-1,
.py-md-1 {
    padding-bottom: .25rem !important;
  }
  /* line 13651, vendor/assets/stylesheets/argon.css */
  .pl-md-1,
.px-md-1 {
    padding-left: .25rem !important;
  }
  /* line 13656, vendor/assets/stylesheets/argon.css */
  .p-md-2 {
    padding: .5rem !important;
  }
  /* line 13660, vendor/assets/stylesheets/argon.css */
  .pt-md-2,
.py-md-2 {
    padding-top: .5rem !important;
  }
  /* line 13665, vendor/assets/stylesheets/argon.css */
  .pr-md-2,
.px-md-2 {
    padding-right: .5rem !important;
  }
  /* line 13670, vendor/assets/stylesheets/argon.css */
  .pb-md-2,
.py-md-2 {
    padding-bottom: .5rem !important;
  }
  /* line 13675, vendor/assets/stylesheets/argon.css */
  .pl-md-2,
.px-md-2 {
    padding-left: .5rem !important;
  }
  /* line 13680, vendor/assets/stylesheets/argon.css */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 13684, vendor/assets/stylesheets/argon.css */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 13689, vendor/assets/stylesheets/argon.css */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 13694, vendor/assets/stylesheets/argon.css */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 13699, vendor/assets/stylesheets/argon.css */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 13704, vendor/assets/stylesheets/argon.css */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 13708, vendor/assets/stylesheets/argon.css */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 13713, vendor/assets/stylesheets/argon.css */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 13718, vendor/assets/stylesheets/argon.css */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 13723, vendor/assets/stylesheets/argon.css */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 13728, vendor/assets/stylesheets/argon.css */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 13732, vendor/assets/stylesheets/argon.css */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 13737, vendor/assets/stylesheets/argon.css */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 13742, vendor/assets/stylesheets/argon.css */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 13747, vendor/assets/stylesheets/argon.css */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 13752, vendor/assets/stylesheets/argon.css */
  .p-md--9 {
    padding: -10rem !important;
  }
  /* line 13756, vendor/assets/stylesheets/argon.css */
  .pt-md--9,
.py-md--9 {
    padding-top: -10rem !important;
  }
  /* line 13761, vendor/assets/stylesheets/argon.css */
  .pr-md--9,
.px-md--9 {
    padding-right: -10rem !important;
  }
  /* line 13766, vendor/assets/stylesheets/argon.css */
  .pb-md--9,
.py-md--9 {
    padding-bottom: -10rem !important;
  }
  /* line 13771, vendor/assets/stylesheets/argon.css */
  .pl-md--9,
.px-md--9 {
    padding-left: -10rem !important;
  }
  /* line 13776, vendor/assets/stylesheets/argon.css */
  .p-md--8 {
    padding: -8rem !important;
  }
  /* line 13780, vendor/assets/stylesheets/argon.css */
  .pt-md--8,
.py-md--8 {
    padding-top: -8rem !important;
  }
  /* line 13785, vendor/assets/stylesheets/argon.css */
  .pr-md--8,
.px-md--8 {
    padding-right: -8rem !important;
  }
  /* line 13790, vendor/assets/stylesheets/argon.css */
  .pb-md--8,
.py-md--8 {
    padding-bottom: -8rem !important;
  }
  /* line 13795, vendor/assets/stylesheets/argon.css */
  .pl-md--8,
.px-md--8 {
    padding-left: -8rem !important;
  }
  /* line 13800, vendor/assets/stylesheets/argon.css */
  .p-md--7 {
    padding: -6rem !important;
  }
  /* line 13804, vendor/assets/stylesheets/argon.css */
  .pt-md--7,
.py-md--7 {
    padding-top: -6rem !important;
  }
  /* line 13809, vendor/assets/stylesheets/argon.css */
  .pr-md--7,
.px-md--7 {
    padding-right: -6rem !important;
  }
  /* line 13814, vendor/assets/stylesheets/argon.css */
  .pb-md--7,
.py-md--7 {
    padding-bottom: -6rem !important;
  }
  /* line 13819, vendor/assets/stylesheets/argon.css */
  .pl-md--7,
.px-md--7 {
    padding-left: -6rem !important;
  }
  /* line 13824, vendor/assets/stylesheets/argon.css */
  .p-md--6 {
    padding: -4.5rem !important;
  }
  /* line 13828, vendor/assets/stylesheets/argon.css */
  .pt-md--6,
.py-md--6 {
    padding-top: -4.5rem !important;
  }
  /* line 13833, vendor/assets/stylesheets/argon.css */
  .pr-md--6,
.px-md--6 {
    padding-right: -4.5rem !important;
  }
  /* line 13838, vendor/assets/stylesheets/argon.css */
  .pb-md--6,
.py-md--6 {
    padding-bottom: -4.5rem !important;
  }
  /* line 13843, vendor/assets/stylesheets/argon.css */
  .pl-md--6,
.px-md--6 {
    padding-left: -4.5rem !important;
  }
  /* line 13848, vendor/assets/stylesheets/argon.css */
  .p-md--5 {
    padding: -3rem !important;
  }
  /* line 13852, vendor/assets/stylesheets/argon.css */
  .pt-md--5,
.py-md--5 {
    padding-top: -3rem !important;
  }
  /* line 13857, vendor/assets/stylesheets/argon.css */
  .pr-md--5,
.px-md--5 {
    padding-right: -3rem !important;
  }
  /* line 13862, vendor/assets/stylesheets/argon.css */
  .pb-md--5,
.py-md--5 {
    padding-bottom: -3rem !important;
  }
  /* line 13867, vendor/assets/stylesheets/argon.css */
  .pl-md--5,
.px-md--5 {
    padding-left: -3rem !important;
  }
  /* line 13872, vendor/assets/stylesheets/argon.css */
  .p-md--4 {
    padding: -1.5rem !important;
  }
  /* line 13876, vendor/assets/stylesheets/argon.css */
  .pt-md--4,
.py-md--4 {
    padding-top: -1.5rem !important;
  }
  /* line 13881, vendor/assets/stylesheets/argon.css */
  .pr-md--4,
.px-md--4 {
    padding-right: -1.5rem !important;
  }
  /* line 13886, vendor/assets/stylesheets/argon.css */
  .pb-md--4,
.py-md--4 {
    padding-bottom: -1.5rem !important;
  }
  /* line 13891, vendor/assets/stylesheets/argon.css */
  .pl-md--4,
.px-md--4 {
    padding-left: -1.5rem !important;
  }
  /* line 13896, vendor/assets/stylesheets/argon.css */
  .p-md--3 {
    padding: -1rem !important;
  }
  /* line 13900, vendor/assets/stylesheets/argon.css */
  .pt-md--3,
.py-md--3 {
    padding-top: -1rem !important;
  }
  /* line 13905, vendor/assets/stylesheets/argon.css */
  .pr-md--3,
.px-md--3 {
    padding-right: -1rem !important;
  }
  /* line 13910, vendor/assets/stylesheets/argon.css */
  .pb-md--3,
.py-md--3 {
    padding-bottom: -1rem !important;
  }
  /* line 13915, vendor/assets/stylesheets/argon.css */
  .pl-md--3,
.px-md--3 {
    padding-left: -1rem !important;
  }
  /* line 13920, vendor/assets/stylesheets/argon.css */
  .p-md--2 {
    padding: -.5rem !important;
  }
  /* line 13924, vendor/assets/stylesheets/argon.css */
  .pt-md--2,
.py-md--2 {
    padding-top: -.5rem !important;
  }
  /* line 13929, vendor/assets/stylesheets/argon.css */
  .pr-md--2,
.px-md--2 {
    padding-right: -.5rem !important;
  }
  /* line 13934, vendor/assets/stylesheets/argon.css */
  .pb-md--2,
.py-md--2 {
    padding-bottom: -.5rem !important;
  }
  /* line 13939, vendor/assets/stylesheets/argon.css */
  .pl-md--2,
.px-md--2 {
    padding-left: -.5rem !important;
  }
  /* line 13944, vendor/assets/stylesheets/argon.css */
  .p-md--1 {
    padding: -.25rem !important;
  }
  /* line 13948, vendor/assets/stylesheets/argon.css */
  .pt-md--1,
.py-md--1 {
    padding-top: -.25rem !important;
  }
  /* line 13953, vendor/assets/stylesheets/argon.css */
  .pr-md--1,
.px-md--1 {
    padding-right: -.25rem !important;
  }
  /* line 13958, vendor/assets/stylesheets/argon.css */
  .pb-md--1,
.py-md--1 {
    padding-bottom: -.25rem !important;
  }
  /* line 13963, vendor/assets/stylesheets/argon.css */
  .pl-md--1,
.px-md--1 {
    padding-left: -.25rem !important;
  }
  /* line 13968, vendor/assets/stylesheets/argon.css */
  .p-md-6 {
    padding: 4.5rem !important;
  }
  /* line 13972, vendor/assets/stylesheets/argon.css */
  .pt-md-6,
.py-md-6 {
    padding-top: 4.5rem !important;
  }
  /* line 13977, vendor/assets/stylesheets/argon.css */
  .pr-md-6,
.px-md-6 {
    padding-right: 4.5rem !important;
  }
  /* line 13982, vendor/assets/stylesheets/argon.css */
  .pb-md-6,
.py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 13987, vendor/assets/stylesheets/argon.css */
  .pl-md-6,
.px-md-6 {
    padding-left: 4.5rem !important;
  }
  /* line 13992, vendor/assets/stylesheets/argon.css */
  .p-md-7 {
    padding: 6rem !important;
  }
  /* line 13996, vendor/assets/stylesheets/argon.css */
  .pt-md-7,
.py-md-7 {
    padding-top: 6rem !important;
  }
  /* line 14001, vendor/assets/stylesheets/argon.css */
  .pr-md-7,
.px-md-7 {
    padding-right: 6rem !important;
  }
  /* line 14006, vendor/assets/stylesheets/argon.css */
  .pb-md-7,
.py-md-7 {
    padding-bottom: 6rem !important;
  }
  /* line 14011, vendor/assets/stylesheets/argon.css */
  .pl-md-7,
.px-md-7 {
    padding-left: 6rem !important;
  }
  /* line 14016, vendor/assets/stylesheets/argon.css */
  .p-md-8 {
    padding: 8rem !important;
  }
  /* line 14020, vendor/assets/stylesheets/argon.css */
  .pt-md-8,
.py-md-8 {
    padding-top: 8rem !important;
  }
  /* line 14025, vendor/assets/stylesheets/argon.css */
  .pr-md-8,
.px-md-8 {
    padding-right: 8rem !important;
  }
  /* line 14030, vendor/assets/stylesheets/argon.css */
  .pb-md-8,
.py-md-8 {
    padding-bottom: 8rem !important;
  }
  /* line 14035, vendor/assets/stylesheets/argon.css */
  .pl-md-8,
.px-md-8 {
    padding-left: 8rem !important;
  }
  /* line 14040, vendor/assets/stylesheets/argon.css */
  .p-md-9 {
    padding: 10rem !important;
  }
  /* line 14044, vendor/assets/stylesheets/argon.css */
  .pt-md-9,
.py-md-9 {
    padding-top: 10rem !important;
  }
  /* line 14049, vendor/assets/stylesheets/argon.css */
  .pr-md-9,
.px-md-9 {
    padding-right: 10rem !important;
  }
  /* line 14054, vendor/assets/stylesheets/argon.css */
  .pb-md-9,
.py-md-9 {
    padding-bottom: 10rem !important;
  }
  /* line 14059, vendor/assets/stylesheets/argon.css */
  .pl-md-9,
.px-md-9 {
    padding-left: 10rem !important;
  }
  /* line 14064, vendor/assets/stylesheets/argon.css */
  .m-md-n1 {
    margin: -.25rem !important;
  }
  /* line 14068, vendor/assets/stylesheets/argon.css */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -.25rem !important;
  }
  /* line 14073, vendor/assets/stylesheets/argon.css */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -.25rem !important;
  }
  /* line 14078, vendor/assets/stylesheets/argon.css */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -.25rem !important;
  }
  /* line 14083, vendor/assets/stylesheets/argon.css */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -.25rem !important;
  }
  /* line 14088, vendor/assets/stylesheets/argon.css */
  .m-md-n2 {
    margin: -.5rem !important;
  }
  /* line 14092, vendor/assets/stylesheets/argon.css */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -.5rem !important;
  }
  /* line 14097, vendor/assets/stylesheets/argon.css */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -.5rem !important;
  }
  /* line 14102, vendor/assets/stylesheets/argon.css */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -.5rem !important;
  }
  /* line 14107, vendor/assets/stylesheets/argon.css */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -.5rem !important;
  }
  /* line 14112, vendor/assets/stylesheets/argon.css */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 14116, vendor/assets/stylesheets/argon.css */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 14121, vendor/assets/stylesheets/argon.css */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 14126, vendor/assets/stylesheets/argon.css */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 14131, vendor/assets/stylesheets/argon.css */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 14136, vendor/assets/stylesheets/argon.css */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 14140, vendor/assets/stylesheets/argon.css */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 14145, vendor/assets/stylesheets/argon.css */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 14150, vendor/assets/stylesheets/argon.css */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 14155, vendor/assets/stylesheets/argon.css */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 14160, vendor/assets/stylesheets/argon.css */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 14164, vendor/assets/stylesheets/argon.css */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 14169, vendor/assets/stylesheets/argon.css */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 14174, vendor/assets/stylesheets/argon.css */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 14179, vendor/assets/stylesheets/argon.css */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 14184, vendor/assets/stylesheets/argon.css */
  .m-md-n-9 {
    margin: 10rem !important;
  }
  /* line 14188, vendor/assets/stylesheets/argon.css */
  .mt-md-n-9,
.my-md-n-9 {
    margin-top: 10rem !important;
  }
  /* line 14193, vendor/assets/stylesheets/argon.css */
  .mr-md-n-9,
.mx-md-n-9 {
    margin-right: 10rem !important;
  }
  /* line 14198, vendor/assets/stylesheets/argon.css */
  .mb-md-n-9,
.my-md-n-9 {
    margin-bottom: 10rem !important;
  }
  /* line 14203, vendor/assets/stylesheets/argon.css */
  .ml-md-n-9,
.mx-md-n-9 {
    margin-left: 10rem !important;
  }
  /* line 14208, vendor/assets/stylesheets/argon.css */
  .m-md-n-8 {
    margin: 8rem !important;
  }
  /* line 14212, vendor/assets/stylesheets/argon.css */
  .mt-md-n-8,
.my-md-n-8 {
    margin-top: 8rem !important;
  }
  /* line 14217, vendor/assets/stylesheets/argon.css */
  .mr-md-n-8,
.mx-md-n-8 {
    margin-right: 8rem !important;
  }
  /* line 14222, vendor/assets/stylesheets/argon.css */
  .mb-md-n-8,
.my-md-n-8 {
    margin-bottom: 8rem !important;
  }
  /* line 14227, vendor/assets/stylesheets/argon.css */
  .ml-md-n-8,
.mx-md-n-8 {
    margin-left: 8rem !important;
  }
  /* line 14232, vendor/assets/stylesheets/argon.css */
  .m-md-n-7 {
    margin: 6rem !important;
  }
  /* line 14236, vendor/assets/stylesheets/argon.css */
  .mt-md-n-7,
.my-md-n-7 {
    margin-top: 6rem !important;
  }
  /* line 14241, vendor/assets/stylesheets/argon.css */
  .mr-md-n-7,
.mx-md-n-7 {
    margin-right: 6rem !important;
  }
  /* line 14246, vendor/assets/stylesheets/argon.css */
  .mb-md-n-7,
.my-md-n-7 {
    margin-bottom: 6rem !important;
  }
  /* line 14251, vendor/assets/stylesheets/argon.css */
  .ml-md-n-7,
.mx-md-n-7 {
    margin-left: 6rem !important;
  }
  /* line 14256, vendor/assets/stylesheets/argon.css */
  .m-md-n-6 {
    margin: 4.5rem !important;
  }
  /* line 14260, vendor/assets/stylesheets/argon.css */
  .mt-md-n-6,
.my-md-n-6 {
    margin-top: 4.5rem !important;
  }
  /* line 14265, vendor/assets/stylesheets/argon.css */
  .mr-md-n-6,
.mx-md-n-6 {
    margin-right: 4.5rem !important;
  }
  /* line 14270, vendor/assets/stylesheets/argon.css */
  .mb-md-n-6,
.my-md-n-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 14275, vendor/assets/stylesheets/argon.css */
  .ml-md-n-6,
.mx-md-n-6 {
    margin-left: 4.5rem !important;
  }
  /* line 14280, vendor/assets/stylesheets/argon.css */
  .m-md-n-5 {
    margin: 3rem !important;
  }
  /* line 14284, vendor/assets/stylesheets/argon.css */
  .mt-md-n-5,
.my-md-n-5 {
    margin-top: 3rem !important;
  }
  /* line 14289, vendor/assets/stylesheets/argon.css */
  .mr-md-n-5,
.mx-md-n-5 {
    margin-right: 3rem !important;
  }
  /* line 14294, vendor/assets/stylesheets/argon.css */
  .mb-md-n-5,
.my-md-n-5 {
    margin-bottom: 3rem !important;
  }
  /* line 14299, vendor/assets/stylesheets/argon.css */
  .ml-md-n-5,
.mx-md-n-5 {
    margin-left: 3rem !important;
  }
  /* line 14304, vendor/assets/stylesheets/argon.css */
  .m-md-n-4 {
    margin: 1.5rem !important;
  }
  /* line 14308, vendor/assets/stylesheets/argon.css */
  .mt-md-n-4,
.my-md-n-4 {
    margin-top: 1.5rem !important;
  }
  /* line 14313, vendor/assets/stylesheets/argon.css */
  .mr-md-n-4,
.mx-md-n-4 {
    margin-right: 1.5rem !important;
  }
  /* line 14318, vendor/assets/stylesheets/argon.css */
  .mb-md-n-4,
.my-md-n-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 14323, vendor/assets/stylesheets/argon.css */
  .ml-md-n-4,
.mx-md-n-4 {
    margin-left: 1.5rem !important;
  }
  /* line 14328, vendor/assets/stylesheets/argon.css */
  .m-md-n-3 {
    margin: 1rem !important;
  }
  /* line 14332, vendor/assets/stylesheets/argon.css */
  .mt-md-n-3,
.my-md-n-3 {
    margin-top: 1rem !important;
  }
  /* line 14337, vendor/assets/stylesheets/argon.css */
  .mr-md-n-3,
.mx-md-n-3 {
    margin-right: 1rem !important;
  }
  /* line 14342, vendor/assets/stylesheets/argon.css */
  .mb-md-n-3,
.my-md-n-3 {
    margin-bottom: 1rem !important;
  }
  /* line 14347, vendor/assets/stylesheets/argon.css */
  .ml-md-n-3,
.mx-md-n-3 {
    margin-left: 1rem !important;
  }
  /* line 14352, vendor/assets/stylesheets/argon.css */
  .m-md-n-2 {
    margin: .5rem !important;
  }
  /* line 14356, vendor/assets/stylesheets/argon.css */
  .mt-md-n-2,
.my-md-n-2 {
    margin-top: .5rem !important;
  }
  /* line 14361, vendor/assets/stylesheets/argon.css */
  .mr-md-n-2,
.mx-md-n-2 {
    margin-right: .5rem !important;
  }
  /* line 14366, vendor/assets/stylesheets/argon.css */
  .mb-md-n-2,
.my-md-n-2 {
    margin-bottom: .5rem !important;
  }
  /* line 14371, vendor/assets/stylesheets/argon.css */
  .ml-md-n-2,
.mx-md-n-2 {
    margin-left: .5rem !important;
  }
  /* line 14376, vendor/assets/stylesheets/argon.css */
  .m-md-n-1 {
    margin: .25rem !important;
  }
  /* line 14380, vendor/assets/stylesheets/argon.css */
  .mt-md-n-1,
.my-md-n-1 {
    margin-top: .25rem !important;
  }
  /* line 14385, vendor/assets/stylesheets/argon.css */
  .mr-md-n-1,
.mx-md-n-1 {
    margin-right: .25rem !important;
  }
  /* line 14390, vendor/assets/stylesheets/argon.css */
  .mb-md-n-1,
.my-md-n-1 {
    margin-bottom: .25rem !important;
  }
  /* line 14395, vendor/assets/stylesheets/argon.css */
  .ml-md-n-1,
.mx-md-n-1 {
    margin-left: .25rem !important;
  }
  /* line 14400, vendor/assets/stylesheets/argon.css */
  .m-md-n6 {
    margin: -4.5rem !important;
  }
  /* line 14404, vendor/assets/stylesheets/argon.css */
  .mt-md-n6,
.my-md-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 14409, vendor/assets/stylesheets/argon.css */
  .mr-md-n6,
.mx-md-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 14414, vendor/assets/stylesheets/argon.css */
  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 14419, vendor/assets/stylesheets/argon.css */
  .ml-md-n6,
.mx-md-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 14424, vendor/assets/stylesheets/argon.css */
  .m-md-n7 {
    margin: -6rem !important;
  }
  /* line 14428, vendor/assets/stylesheets/argon.css */
  .mt-md-n7,
.my-md-n7 {
    margin-top: -6rem !important;
  }
  /* line 14433, vendor/assets/stylesheets/argon.css */
  .mr-md-n7,
.mx-md-n7 {
    margin-right: -6rem !important;
  }
  /* line 14438, vendor/assets/stylesheets/argon.css */
  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -6rem !important;
  }
  /* line 14443, vendor/assets/stylesheets/argon.css */
  .ml-md-n7,
.mx-md-n7 {
    margin-left: -6rem !important;
  }
  /* line 14448, vendor/assets/stylesheets/argon.css */
  .m-md-n8 {
    margin: -8rem !important;
  }
  /* line 14452, vendor/assets/stylesheets/argon.css */
  .mt-md-n8,
.my-md-n8 {
    margin-top: -8rem !important;
  }
  /* line 14457, vendor/assets/stylesheets/argon.css */
  .mr-md-n8,
.mx-md-n8 {
    margin-right: -8rem !important;
  }
  /* line 14462, vendor/assets/stylesheets/argon.css */
  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -8rem !important;
  }
  /* line 14467, vendor/assets/stylesheets/argon.css */
  .ml-md-n8,
.mx-md-n8 {
    margin-left: -8rem !important;
  }
  /* line 14472, vendor/assets/stylesheets/argon.css */
  .m-md-n9 {
    margin: -10rem !important;
  }
  /* line 14476, vendor/assets/stylesheets/argon.css */
  .mt-md-n9,
.my-md-n9 {
    margin-top: -10rem !important;
  }
  /* line 14481, vendor/assets/stylesheets/argon.css */
  .mr-md-n9,
.mx-md-n9 {
    margin-right: -10rem !important;
  }
  /* line 14486, vendor/assets/stylesheets/argon.css */
  .mb-md-n9,
.my-md-n9 {
    margin-bottom: -10rem !important;
  }
  /* line 14491, vendor/assets/stylesheets/argon.css */
  .ml-md-n9,
.mx-md-n9 {
    margin-left: -10rem !important;
  }
  /* line 14496, vendor/assets/stylesheets/argon.css */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 14500, vendor/assets/stylesheets/argon.css */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 14505, vendor/assets/stylesheets/argon.css */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 14510, vendor/assets/stylesheets/argon.css */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 14515, vendor/assets/stylesheets/argon.css */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 14524, vendor/assets/stylesheets/argon.css */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 14528, vendor/assets/stylesheets/argon.css */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 14533, vendor/assets/stylesheets/argon.css */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 14538, vendor/assets/stylesheets/argon.css */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 14543, vendor/assets/stylesheets/argon.css */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 14548, vendor/assets/stylesheets/argon.css */
  .m-lg-1 {
    margin: .25rem !important;
  }
  /* line 14552, vendor/assets/stylesheets/argon.css */
  .mt-lg-1,
.my-lg-1 {
    margin-top: .25rem !important;
  }
  /* line 14557, vendor/assets/stylesheets/argon.css */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: .25rem !important;
  }
  /* line 14562, vendor/assets/stylesheets/argon.css */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: .25rem !important;
  }
  /* line 14567, vendor/assets/stylesheets/argon.css */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: .25rem !important;
  }
  /* line 14572, vendor/assets/stylesheets/argon.css */
  .m-lg-2 {
    margin: .5rem !important;
  }
  /* line 14576, vendor/assets/stylesheets/argon.css */
  .mt-lg-2,
.my-lg-2 {
    margin-top: .5rem !important;
  }
  /* line 14581, vendor/assets/stylesheets/argon.css */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: .5rem !important;
  }
  /* line 14586, vendor/assets/stylesheets/argon.css */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: .5rem !important;
  }
  /* line 14591, vendor/assets/stylesheets/argon.css */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: .5rem !important;
  }
  /* line 14596, vendor/assets/stylesheets/argon.css */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 14600, vendor/assets/stylesheets/argon.css */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 14605, vendor/assets/stylesheets/argon.css */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 14610, vendor/assets/stylesheets/argon.css */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 14615, vendor/assets/stylesheets/argon.css */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 14620, vendor/assets/stylesheets/argon.css */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 14624, vendor/assets/stylesheets/argon.css */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 14629, vendor/assets/stylesheets/argon.css */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 14634, vendor/assets/stylesheets/argon.css */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 14639, vendor/assets/stylesheets/argon.css */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 14644, vendor/assets/stylesheets/argon.css */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 14648, vendor/assets/stylesheets/argon.css */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 14653, vendor/assets/stylesheets/argon.css */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 14658, vendor/assets/stylesheets/argon.css */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 14663, vendor/assets/stylesheets/argon.css */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 14668, vendor/assets/stylesheets/argon.css */
  .m-lg--9 {
    margin: -10rem !important;
  }
  /* line 14672, vendor/assets/stylesheets/argon.css */
  .mt-lg--9,
.my-lg--9 {
    margin-top: -10rem !important;
  }
  /* line 14677, vendor/assets/stylesheets/argon.css */
  .mr-lg--9,
.mx-lg--9 {
    margin-right: -10rem !important;
  }
  /* line 14682, vendor/assets/stylesheets/argon.css */
  .mb-lg--9,
.my-lg--9 {
    margin-bottom: -10rem !important;
  }
  /* line 14687, vendor/assets/stylesheets/argon.css */
  .ml-lg--9,
.mx-lg--9 {
    margin-left: -10rem !important;
  }
  /* line 14692, vendor/assets/stylesheets/argon.css */
  .m-lg--8 {
    margin: -8rem !important;
  }
  /* line 14696, vendor/assets/stylesheets/argon.css */
  .mt-lg--8,
.my-lg--8 {
    margin-top: -8rem !important;
  }
  /* line 14701, vendor/assets/stylesheets/argon.css */
  .mr-lg--8,
.mx-lg--8 {
    margin-right: -8rem !important;
  }
  /* line 14706, vendor/assets/stylesheets/argon.css */
  .mb-lg--8,
.my-lg--8 {
    margin-bottom: -8rem !important;
  }
  /* line 14711, vendor/assets/stylesheets/argon.css */
  .ml-lg--8,
.mx-lg--8 {
    margin-left: -8rem !important;
  }
  /* line 14716, vendor/assets/stylesheets/argon.css */
  .m-lg--7 {
    margin: -6rem !important;
  }
  /* line 14720, vendor/assets/stylesheets/argon.css */
  .mt-lg--7,
.my-lg--7 {
    margin-top: -6rem !important;
  }
  /* line 14725, vendor/assets/stylesheets/argon.css */
  .mr-lg--7,
.mx-lg--7 {
    margin-right: -6rem !important;
  }
  /* line 14730, vendor/assets/stylesheets/argon.css */
  .mb-lg--7,
.my-lg--7 {
    margin-bottom: -6rem !important;
  }
  /* line 14735, vendor/assets/stylesheets/argon.css */
  .ml-lg--7,
.mx-lg--7 {
    margin-left: -6rem !important;
  }
  /* line 14740, vendor/assets/stylesheets/argon.css */
  .m-lg--6 {
    margin: -4.5rem !important;
  }
  /* line 14744, vendor/assets/stylesheets/argon.css */
  .mt-lg--6,
.my-lg--6 {
    margin-top: -4.5rem !important;
  }
  /* line 14749, vendor/assets/stylesheets/argon.css */
  .mr-lg--6,
.mx-lg--6 {
    margin-right: -4.5rem !important;
  }
  /* line 14754, vendor/assets/stylesheets/argon.css */
  .mb-lg--6,
.my-lg--6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 14759, vendor/assets/stylesheets/argon.css */
  .ml-lg--6,
.mx-lg--6 {
    margin-left: -4.5rem !important;
  }
  /* line 14764, vendor/assets/stylesheets/argon.css */
  .m-lg--5 {
    margin: -3rem !important;
  }
  /* line 14768, vendor/assets/stylesheets/argon.css */
  .mt-lg--5,
.my-lg--5 {
    margin-top: -3rem !important;
  }
  /* line 14773, vendor/assets/stylesheets/argon.css */
  .mr-lg--5,
.mx-lg--5 {
    margin-right: -3rem !important;
  }
  /* line 14778, vendor/assets/stylesheets/argon.css */
  .mb-lg--5,
.my-lg--5 {
    margin-bottom: -3rem !important;
  }
  /* line 14783, vendor/assets/stylesheets/argon.css */
  .ml-lg--5,
.mx-lg--5 {
    margin-left: -3rem !important;
  }
  /* line 14788, vendor/assets/stylesheets/argon.css */
  .m-lg--4 {
    margin: -1.5rem !important;
  }
  /* line 14792, vendor/assets/stylesheets/argon.css */
  .mt-lg--4,
.my-lg--4 {
    margin-top: -1.5rem !important;
  }
  /* line 14797, vendor/assets/stylesheets/argon.css */
  .mr-lg--4,
.mx-lg--4 {
    margin-right: -1.5rem !important;
  }
  /* line 14802, vendor/assets/stylesheets/argon.css */
  .mb-lg--4,
.my-lg--4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 14807, vendor/assets/stylesheets/argon.css */
  .ml-lg--4,
.mx-lg--4 {
    margin-left: -1.5rem !important;
  }
  /* line 14812, vendor/assets/stylesheets/argon.css */
  .m-lg--3 {
    margin: -1rem !important;
  }
  /* line 14816, vendor/assets/stylesheets/argon.css */
  .mt-lg--3,
.my-lg--3 {
    margin-top: -1rem !important;
  }
  /* line 14821, vendor/assets/stylesheets/argon.css */
  .mr-lg--3,
.mx-lg--3 {
    margin-right: -1rem !important;
  }
  /* line 14826, vendor/assets/stylesheets/argon.css */
  .mb-lg--3,
.my-lg--3 {
    margin-bottom: -1rem !important;
  }
  /* line 14831, vendor/assets/stylesheets/argon.css */
  .ml-lg--3,
.mx-lg--3 {
    margin-left: -1rem !important;
  }
  /* line 14836, vendor/assets/stylesheets/argon.css */
  .m-lg--2 {
    margin: -.5rem !important;
  }
  /* line 14840, vendor/assets/stylesheets/argon.css */
  .mt-lg--2,
.my-lg--2 {
    margin-top: -.5rem !important;
  }
  /* line 14845, vendor/assets/stylesheets/argon.css */
  .mr-lg--2,
.mx-lg--2 {
    margin-right: -.5rem !important;
  }
  /* line 14850, vendor/assets/stylesheets/argon.css */
  .mb-lg--2,
.my-lg--2 {
    margin-bottom: -.5rem !important;
  }
  /* line 14855, vendor/assets/stylesheets/argon.css */
  .ml-lg--2,
.mx-lg--2 {
    margin-left: -.5rem !important;
  }
  /* line 14860, vendor/assets/stylesheets/argon.css */
  .m-lg--1 {
    margin: -.25rem !important;
  }
  /* line 14864, vendor/assets/stylesheets/argon.css */
  .mt-lg--1,
.my-lg--1 {
    margin-top: -.25rem !important;
  }
  /* line 14869, vendor/assets/stylesheets/argon.css */
  .mr-lg--1,
.mx-lg--1 {
    margin-right: -.25rem !important;
  }
  /* line 14874, vendor/assets/stylesheets/argon.css */
  .mb-lg--1,
.my-lg--1 {
    margin-bottom: -.25rem !important;
  }
  /* line 14879, vendor/assets/stylesheets/argon.css */
  .ml-lg--1,
.mx-lg--1 {
    margin-left: -.25rem !important;
  }
  /* line 14884, vendor/assets/stylesheets/argon.css */
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  /* line 14888, vendor/assets/stylesheets/argon.css */
  .mt-lg-6,
.my-lg-6 {
    margin-top: 4.5rem !important;
  }
  /* line 14893, vendor/assets/stylesheets/argon.css */
  .mr-lg-6,
.mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  /* line 14898, vendor/assets/stylesheets/argon.css */
  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 14903, vendor/assets/stylesheets/argon.css */
  .ml-lg-6,
.mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  /* line 14908, vendor/assets/stylesheets/argon.css */
  .m-lg-7 {
    margin: 6rem !important;
  }
  /* line 14912, vendor/assets/stylesheets/argon.css */
  .mt-lg-7,
.my-lg-7 {
    margin-top: 6rem !important;
  }
  /* line 14917, vendor/assets/stylesheets/argon.css */
  .mr-lg-7,
.mx-lg-7 {
    margin-right: 6rem !important;
  }
  /* line 14922, vendor/assets/stylesheets/argon.css */
  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 6rem !important;
  }
  /* line 14927, vendor/assets/stylesheets/argon.css */
  .ml-lg-7,
.mx-lg-7 {
    margin-left: 6rem !important;
  }
  /* line 14932, vendor/assets/stylesheets/argon.css */
  .m-lg-8 {
    margin: 8rem !important;
  }
  /* line 14936, vendor/assets/stylesheets/argon.css */
  .mt-lg-8,
.my-lg-8 {
    margin-top: 8rem !important;
  }
  /* line 14941, vendor/assets/stylesheets/argon.css */
  .mr-lg-8,
.mx-lg-8 {
    margin-right: 8rem !important;
  }
  /* line 14946, vendor/assets/stylesheets/argon.css */
  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 8rem !important;
  }
  /* line 14951, vendor/assets/stylesheets/argon.css */
  .ml-lg-8,
.mx-lg-8 {
    margin-left: 8rem !important;
  }
  /* line 14956, vendor/assets/stylesheets/argon.css */
  .m-lg-9 {
    margin: 10rem !important;
  }
  /* line 14960, vendor/assets/stylesheets/argon.css */
  .mt-lg-9,
.my-lg-9 {
    margin-top: 10rem !important;
  }
  /* line 14965, vendor/assets/stylesheets/argon.css */
  .mr-lg-9,
.mx-lg-9 {
    margin-right: 10rem !important;
  }
  /* line 14970, vendor/assets/stylesheets/argon.css */
  .mb-lg-9,
.my-lg-9 {
    margin-bottom: 10rem !important;
  }
  /* line 14975, vendor/assets/stylesheets/argon.css */
  .ml-lg-9,
.mx-lg-9 {
    margin-left: 10rem !important;
  }
  /* line 14980, vendor/assets/stylesheets/argon.css */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 14984, vendor/assets/stylesheets/argon.css */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 14989, vendor/assets/stylesheets/argon.css */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 14994, vendor/assets/stylesheets/argon.css */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 14999, vendor/assets/stylesheets/argon.css */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 15004, vendor/assets/stylesheets/argon.css */
  .p-lg-1 {
    padding: .25rem !important;
  }
  /* line 15008, vendor/assets/stylesheets/argon.css */
  .pt-lg-1,
.py-lg-1 {
    padding-top: .25rem !important;
  }
  /* line 15013, vendor/assets/stylesheets/argon.css */
  .pr-lg-1,
.px-lg-1 {
    padding-right: .25rem !important;
  }
  /* line 15018, vendor/assets/stylesheets/argon.css */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: .25rem !important;
  }
  /* line 15023, vendor/assets/stylesheets/argon.css */
  .pl-lg-1,
.px-lg-1 {
    padding-left: .25rem !important;
  }
  /* line 15028, vendor/assets/stylesheets/argon.css */
  .p-lg-2 {
    padding: .5rem !important;
  }
  /* line 15032, vendor/assets/stylesheets/argon.css */
  .pt-lg-2,
.py-lg-2 {
    padding-top: .5rem !important;
  }
  /* line 15037, vendor/assets/stylesheets/argon.css */
  .pr-lg-2,
.px-lg-2 {
    padding-right: .5rem !important;
  }
  /* line 15042, vendor/assets/stylesheets/argon.css */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: .5rem !important;
  }
  /* line 15047, vendor/assets/stylesheets/argon.css */
  .pl-lg-2,
.px-lg-2 {
    padding-left: .5rem !important;
  }
  /* line 15052, vendor/assets/stylesheets/argon.css */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 15056, vendor/assets/stylesheets/argon.css */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 15061, vendor/assets/stylesheets/argon.css */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 15066, vendor/assets/stylesheets/argon.css */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 15071, vendor/assets/stylesheets/argon.css */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 15076, vendor/assets/stylesheets/argon.css */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 15080, vendor/assets/stylesheets/argon.css */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15085, vendor/assets/stylesheets/argon.css */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 15090, vendor/assets/stylesheets/argon.css */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 15095, vendor/assets/stylesheets/argon.css */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 15100, vendor/assets/stylesheets/argon.css */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 15104, vendor/assets/stylesheets/argon.css */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 15109, vendor/assets/stylesheets/argon.css */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 15114, vendor/assets/stylesheets/argon.css */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 15119, vendor/assets/stylesheets/argon.css */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 15124, vendor/assets/stylesheets/argon.css */
  .p-lg--9 {
    padding: -10rem !important;
  }
  /* line 15128, vendor/assets/stylesheets/argon.css */
  .pt-lg--9,
.py-lg--9 {
    padding-top: -10rem !important;
  }
  /* line 15133, vendor/assets/stylesheets/argon.css */
  .pr-lg--9,
.px-lg--9 {
    padding-right: -10rem !important;
  }
  /* line 15138, vendor/assets/stylesheets/argon.css */
  .pb-lg--9,
.py-lg--9 {
    padding-bottom: -10rem !important;
  }
  /* line 15143, vendor/assets/stylesheets/argon.css */
  .pl-lg--9,
.px-lg--9 {
    padding-left: -10rem !important;
  }
  /* line 15148, vendor/assets/stylesheets/argon.css */
  .p-lg--8 {
    padding: -8rem !important;
  }
  /* line 15152, vendor/assets/stylesheets/argon.css */
  .pt-lg--8,
.py-lg--8 {
    padding-top: -8rem !important;
  }
  /* line 15157, vendor/assets/stylesheets/argon.css */
  .pr-lg--8,
.px-lg--8 {
    padding-right: -8rem !important;
  }
  /* line 15162, vendor/assets/stylesheets/argon.css */
  .pb-lg--8,
.py-lg--8 {
    padding-bottom: -8rem !important;
  }
  /* line 15167, vendor/assets/stylesheets/argon.css */
  .pl-lg--8,
.px-lg--8 {
    padding-left: -8rem !important;
  }
  /* line 15172, vendor/assets/stylesheets/argon.css */
  .p-lg--7 {
    padding: -6rem !important;
  }
  /* line 15176, vendor/assets/stylesheets/argon.css */
  .pt-lg--7,
.py-lg--7 {
    padding-top: -6rem !important;
  }
  /* line 15181, vendor/assets/stylesheets/argon.css */
  .pr-lg--7,
.px-lg--7 {
    padding-right: -6rem !important;
  }
  /* line 15186, vendor/assets/stylesheets/argon.css */
  .pb-lg--7,
.py-lg--7 {
    padding-bottom: -6rem !important;
  }
  /* line 15191, vendor/assets/stylesheets/argon.css */
  .pl-lg--7,
.px-lg--7 {
    padding-left: -6rem !important;
  }
  /* line 15196, vendor/assets/stylesheets/argon.css */
  .p-lg--6 {
    padding: -4.5rem !important;
  }
  /* line 15200, vendor/assets/stylesheets/argon.css */
  .pt-lg--6,
.py-lg--6 {
    padding-top: -4.5rem !important;
  }
  /* line 15205, vendor/assets/stylesheets/argon.css */
  .pr-lg--6,
.px-lg--6 {
    padding-right: -4.5rem !important;
  }
  /* line 15210, vendor/assets/stylesheets/argon.css */
  .pb-lg--6,
.py-lg--6 {
    padding-bottom: -4.5rem !important;
  }
  /* line 15215, vendor/assets/stylesheets/argon.css */
  .pl-lg--6,
.px-lg--6 {
    padding-left: -4.5rem !important;
  }
  /* line 15220, vendor/assets/stylesheets/argon.css */
  .p-lg--5 {
    padding: -3rem !important;
  }
  /* line 15224, vendor/assets/stylesheets/argon.css */
  .pt-lg--5,
.py-lg--5 {
    padding-top: -3rem !important;
  }
  /* line 15229, vendor/assets/stylesheets/argon.css */
  .pr-lg--5,
.px-lg--5 {
    padding-right: -3rem !important;
  }
  /* line 15234, vendor/assets/stylesheets/argon.css */
  .pb-lg--5,
.py-lg--5 {
    padding-bottom: -3rem !important;
  }
  /* line 15239, vendor/assets/stylesheets/argon.css */
  .pl-lg--5,
.px-lg--5 {
    padding-left: -3rem !important;
  }
  /* line 15244, vendor/assets/stylesheets/argon.css */
  .p-lg--4 {
    padding: -1.5rem !important;
  }
  /* line 15248, vendor/assets/stylesheets/argon.css */
  .pt-lg--4,
.py-lg--4 {
    padding-top: -1.5rem !important;
  }
  /* line 15253, vendor/assets/stylesheets/argon.css */
  .pr-lg--4,
.px-lg--4 {
    padding-right: -1.5rem !important;
  }
  /* line 15258, vendor/assets/stylesheets/argon.css */
  .pb-lg--4,
.py-lg--4 {
    padding-bottom: -1.5rem !important;
  }
  /* line 15263, vendor/assets/stylesheets/argon.css */
  .pl-lg--4,
.px-lg--4 {
    padding-left: -1.5rem !important;
  }
  /* line 15268, vendor/assets/stylesheets/argon.css */
  .p-lg--3 {
    padding: -1rem !important;
  }
  /* line 15272, vendor/assets/stylesheets/argon.css */
  .pt-lg--3,
.py-lg--3 {
    padding-top: -1rem !important;
  }
  /* line 15277, vendor/assets/stylesheets/argon.css */
  .pr-lg--3,
.px-lg--3 {
    padding-right: -1rem !important;
  }
  /* line 15282, vendor/assets/stylesheets/argon.css */
  .pb-lg--3,
.py-lg--3 {
    padding-bottom: -1rem !important;
  }
  /* line 15287, vendor/assets/stylesheets/argon.css */
  .pl-lg--3,
.px-lg--3 {
    padding-left: -1rem !important;
  }
  /* line 15292, vendor/assets/stylesheets/argon.css */
  .p-lg--2 {
    padding: -.5rem !important;
  }
  /* line 15296, vendor/assets/stylesheets/argon.css */
  .pt-lg--2,
.py-lg--2 {
    padding-top: -.5rem !important;
  }
  /* line 15301, vendor/assets/stylesheets/argon.css */
  .pr-lg--2,
.px-lg--2 {
    padding-right: -.5rem !important;
  }
  /* line 15306, vendor/assets/stylesheets/argon.css */
  .pb-lg--2,
.py-lg--2 {
    padding-bottom: -.5rem !important;
  }
  /* line 15311, vendor/assets/stylesheets/argon.css */
  .pl-lg--2,
.px-lg--2 {
    padding-left: -.5rem !important;
  }
  /* line 15316, vendor/assets/stylesheets/argon.css */
  .p-lg--1 {
    padding: -.25rem !important;
  }
  /* line 15320, vendor/assets/stylesheets/argon.css */
  .pt-lg--1,
.py-lg--1 {
    padding-top: -.25rem !important;
  }
  /* line 15325, vendor/assets/stylesheets/argon.css */
  .pr-lg--1,
.px-lg--1 {
    padding-right: -.25rem !important;
  }
  /* line 15330, vendor/assets/stylesheets/argon.css */
  .pb-lg--1,
.py-lg--1 {
    padding-bottom: -.25rem !important;
  }
  /* line 15335, vendor/assets/stylesheets/argon.css */
  .pl-lg--1,
.px-lg--1 {
    padding-left: -.25rem !important;
  }
  /* line 15340, vendor/assets/stylesheets/argon.css */
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  /* line 15344, vendor/assets/stylesheets/argon.css */
  .pt-lg-6,
.py-lg-6 {
    padding-top: 4.5rem !important;
  }
  /* line 15349, vendor/assets/stylesheets/argon.css */
  .pr-lg-6,
.px-lg-6 {
    padding-right: 4.5rem !important;
  }
  /* line 15354, vendor/assets/stylesheets/argon.css */
  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 15359, vendor/assets/stylesheets/argon.css */
  .pl-lg-6,
.px-lg-6 {
    padding-left: 4.5rem !important;
  }
  /* line 15364, vendor/assets/stylesheets/argon.css */
  .p-lg-7 {
    padding: 6rem !important;
  }
  /* line 15368, vendor/assets/stylesheets/argon.css */
  .pt-lg-7,
.py-lg-7 {
    padding-top: 6rem !important;
  }
  /* line 15373, vendor/assets/stylesheets/argon.css */
  .pr-lg-7,
.px-lg-7 {
    padding-right: 6rem !important;
  }
  /* line 15378, vendor/assets/stylesheets/argon.css */
  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 6rem !important;
  }
  /* line 15383, vendor/assets/stylesheets/argon.css */
  .pl-lg-7,
.px-lg-7 {
    padding-left: 6rem !important;
  }
  /* line 15388, vendor/assets/stylesheets/argon.css */
  .p-lg-8 {
    padding: 8rem !important;
  }
  /* line 15392, vendor/assets/stylesheets/argon.css */
  .pt-lg-8,
.py-lg-8 {
    padding-top: 8rem !important;
  }
  /* line 15397, vendor/assets/stylesheets/argon.css */
  .pr-lg-8,
.px-lg-8 {
    padding-right: 8rem !important;
  }
  /* line 15402, vendor/assets/stylesheets/argon.css */
  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 8rem !important;
  }
  /* line 15407, vendor/assets/stylesheets/argon.css */
  .pl-lg-8,
.px-lg-8 {
    padding-left: 8rem !important;
  }
  /* line 15412, vendor/assets/stylesheets/argon.css */
  .p-lg-9 {
    padding: 10rem !important;
  }
  /* line 15416, vendor/assets/stylesheets/argon.css */
  .pt-lg-9,
.py-lg-9 {
    padding-top: 10rem !important;
  }
  /* line 15421, vendor/assets/stylesheets/argon.css */
  .pr-lg-9,
.px-lg-9 {
    padding-right: 10rem !important;
  }
  /* line 15426, vendor/assets/stylesheets/argon.css */
  .pb-lg-9,
.py-lg-9 {
    padding-bottom: 10rem !important;
  }
  /* line 15431, vendor/assets/stylesheets/argon.css */
  .pl-lg-9,
.px-lg-9 {
    padding-left: 10rem !important;
  }
  /* line 15436, vendor/assets/stylesheets/argon.css */
  .m-lg-n1 {
    margin: -.25rem !important;
  }
  /* line 15440, vendor/assets/stylesheets/argon.css */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -.25rem !important;
  }
  /* line 15445, vendor/assets/stylesheets/argon.css */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -.25rem !important;
  }
  /* line 15450, vendor/assets/stylesheets/argon.css */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -.25rem !important;
  }
  /* line 15455, vendor/assets/stylesheets/argon.css */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -.25rem !important;
  }
  /* line 15460, vendor/assets/stylesheets/argon.css */
  .m-lg-n2 {
    margin: -.5rem !important;
  }
  /* line 15464, vendor/assets/stylesheets/argon.css */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -.5rem !important;
  }
  /* line 15469, vendor/assets/stylesheets/argon.css */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -.5rem !important;
  }
  /* line 15474, vendor/assets/stylesheets/argon.css */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -.5rem !important;
  }
  /* line 15479, vendor/assets/stylesheets/argon.css */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -.5rem !important;
  }
  /* line 15484, vendor/assets/stylesheets/argon.css */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 15488, vendor/assets/stylesheets/argon.css */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 15493, vendor/assets/stylesheets/argon.css */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 15498, vendor/assets/stylesheets/argon.css */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 15503, vendor/assets/stylesheets/argon.css */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 15508, vendor/assets/stylesheets/argon.css */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 15512, vendor/assets/stylesheets/argon.css */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 15517, vendor/assets/stylesheets/argon.css */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 15522, vendor/assets/stylesheets/argon.css */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 15527, vendor/assets/stylesheets/argon.css */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 15532, vendor/assets/stylesheets/argon.css */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 15536, vendor/assets/stylesheets/argon.css */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 15541, vendor/assets/stylesheets/argon.css */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 15546, vendor/assets/stylesheets/argon.css */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 15551, vendor/assets/stylesheets/argon.css */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 15556, vendor/assets/stylesheets/argon.css */
  .m-lg-n-9 {
    margin: 10rem !important;
  }
  /* line 15560, vendor/assets/stylesheets/argon.css */
  .mt-lg-n-9,
.my-lg-n-9 {
    margin-top: 10rem !important;
  }
  /* line 15565, vendor/assets/stylesheets/argon.css */
  .mr-lg-n-9,
.mx-lg-n-9 {
    margin-right: 10rem !important;
  }
  /* line 15570, vendor/assets/stylesheets/argon.css */
  .mb-lg-n-9,
.my-lg-n-9 {
    margin-bottom: 10rem !important;
  }
  /* line 15575, vendor/assets/stylesheets/argon.css */
  .ml-lg-n-9,
.mx-lg-n-9 {
    margin-left: 10rem !important;
  }
  /* line 15580, vendor/assets/stylesheets/argon.css */
  .m-lg-n-8 {
    margin: 8rem !important;
  }
  /* line 15584, vendor/assets/stylesheets/argon.css */
  .mt-lg-n-8,
.my-lg-n-8 {
    margin-top: 8rem !important;
  }
  /* line 15589, vendor/assets/stylesheets/argon.css */
  .mr-lg-n-8,
.mx-lg-n-8 {
    margin-right: 8rem !important;
  }
  /* line 15594, vendor/assets/stylesheets/argon.css */
  .mb-lg-n-8,
.my-lg-n-8 {
    margin-bottom: 8rem !important;
  }
  /* line 15599, vendor/assets/stylesheets/argon.css */
  .ml-lg-n-8,
.mx-lg-n-8 {
    margin-left: 8rem !important;
  }
  /* line 15604, vendor/assets/stylesheets/argon.css */
  .m-lg-n-7 {
    margin: 6rem !important;
  }
  /* line 15608, vendor/assets/stylesheets/argon.css */
  .mt-lg-n-7,
.my-lg-n-7 {
    margin-top: 6rem !important;
  }
  /* line 15613, vendor/assets/stylesheets/argon.css */
  .mr-lg-n-7,
.mx-lg-n-7 {
    margin-right: 6rem !important;
  }
  /* line 15618, vendor/assets/stylesheets/argon.css */
  .mb-lg-n-7,
.my-lg-n-7 {
    margin-bottom: 6rem !important;
  }
  /* line 15623, vendor/assets/stylesheets/argon.css */
  .ml-lg-n-7,
.mx-lg-n-7 {
    margin-left: 6rem !important;
  }
  /* line 15628, vendor/assets/stylesheets/argon.css */
  .m-lg-n-6 {
    margin: 4.5rem !important;
  }
  /* line 15632, vendor/assets/stylesheets/argon.css */
  .mt-lg-n-6,
.my-lg-n-6 {
    margin-top: 4.5rem !important;
  }
  /* line 15637, vendor/assets/stylesheets/argon.css */
  .mr-lg-n-6,
.mx-lg-n-6 {
    margin-right: 4.5rem !important;
  }
  /* line 15642, vendor/assets/stylesheets/argon.css */
  .mb-lg-n-6,
.my-lg-n-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 15647, vendor/assets/stylesheets/argon.css */
  .ml-lg-n-6,
.mx-lg-n-6 {
    margin-left: 4.5rem !important;
  }
  /* line 15652, vendor/assets/stylesheets/argon.css */
  .m-lg-n-5 {
    margin: 3rem !important;
  }
  /* line 15656, vendor/assets/stylesheets/argon.css */
  .mt-lg-n-5,
.my-lg-n-5 {
    margin-top: 3rem !important;
  }
  /* line 15661, vendor/assets/stylesheets/argon.css */
  .mr-lg-n-5,
.mx-lg-n-5 {
    margin-right: 3rem !important;
  }
  /* line 15666, vendor/assets/stylesheets/argon.css */
  .mb-lg-n-5,
.my-lg-n-5 {
    margin-bottom: 3rem !important;
  }
  /* line 15671, vendor/assets/stylesheets/argon.css */
  .ml-lg-n-5,
.mx-lg-n-5 {
    margin-left: 3rem !important;
  }
  /* line 15676, vendor/assets/stylesheets/argon.css */
  .m-lg-n-4 {
    margin: 1.5rem !important;
  }
  /* line 15680, vendor/assets/stylesheets/argon.css */
  .mt-lg-n-4,
.my-lg-n-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15685, vendor/assets/stylesheets/argon.css */
  .mr-lg-n-4,
.mx-lg-n-4 {
    margin-right: 1.5rem !important;
  }
  /* line 15690, vendor/assets/stylesheets/argon.css */
  .mb-lg-n-4,
.my-lg-n-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 15695, vendor/assets/stylesheets/argon.css */
  .ml-lg-n-4,
.mx-lg-n-4 {
    margin-left: 1.5rem !important;
  }
  /* line 15700, vendor/assets/stylesheets/argon.css */
  .m-lg-n-3 {
    margin: 1rem !important;
  }
  /* line 15704, vendor/assets/stylesheets/argon.css */
  .mt-lg-n-3,
.my-lg-n-3 {
    margin-top: 1rem !important;
  }
  /* line 15709, vendor/assets/stylesheets/argon.css */
  .mr-lg-n-3,
.mx-lg-n-3 {
    margin-right: 1rem !important;
  }
  /* line 15714, vendor/assets/stylesheets/argon.css */
  .mb-lg-n-3,
.my-lg-n-3 {
    margin-bottom: 1rem !important;
  }
  /* line 15719, vendor/assets/stylesheets/argon.css */
  .ml-lg-n-3,
.mx-lg-n-3 {
    margin-left: 1rem !important;
  }
  /* line 15724, vendor/assets/stylesheets/argon.css */
  .m-lg-n-2 {
    margin: .5rem !important;
  }
  /* line 15728, vendor/assets/stylesheets/argon.css */
  .mt-lg-n-2,
.my-lg-n-2 {
    margin-top: .5rem !important;
  }
  /* line 15733, vendor/assets/stylesheets/argon.css */
  .mr-lg-n-2,
.mx-lg-n-2 {
    margin-right: .5rem !important;
  }
  /* line 15738, vendor/assets/stylesheets/argon.css */
  .mb-lg-n-2,
.my-lg-n-2 {
    margin-bottom: .5rem !important;
  }
  /* line 15743, vendor/assets/stylesheets/argon.css */
  .ml-lg-n-2,
.mx-lg-n-2 {
    margin-left: .5rem !important;
  }
  /* line 15748, vendor/assets/stylesheets/argon.css */
  .m-lg-n-1 {
    margin: .25rem !important;
  }
  /* line 15752, vendor/assets/stylesheets/argon.css */
  .mt-lg-n-1,
.my-lg-n-1 {
    margin-top: .25rem !important;
  }
  /* line 15757, vendor/assets/stylesheets/argon.css */
  .mr-lg-n-1,
.mx-lg-n-1 {
    margin-right: .25rem !important;
  }
  /* line 15762, vendor/assets/stylesheets/argon.css */
  .mb-lg-n-1,
.my-lg-n-1 {
    margin-bottom: .25rem !important;
  }
  /* line 15767, vendor/assets/stylesheets/argon.css */
  .ml-lg-n-1,
.mx-lg-n-1 {
    margin-left: .25rem !important;
  }
  /* line 15772, vendor/assets/stylesheets/argon.css */
  .m-lg-n6 {
    margin: -4.5rem !important;
  }
  /* line 15776, vendor/assets/stylesheets/argon.css */
  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 15781, vendor/assets/stylesheets/argon.css */
  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 15786, vendor/assets/stylesheets/argon.css */
  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 15791, vendor/assets/stylesheets/argon.css */
  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 15796, vendor/assets/stylesheets/argon.css */
  .m-lg-n7 {
    margin: -6rem !important;
  }
  /* line 15800, vendor/assets/stylesheets/argon.css */
  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -6rem !important;
  }
  /* line 15805, vendor/assets/stylesheets/argon.css */
  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -6rem !important;
  }
  /* line 15810, vendor/assets/stylesheets/argon.css */
  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -6rem !important;
  }
  /* line 15815, vendor/assets/stylesheets/argon.css */
  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -6rem !important;
  }
  /* line 15820, vendor/assets/stylesheets/argon.css */
  .m-lg-n8 {
    margin: -8rem !important;
  }
  /* line 15824, vendor/assets/stylesheets/argon.css */
  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -8rem !important;
  }
  /* line 15829, vendor/assets/stylesheets/argon.css */
  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -8rem !important;
  }
  /* line 15834, vendor/assets/stylesheets/argon.css */
  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -8rem !important;
  }
  /* line 15839, vendor/assets/stylesheets/argon.css */
  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -8rem !important;
  }
  /* line 15844, vendor/assets/stylesheets/argon.css */
  .m-lg-n9 {
    margin: -10rem !important;
  }
  /* line 15848, vendor/assets/stylesheets/argon.css */
  .mt-lg-n9,
.my-lg-n9 {
    margin-top: -10rem !important;
  }
  /* line 15853, vendor/assets/stylesheets/argon.css */
  .mr-lg-n9,
.mx-lg-n9 {
    margin-right: -10rem !important;
  }
  /* line 15858, vendor/assets/stylesheets/argon.css */
  .mb-lg-n9,
.my-lg-n9 {
    margin-bottom: -10rem !important;
  }
  /* line 15863, vendor/assets/stylesheets/argon.css */
  .ml-lg-n9,
.mx-lg-n9 {
    margin-left: -10rem !important;
  }
  /* line 15868, vendor/assets/stylesheets/argon.css */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 15872, vendor/assets/stylesheets/argon.css */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 15877, vendor/assets/stylesheets/argon.css */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 15882, vendor/assets/stylesheets/argon.css */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 15887, vendor/assets/stylesheets/argon.css */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 15896, vendor/assets/stylesheets/argon.css */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 15900, vendor/assets/stylesheets/argon.css */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 15905, vendor/assets/stylesheets/argon.css */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 15910, vendor/assets/stylesheets/argon.css */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 15915, vendor/assets/stylesheets/argon.css */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 15920, vendor/assets/stylesheets/argon.css */
  .m-xl-1 {
    margin: .25rem !important;
  }
  /* line 15924, vendor/assets/stylesheets/argon.css */
  .mt-xl-1,
.my-xl-1 {
    margin-top: .25rem !important;
  }
  /* line 15929, vendor/assets/stylesheets/argon.css */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: .25rem !important;
  }
  /* line 15934, vendor/assets/stylesheets/argon.css */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: .25rem !important;
  }
  /* line 15939, vendor/assets/stylesheets/argon.css */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: .25rem !important;
  }
  /* line 15944, vendor/assets/stylesheets/argon.css */
  .m-xl-2 {
    margin: .5rem !important;
  }
  /* line 15948, vendor/assets/stylesheets/argon.css */
  .mt-xl-2,
.my-xl-2 {
    margin-top: .5rem !important;
  }
  /* line 15953, vendor/assets/stylesheets/argon.css */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: .5rem !important;
  }
  /* line 15958, vendor/assets/stylesheets/argon.css */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: .5rem !important;
  }
  /* line 15963, vendor/assets/stylesheets/argon.css */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: .5rem !important;
  }
  /* line 15968, vendor/assets/stylesheets/argon.css */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 15972, vendor/assets/stylesheets/argon.css */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 15977, vendor/assets/stylesheets/argon.css */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 15982, vendor/assets/stylesheets/argon.css */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 15987, vendor/assets/stylesheets/argon.css */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 15992, vendor/assets/stylesheets/argon.css */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 15996, vendor/assets/stylesheets/argon.css */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16001, vendor/assets/stylesheets/argon.css */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 16006, vendor/assets/stylesheets/argon.css */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 16011, vendor/assets/stylesheets/argon.css */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 16016, vendor/assets/stylesheets/argon.css */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 16020, vendor/assets/stylesheets/argon.css */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 16025, vendor/assets/stylesheets/argon.css */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 16030, vendor/assets/stylesheets/argon.css */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 16035, vendor/assets/stylesheets/argon.css */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 16040, vendor/assets/stylesheets/argon.css */
  .m-xl--9 {
    margin: -10rem !important;
  }
  /* line 16044, vendor/assets/stylesheets/argon.css */
  .mt-xl--9,
.my-xl--9 {
    margin-top: -10rem !important;
  }
  /* line 16049, vendor/assets/stylesheets/argon.css */
  .mr-xl--9,
.mx-xl--9 {
    margin-right: -10rem !important;
  }
  /* line 16054, vendor/assets/stylesheets/argon.css */
  .mb-xl--9,
.my-xl--9 {
    margin-bottom: -10rem !important;
  }
  /* line 16059, vendor/assets/stylesheets/argon.css */
  .ml-xl--9,
.mx-xl--9 {
    margin-left: -10rem !important;
  }
  /* line 16064, vendor/assets/stylesheets/argon.css */
  .m-xl--8 {
    margin: -8rem !important;
  }
  /* line 16068, vendor/assets/stylesheets/argon.css */
  .mt-xl--8,
.my-xl--8 {
    margin-top: -8rem !important;
  }
  /* line 16073, vendor/assets/stylesheets/argon.css */
  .mr-xl--8,
.mx-xl--8 {
    margin-right: -8rem !important;
  }
  /* line 16078, vendor/assets/stylesheets/argon.css */
  .mb-xl--8,
.my-xl--8 {
    margin-bottom: -8rem !important;
  }
  /* line 16083, vendor/assets/stylesheets/argon.css */
  .ml-xl--8,
.mx-xl--8 {
    margin-left: -8rem !important;
  }
  /* line 16088, vendor/assets/stylesheets/argon.css */
  .m-xl--7 {
    margin: -6rem !important;
  }
  /* line 16092, vendor/assets/stylesheets/argon.css */
  .mt-xl--7,
.my-xl--7 {
    margin-top: -6rem !important;
  }
  /* line 16097, vendor/assets/stylesheets/argon.css */
  .mr-xl--7,
.mx-xl--7 {
    margin-right: -6rem !important;
  }
  /* line 16102, vendor/assets/stylesheets/argon.css */
  .mb-xl--7,
.my-xl--7 {
    margin-bottom: -6rem !important;
  }
  /* line 16107, vendor/assets/stylesheets/argon.css */
  .ml-xl--7,
.mx-xl--7 {
    margin-left: -6rem !important;
  }
  /* line 16112, vendor/assets/stylesheets/argon.css */
  .m-xl--6 {
    margin: -4.5rem !important;
  }
  /* line 16116, vendor/assets/stylesheets/argon.css */
  .mt-xl--6,
.my-xl--6 {
    margin-top: -4.5rem !important;
  }
  /* line 16121, vendor/assets/stylesheets/argon.css */
  .mr-xl--6,
.mx-xl--6 {
    margin-right: -4.5rem !important;
  }
  /* line 16126, vendor/assets/stylesheets/argon.css */
  .mb-xl--6,
.my-xl--6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 16131, vendor/assets/stylesheets/argon.css */
  .ml-xl--6,
.mx-xl--6 {
    margin-left: -4.5rem !important;
  }
  /* line 16136, vendor/assets/stylesheets/argon.css */
  .m-xl--5 {
    margin: -3rem !important;
  }
  /* line 16140, vendor/assets/stylesheets/argon.css */
  .mt-xl--5,
.my-xl--5 {
    margin-top: -3rem !important;
  }
  /* line 16145, vendor/assets/stylesheets/argon.css */
  .mr-xl--5,
.mx-xl--5 {
    margin-right: -3rem !important;
  }
  /* line 16150, vendor/assets/stylesheets/argon.css */
  .mb-xl--5,
.my-xl--5 {
    margin-bottom: -3rem !important;
  }
  /* line 16155, vendor/assets/stylesheets/argon.css */
  .ml-xl--5,
.mx-xl--5 {
    margin-left: -3rem !important;
  }
  /* line 16160, vendor/assets/stylesheets/argon.css */
  .m-xl--4 {
    margin: -1.5rem !important;
  }
  /* line 16164, vendor/assets/stylesheets/argon.css */
  .mt-xl--4,
.my-xl--4 {
    margin-top: -1.5rem !important;
  }
  /* line 16169, vendor/assets/stylesheets/argon.css */
  .mr-xl--4,
.mx-xl--4 {
    margin-right: -1.5rem !important;
  }
  /* line 16174, vendor/assets/stylesheets/argon.css */
  .mb-xl--4,
.my-xl--4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 16179, vendor/assets/stylesheets/argon.css */
  .ml-xl--4,
.mx-xl--4 {
    margin-left: -1.5rem !important;
  }
  /* line 16184, vendor/assets/stylesheets/argon.css */
  .m-xl--3 {
    margin: -1rem !important;
  }
  /* line 16188, vendor/assets/stylesheets/argon.css */
  .mt-xl--3,
.my-xl--3 {
    margin-top: -1rem !important;
  }
  /* line 16193, vendor/assets/stylesheets/argon.css */
  .mr-xl--3,
.mx-xl--3 {
    margin-right: -1rem !important;
  }
  /* line 16198, vendor/assets/stylesheets/argon.css */
  .mb-xl--3,
.my-xl--3 {
    margin-bottom: -1rem !important;
  }
  /* line 16203, vendor/assets/stylesheets/argon.css */
  .ml-xl--3,
.mx-xl--3 {
    margin-left: -1rem !important;
  }
  /* line 16208, vendor/assets/stylesheets/argon.css */
  .m-xl--2 {
    margin: -.5rem !important;
  }
  /* line 16212, vendor/assets/stylesheets/argon.css */
  .mt-xl--2,
.my-xl--2 {
    margin-top: -.5rem !important;
  }
  /* line 16217, vendor/assets/stylesheets/argon.css */
  .mr-xl--2,
.mx-xl--2 {
    margin-right: -.5rem !important;
  }
  /* line 16222, vendor/assets/stylesheets/argon.css */
  .mb-xl--2,
.my-xl--2 {
    margin-bottom: -.5rem !important;
  }
  /* line 16227, vendor/assets/stylesheets/argon.css */
  .ml-xl--2,
.mx-xl--2 {
    margin-left: -.5rem !important;
  }
  /* line 16232, vendor/assets/stylesheets/argon.css */
  .m-xl--1 {
    margin: -.25rem !important;
  }
  /* line 16236, vendor/assets/stylesheets/argon.css */
  .mt-xl--1,
.my-xl--1 {
    margin-top: -.25rem !important;
  }
  /* line 16241, vendor/assets/stylesheets/argon.css */
  .mr-xl--1,
.mx-xl--1 {
    margin-right: -.25rem !important;
  }
  /* line 16246, vendor/assets/stylesheets/argon.css */
  .mb-xl--1,
.my-xl--1 {
    margin-bottom: -.25rem !important;
  }
  /* line 16251, vendor/assets/stylesheets/argon.css */
  .ml-xl--1,
.mx-xl--1 {
    margin-left: -.25rem !important;
  }
  /* line 16256, vendor/assets/stylesheets/argon.css */
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  /* line 16260, vendor/assets/stylesheets/argon.css */
  .mt-xl-6,
.my-xl-6 {
    margin-top: 4.5rem !important;
  }
  /* line 16265, vendor/assets/stylesheets/argon.css */
  .mr-xl-6,
.mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  /* line 16270, vendor/assets/stylesheets/argon.css */
  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 16275, vendor/assets/stylesheets/argon.css */
  .ml-xl-6,
.mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  /* line 16280, vendor/assets/stylesheets/argon.css */
  .m-xl-7 {
    margin: 6rem !important;
  }
  /* line 16284, vendor/assets/stylesheets/argon.css */
  .mt-xl-7,
.my-xl-7 {
    margin-top: 6rem !important;
  }
  /* line 16289, vendor/assets/stylesheets/argon.css */
  .mr-xl-7,
.mx-xl-7 {
    margin-right: 6rem !important;
  }
  /* line 16294, vendor/assets/stylesheets/argon.css */
  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 6rem !important;
  }
  /* line 16299, vendor/assets/stylesheets/argon.css */
  .ml-xl-7,
.mx-xl-7 {
    margin-left: 6rem !important;
  }
  /* line 16304, vendor/assets/stylesheets/argon.css */
  .m-xl-8 {
    margin: 8rem !important;
  }
  /* line 16308, vendor/assets/stylesheets/argon.css */
  .mt-xl-8,
.my-xl-8 {
    margin-top: 8rem !important;
  }
  /* line 16313, vendor/assets/stylesheets/argon.css */
  .mr-xl-8,
.mx-xl-8 {
    margin-right: 8rem !important;
  }
  /* line 16318, vendor/assets/stylesheets/argon.css */
  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 8rem !important;
  }
  /* line 16323, vendor/assets/stylesheets/argon.css */
  .ml-xl-8,
.mx-xl-8 {
    margin-left: 8rem !important;
  }
  /* line 16328, vendor/assets/stylesheets/argon.css */
  .m-xl-9 {
    margin: 10rem !important;
  }
  /* line 16332, vendor/assets/stylesheets/argon.css */
  .mt-xl-9,
.my-xl-9 {
    margin-top: 10rem !important;
  }
  /* line 16337, vendor/assets/stylesheets/argon.css */
  .mr-xl-9,
.mx-xl-9 {
    margin-right: 10rem !important;
  }
  /* line 16342, vendor/assets/stylesheets/argon.css */
  .mb-xl-9,
.my-xl-9 {
    margin-bottom: 10rem !important;
  }
  /* line 16347, vendor/assets/stylesheets/argon.css */
  .ml-xl-9,
.mx-xl-9 {
    margin-left: 10rem !important;
  }
  /* line 16352, vendor/assets/stylesheets/argon.css */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 16356, vendor/assets/stylesheets/argon.css */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 16361, vendor/assets/stylesheets/argon.css */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 16366, vendor/assets/stylesheets/argon.css */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 16371, vendor/assets/stylesheets/argon.css */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 16376, vendor/assets/stylesheets/argon.css */
  .p-xl-1 {
    padding: .25rem !important;
  }
  /* line 16380, vendor/assets/stylesheets/argon.css */
  .pt-xl-1,
.py-xl-1 {
    padding-top: .25rem !important;
  }
  /* line 16385, vendor/assets/stylesheets/argon.css */
  .pr-xl-1,
.px-xl-1 {
    padding-right: .25rem !important;
  }
  /* line 16390, vendor/assets/stylesheets/argon.css */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: .25rem !important;
  }
  /* line 16395, vendor/assets/stylesheets/argon.css */
  .pl-xl-1,
.px-xl-1 {
    padding-left: .25rem !important;
  }
  /* line 16400, vendor/assets/stylesheets/argon.css */
  .p-xl-2 {
    padding: .5rem !important;
  }
  /* line 16404, vendor/assets/stylesheets/argon.css */
  .pt-xl-2,
.py-xl-2 {
    padding-top: .5rem !important;
  }
  /* line 16409, vendor/assets/stylesheets/argon.css */
  .pr-xl-2,
.px-xl-2 {
    padding-right: .5rem !important;
  }
  /* line 16414, vendor/assets/stylesheets/argon.css */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: .5rem !important;
  }
  /* line 16419, vendor/assets/stylesheets/argon.css */
  .pl-xl-2,
.px-xl-2 {
    padding-left: .5rem !important;
  }
  /* line 16424, vendor/assets/stylesheets/argon.css */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 16428, vendor/assets/stylesheets/argon.css */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 16433, vendor/assets/stylesheets/argon.css */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 16438, vendor/assets/stylesheets/argon.css */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 16443, vendor/assets/stylesheets/argon.css */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 16448, vendor/assets/stylesheets/argon.css */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 16452, vendor/assets/stylesheets/argon.css */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16457, vendor/assets/stylesheets/argon.css */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 16462, vendor/assets/stylesheets/argon.css */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 16467, vendor/assets/stylesheets/argon.css */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 16472, vendor/assets/stylesheets/argon.css */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 16476, vendor/assets/stylesheets/argon.css */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 16481, vendor/assets/stylesheets/argon.css */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 16486, vendor/assets/stylesheets/argon.css */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 16491, vendor/assets/stylesheets/argon.css */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 16496, vendor/assets/stylesheets/argon.css */
  .p-xl--9 {
    padding: -10rem !important;
  }
  /* line 16500, vendor/assets/stylesheets/argon.css */
  .pt-xl--9,
.py-xl--9 {
    padding-top: -10rem !important;
  }
  /* line 16505, vendor/assets/stylesheets/argon.css */
  .pr-xl--9,
.px-xl--9 {
    padding-right: -10rem !important;
  }
  /* line 16510, vendor/assets/stylesheets/argon.css */
  .pb-xl--9,
.py-xl--9 {
    padding-bottom: -10rem !important;
  }
  /* line 16515, vendor/assets/stylesheets/argon.css */
  .pl-xl--9,
.px-xl--9 {
    padding-left: -10rem !important;
  }
  /* line 16520, vendor/assets/stylesheets/argon.css */
  .p-xl--8 {
    padding: -8rem !important;
  }
  /* line 16524, vendor/assets/stylesheets/argon.css */
  .pt-xl--8,
.py-xl--8 {
    padding-top: -8rem !important;
  }
  /* line 16529, vendor/assets/stylesheets/argon.css */
  .pr-xl--8,
.px-xl--8 {
    padding-right: -8rem !important;
  }
  /* line 16534, vendor/assets/stylesheets/argon.css */
  .pb-xl--8,
.py-xl--8 {
    padding-bottom: -8rem !important;
  }
  /* line 16539, vendor/assets/stylesheets/argon.css */
  .pl-xl--8,
.px-xl--8 {
    padding-left: -8rem !important;
  }
  /* line 16544, vendor/assets/stylesheets/argon.css */
  .p-xl--7 {
    padding: -6rem !important;
  }
  /* line 16548, vendor/assets/stylesheets/argon.css */
  .pt-xl--7,
.py-xl--7 {
    padding-top: -6rem !important;
  }
  /* line 16553, vendor/assets/stylesheets/argon.css */
  .pr-xl--7,
.px-xl--7 {
    padding-right: -6rem !important;
  }
  /* line 16558, vendor/assets/stylesheets/argon.css */
  .pb-xl--7,
.py-xl--7 {
    padding-bottom: -6rem !important;
  }
  /* line 16563, vendor/assets/stylesheets/argon.css */
  .pl-xl--7,
.px-xl--7 {
    padding-left: -6rem !important;
  }
  /* line 16568, vendor/assets/stylesheets/argon.css */
  .p-xl--6 {
    padding: -4.5rem !important;
  }
  /* line 16572, vendor/assets/stylesheets/argon.css */
  .pt-xl--6,
.py-xl--6 {
    padding-top: -4.5rem !important;
  }
  /* line 16577, vendor/assets/stylesheets/argon.css */
  .pr-xl--6,
.px-xl--6 {
    padding-right: -4.5rem !important;
  }
  /* line 16582, vendor/assets/stylesheets/argon.css */
  .pb-xl--6,
.py-xl--6 {
    padding-bottom: -4.5rem !important;
  }
  /* line 16587, vendor/assets/stylesheets/argon.css */
  .pl-xl--6,
.px-xl--6 {
    padding-left: -4.5rem !important;
  }
  /* line 16592, vendor/assets/stylesheets/argon.css */
  .p-xl--5 {
    padding: -3rem !important;
  }
  /* line 16596, vendor/assets/stylesheets/argon.css */
  .pt-xl--5,
.py-xl--5 {
    padding-top: -3rem !important;
  }
  /* line 16601, vendor/assets/stylesheets/argon.css */
  .pr-xl--5,
.px-xl--5 {
    padding-right: -3rem !important;
  }
  /* line 16606, vendor/assets/stylesheets/argon.css */
  .pb-xl--5,
.py-xl--5 {
    padding-bottom: -3rem !important;
  }
  /* line 16611, vendor/assets/stylesheets/argon.css */
  .pl-xl--5,
.px-xl--5 {
    padding-left: -3rem !important;
  }
  /* line 16616, vendor/assets/stylesheets/argon.css */
  .p-xl--4 {
    padding: -1.5rem !important;
  }
  /* line 16620, vendor/assets/stylesheets/argon.css */
  .pt-xl--4,
.py-xl--4 {
    padding-top: -1.5rem !important;
  }
  /* line 16625, vendor/assets/stylesheets/argon.css */
  .pr-xl--4,
.px-xl--4 {
    padding-right: -1.5rem !important;
  }
  /* line 16630, vendor/assets/stylesheets/argon.css */
  .pb-xl--4,
.py-xl--4 {
    padding-bottom: -1.5rem !important;
  }
  /* line 16635, vendor/assets/stylesheets/argon.css */
  .pl-xl--4,
.px-xl--4 {
    padding-left: -1.5rem !important;
  }
  /* line 16640, vendor/assets/stylesheets/argon.css */
  .p-xl--3 {
    padding: -1rem !important;
  }
  /* line 16644, vendor/assets/stylesheets/argon.css */
  .pt-xl--3,
.py-xl--3 {
    padding-top: -1rem !important;
  }
  /* line 16649, vendor/assets/stylesheets/argon.css */
  .pr-xl--3,
.px-xl--3 {
    padding-right: -1rem !important;
  }
  /* line 16654, vendor/assets/stylesheets/argon.css */
  .pb-xl--3,
.py-xl--3 {
    padding-bottom: -1rem !important;
  }
  /* line 16659, vendor/assets/stylesheets/argon.css */
  .pl-xl--3,
.px-xl--3 {
    padding-left: -1rem !important;
  }
  /* line 16664, vendor/assets/stylesheets/argon.css */
  .p-xl--2 {
    padding: -.5rem !important;
  }
  /* line 16668, vendor/assets/stylesheets/argon.css */
  .pt-xl--2,
.py-xl--2 {
    padding-top: -.5rem !important;
  }
  /* line 16673, vendor/assets/stylesheets/argon.css */
  .pr-xl--2,
.px-xl--2 {
    padding-right: -.5rem !important;
  }
  /* line 16678, vendor/assets/stylesheets/argon.css */
  .pb-xl--2,
.py-xl--2 {
    padding-bottom: -.5rem !important;
  }
  /* line 16683, vendor/assets/stylesheets/argon.css */
  .pl-xl--2,
.px-xl--2 {
    padding-left: -.5rem !important;
  }
  /* line 16688, vendor/assets/stylesheets/argon.css */
  .p-xl--1 {
    padding: -.25rem !important;
  }
  /* line 16692, vendor/assets/stylesheets/argon.css */
  .pt-xl--1,
.py-xl--1 {
    padding-top: -.25rem !important;
  }
  /* line 16697, vendor/assets/stylesheets/argon.css */
  .pr-xl--1,
.px-xl--1 {
    padding-right: -.25rem !important;
  }
  /* line 16702, vendor/assets/stylesheets/argon.css */
  .pb-xl--1,
.py-xl--1 {
    padding-bottom: -.25rem !important;
  }
  /* line 16707, vendor/assets/stylesheets/argon.css */
  .pl-xl--1,
.px-xl--1 {
    padding-left: -.25rem !important;
  }
  /* line 16712, vendor/assets/stylesheets/argon.css */
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  /* line 16716, vendor/assets/stylesheets/argon.css */
  .pt-xl-6,
.py-xl-6 {
    padding-top: 4.5rem !important;
  }
  /* line 16721, vendor/assets/stylesheets/argon.css */
  .pr-xl-6,
.px-xl-6 {
    padding-right: 4.5rem !important;
  }
  /* line 16726, vendor/assets/stylesheets/argon.css */
  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 16731, vendor/assets/stylesheets/argon.css */
  .pl-xl-6,
.px-xl-6 {
    padding-left: 4.5rem !important;
  }
  /* line 16736, vendor/assets/stylesheets/argon.css */
  .p-xl-7 {
    padding: 6rem !important;
  }
  /* line 16740, vendor/assets/stylesheets/argon.css */
  .pt-xl-7,
.py-xl-7 {
    padding-top: 6rem !important;
  }
  /* line 16745, vendor/assets/stylesheets/argon.css */
  .pr-xl-7,
.px-xl-7 {
    padding-right: 6rem !important;
  }
  /* line 16750, vendor/assets/stylesheets/argon.css */
  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 6rem !important;
  }
  /* line 16755, vendor/assets/stylesheets/argon.css */
  .pl-xl-7,
.px-xl-7 {
    padding-left: 6rem !important;
  }
  /* line 16760, vendor/assets/stylesheets/argon.css */
  .p-xl-8 {
    padding: 8rem !important;
  }
  /* line 16764, vendor/assets/stylesheets/argon.css */
  .pt-xl-8,
.py-xl-8 {
    padding-top: 8rem !important;
  }
  /* line 16769, vendor/assets/stylesheets/argon.css */
  .pr-xl-8,
.px-xl-8 {
    padding-right: 8rem !important;
  }
  /* line 16774, vendor/assets/stylesheets/argon.css */
  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 8rem !important;
  }
  /* line 16779, vendor/assets/stylesheets/argon.css */
  .pl-xl-8,
.px-xl-8 {
    padding-left: 8rem !important;
  }
  /* line 16784, vendor/assets/stylesheets/argon.css */
  .p-xl-9 {
    padding: 10rem !important;
  }
  /* line 16788, vendor/assets/stylesheets/argon.css */
  .pt-xl-9,
.py-xl-9 {
    padding-top: 10rem !important;
  }
  /* line 16793, vendor/assets/stylesheets/argon.css */
  .pr-xl-9,
.px-xl-9 {
    padding-right: 10rem !important;
  }
  /* line 16798, vendor/assets/stylesheets/argon.css */
  .pb-xl-9,
.py-xl-9 {
    padding-bottom: 10rem !important;
  }
  /* line 16803, vendor/assets/stylesheets/argon.css */
  .pl-xl-9,
.px-xl-9 {
    padding-left: 10rem !important;
  }
  /* line 16808, vendor/assets/stylesheets/argon.css */
  .m-xl-n1 {
    margin: -.25rem !important;
  }
  /* line 16812, vendor/assets/stylesheets/argon.css */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -.25rem !important;
  }
  /* line 16817, vendor/assets/stylesheets/argon.css */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -.25rem !important;
  }
  /* line 16822, vendor/assets/stylesheets/argon.css */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -.25rem !important;
  }
  /* line 16827, vendor/assets/stylesheets/argon.css */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -.25rem !important;
  }
  /* line 16832, vendor/assets/stylesheets/argon.css */
  .m-xl-n2 {
    margin: -.5rem !important;
  }
  /* line 16836, vendor/assets/stylesheets/argon.css */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -.5rem !important;
  }
  /* line 16841, vendor/assets/stylesheets/argon.css */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -.5rem !important;
  }
  /* line 16846, vendor/assets/stylesheets/argon.css */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -.5rem !important;
  }
  /* line 16851, vendor/assets/stylesheets/argon.css */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -.5rem !important;
  }
  /* line 16856, vendor/assets/stylesheets/argon.css */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 16860, vendor/assets/stylesheets/argon.css */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 16865, vendor/assets/stylesheets/argon.css */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 16870, vendor/assets/stylesheets/argon.css */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 16875, vendor/assets/stylesheets/argon.css */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 16880, vendor/assets/stylesheets/argon.css */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 16884, vendor/assets/stylesheets/argon.css */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 16889, vendor/assets/stylesheets/argon.css */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 16894, vendor/assets/stylesheets/argon.css */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 16899, vendor/assets/stylesheets/argon.css */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 16904, vendor/assets/stylesheets/argon.css */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 16908, vendor/assets/stylesheets/argon.css */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 16913, vendor/assets/stylesheets/argon.css */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 16918, vendor/assets/stylesheets/argon.css */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 16923, vendor/assets/stylesheets/argon.css */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 16928, vendor/assets/stylesheets/argon.css */
  .m-xl-n-9 {
    margin: 10rem !important;
  }
  /* line 16932, vendor/assets/stylesheets/argon.css */
  .mt-xl-n-9,
.my-xl-n-9 {
    margin-top: 10rem !important;
  }
  /* line 16937, vendor/assets/stylesheets/argon.css */
  .mr-xl-n-9,
.mx-xl-n-9 {
    margin-right: 10rem !important;
  }
  /* line 16942, vendor/assets/stylesheets/argon.css */
  .mb-xl-n-9,
.my-xl-n-9 {
    margin-bottom: 10rem !important;
  }
  /* line 16947, vendor/assets/stylesheets/argon.css */
  .ml-xl-n-9,
.mx-xl-n-9 {
    margin-left: 10rem !important;
  }
  /* line 16952, vendor/assets/stylesheets/argon.css */
  .m-xl-n-8 {
    margin: 8rem !important;
  }
  /* line 16956, vendor/assets/stylesheets/argon.css */
  .mt-xl-n-8,
.my-xl-n-8 {
    margin-top: 8rem !important;
  }
  /* line 16961, vendor/assets/stylesheets/argon.css */
  .mr-xl-n-8,
.mx-xl-n-8 {
    margin-right: 8rem !important;
  }
  /* line 16966, vendor/assets/stylesheets/argon.css */
  .mb-xl-n-8,
.my-xl-n-8 {
    margin-bottom: 8rem !important;
  }
  /* line 16971, vendor/assets/stylesheets/argon.css */
  .ml-xl-n-8,
.mx-xl-n-8 {
    margin-left: 8rem !important;
  }
  /* line 16976, vendor/assets/stylesheets/argon.css */
  .m-xl-n-7 {
    margin: 6rem !important;
  }
  /* line 16980, vendor/assets/stylesheets/argon.css */
  .mt-xl-n-7,
.my-xl-n-7 {
    margin-top: 6rem !important;
  }
  /* line 16985, vendor/assets/stylesheets/argon.css */
  .mr-xl-n-7,
.mx-xl-n-7 {
    margin-right: 6rem !important;
  }
  /* line 16990, vendor/assets/stylesheets/argon.css */
  .mb-xl-n-7,
.my-xl-n-7 {
    margin-bottom: 6rem !important;
  }
  /* line 16995, vendor/assets/stylesheets/argon.css */
  .ml-xl-n-7,
.mx-xl-n-7 {
    margin-left: 6rem !important;
  }
  /* line 17000, vendor/assets/stylesheets/argon.css */
  .m-xl-n-6 {
    margin: 4.5rem !important;
  }
  /* line 17004, vendor/assets/stylesheets/argon.css */
  .mt-xl-n-6,
.my-xl-n-6 {
    margin-top: 4.5rem !important;
  }
  /* line 17009, vendor/assets/stylesheets/argon.css */
  .mr-xl-n-6,
.mx-xl-n-6 {
    margin-right: 4.5rem !important;
  }
  /* line 17014, vendor/assets/stylesheets/argon.css */
  .mb-xl-n-6,
.my-xl-n-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 17019, vendor/assets/stylesheets/argon.css */
  .ml-xl-n-6,
.mx-xl-n-6 {
    margin-left: 4.5rem !important;
  }
  /* line 17024, vendor/assets/stylesheets/argon.css */
  .m-xl-n-5 {
    margin: 3rem !important;
  }
  /* line 17028, vendor/assets/stylesheets/argon.css */
  .mt-xl-n-5,
.my-xl-n-5 {
    margin-top: 3rem !important;
  }
  /* line 17033, vendor/assets/stylesheets/argon.css */
  .mr-xl-n-5,
.mx-xl-n-5 {
    margin-right: 3rem !important;
  }
  /* line 17038, vendor/assets/stylesheets/argon.css */
  .mb-xl-n-5,
.my-xl-n-5 {
    margin-bottom: 3rem !important;
  }
  /* line 17043, vendor/assets/stylesheets/argon.css */
  .ml-xl-n-5,
.mx-xl-n-5 {
    margin-left: 3rem !important;
  }
  /* line 17048, vendor/assets/stylesheets/argon.css */
  .m-xl-n-4 {
    margin: 1.5rem !important;
  }
  /* line 17052, vendor/assets/stylesheets/argon.css */
  .mt-xl-n-4,
.my-xl-n-4 {
    margin-top: 1.5rem !important;
  }
  /* line 17057, vendor/assets/stylesheets/argon.css */
  .mr-xl-n-4,
.mx-xl-n-4 {
    margin-right: 1.5rem !important;
  }
  /* line 17062, vendor/assets/stylesheets/argon.css */
  .mb-xl-n-4,
.my-xl-n-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 17067, vendor/assets/stylesheets/argon.css */
  .ml-xl-n-4,
.mx-xl-n-4 {
    margin-left: 1.5rem !important;
  }
  /* line 17072, vendor/assets/stylesheets/argon.css */
  .m-xl-n-3 {
    margin: 1rem !important;
  }
  /* line 17076, vendor/assets/stylesheets/argon.css */
  .mt-xl-n-3,
.my-xl-n-3 {
    margin-top: 1rem !important;
  }
  /* line 17081, vendor/assets/stylesheets/argon.css */
  .mr-xl-n-3,
.mx-xl-n-3 {
    margin-right: 1rem !important;
  }
  /* line 17086, vendor/assets/stylesheets/argon.css */
  .mb-xl-n-3,
.my-xl-n-3 {
    margin-bottom: 1rem !important;
  }
  /* line 17091, vendor/assets/stylesheets/argon.css */
  .ml-xl-n-3,
.mx-xl-n-3 {
    margin-left: 1rem !important;
  }
  /* line 17096, vendor/assets/stylesheets/argon.css */
  .m-xl-n-2 {
    margin: .5rem !important;
  }
  /* line 17100, vendor/assets/stylesheets/argon.css */
  .mt-xl-n-2,
.my-xl-n-2 {
    margin-top: .5rem !important;
  }
  /* line 17105, vendor/assets/stylesheets/argon.css */
  .mr-xl-n-2,
.mx-xl-n-2 {
    margin-right: .5rem !important;
  }
  /* line 17110, vendor/assets/stylesheets/argon.css */
  .mb-xl-n-2,
.my-xl-n-2 {
    margin-bottom: .5rem !important;
  }
  /* line 17115, vendor/assets/stylesheets/argon.css */
  .ml-xl-n-2,
.mx-xl-n-2 {
    margin-left: .5rem !important;
  }
  /* line 17120, vendor/assets/stylesheets/argon.css */
  .m-xl-n-1 {
    margin: .25rem !important;
  }
  /* line 17124, vendor/assets/stylesheets/argon.css */
  .mt-xl-n-1,
.my-xl-n-1 {
    margin-top: .25rem !important;
  }
  /* line 17129, vendor/assets/stylesheets/argon.css */
  .mr-xl-n-1,
.mx-xl-n-1 {
    margin-right: .25rem !important;
  }
  /* line 17134, vendor/assets/stylesheets/argon.css */
  .mb-xl-n-1,
.my-xl-n-1 {
    margin-bottom: .25rem !important;
  }
  /* line 17139, vendor/assets/stylesheets/argon.css */
  .ml-xl-n-1,
.mx-xl-n-1 {
    margin-left: .25rem !important;
  }
  /* line 17144, vendor/assets/stylesheets/argon.css */
  .m-xl-n6 {
    margin: -4.5rem !important;
  }
  /* line 17148, vendor/assets/stylesheets/argon.css */
  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 17153, vendor/assets/stylesheets/argon.css */
  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 17158, vendor/assets/stylesheets/argon.css */
  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 17163, vendor/assets/stylesheets/argon.css */
  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 17168, vendor/assets/stylesheets/argon.css */
  .m-xl-n7 {
    margin: -6rem !important;
  }
  /* line 17172, vendor/assets/stylesheets/argon.css */
  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -6rem !important;
  }
  /* line 17177, vendor/assets/stylesheets/argon.css */
  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -6rem !important;
  }
  /* line 17182, vendor/assets/stylesheets/argon.css */
  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -6rem !important;
  }
  /* line 17187, vendor/assets/stylesheets/argon.css */
  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -6rem !important;
  }
  /* line 17192, vendor/assets/stylesheets/argon.css */
  .m-xl-n8 {
    margin: -8rem !important;
  }
  /* line 17196, vendor/assets/stylesheets/argon.css */
  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -8rem !important;
  }
  /* line 17201, vendor/assets/stylesheets/argon.css */
  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -8rem !important;
  }
  /* line 17206, vendor/assets/stylesheets/argon.css */
  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -8rem !important;
  }
  /* line 17211, vendor/assets/stylesheets/argon.css */
  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -8rem !important;
  }
  /* line 17216, vendor/assets/stylesheets/argon.css */
  .m-xl-n9 {
    margin: -10rem !important;
  }
  /* line 17220, vendor/assets/stylesheets/argon.css */
  .mt-xl-n9,
.my-xl-n9 {
    margin-top: -10rem !important;
  }
  /* line 17225, vendor/assets/stylesheets/argon.css */
  .mr-xl-n9,
.mx-xl-n9 {
    margin-right: -10rem !important;
  }
  /* line 17230, vendor/assets/stylesheets/argon.css */
  .mb-xl-n9,
.my-xl-n9 {
    margin-bottom: -10rem !important;
  }
  /* line 17235, vendor/assets/stylesheets/argon.css */
  .ml-xl-n9,
.mx-xl-n9 {
    margin-left: -10rem !important;
  }
  /* line 17240, vendor/assets/stylesheets/argon.css */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 17244, vendor/assets/stylesheets/argon.css */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 17249, vendor/assets/stylesheets/argon.css */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 17254, vendor/assets/stylesheets/argon.css */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 17259, vendor/assets/stylesheets/argon.css */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 17266, vendor/assets/stylesheets/argon.css */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace !important;
}

/* line 17271, vendor/assets/stylesheets/argon.css */
.text-justify {
  text-align: justify !important;
}

/* line 17276, vendor/assets/stylesheets/argon.css */
.text-wrap {
  white-space: normal !important;
}

/* line 17281, vendor/assets/stylesheets/argon.css */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 17286, vendor/assets/stylesheets/argon.css */
.text-truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 17294, vendor/assets/stylesheets/argon.css */
.text-left {
  text-align: left !important;
}

/* line 17299, vendor/assets/stylesheets/argon.css */
.text-right {
  text-align: right !important;
}

/* line 17304, vendor/assets/stylesheets/argon.css */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 17311, vendor/assets/stylesheets/argon.css */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 17315, vendor/assets/stylesheets/argon.css */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 17319, vendor/assets/stylesheets/argon.css */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 17327, vendor/assets/stylesheets/argon.css */
  .text-md-left {
    text-align: left !important;
  }
  /* line 17331, vendor/assets/stylesheets/argon.css */
  .text-md-right {
    text-align: right !important;
  }
  /* line 17335, vendor/assets/stylesheets/argon.css */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 17343, vendor/assets/stylesheets/argon.css */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 17347, vendor/assets/stylesheets/argon.css */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 17351, vendor/assets/stylesheets/argon.css */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 17359, vendor/assets/stylesheets/argon.css */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 17363, vendor/assets/stylesheets/argon.css */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 17367, vendor/assets/stylesheets/argon.css */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 17373, vendor/assets/stylesheets/argon.css */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 17378, vendor/assets/stylesheets/argon.css */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 17383, vendor/assets/stylesheets/argon.css */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 17388, vendor/assets/stylesheets/argon.css */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 17393, vendor/assets/stylesheets/argon.css */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 17398, vendor/assets/stylesheets/argon.css */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 17403, vendor/assets/stylesheets/argon.css */
.font-weight-bold {
  font-weight: 600 !important;
}

/* line 17408, vendor/assets/stylesheets/argon.css */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 17413, vendor/assets/stylesheets/argon.css */
.font-italic {
  font-style: italic !important;
}

/* line 17418, vendor/assets/stylesheets/argon.css */
.text-white {
  color: #fff !important;
}

/* line 17423, vendor/assets/stylesheets/argon.css */
.text-primary {
  color: #5e72e4 !important;
}

/* line 17428, vendor/assets/stylesheets/argon.css */
a.text-primary:hover,
a.text-primary:focus {
  color: #233dd2 !important;
}

/* line 17434, vendor/assets/stylesheets/argon.css */
.text-secondary {
  color: #f7fafc !important;
}

/* line 17439, vendor/assets/stylesheets/argon.css */
a.text-secondary:hover,
a.text-secondary:focus {
  color: #bfd7e7 !important;
}

/* line 17445, vendor/assets/stylesheets/argon.css */
.text-success {
  color: #2dce89 !important;
}

/* line 17450, vendor/assets/stylesheets/argon.css */
a.text-success:hover,
a.text-success:focus {
  color: #1f8f5f !important;
}

/* line 17456, vendor/assets/stylesheets/argon.css */
.text-info {
  color: #11cdef !important;
}

/* line 17461, vendor/assets/stylesheets/argon.css */
a.text-info:hover,
a.text-info:focus {
  color: #0b90a8 !important;
}

/* line 17467, vendor/assets/stylesheets/argon.css */
.text-warning {
  color: #fb6340 !important;
}

/* line 17472, vendor/assets/stylesheets/argon.css */
a.text-warning:hover,
a.text-warning:focus {
  color: #ea3005 !important;
}

/* line 17478, vendor/assets/stylesheets/argon.css */
.text-danger {
  color: #f5365c !important;
}

/* line 17483, vendor/assets/stylesheets/argon.css */
a.text-danger:hover,
a.text-danger:focus {
  color: #d40b33 !important;
}

/* line 17489, vendor/assets/stylesheets/argon.css */
.text-light {
  color: #adb5bd !important;
}

/* line 17494, vendor/assets/stylesheets/argon.css */
a.text-light:hover,
a.text-light:focus {
  color: #838f9b !important;
}

/* line 17500, vendor/assets/stylesheets/argon.css */
.text-dark {
  color: #212529 !important;
}

/* line 17505, vendor/assets/stylesheets/argon.css */
a.text-dark:hover,
a.text-dark:focus {
  color: black !important;
}

/* line 17511, vendor/assets/stylesheets/argon.css */
.text-default {
  color: #172b4d !important;
}

/* line 17516, vendor/assets/stylesheets/argon.css */
a.text-default:hover,
a.text-default:focus {
  color: #050a12 !important;
}

/* line 17522, vendor/assets/stylesheets/argon.css */
.text-white {
  color: #fff !important;
}

/* line 17527, vendor/assets/stylesheets/argon.css */
a.text-white:hover,
a.text-white:focus {
  color: #d9d9d9 !important;
}

/* line 17533, vendor/assets/stylesheets/argon.css */
.text-neutral {
  color: #fff !important;
}

/* line 17538, vendor/assets/stylesheets/argon.css */
a.text-neutral:hover,
a.text-neutral:focus {
  color: #d9d9d9 !important;
}

/* line 17544, vendor/assets/stylesheets/argon.css */
.text-darker {
  color: black !important;
}

/* line 17549, vendor/assets/stylesheets/argon.css */
a.text-darker:hover,
a.text-darker:focus {
  color: black !important;
}

/* line 17555, vendor/assets/stylesheets/argon.css */
.text-body {
  color: #525f7f !important;
}

/* line 17560, vendor/assets/stylesheets/argon.css */
.text-muted {
  color: #8898aa !important;
}

/* line 17565, vendor/assets/stylesheets/argon.css */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 17570, vendor/assets/stylesheets/argon.css */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 17575, vendor/assets/stylesheets/argon.css */
.text-hide {
  font: 0/0 a;
  color: transparent;
  border: 0;
  background-color: transparent;
  text-shadow: none;
}

/* line 17585, vendor/assets/stylesheets/argon.css */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 17590, vendor/assets/stylesheets/argon.css */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* line 17597, vendor/assets/stylesheets/argon.css */
.text-reset {
  color: inherit !important;
}

/* line 17602, vendor/assets/stylesheets/argon.css */
.visible {
  visibility: visible !important;
}

/* line 17607, vendor/assets/stylesheets/argon.css */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 17614, vendor/assets/stylesheets/argon.css */
  *,
*::before,
*::after {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 17621, vendor/assets/stylesheets/argon.css */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 17625, vendor/assets/stylesheets/argon.css */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 17629, vendor/assets/stylesheets/argon.css */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 17633, vendor/assets/stylesheets/argon.css */
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 17640, vendor/assets/stylesheets/argon.css */
  thead {
    display: table-header-group;
  }
  /* line 17644, vendor/assets/stylesheets/argon.css */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 17649, vendor/assets/stylesheets/argon.css */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 17656, vendor/assets/stylesheets/argon.css */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 17665, vendor/assets/stylesheets/argon.css */
  body {
    min-width: 992px !important;
  }
  /* line 17669, vendor/assets/stylesheets/argon.css */
  .container {
    min-width: 992px !important;
  }
  /* line 17673, vendor/assets/stylesheets/argon.css */
  .navbar {
    display: none;
  }
  /* line 17677, vendor/assets/stylesheets/argon.css */
  .badge {
    border: 1px solid #000;
  }
  /* line 17681, vendor/assets/stylesheets/argon.css */
  .table {
    border-collapse: collapse !important;
  }
  /* line 17685, vendor/assets/stylesheets/argon.css */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 17690, vendor/assets/stylesheets/argon.css */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 17695, vendor/assets/stylesheets/argon.css */
  .table-dark {
    color: inherit;
  }
  /* line 17699, vendor/assets/stylesheets/argon.css */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #e9ecef;
  }
  /* line 17706, vendor/assets/stylesheets/argon.css */
  .table .thead-dark th {
    color: inherit;
    border-color: #e9ecef;
  }
}

/* line 17713, vendor/assets/stylesheets/argon.css */
.alert {
  font-size: .875rem;
}

/* line 17718, vendor/assets/stylesheets/argon.css */
.alert-heading {
  font-size: .9375rem;
  font-weight: 600;
  margin-top: .15rem;
}

/* line 17726, vendor/assets/stylesheets/argon.css */
.alert-icon {
  font-size: 1.25rem;
  display: inline-block;
  margin-right: 1.25rem;
  vertical-align: middle;
}

/* line 17736, vendor/assets/stylesheets/argon.css */
.alert-icon i.ni {
  position: relative;
  top: 2px;
}

/* line 17742, vendor/assets/stylesheets/argon.css */
.alert-text {
  display: inline-block;
  vertical-align: middle;
}

/* line 17749, vendor/assets/stylesheets/argon.css */
[class*='alert-'] .alert-link {
  color: #fff;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
}

/* line 17755, vendor/assets/stylesheets/argon.css */
.alert-dismissible .close {
  top: 50%;
  right: 1.5rem;
  padding: 0;
  transform: translateY(-50%);
  opacity: 1;
}

@media (max-width: 575.98px) {
  /* line 17768, vendor/assets/stylesheets/argon.css */
  .alert-dismissible .close {
    top: 1rem;
    right: .5rem;
  }
}

/* line 17774, vendor/assets/stylesheets/argon.css */
.alert-dismissible .close > span:not(.sr-only) {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
}

/* line 17781, vendor/assets/stylesheets/argon.css */
.alert-dismissible .close:hover > span:not(.sr-only),
.alert-dismissible .close:focus > span:not(.sr-only) {
  color: white;
  background-color: transparent;
}

/* line 17788, vendor/assets/stylesheets/argon.css */
.alert-secondary .close > span:not(.sr-only) {
  color: rgba(23, 43, 77, 0.6);
}

/* line 17793, vendor/assets/stylesheets/argon.css */
.alert-secondary .close:hover > span:not(.sr-only),
.alert-secondary .close:focus > span:not(.sr-only) {
  color: #172b4d;
}

/* line 17799, vendor/assets/stylesheets/argon.css */
.alert-notify {
  display: flex !important;
  width: calc(100% - 30px);
  max-width: 600px;
  padding-right: 80px;
  color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

/* line 17810, vendor/assets/stylesheets/argon.css */
.alert-notify:hover {
  z-index: 1081 !important;
}

/* line 17814, vendor/assets/stylesheets/argon.css */
.alert-notify:not(.alert-info):not(.alert-success):not(.alert-warning):not(.alert-danger) {
  background-color: rgba(0, 0, 0, 0.95);
}

/* line 17818, vendor/assets/stylesheets/argon.css */
.alert-notify:not(.alert-info):not(.alert-success):not(.alert-warning):not(.alert-danger) .alert-notify-close {
  color: #ffd600;
}

/* line 17822, vendor/assets/stylesheets/argon.css */
.alert-notify:not(.alert-info):not(.alert-success):not(.alert-warning):not(.alert-danger) .alert-notify-close:hover {
  opacity: .8;
}

/* line 17826, vendor/assets/stylesheets/argon.css */
.alert-notify .alert-icon.ni {
  position: relative;
  top: 4px;
}

/* line 17831, vendor/assets/stylesheets/argon.css */
.alert-notify .alert-title {
  font-size: 1rem;
  font-weight: 600;
  display: block;
}

/* line 17838, vendor/assets/stylesheets/argon.css */
.alert-notify .close {
  top: 1rem !important;
  right: 1.5rem !important;
  transform: translateY(0);
}

/* line 17846, vendor/assets/stylesheets/argon.css */
.avatar {
  font-size: 1rem;
  display: inline-flex;
  width: 48px;
  height: 48px;
  color: #fff;
  border-radius: .375rem;
  background-color: #adb5bd;
  align-items: center;
  justify-content: center;
}

/* line 17862, vendor/assets/stylesheets/argon.css */
.avatar img {
  width: 100%;
  border-radius: .375rem;
}

/* line 17868, vendor/assets/stylesheets/argon.css */
.avatar + .avatar-content {
  display: inline-block;
  margin-left: .75rem;
}

/* line 17875, vendor/assets/stylesheets/argon.css */
.avatar-xl {
  width: 74px;
  height: 74px;
}

/* line 17881, vendor/assets/stylesheets/argon.css */
.avatar-lg {
  font-size: .875rem;
  width: 58px;
  height: 58px;
}

/* line 17889, vendor/assets/stylesheets/argon.css */
.avatar-sm {
  font-size: .875rem;
  width: 36px;
  height: 36px;
}

/* line 17897, vendor/assets/stylesheets/argon.css */
.avatar-xs {
  font-size: .75rem;
  width: 24px;
  height: 24px;
}

/* line 17905, vendor/assets/stylesheets/argon.css */
.avatar-group .avatar {
  position: relative;
  z-index: 2;
  border: 2px solid #fff;
}

/* line 17912, vendor/assets/stylesheets/argon.css */
.avatar-group .avatar:hover {
  z-index: 3;
}

/* line 17917, vendor/assets/stylesheets/argon.css */
.avatar-group .avatar + .avatar {
  margin-left: -1rem;
}

/* line 17922, vendor/assets/stylesheets/argon.css */
.badge {
  text-transform: uppercase;
}

/* line 17926, vendor/assets/stylesheets/argon.css */
.badge a {
  color: #fff;
}

/* line 17931, vendor/assets/stylesheets/argon.css */
.badge-md {
  padding: .65em 1em;
}

/* line 17936, vendor/assets/stylesheets/argon.css */
.badge-lg {
  padding: .85em 1.375em;
}

/* line 17941, vendor/assets/stylesheets/argon.css */
.badge-inline {
  margin-right: .625rem;
}

/* line 17945, vendor/assets/stylesheets/argon.css */
.badge-inline + span {
  position: relative;
  top: 2px;
}

/* line 17950, vendor/assets/stylesheets/argon.css */
.badge-inline + span > a {
  text-decoration: underline;
}

/* line 17955, vendor/assets/stylesheets/argon.css */
.badge-default {
  color: #fff;
}

/* line 17960, vendor/assets/stylesheets/argon.css */
.badge-secondary {
  color: #212529;
  background-color: #f7fafc;
}

/* line 17966, vendor/assets/stylesheets/argon.css */
.btn .badge:not(:first-child) {
  margin-left: .5rem;
}

/* line 17971, vendor/assets/stylesheets/argon.css */
.btn .badge:not(:last-child) {
  margin-right: .5rem;
}

/* line 17976, vendor/assets/stylesheets/argon.css */
.badge-circle {
  font-size: .75rem;
  font-weight: 600;
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0 !important;
  text-align: center;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

/* line 17994, vendor/assets/stylesheets/argon.css */
.badge-circle.badge-md {
  width: 1.5rem;
  height: 1.5rem;
}

/* line 17999, vendor/assets/stylesheets/argon.css */
.badge-circle.badge-lg {
  width: 2rem;
  height: 2rem;
}

/* line 18005, vendor/assets/stylesheets/argon.css */
.badge-dot {
  font-size: .875rem;
  font-weight: 400;
  padding-right: 0;
  padding-left: 0;
  text-transform: none;
  background: transparent;
}

/* line 18017, vendor/assets/stylesheets/argon.css */
.badge-dot strong {
  color: #32325d;
}

/* line 18021, vendor/assets/stylesheets/argon.css */
.badge-dot i {
  display: inline-block;
  width: .375rem;
  height: .375rem;
  margin-right: .375rem;
  vertical-align: middle;
  border-radius: 50%;
}

/* line 18033, vendor/assets/stylesheets/argon.css */
.badge-dot.badge-md i {
  width: .5rem;
  height: .5rem;
}

/* line 18038, vendor/assets/stylesheets/argon.css */
.badge-dot.badge-lg i {
  width: .625rem;
  height: .625rem;
}

/* line 18044, vendor/assets/stylesheets/argon.css */
.btn .badge-floating {
  position: absolute;
  top: -50%;
  transform: translateY(50%);
  border: 3px solid;
}

/* line 18053, vendor/assets/stylesheets/argon.css */
.btn .badge-floating.badge:not(.badge-circle) {
  transform: translate(147%, 50%);
}

/* line 18058, vendor/assets/stylesheets/argon.css */
.breadcrumb-item {
  font-size: .875rem;
}

/* line 18063, vendor/assets/stylesheets/argon.css */
.breadcrumb-dark {
  background-color: #172b4d;
}

/* line 18067, vendor/assets/stylesheets/argon.css */
.breadcrumb-dark .breadcrumb-item {
  font-weight: 600;
}

/* line 18071, vendor/assets/stylesheets/argon.css */
.breadcrumb-dark .breadcrumb-item a {
  color: #f6f9fc;
}

/* line 18075, vendor/assets/stylesheets/argon.css */
.breadcrumb-dark .breadcrumb-item a:hover {
  color: #fff;
}

/* line 18079, vendor/assets/stylesheets/argon.css */
.breadcrumb-dark .breadcrumb-item + .breadcrumb-item::before {
  color: #adb5bd;
}

/* line 18083, vendor/assets/stylesheets/argon.css */
.breadcrumb-dark .breadcrumb-item.active {
  color: #dee2e6;
}

/* line 18088, vendor/assets/stylesheets/argon.css */
.breadcrumb-links {
  margin: 0;
  padding: 0;
  background: transparent;
}

/* line 18096, vendor/assets/stylesheets/argon.css */
.btn {
  font-size: .875rem;
  position: relative;
  transition: all .15s ease;
  letter-spacing: .025em;
  text-transform: none;
  will-change: transform;
}

/* line 18108, vendor/assets/stylesheets/argon.css */
.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

/* line 18114, vendor/assets/stylesheets/argon.css */
.btn:not(:last-child) {
  margin-right: .5rem;
}

/* line 18118, vendor/assets/stylesheets/argon.css */
.btn i:not(:first-child),
.btn svg:not(:first-child) {
  margin-left: .5rem;
}

/* line 18123, vendor/assets/stylesheets/argon.css */
.btn i:not(:last-child),
.btn svg:not(:last-child) {
  margin-right: .5rem;
}

/* line 18129, vendor/assets/stylesheets/argon.css */
.btn-group .btn,
.input-group .btn {
  margin-right: 0;
  transform: translateY(0);
}

/* line 18137, vendor/assets/stylesheets/argon.css */
.btn-sm,
.btn-group-sm > .btn {
  font-size: .75rem;
}

/* line 18143, vendor/assets/stylesheets/argon.css */
.btn-lg,
.btn-group-lg > .btn {
  font-size: .875rem;
}

/* line 18149, vendor/assets/stylesheets/argon.css */
[class*='btn-outline-'] {
  border-width: 1px;
}

/* line 18154, vendor/assets/stylesheets/argon.css */
.btn-outline-secondary {
  color: #4385b1;
}

/* line 18159, vendor/assets/stylesheets/argon.css */
.btn-inner--icon i:not(.fas):not(.fab) {
  position: relative;
  top: 2px;
}

/* line 18165, vendor/assets/stylesheets/argon.css */
.btn-link {
  font-weight: 600;
  box-shadow: none;
}

/* line 18171, vendor/assets/stylesheets/argon.css */
.btn-link:hover {
  transform: none;
  box-shadow: none;
}

/* line 18178, vendor/assets/stylesheets/argon.css */
.btn-neutral {
  color: #5e72e4;
}

/* line 18183, vendor/assets/stylesheets/argon.css */
.btn-facebook {
  color: #fff;
  border-color: #3b5999;
  background-color: #3b5999;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 18190, vendor/assets/stylesheets/argon.css */
.btn-facebook:hover {
  color: #fff;
  border-color: #3b5999;
  background-color: #3b5999;
}

/* line 18196, vendor/assets/stylesheets/argon.css */
.btn-facebook:focus,
.btn-facebook.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(59, 89, 153, 0.5);
}

/* line 18201, vendor/assets/stylesheets/argon.css */
.btn-facebook.disabled,
.btn-facebook:disabled {
  color: #fff;
  border-color: #3b5999;
  background-color: #3b5999;
}

/* line 18208, vendor/assets/stylesheets/argon.css */
.btn-facebook:not(:disabled):not(.disabled):active,
.btn-facebook.active:not(:disabled):not(.disabled),
.show > .btn-facebook.dropdown-toggle {
  color: #fff;
  border-color: #3b5999;
  background-color: #2d4474;
}

/* line 18216, vendor/assets/stylesheets/argon.css */
.btn-facebook:not(:disabled):not(.disabled):active:focus,
.btn-facebook.active:not(:disabled):not(.disabled):focus,
.show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(59, 89, 153, 0.5);
}

/* line 18223, vendor/assets/stylesheets/argon.css */
.btn-twitter {
  color: #fff;
  border-color: #1da1f2;
  background-color: #1da1f2;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 18230, vendor/assets/stylesheets/argon.css */
.btn-twitter:hover {
  color: #fff;
  border-color: #1da1f2;
  background-color: #1da1f2;
}

/* line 18236, vendor/assets/stylesheets/argon.css */
.btn-twitter:focus,
.btn-twitter.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(29, 161, 242, 0.5);
}

/* line 18241, vendor/assets/stylesheets/argon.css */
.btn-twitter.disabled,
.btn-twitter:disabled {
  color: #fff;
  border-color: #1da1f2;
  background-color: #1da1f2;
}

/* line 18248, vendor/assets/stylesheets/argon.css */
.btn-twitter:not(:disabled):not(.disabled):active,
.btn-twitter.active:not(:disabled):not(.disabled),
.show > .btn-twitter.dropdown-toggle {
  color: #fff;
  border-color: #1da1f2;
  background-color: #0c85d0;
}

/* line 18256, vendor/assets/stylesheets/argon.css */
.btn-twitter:not(:disabled):not(.disabled):active:focus,
.btn-twitter.active:not(:disabled):not(.disabled):focus,
.show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(29, 161, 242, 0.5);
}

/* line 18263, vendor/assets/stylesheets/argon.css */
.btn-google-plus {
  color: #fff;
  border-color: #dd4b39;
  background-color: #dd4b39;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 18270, vendor/assets/stylesheets/argon.css */
.btn-google-plus:hover {
  color: #fff;
  border-color: #dd4b39;
  background-color: #dd4b39;
}

/* line 18276, vendor/assets/stylesheets/argon.css */
.btn-google-plus:focus,
.btn-google-plus.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(221, 75, 57, 0.5);
}

/* line 18281, vendor/assets/stylesheets/argon.css */
.btn-google-plus.disabled,
.btn-google-plus:disabled {
  color: #fff;
  border-color: #dd4b39;
  background-color: #dd4b39;
}

/* line 18288, vendor/assets/stylesheets/argon.css */
.btn-google-plus:not(:disabled):not(.disabled):active,
.btn-google-plus.active:not(:disabled):not(.disabled),
.show > .btn-google-plus.dropdown-toggle {
  color: #fff;
  border-color: #dd4b39;
  background-color: #c23321;
}

/* line 18296, vendor/assets/stylesheets/argon.css */
.btn-google-plus:not(:disabled):not(.disabled):active:focus,
.btn-google-plus.active:not(:disabled):not(.disabled):focus,
.show > .btn-google-plus.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(221, 75, 57, 0.5);
}

/* line 18303, vendor/assets/stylesheets/argon.css */
.btn-instagram {
  color: #fff;
  border-color: #e4405f;
  background-color: #e4405f;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 18310, vendor/assets/stylesheets/argon.css */
.btn-instagram:hover {
  color: #fff;
  border-color: #e4405f;
  background-color: #e4405f;
}

/* line 18316, vendor/assets/stylesheets/argon.css */
.btn-instagram:focus,
.btn-instagram.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(228, 64, 95, 0.5);
}

/* line 18321, vendor/assets/stylesheets/argon.css */
.btn-instagram.disabled,
.btn-instagram:disabled {
  color: #fff;
  border-color: #e4405f;
  background-color: #e4405f;
}

/* line 18328, vendor/assets/stylesheets/argon.css */
.btn-instagram:not(:disabled):not(.disabled):active,
.btn-instagram.active:not(:disabled):not(.disabled),
.show > .btn-instagram.dropdown-toggle {
  color: #fff;
  border-color: #e4405f;
  background-color: #d31e40;
}

/* line 18336, vendor/assets/stylesheets/argon.css */
.btn-instagram:not(:disabled):not(.disabled):active:focus,
.btn-instagram.active:not(:disabled):not(.disabled):focus,
.show > .btn-instagram.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(228, 64, 95, 0.5);
}

/* line 18343, vendor/assets/stylesheets/argon.css */
.btn-pinterest {
  color: #fff;
  border-color: #bd081c;
  background-color: #bd081c;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 18350, vendor/assets/stylesheets/argon.css */
.btn-pinterest:hover {
  color: #fff;
  border-color: #bd081c;
  background-color: #bd081c;
}

/* line 18356, vendor/assets/stylesheets/argon.css */
.btn-pinterest:focus,
.btn-pinterest.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(189, 8, 28, 0.5);
}

/* line 18361, vendor/assets/stylesheets/argon.css */
.btn-pinterest.disabled,
.btn-pinterest:disabled {
  color: #fff;
  border-color: #bd081c;
  background-color: #bd081c;
}

/* line 18368, vendor/assets/stylesheets/argon.css */
.btn-pinterest:not(:disabled):not(.disabled):active,
.btn-pinterest.active:not(:disabled):not(.disabled),
.show > .btn-pinterest.dropdown-toggle {
  color: #fff;
  border-color: #bd081c;
  background-color: #8c0615;
}

/* line 18376, vendor/assets/stylesheets/argon.css */
.btn-pinterest:not(:disabled):not(.disabled):active:focus,
.btn-pinterest.active:not(:disabled):not(.disabled):focus,
.show > .btn-pinterest.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(189, 8, 28, 0.5);
}

/* line 18383, vendor/assets/stylesheets/argon.css */
.btn-youtube {
  color: #fff;
  border-color: #cd201f;
  background-color: #cd201f;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 18390, vendor/assets/stylesheets/argon.css */
.btn-youtube:hover {
  color: #fff;
  border-color: #cd201f;
  background-color: #cd201f;
}

/* line 18396, vendor/assets/stylesheets/argon.css */
.btn-youtube:focus,
.btn-youtube.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(205, 32, 31, 0.5);
}

/* line 18401, vendor/assets/stylesheets/argon.css */
.btn-youtube.disabled,
.btn-youtube:disabled {
  color: #fff;
  border-color: #cd201f;
  background-color: #cd201f;
}

/* line 18408, vendor/assets/stylesheets/argon.css */
.btn-youtube:not(:disabled):not(.disabled):active,
.btn-youtube.active:not(:disabled):not(.disabled),
.show > .btn-youtube.dropdown-toggle {
  color: #fff;
  border-color: #cd201f;
  background-color: #a11918;
}

/* line 18416, vendor/assets/stylesheets/argon.css */
.btn-youtube:not(:disabled):not(.disabled):active:focus,
.btn-youtube.active:not(:disabled):not(.disabled):focus,
.show > .btn-youtube.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(205, 32, 31, 0.5);
}

/* line 18423, vendor/assets/stylesheets/argon.css */
.btn-slack {
  color: #fff;
  border-color: #3aaf85;
  background-color: #3aaf85;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 18430, vendor/assets/stylesheets/argon.css */
.btn-slack:hover {
  color: #fff;
  border-color: #3aaf85;
  background-color: #3aaf85;
}

/* line 18436, vendor/assets/stylesheets/argon.css */
.btn-slack:focus,
.btn-slack.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(58, 175, 133, 0.5);
}

/* line 18441, vendor/assets/stylesheets/argon.css */
.btn-slack.disabled,
.btn-slack:disabled {
  color: #fff;
  border-color: #3aaf85;
  background-color: #3aaf85;
}

/* line 18448, vendor/assets/stylesheets/argon.css */
.btn-slack:not(:disabled):not(.disabled):active,
.btn-slack.active:not(:disabled):not(.disabled),
.show > .btn-slack.dropdown-toggle {
  color: #fff;
  border-color: #3aaf85;
  background-color: #2d8968;
}

/* line 18456, vendor/assets/stylesheets/argon.css */
.btn-slack:not(:disabled):not(.disabled):active:focus,
.btn-slack.active:not(:disabled):not(.disabled):focus,
.show > .btn-slack.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(58, 175, 133, 0.5);
}

/* line 18463, vendor/assets/stylesheets/argon.css */
.btn-dribbble {
  color: #fff;
  border-color: #ea4c89;
  background-color: #ea4c89;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 18470, vendor/assets/stylesheets/argon.css */
.btn-dribbble:hover {
  color: #fff;
  border-color: #ea4c89;
  background-color: #ea4c89;
}

/* line 18476, vendor/assets/stylesheets/argon.css */
.btn-dribbble:focus,
.btn-dribbble.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(234, 76, 137, 0.5);
}

/* line 18481, vendor/assets/stylesheets/argon.css */
.btn-dribbble.disabled,
.btn-dribbble:disabled {
  color: #fff;
  border-color: #ea4c89;
  background-color: #ea4c89;
}

/* line 18488, vendor/assets/stylesheets/argon.css */
.btn-dribbble:not(:disabled):not(.disabled):active,
.btn-dribbble.active:not(:disabled):not(.disabled),
.show > .btn-dribbble.dropdown-toggle {
  color: #fff;
  border-color: #ea4c89;
  background-color: #e51e6b;
}

/* line 18496, vendor/assets/stylesheets/argon.css */
.btn-dribbble:not(:disabled):not(.disabled):active:focus,
.btn-dribbble.active:not(:disabled):not(.disabled):focus,
.show > .btn-dribbble.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(234, 76, 137, 0.5);
}

/* line 18503, vendor/assets/stylesheets/argon.css */
.btn-github {
  color: #fff;
  border-color: #222;
  background-color: #222;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 18510, vendor/assets/stylesheets/argon.css */
.btn-github:hover {
  color: #fff;
  border-color: #222;
  background-color: #222;
}

/* line 18516, vendor/assets/stylesheets/argon.css */
.btn-github:focus,
.btn-github.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(34, 34, 34, 0.5);
}

/* line 18521, vendor/assets/stylesheets/argon.css */
.btn-github.disabled,
.btn-github:disabled {
  color: #fff;
  border-color: #222;
  background-color: #222;
}

/* line 18528, vendor/assets/stylesheets/argon.css */
.btn-github:not(:disabled):not(.disabled):active,
.btn-github.active:not(:disabled):not(.disabled),
.show > .btn-github.dropdown-toggle {
  color: #fff;
  border-color: #222;
  background-color: #090909;
}

/* line 18536, vendor/assets/stylesheets/argon.css */
.btn-github:not(:disabled):not(.disabled):active:focus,
.btn-github.active:not(:disabled):not(.disabled):focus,
.show > .btn-github.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(34, 34, 34, 0.5);
}

/* line 18543, vendor/assets/stylesheets/argon.css */
.btn-vimeo {
  color: #fff;
  border-color: #04a0f0;
  background-color: #04a0f0;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 18550, vendor/assets/stylesheets/argon.css */
.btn-vimeo:hover {
  color: #fff;
  border-color: #04a0f0;
  background-color: #04a0f0;
}

/* line 18556, vendor/assets/stylesheets/argon.css */
.btn-vimeo:focus,
.btn-vimeo.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(4, 160, 240, 0.5);
}

/* line 18561, vendor/assets/stylesheets/argon.css */
.btn-vimeo.disabled,
.btn-vimeo:disabled {
  color: #fff;
  border-color: #04a0f0;
  background-color: #04a0f0;
}

/* line 18568, vendor/assets/stylesheets/argon.css */
.btn-vimeo:not(:disabled):not(.disabled):active,
.btn-vimeo.active:not(:disabled):not(.disabled),
.show > .btn-vimeo.dropdown-toggle {
  color: #fff;
  border-color: #04a0f0;
  background-color: #037fbe;
}

/* line 18576, vendor/assets/stylesheets/argon.css */
.btn-vimeo:not(:disabled):not(.disabled):active:focus,
.btn-vimeo.active:not(:disabled):not(.disabled):focus,
.show > .btn-vimeo.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(4, 160, 240, 0.5);
}

/* line 18583, vendor/assets/stylesheets/argon.css */
.btn-group .btn {
  box-shadow: none;
}

/* line 18588, vendor/assets/stylesheets/argon.css */
[data-toggle='buttons']:not(.btn-group-colors) > .btn {
  margin: 0;
  cursor: pointer;
  border: 0;
  background-color: #f6f9fc;
  box-shadow: none;
}

/* line 18598, vendor/assets/stylesheets/argon.css */
[data-toggle='buttons']:not(.btn-group-colors) > .btn:not(.active) {
  color: #525f7f;
}

/* line 18602, vendor/assets/stylesheets/argon.css */
[data-toggle='buttons']:not(.btn-group-colors) > .btn.active {
  color: #fff;
  background-color: #5e72e4;
}

/* line 18608, vendor/assets/stylesheets/argon.css */
.btn-group-colors > .btn {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: .5rem;
  margin-bottom: .25rem;
  padding: 0;
  border-radius: 50% !important;
  box-shadow: none;
}

/* line 18621, vendor/assets/stylesheets/argon.css */
.btn-group-colors > .btn:not([class*='bg-']) {
  border-color: #f6f9fc !important;
}

/* line 18625, vendor/assets/stylesheets/argon.css */
.btn-group-colors > .btn:before {
  font-family: NucleoIcons, sans-serif;
  font-size: 14px;
  line-height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 200ms, opacity 200ms;
  transform: scale(0);
  opacity: 0;
  color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  /* line 18647, vendor/assets/stylesheets/argon.css */
  .btn-group-colors > .btn:before {
    transition: none;
  }
}

/* line 18652, vendor/assets/stylesheets/argon.css */
.btn-group-colors > .btn.btn:not([class*='bg-']) {
  border: 1px solid #cfd5db;
}

/* line 18656, vendor/assets/stylesheets/argon.css */
.btn-group-colors > .btn.btn:not([class*='bg-']):before {
  color: #525f7f;
}

/* line 18660, vendor/assets/stylesheets/argon.css */
.btn-group-colors > .btn.active:before {
  transform: scale(1);
  opacity: 1;
}

/* line 18667, vendor/assets/stylesheets/argon.css */
.btn-icon .btn-inner--icon img {
  width: 20px;
}

/* line 18672, vendor/assets/stylesheets/argon.css */
.btn-icon .btn-inner--text:not(:first-child) {
  margin-left: .75em;
}

/* line 18677, vendor/assets/stylesheets/argon.css */
.btn-icon .btn-inner--text:not(:last-child) {
  margin-right: .75em;
}

/* line 18682, vendor/assets/stylesheets/argon.css */
.btn-icon-only {
  width: 2.375rem;
  height: 2.375rem;
  padding: 0;
}

/* line 18689, vendor/assets/stylesheets/argon.css */
a.btn-icon-only {
  line-height: 2.5;
}

/* line 18694, vendor/assets/stylesheets/argon.css */
.btn-icon-only.btn-sm,
.btn-group-sm > .btn-icon-only.btn {
  width: 2rem;
  height: 2rem;
}

/* line 18701, vendor/assets/stylesheets/argon.css */
.btn-icon-clipboard {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  display: inline-block;
  width: 100%;
  margin: 0;
  margin: .5rem 0;
  padding: 1.5rem;
  cursor: pointer;
  text-align: left;
  vertical-align: middle;
  text-decoration: none;
  color: #32325d;
  border: 0;
  border-radius: .375rem;
  background-color: #f6f9fc;
  -moz-appearance: none;
}

/* line 18727, vendor/assets/stylesheets/argon.css */
.btn-icon-clipboard:hover {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px, rgba(0, 0, 0, 0.1) 0 4px 16px;
}

/* line 18732, vendor/assets/stylesheets/argon.css */
.btn-icon-clipboard > div {
  display: flex;
  align-items: center;
}

/* line 18738, vendor/assets/stylesheets/argon.css */
.btn-icon-clipboard i {
  font-size: 1.5rem;
  box-sizing: content-box;
  vertical-align: middle;
  color: #5e72e4;
}

/* line 18748, vendor/assets/stylesheets/argon.css */
.btn-icon-clipboard span {
  font-size: .875rem;
  line-height: 1.5;
  display: inline-block;
  overflow: hidden;
  margin-left: 16px;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 18763, vendor/assets/stylesheets/argon.css */
.card {
  margin-bottom: 30px;
  border: 0;
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
}

/* line 18771, vendor/assets/stylesheets/argon.css */
.card-translucent {
  background-color: rgba(18, 91, 152, 0.08);
}

/* line 18776, vendor/assets/stylesheets/argon.css */
.card-deck .card {
  margin-bottom: 30px;
}

/* line 18781, vendor/assets/stylesheets/argon.css */
.card.shadow {
  border: 0 !important;
}

@media (min-width: 576px) {
  /* line 18788, vendor/assets/stylesheets/argon.css */
  .card-columns {
    -moz-column-count: 1;
         column-count: 1;
  }
}

@media (min-width: 768px) {
  /* line 18796, vendor/assets/stylesheets/argon.css */
  .card-columns {
    -moz-column-count: 2;
         column-count: 2;
  }
}

@media (min-width: 1200px) {
  /* line 18804, vendor/assets/stylesheets/argon.css */
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}

/* line 18811, vendor/assets/stylesheets/argon.css */
.w-10 {
  width: 10%;
}

/* line 18816, vendor/assets/stylesheets/argon.css */
.card-lift--hover:hover {
  transition: all .15s ease;
  transform: translateY(-20px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 18823, vendor/assets/stylesheets/argon.css */
  .card-lift--hover:hover {
    transition: none;
  }
}

/* line 18829, vendor/assets/stylesheets/argon.css */
.card-blockquote {
  position: relative;
  padding: 2rem;
}

/* line 18835, vendor/assets/stylesheets/argon.css */
.card-blockquote .svg-bg {
  position: absolute;
  top: -94px;
  left: 0;
  display: block;
  width: 100%;
  height: 95px;
}

/* line 18847, vendor/assets/stylesheets/argon.css */
.card-serial-number {
  font-size: 1.625rem;
  display: flex;
  justify-content: space-between;
}

/* line 18855, vendor/assets/stylesheets/argon.css */
.card-serial-number > div:not(:last-child) {
  display: flex;
  flex: 1 1 auto;
}

/* line 18861, vendor/assets/stylesheets/argon.css */
.card-serial-number > div:not(:last-child):after {
  position: relative;
  left: -2px;
  content: '-';
  text-align: center;
  flex: 1 1 auto;
}

@media (max-width: 575.98px) {
  /* line 18873, vendor/assets/stylesheets/argon.css */
  .card-serial-number {
    font-size: 1.0625rem;
  }
}

/* line 18879, vendor/assets/stylesheets/argon.css */
.card-pricing .card-header {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

/* line 18885, vendor/assets/stylesheets/argon.css */
.card-pricing .list-unstyled li {
  padding: .5rem 0;
  color: #8898aa;
}

/* line 18892, vendor/assets/stylesheets/argon.css */
.card-pricing.popular {
  z-index: 1;
  border: 3px solid #5e72e4 !important;
}

@media (min-width: 768px) {
  /* line 18901, vendor/assets/stylesheets/argon.css */
  .card-pricing.zoom-in {
    z-index: 1;
    transform: scale(1.1);
  }
}

/* line 18909, vendor/assets/stylesheets/argon.css */
.card-profile-image {
  position: relative;
}

/* line 18913, vendor/assets/stylesheets/argon.css */
.card-profile-image img {
  position: absolute;
  left: 50%;
  max-width: 140px;
  transition: all .15s ease;
  transform: translate(-50%, -50%) scale(1);
  border: 3px solid #fff;
  border-radius: .375rem;
}

/* line 18926, vendor/assets/stylesheets/argon.css */
.card-profile-image img:hover {
  transform: translate(-50%, -50%) scale(1.03);
}

/* line 18931, vendor/assets/stylesheets/argon.css */
.card-profile-stats {
  padding: 1rem 0;
}

/* line 18935, vendor/assets/stylesheets/argon.css */
.card-profile-stats > div {
  margin-right: 1rem;
  padding: .875rem;
  text-align: center;
}

/* line 18942, vendor/assets/stylesheets/argon.css */
.card-profile-stats > div:last-child {
  margin-right: 0;
}

/* line 18946, vendor/assets/stylesheets/argon.css */
.card-profile-stats > div .heading {
  font-size: 1.1rem;
  font-weight: bold;
  display: block;
}

/* line 18953, vendor/assets/stylesheets/argon.css */
.card-profile-stats > div .description {
  font-size: .875rem;
  color: #adb5bd;
}

/* line 18960, vendor/assets/stylesheets/argon.css */
.card-profile-actions {
  padding: .875rem;
}

/* line 18965, vendor/assets/stylesheets/argon.css */
.card-stats .card-body {
  padding: 1rem 1.5rem;
}

/* line 18970, vendor/assets/stylesheets/argon.css */
.card-stats .card-status-bullet {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

/* line 18979, vendor/assets/stylesheets/argon.css */
.chart {
  position: relative;
  height: 350px;
}

/* line 18986, vendor/assets/stylesheets/argon.css */
.chart-sm {
  height: 230px;
}

/* line 18991, vendor/assets/stylesheets/argon.css */
.chart-legend {
  font-size: .875rem;
  display: flex;
  margin-top: 2.5rem;
  text-align: center;
  color: #8898aa;
  justify-content: center;
}

/* line 19006, vendor/assets/stylesheets/argon.css */
.chart-legend-item {
  display: inline-flex;
  align-items: center;
}

/* line 19012, vendor/assets/stylesheets/argon.css */
.chart-legend-item + .chart-legend-item {
  margin-left: 1rem;
}

/* line 19017, vendor/assets/stylesheets/argon.css */
.chart-legend-indicator {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  margin-right: .375rem;
  border-radius: 50%;
}

/* line 19028, vendor/assets/stylesheets/argon.css */
#chart-tooltip {
  z-index: 0;
}

/* line 19032, vendor/assets/stylesheets/argon.css */
#chart-tooltip .arrow {
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateX(-0.5rem);
}

/* line 19040, vendor/assets/stylesheets/argon.css */
.chart-info-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 5%;
  max-width: 350px;
  padding: 20px;
}

/* line 19051, vendor/assets/stylesheets/argon.css */
.close {
  transition: all .15s ease;
}

/* line 19055, vendor/assets/stylesheets/argon.css */
.close > span:not(.sr-only) {
  font-size: 1.25rem;
  line-height: 17px;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  transition: all .15s ease;
  color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  background-color: transparent;
}

/* line 19071, vendor/assets/stylesheets/argon.css */
.close:hover,
.close:focus {
  color: rgba(0, 0, 0, 0.9);
  outline: none;
  background-color: transparent;
}

/* line 19078, vendor/assets/stylesheets/argon.css */
.close:hover span:not(.sr-only),
.close:focus span:not(.sr-only) {
  background-color: transparent;
}

/* line 19084, vendor/assets/stylesheets/argon.css */
.close-dark > span:not(.sr-only) {
  color: rgba(255, 255, 255, 0.8);
}

/* line 19089, vendor/assets/stylesheets/argon.css */
.close-dark:hover > span:not(.sr-only),
.close-dark:focus > span:not(.sr-only) {
  color: white;
}

/* line 19095, vendor/assets/stylesheets/argon.css */
.accordion .card-header {
  position: relative;
  cursor: pointer;
}

/* line 19101, vendor/assets/stylesheets/argon.css */
.accordion .card-header:after {
  font: normal normal normal 14px/1 NucleoIcons;
  line-height: 0;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  content: '\ea0f';
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translateY(-50%);
}

@media (prefers-reduced-motion: reduce) {
  /* line 19116, vendor/assets/stylesheets/argon.css */
  .accordion .card-header:after {
    transition: none;
  }
}

/* line 19122, vendor/assets/stylesheets/argon.css */
.accordion .card-header[aria-expanded='false']:after {
  content: '\ea0f';
}

/* line 19127, vendor/assets/stylesheets/argon.css */
.accordion .card-header[aria-expanded='true']:after {
  transform: rotate(180deg);
}

/* line 19132, vendor/assets/stylesheets/argon.css */
.accordion .card-header[aria-expanded='true'] .heading {
  color: #5e72e4;
}

/* line 19137, vendor/assets/stylesheets/argon.css */
.main-content {
  position: relative;
}

/* line 19141, vendor/assets/stylesheets/argon.css */
.main-content .navbar-top {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media (min-width: 768px) {
  /* line 19148, vendor/assets/stylesheets/argon.css */
  .main-content .container-fluid {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}

/* line 19155, vendor/assets/stylesheets/argon.css */
.custom-checkbox .custom-control-input ~ .custom-control-label {
  font-size: .875rem;
  cursor: pointer;
}

/* line 19162, vendor/assets/stylesheets/argon.css */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #5e72e4;
}

/* line 19167, vendor/assets/stylesheets/argon.css */
.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 19172, vendor/assets/stylesheets/argon.css */
.custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before {
  border-color: #e9ecef;
}

/* line 19177, vendor/assets/stylesheets/argon.css */
.custom-checkbox .custom-control-input:disabled:checked::before {
  border-color: rgba(94, 114, 228, 0.5);
}

/* line 19182, vendor/assets/stylesheets/argon.css */
.custom-control-label::before {
  top: .25rem;
  left: -1.75rem;
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border: 1px solid #dee2e6;
}

@media (prefers-reduced-motion: reduce) {
  /* line 19193, vendor/assets/stylesheets/argon.css */
  .custom-control-label::before {
    transition: none;
  }
}

/* line 19199, vendor/assets/stylesheets/argon.css */
.custom-control-label::after {
  top: .25rem;
  left: -1.75rem;
}

/* line 19205, vendor/assets/stylesheets/argon.css */
.custom-control-label span {
  position: relative;
  top: 2px;
}

/* line 19211, vendor/assets/stylesheets/argon.css */
.custom-control-label {
  margin-bottom: 0;
}

/* line 19216, vendor/assets/stylesheets/argon.css */
.custom-control-alternative .custom-control-label::before {
  border: 0;
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}

/* line 19222, vendor/assets/stylesheets/argon.css */
.custom-control-alternative .custom-control-input:checked ~ .custom-control-label::before {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 19227, vendor/assets/stylesheets/argon.css */
.custom-control-alternative .custom-control-input:active ~ .custom-control-label::before,
.custom-control-alternative .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}

/* line 19233, vendor/assets/stylesheets/argon.css */
.custom-checkbox .custom-control-input ~ .custom-control-label {
  font-size: .875rem;
  height: 1rem;
  cursor: pointer;
}

/* line 19242, vendor/assets/stylesheets/argon.css */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #5e72e4;
}

/* line 19247, vendor/assets/stylesheets/argon.css */
.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 19252, vendor/assets/stylesheets/argon.css */
.custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before {
  border-color: #e9ecef;
}

/* line 19257, vendor/assets/stylesheets/argon.css */
.custom-checkbox .custom-control-input:disabled:checked::before {
  border-color: rgba(94, 114, 228, 0.5);
}

/* line 19262, vendor/assets/stylesheets/argon.css */
.custom-checkbox-primary .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #5e72e4;
  background-color: #5e72e4;
}

/* line 19268, vendor/assets/stylesheets/argon.css */
.custom-checkbox-primary .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #5e72e4;
}

/* line 19273, vendor/assets/stylesheets/argon.css */
.custom-checkbox-secondary .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #f7fafc;
  background-color: #f7fafc;
}

/* line 19279, vendor/assets/stylesheets/argon.css */
.custom-checkbox-secondary .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #f7fafc;
}

/* line 19284, vendor/assets/stylesheets/argon.css */
.custom-checkbox-success .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #2dce89;
  background-color: #2dce89;
}

/* line 19290, vendor/assets/stylesheets/argon.css */
.custom-checkbox-success .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #2dce89;
}

/* line 19295, vendor/assets/stylesheets/argon.css */
.custom-checkbox-info .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #11cdef;
  background-color: #11cdef;
}

/* line 19301, vendor/assets/stylesheets/argon.css */
.custom-checkbox-info .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #11cdef;
}

/* line 19306, vendor/assets/stylesheets/argon.css */
.custom-checkbox-warning .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #fb6340;
  background-color: #fb6340;
}

/* line 19312, vendor/assets/stylesheets/argon.css */
.custom-checkbox-warning .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #fb6340;
}

/* line 19317, vendor/assets/stylesheets/argon.css */
.custom-checkbox-danger .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #f5365c;
  background-color: #f5365c;
}

/* line 19323, vendor/assets/stylesheets/argon.css */
.custom-checkbox-danger .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #f5365c;
}

/* line 19328, vendor/assets/stylesheets/argon.css */
.custom-checkbox-light .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #adb5bd;
  background-color: #adb5bd;
}

/* line 19334, vendor/assets/stylesheets/argon.css */
.custom-checkbox-light .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #adb5bd;
}

/* line 19339, vendor/assets/stylesheets/argon.css */
.custom-checkbox-dark .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #212529;
  background-color: #212529;
}

/* line 19345, vendor/assets/stylesheets/argon.css */
.custom-checkbox-dark .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #212529;
}

/* line 19350, vendor/assets/stylesheets/argon.css */
.custom-checkbox-default .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #172b4d;
  background-color: #172b4d;
}

/* line 19356, vendor/assets/stylesheets/argon.css */
.custom-checkbox-default .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #172b4d;
}

/* line 19361, vendor/assets/stylesheets/argon.css */
.custom-checkbox-white .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #fff;
  background-color: #fff;
}

/* line 19367, vendor/assets/stylesheets/argon.css */
.custom-checkbox-white .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #fff;
}

/* line 19372, vendor/assets/stylesheets/argon.css */
.custom-checkbox-neutral .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #fff;
  background-color: #fff;
}

/* line 19378, vendor/assets/stylesheets/argon.css */
.custom-checkbox-neutral .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #fff;
}

/* line 19383, vendor/assets/stylesheets/argon.css */
.custom-checkbox-darker .custom-control-input:checked ~ .custom-control-label::before {
  border-color: black;
  background-color: black;
}

/* line 19389, vendor/assets/stylesheets/argon.css */
.custom-checkbox-darker .custom-control-input:checked ~ .custom-control-label::after {
  background-image: black;
}

/* line 19394, vendor/assets/stylesheets/argon.css */
.custom-radio .custom-control-input ~ .custom-control-label {
  font-size: .875rem;
  height: 1rem;
  cursor: pointer;
}

/* line 19403, vendor/assets/stylesheets/argon.css */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #5e72e4;
}

/* line 19408, vendor/assets/stylesheets/argon.css */
.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 19413, vendor/assets/stylesheets/argon.css */
.custom-radio .custom-control-input:disabled ~ .custom-control-label::before {
  border-color: #e9ecef;
}

/* line 19418, vendor/assets/stylesheets/argon.css */
.custom-radio .custom-control-input:disabled:checked::before {
  border-color: rgba(94, 114, 228, 0.5);
}

/* line 19423, vendor/assets/stylesheets/argon.css */
.custom-toggle {
  position: relative;
  display: inherit;
  display: inline-block;
  width: 52px;
  height: 1.5rem;
  margin: 0;
}

/* line 19434, vendor/assets/stylesheets/argon.css */
.custom-toggle input {
  display: none;
}

/* line 19438, vendor/assets/stylesheets/argon.css */
.custom-toggle input:checked + .custom-toggle-slider {
  border: 1px solid #5e72e4;
}

/* line 19442, vendor/assets/stylesheets/argon.css */
.custom-toggle input:checked + .custom-toggle-slider:before {
  transform: translateX(28px);
  background: #5e72e4;
}

/* line 19448, vendor/assets/stylesheets/argon.css */
.custom-toggle input:disabled + .custom-toggle-slider {
  border: 1px solid #e9ecef;
}

/* line 19452, vendor/assets/stylesheets/argon.css */
.custom-toggle input:disabled:checked + .custom-toggle-slider {
  border: 1px solid #e9ecef;
}

/* line 19456, vendor/assets/stylesheets/argon.css */
.custom-toggle input:disabled:checked + .custom-toggle-slider:before {
  background-color: #8a98eb;
}

/* line 19461, vendor/assets/stylesheets/argon.css */
.custom-toggle-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  border: 1px solid #ced4da;
  border-radius: 34px !important;
  background-color: transparent;
}

/* line 19475, vendor/assets/stylesheets/argon.css */
.custom-toggle-slider:before {
  position: absolute;
  bottom: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  content: '';
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-radius: 50% !important;
  background-color: #e9ecef;
}

/* line 19491, vendor/assets/stylesheets/argon.css */
.custom-toggle-wrapper .custom-toggle + .custom-toggle {
  margin-left: 1rem !important;
}

/* line 19496, vendor/assets/stylesheets/argon.css */
.custom-toggle input:checked + .custom-toggle-slider:after {
  right: auto;
  left: 0;
  content: attr(data-label-on);
  color: #5e72e4;
}

/* line 19506, vendor/assets/stylesheets/argon.css */
.custom-toggle-slider:after {
  font-family: inherit;
  font-size: .75rem;
  font-weight: 600;
  line-height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: hidden;
  min-width: 1.66667rem;
  margin: 0 .21667rem;
  content: attr(data-label-off);
  transition: all .15s ease;
  text-align: center;
  color: #ced4da;
}

@media (prefers-reduced-motion: reduce) {
  /* line 19531, vendor/assets/stylesheets/argon.css */
  .custom-toggle-slider:after {
    transition: none;
  }
}

/* line 19537, vendor/assets/stylesheets/argon.css */
.custom-toggle-primary input:checked + .custom-toggle-slider {
  border-color: #5e72e4;
}

/* line 19541, vendor/assets/stylesheets/argon.css */
.custom-toggle-primary input:checked + .custom-toggle-slider:before {
  background: #5e72e4;
}

/* line 19545, vendor/assets/stylesheets/argon.css */
.custom-toggle-primary input:checked + .custom-toggle-slider:after {
  color: #5e72e4;
}

/* line 19550, vendor/assets/stylesheets/argon.css */
.custom-toggle-primary input:disabled:checked + .custom-toggle-slider {
  border-color: #5e72e4;
}

/* line 19554, vendor/assets/stylesheets/argon.css */
.custom-toggle-primary input:disabled:checked + .custom-toggle-slider:before {
  background-color: #8a98eb;
}

/* line 19559, vendor/assets/stylesheets/argon.css */
.custom-toggle-secondary input:checked + .custom-toggle-slider {
  border-color: #f7fafc;
}

/* line 19563, vendor/assets/stylesheets/argon.css */
.custom-toggle-secondary input:checked + .custom-toggle-slider:before {
  background: #f7fafc;
}

/* line 19567, vendor/assets/stylesheets/argon.css */
.custom-toggle-secondary input:checked + .custom-toggle-slider:after {
  color: #f7fafc;
}

/* line 19572, vendor/assets/stylesheets/argon.css */
.custom-toggle-secondary input:disabled:checked + .custom-toggle-slider {
  border-color: #f7fafc;
}

/* line 19576, vendor/assets/stylesheets/argon.css */
.custom-toggle-secondary input:disabled:checked + .custom-toggle-slider:before {
  background-color: white;
}

/* line 19581, vendor/assets/stylesheets/argon.css */
.custom-toggle-success input:checked + .custom-toggle-slider {
  border-color: #2dce89;
}

/* line 19585, vendor/assets/stylesheets/argon.css */
.custom-toggle-success input:checked + .custom-toggle-slider:before {
  background: #2dce89;
}

/* line 19589, vendor/assets/stylesheets/argon.css */
.custom-toggle-success input:checked + .custom-toggle-slider:after {
  color: #2dce89;
}

/* line 19594, vendor/assets/stylesheets/argon.css */
.custom-toggle-success input:disabled:checked + .custom-toggle-slider {
  border-color: #2dce89;
}

/* line 19598, vendor/assets/stylesheets/argon.css */
.custom-toggle-success input:disabled:checked + .custom-toggle-slider:before {
  background-color: #54daa1;
}

/* line 19603, vendor/assets/stylesheets/argon.css */
.custom-toggle-info input:checked + .custom-toggle-slider {
  border-color: #11cdef;
}

/* line 19607, vendor/assets/stylesheets/argon.css */
.custom-toggle-info input:checked + .custom-toggle-slider:before {
  background: #11cdef;
}

/* line 19611, vendor/assets/stylesheets/argon.css */
.custom-toggle-info input:checked + .custom-toggle-slider:after {
  color: #11cdef;
}

/* line 19616, vendor/assets/stylesheets/argon.css */
.custom-toggle-info input:disabled:checked + .custom-toggle-slider {
  border-color: #11cdef;
}

/* line 19620, vendor/assets/stylesheets/argon.css */
.custom-toggle-info input:disabled:checked + .custom-toggle-slider:before {
  background-color: #41d7f2;
}

/* line 19625, vendor/assets/stylesheets/argon.css */
.custom-toggle-warning input:checked + .custom-toggle-slider {
  border-color: #fb6340;
}

/* line 19629, vendor/assets/stylesheets/argon.css */
.custom-toggle-warning input:checked + .custom-toggle-slider:before {
  background: #fb6340;
}

/* line 19633, vendor/assets/stylesheets/argon.css */
.custom-toggle-warning input:checked + .custom-toggle-slider:after {
  color: #fb6340;
}

/* line 19638, vendor/assets/stylesheets/argon.css */
.custom-toggle-warning input:disabled:checked + .custom-toggle-slider {
  border-color: #fb6340;
}

/* line 19642, vendor/assets/stylesheets/argon.css */
.custom-toggle-warning input:disabled:checked + .custom-toggle-slider:before {
  background-color: #fc8c72;
}

/* line 19647, vendor/assets/stylesheets/argon.css */
.custom-toggle-danger input:checked + .custom-toggle-slider {
  border-color: #f5365c;
}

/* line 19651, vendor/assets/stylesheets/argon.css */
.custom-toggle-danger input:checked + .custom-toggle-slider:before {
  background: #f5365c;
}

/* line 19655, vendor/assets/stylesheets/argon.css */
.custom-toggle-danger input:checked + .custom-toggle-slider:after {
  color: #f5365c;
}

/* line 19660, vendor/assets/stylesheets/argon.css */
.custom-toggle-danger input:disabled:checked + .custom-toggle-slider {
  border-color: #f5365c;
}

/* line 19664, vendor/assets/stylesheets/argon.css */
.custom-toggle-danger input:disabled:checked + .custom-toggle-slider:before {
  background-color: #f76783;
}

/* line 19669, vendor/assets/stylesheets/argon.css */
.custom-toggle-light input:checked + .custom-toggle-slider {
  border-color: #adb5bd;
}

/* line 19673, vendor/assets/stylesheets/argon.css */
.custom-toggle-light input:checked + .custom-toggle-slider:before {
  background: #adb5bd;
}

/* line 19677, vendor/assets/stylesheets/argon.css */
.custom-toggle-light input:checked + .custom-toggle-slider:after {
  color: #adb5bd;
}

/* line 19682, vendor/assets/stylesheets/argon.css */
.custom-toggle-light input:disabled:checked + .custom-toggle-slider {
  border-color: #adb5bd;
}

/* line 19686, vendor/assets/stylesheets/argon.css */
.custom-toggle-light input:disabled:checked + .custom-toggle-slider:before {
  background-color: #c9cfd4;
}

/* line 19691, vendor/assets/stylesheets/argon.css */
.custom-toggle-dark input:checked + .custom-toggle-slider {
  border-color: #212529;
}

/* line 19695, vendor/assets/stylesheets/argon.css */
.custom-toggle-dark input:checked + .custom-toggle-slider:before {
  background: #212529;
}

/* line 19699, vendor/assets/stylesheets/argon.css */
.custom-toggle-dark input:checked + .custom-toggle-slider:after {
  color: #212529;
}

/* line 19704, vendor/assets/stylesheets/argon.css */
.custom-toggle-dark input:disabled:checked + .custom-toggle-slider {
  border-color: #212529;
}

/* line 19708, vendor/assets/stylesheets/argon.css */
.custom-toggle-dark input:disabled:checked + .custom-toggle-slider:before {
  background-color: #383f45;
}

/* line 19713, vendor/assets/stylesheets/argon.css */
.custom-toggle-default input:checked + .custom-toggle-slider {
  border-color: #172b4d;
}

/* line 19717, vendor/assets/stylesheets/argon.css */
.custom-toggle-default input:checked + .custom-toggle-slider:before {
  background: #172b4d;
}

/* line 19721, vendor/assets/stylesheets/argon.css */
.custom-toggle-default input:checked + .custom-toggle-slider:after {
  color: #172b4d;
}

/* line 19726, vendor/assets/stylesheets/argon.css */
.custom-toggle-default input:disabled:checked + .custom-toggle-slider {
  border-color: #172b4d;
}

/* line 19730, vendor/assets/stylesheets/argon.css */
.custom-toggle-default input:disabled:checked + .custom-toggle-slider:before {
  background-color: #234174;
}

/* line 19735, vendor/assets/stylesheets/argon.css */
.custom-toggle-white input:checked + .custom-toggle-slider {
  border-color: #fff;
}

/* line 19739, vendor/assets/stylesheets/argon.css */
.custom-toggle-white input:checked + .custom-toggle-slider:before {
  background: #fff;
}

/* line 19743, vendor/assets/stylesheets/argon.css */
.custom-toggle-white input:checked + .custom-toggle-slider:after {
  color: #fff;
}

/* line 19748, vendor/assets/stylesheets/argon.css */
.custom-toggle-white input:disabled:checked + .custom-toggle-slider {
  border-color: #fff;
}

/* line 19752, vendor/assets/stylesheets/argon.css */
.custom-toggle-white input:disabled:checked + .custom-toggle-slider:before {
  background-color: white;
}

/* line 19757, vendor/assets/stylesheets/argon.css */
.custom-toggle-neutral input:checked + .custom-toggle-slider {
  border-color: #fff;
}

/* line 19761, vendor/assets/stylesheets/argon.css */
.custom-toggle-neutral input:checked + .custom-toggle-slider:before {
  background: #fff;
}

/* line 19765, vendor/assets/stylesheets/argon.css */
.custom-toggle-neutral input:checked + .custom-toggle-slider:after {
  color: #fff;
}

/* line 19770, vendor/assets/stylesheets/argon.css */
.custom-toggle-neutral input:disabled:checked + .custom-toggle-slider {
  border-color: #fff;
}

/* line 19774, vendor/assets/stylesheets/argon.css */
.custom-toggle-neutral input:disabled:checked + .custom-toggle-slider:before {
  background-color: white;
}

/* line 19779, vendor/assets/stylesheets/argon.css */
.custom-toggle-darker input:checked + .custom-toggle-slider {
  border-color: black;
}

/* line 19783, vendor/assets/stylesheets/argon.css */
.custom-toggle-darker input:checked + .custom-toggle-slider:before {
  background: black;
}

/* line 19787, vendor/assets/stylesheets/argon.css */
.custom-toggle-darker input:checked + .custom-toggle-slider:after {
  color: black;
}

/* line 19792, vendor/assets/stylesheets/argon.css */
.custom-toggle-darker input:disabled:checked + .custom-toggle-slider {
  border-color: black;
}

/* line 19796, vendor/assets/stylesheets/argon.css */
.custom-toggle-darker input:disabled:checked + .custom-toggle-slider:before {
  background-color: #1a1a1a;
}

/* line 19801, vendor/assets/stylesheets/argon.css */
.dropdown,
.dropup,
.dropright,
.dropleft {
  display: inline-block;
}

/* line 19809, vendor/assets/stylesheets/argon.css */
.dropdown-menu {
  min-width: 12rem;
}

/* line 19813, vendor/assets/stylesheets/argon.css */
.dropdown-menu .dropdown-item {
  font-size: .875rem;
  padding: .5rem 1rem;
}

/* line 19819, vendor/assets/stylesheets/argon.css */
.dropdown-menu .dropdown-item > i,
.dropdown-menu .dropdown-item > svg {
  font-size: 1rem;
  margin-right: 1rem;
  vertical-align: -17%;
}

/* line 19828, vendor/assets/stylesheets/argon.css */
.dropdown-menu .dropdown-item img {
  margin-right: .5rem;
}

/* line 19833, vendor/assets/stylesheets/argon.css */
.dropdown-header {
  font-size: .625rem;
  font-weight: 700;
  padding-right: 1rem;
  padding-left: 1rem;
  text-transform: uppercase;
}

/* line 19844, vendor/assets/stylesheets/argon.css */
.dropdown-menu a.media > div:first-child {
  line-height: 1;
}

/* line 19849, vendor/assets/stylesheets/argon.css */
.dropdown-menu a.media p {
  color: #8898aa;
}

/* line 19854, vendor/assets/stylesheets/argon.css */
.dropdown-menu a.media:hover .heading,
.dropdown-menu a.media:hover p {
  color: #172b4d !important;
}

/* line 19860, vendor/assets/stylesheets/argon.css */
.dropdown-menu-dark .h1,
.dropdown-menu-dark .h2,
.dropdown-menu-dark .h3,
.dropdown-menu-dark .h4,
.dropdown-menu-dark .h5,
.dropdown-menu-dark .h6,
.dropdown-menu-dark a {
  color: white;
}

/* line 19871, vendor/assets/stylesheets/argon.css */
.dropdown-menu-sm {
  min-width: 100px;
  border: .4375rem;
}

/* line 19878, vendor/assets/stylesheets/argon.css */
.dropdown-menu-lg {
  min-width: 320px;
  border-radius: .4375rem;
}

/* line 19885, vendor/assets/stylesheets/argon.css */
.dropdown-menu-xl {
  min-width: 420px;
  border-radius: .4375rem;
}

/* line 19892, vendor/assets/stylesheets/argon.css */
.footer {
  padding: 30px 0;
  background: #f8f9fe;
}

/* line 19898, vendor/assets/stylesheets/argon.css */
.footer .col-footer .heading {
  font-size: .875rem;
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #8898aa;
}

/* line 19910, vendor/assets/stylesheets/argon.css */
.footer .nav .nav-item .nav-link,
.footer .footer-link {
  color: #8898aa !important;
}

/* line 19915, vendor/assets/stylesheets/argon.css */
.footer .nav .nav-item .nav-link:hover,
.footer .footer-link:hover {
  color: #525f7f !important;
}

/* line 19920, vendor/assets/stylesheets/argon.css */
.footer .list-unstyled li a {
  font-size: .85rem;
  display: inline-block;
  padding: .125rem 0;
  color: #8898aa;
}

/* line 19930, vendor/assets/stylesheets/argon.css */
.footer .list-unstyled li a:hover {
  color: #525f7f;
}

/* line 19934, vendor/assets/stylesheets/argon.css */
.footer .copyright {
  font-size: .875rem;
}

/* line 19939, vendor/assets/stylesheets/argon.css */
.footer-dark .col-footer .heading {
  color: #fff;
}

/* line 19944, vendor/assets/stylesheets/argon.css */
.nav-footer .nav-link {
  font-size: .875rem;
}

/* line 19949, vendor/assets/stylesheets/argon.css */
.nav-footer .nav-item:last-child .nav-link {
  padding-right: 0;
}

/* line 19954, vendor/assets/stylesheets/argon.css */
.footer.has-cards {
  position: relative;
  overflow: hidden;
  margin-top: -420px;
  padding-top: 500px;
  pointer-events: none;
  background: transparent;
}

/* line 19967, vendor/assets/stylesheets/argon.css */
.footer.has-cards:before {
  position: absolute;
  top: 600px;
  right: 0;
  left: 0;
  height: 2000px;
  content: '';
  transform: skew(0, -8deg);
  background: #f7fafc;
}

/* line 19981, vendor/assets/stylesheets/argon.css */
.footer.has-cards .container {
  position: relative;
  pointer-events: auto;
}

/* line 19988, vendor/assets/stylesheets/argon.css */
.footer-auto-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* line 19996, vendor/assets/stylesheets/argon.css */
.form-control-label {
  font-size: .875rem;
  font-weight: 600;
  color: #525f7f;
}

/* line 20004, vendor/assets/stylesheets/argon.css */
.form-control {
  font-size: .875rem;
  height: calc(1.5em + 1.25rem + 5px);
  transition: all .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20014, vendor/assets/stylesheets/argon.css */
  .form-control {
    transition: none;
  }
}

/* line 20019, vendor/assets/stylesheets/argon.css */
.form-control:focus::-ms-input-placeholder {
  color: #adb5bd;
}

/* line 20023, vendor/assets/stylesheets/argon.css */
.form-control:focus::-moz-placeholder {
  color: #adb5bd;
}
.form-control:focus::placeholder {
  color: #adb5bd;
}

/* line 20028, vendor/assets/stylesheets/argon.css */
.form-control-lg {
  height: calc(2.25em + 1.25rem + 5px);
}

/* line 20033, vendor/assets/stylesheets/argon.css */
.form-control-sm {
  height: calc(.45em + 1.25rem + 5px);
}

/* line 20038, vendor/assets/stylesheets/argon.css */
.form-control-flush {
  padding: 0;
  border-width: 0;
  background-color: transparent;
  box-shadow: none;
}

/* line 20046, vendor/assets/stylesheets/argon.css */
.form-control-flush:focus {
  border-width: 0;
  background-color: transparent;
  box-shadow: none;
}

/* line 20053, vendor/assets/stylesheets/argon.css */
textarea[resize='none'] {
  resize: none !important;
}

/* line 20058, vendor/assets/stylesheets/argon.css */
textarea[resize='both'] {
  resize: both !important;
}

/* line 20063, vendor/assets/stylesheets/argon.css */
textarea[resize='vertical'] {
  resize: vertical !important;
}

/* line 20068, vendor/assets/stylesheets/argon.css */
textarea[resize='horizontal'] {
  resize: horizontal !important;
}

/* line 20073, vendor/assets/stylesheets/argon.css */
.form-control-muted {
  border-color: #f7fafe;
  background-color: #f7fafe;
  box-shadow: none;
}

/* line 20079, vendor/assets/stylesheets/argon.css */
.form-control-muted:focus {
  background-color: #fcfdff;
}

/* line 20084, vendor/assets/stylesheets/argon.css */
.form-control-alternative {
  transition: box-shadow .15s ease;
  border: 0;
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}

/* line 20091, vendor/assets/stylesheets/argon.css */
.form-control-alternative:focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 20096, vendor/assets/stylesheets/argon.css */
.form-control-lg,
.input-group-lg .form-control,
.input-group-text {
  font-size: 1rem !important;
}

/* line 20103, vendor/assets/stylesheets/argon.css */
.custom-control {
  padding-left: 1.75rem;
}

/* line 20108, vendor/assets/stylesheets/argon.css */
.input-group {
  transition: all .15s ease-in-out;
  border-radius: .25rem;
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
}

@media (prefers-reduced-motion: reduce) {
  /* line 20117, vendor/assets/stylesheets/argon.css */
  .input-group {
    transition: none;
  }
}

/* line 20122, vendor/assets/stylesheets/argon.css */
.input-group .form-control {
  box-shadow: none;
}

/* line 20126, vendor/assets/stylesheets/argon.css */
.input-group .form-control:focus {
  box-shadow: none;
}

/* line 20131, vendor/assets/stylesheets/argon.css */
.input-group-text {
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@media (prefers-reduced-motion: reduce) {
  /* line 20137, vendor/assets/stylesheets/argon.css */
  .input-group-text {
    transition: none;
  }
}

/* line 20142, vendor/assets/stylesheets/argon.css */
.input-group-text i {
  font-size: .875rem;
}

/* line 20146, vendor/assets/stylesheets/argon.css */
.input-group-text .custom-control {
  line-height: 1;
}

/* line 20151, vendor/assets/stylesheets/argon.css */
.input-group-prepend .input-group-text {
  border-right: 0;
}

/* line 20156, vendor/assets/stylesheets/argon.css */
.input-group-append .input-group-text {
  border-left: 0;
}

/* line 20161, vendor/assets/stylesheets/argon.css */
.input-group-merge .form-control:not(:first-child) {
  padding-left: 0;
  border-left: 0;
}

/* line 20168, vendor/assets/stylesheets/argon.css */
.input-group-merge .form-control:not(:last-child) {
  padding-right: 0;
  border-right: 0;
}

/* line 20175, vendor/assets/stylesheets/argon.css */
.input-group-alternative {
  transition: box-shadow .15s ease;
  border: 0;
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}

/* line 20182, vendor/assets/stylesheets/argon.css */
.input-group-alternative .form-control,
.input-group-alternative .input-group-text {
  border: 0;
  box-shadow: none;
}

/* line 20189, vendor/assets/stylesheets/argon.css */
.focused .input-group-alternative {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
}

/* line 20194, vendor/assets/stylesheets/argon.css */
.input-group-flush {
  box-shadow: none;
}

/* line 20198, vendor/assets/stylesheets/argon.css */
.input-group-flush > .form-control {
  padding: 0;
  border-width: 0;
  background-color: transparent;
}

/* line 20205, vendor/assets/stylesheets/argon.css */
.input-group-flush > .input-group-prepend > .input-group-text,
.input-group-flush > .input-group-append > .input-group-text {
  padding: 0;
  padding-right: 1rem;
  border-width: 0;
  background-color: transparent;
}

/* line 20215, vendor/assets/stylesheets/argon.css */
.focused .input-group {
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

/* line 20220, vendor/assets/stylesheets/argon.css */
.focused .input-group-text {
  color: #8898aa;
  border-color: #5e72e4;
  background-color: #fff;
}

/* line 20227, vendor/assets/stylesheets/argon.css */
.focused .form-control {
  border-color: #5e72e4;
}

/* line 20232, vendor/assets/stylesheets/argon.css */
.focused .input-group-flush {
  box-shadow: none;
}

/* line 20237, vendor/assets/stylesheets/argon.css */
.form-primary .form-control {
  color: #fff;
  border-color: #324cdd;
  background-color: rgba(50, 76, 221, 0.5);
}

/* line 20243, vendor/assets/stylesheets/argon.css */
.form-primary .form-control:focus {
  border: 1px solid #2a44db;
  background-color: rgba(42, 68, 219, 0.7);
}

/* line 20248, vendor/assets/stylesheets/argon.css */
.form-primary .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* line 20252, vendor/assets/stylesheets/argon.css */
.form-primary .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.form-primary .form-control::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* line 20257, vendor/assets/stylesheets/argon.css */
.form-primary .input-group-text {
  color: #fff;
  border-color: #324cdd;
  background-color: rgba(50, 76, 221, 0.5);
}

/* line 20264, vendor/assets/stylesheets/argon.css */
.form-primary .focused .input-group-text {
  color: #fff;
  border-color: #2a44db;
  background-color: rgba(42, 68, 219, 0.7);
}

/* line 20271, vendor/assets/stylesheets/argon.css */
.has-success,
.has-danger {
  position: relative;
}

/* line 20276, vendor/assets/stylesheets/argon.css */
.has-success:after,
.has-danger:after {
  font-family: 'NucleoIcons';
  font-size: 9px;
  line-height: 19px;
  position: absolute;
  top: 50%;
  right: 15px;
  display: none;
  width: 19px;
  height: 19px;
  transform: translateY(-50%);
  text-align: center;
  opacity: 1;
  border-radius: 50%;
}

/* line 20298, vendor/assets/stylesheets/argon.css */
.has-success .input-group-prepend .input-group-text,
.has-danger .input-group-prepend .input-group-text {
  border-color: red;
}

/* line 20304, vendor/assets/stylesheets/argon.css */
.has-success:after {
  content: '\ea26';
  color: #1d8357;
  background-color: #69deac;
}

/* line 20312, vendor/assets/stylesheets/argon.css */
.has-success .form-control {
  background-color: #fff;
}

/* line 20316, vendor/assets/stylesheets/argon.css */
.has-success .form-control::-ms-input-placeholder {
  color: #2dce89;
}

/* line 20320, vendor/assets/stylesheets/argon.css */
.has-success .form-control::-moz-placeholder {
  color: #2dce89;
}
.has-success .form-control::placeholder {
  color: #2dce89;
}

/* line 20325, vendor/assets/stylesheets/argon.css */
.has-danger:after {
  content: '\ea53';
  color: #db2d05;
  background-color: #fda08b;
}

/* line 20333, vendor/assets/stylesheets/argon.css */
.has-danger .form-control {
  background-color: #fff;
}

/* line 20337, vendor/assets/stylesheets/argon.css */
.has-danger .form-control::-ms-input-placeholder {
  color: #fb6340;
}

/* line 20341, vendor/assets/stylesheets/argon.css */
.has-danger .form-control::-moz-placeholder {
  color: #fb6340;
}
.has-danger .form-control::placeholder {
  color: #fb6340;
}

/* line 20346, vendor/assets/stylesheets/argon.css */
.row-example > .col span,
.row-example > [class^='col-'] span {
  font-size: .875rem;
  display: block;
  margin: 1rem 0;
  padding: .75rem;
  color: #393f49;
  border-radius: .25rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px, rgba(0, 0, 0, 0.1) 0 4px 16px;
}

/* line 20362, vendor/assets/stylesheets/argon.css */
.no-gutters > .col span,
.no-gutters > [class^='col-'] span {
  border-radius: 0;
}

/* line 20368, vendor/assets/stylesheets/argon.css */
.header {
  position: relative;
}

/* line 20373, vendor/assets/stylesheets/argon.css */
.icon {
  width: 3rem;
  height: 3rem;
}

/* line 20378, vendor/assets/stylesheets/argon.css */
.icon i,
.icon svg {
  font-size: 2.25rem;
}

/* line 20383, vendor/assets/stylesheets/argon.css */
.icon + .icon-text {
  width: calc(100% - 3rem - 1);
  padding-left: 1rem;
}

/* line 20389, vendor/assets/stylesheets/argon.css */
.icon-xl {
  width: 5rem;
  height: 5rem;
}

/* line 20394, vendor/assets/stylesheets/argon.css */
.icon-xl i,
.icon-xl svg {
  font-size: 4.25rem;
}

/* line 20399, vendor/assets/stylesheets/argon.css */
.icon-xl + .icon-text {
  width: calc(100% - 5rem - 1);
}

/* line 20404, vendor/assets/stylesheets/argon.css */
.icon-lg {
  width: 4rem;
  height: 4rem;
}

/* line 20409, vendor/assets/stylesheets/argon.css */
.icon-lg i,
.icon-lg svg {
  font-size: 3.25rem;
}

/* line 20414, vendor/assets/stylesheets/argon.css */
.icon-lg + .icon-text {
  width: calc(100% - $icon-size-lg - 1);
}

/* line 20419, vendor/assets/stylesheets/argon.css */
.icon-sm {
  width: 2rem;
  height: 2rem;
}

/* line 20424, vendor/assets/stylesheets/argon.css */
.icon-sm i,
.icon-sm svg {
  font-size: 1.25rem;
}

/* line 20429, vendor/assets/stylesheets/argon.css */
.icon-sm + .icon-text {
  width: calc(100% - $icon-size-sm - 1);
}

/* line 20434, vendor/assets/stylesheets/argon.css */
.icon-xs {
  width: 1.25rem;
  height: 1.25rem;
}

/* line 20439, vendor/assets/stylesheets/argon.css */
.icon-xs i,
.icon-xs svg {
  font-size: .5rem;
}

/* line 20444, vendor/assets/stylesheets/argon.css */
.icon-xs + .icon-text {
  width: calc(100% - $icon-size-xs - 1);
}

/* line 20449, vendor/assets/stylesheets/argon.css */
.icon-actions > a {
  font-size: .875rem;
  display: inline-block;
  margin-right: .75rem;
  color: #8898aa;
}

/* line 20459, vendor/assets/stylesheets/argon.css */
.icon-actions > a:last-of-type {
  margin-right: 0;
}

/* line 20463, vendor/assets/stylesheets/argon.css */
.icon-actions > a span {
  font-weight: 600;
  margin-left: .1875rem;
  color: #8898aa;
}

/* line 20471, vendor/assets/stylesheets/argon.css */
.icon-actions > a:hover span {
  color: #6a7e95;
}

/* line 20476, vendor/assets/stylesheets/argon.css */
.icon-actions > a,
.icon-actions > a:hover,
.icon-actions > a.active {
  color: #32325d;
}

/* line 20483, vendor/assets/stylesheets/argon.css */
.icon-actions > .favorite:hover,
.icon-actions > .favorite.active {
  color: #ffd600;
}

/* line 20489, vendor/assets/stylesheets/argon.css */
.icon-actions > .love:hover,
.icon-actions > .love.active {
  color: #f5365c;
}

/* line 20495, vendor/assets/stylesheets/argon.css */
.icon-actions > .like:hover,
.icon-actions > .like.active {
  color: #5e72e4;
}

/* line 20501, vendor/assets/stylesheets/argon.css */
.icon-actions-lg a {
  font-size: 1.25rem;
  margin-right: .875rem;
}

/* line 20508, vendor/assets/stylesheets/argon.css */
.icon-shape {
  display: inline-flex;
  padding: 12px;
  text-align: center;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

/* line 20521, vendor/assets/stylesheets/argon.css */
.icon-shape i,
.icon-shape svg {
  font-size: 1.25rem;
}

/* line 20526, vendor/assets/stylesheets/argon.css */
.icon-shape.icon-lg i,
.icon-shape.icon-lg svg {
  font-size: 1.625rem;
}

/* line 20531, vendor/assets/stylesheets/argon.css */
.icon-shape.icon-sm i,
.icon-shape.icon-sm svg {
  font-size: .875rem;
}

/* line 20536, vendor/assets/stylesheets/argon.css */
.icon-shape.icon-xs i,
.icon-shape.icon-xs svg {
  font-size: .6rem;
}

/* line 20541, vendor/assets/stylesheets/argon.css */
.icon-shape svg {
  width: 30px;
  height: 30px;
}

/* line 20547, vendor/assets/stylesheets/argon.css */
.icon-shape-primary {
  color: #2643e9;
  background-color: rgba(138, 152, 235, 0.5);
}

/* line 20553, vendor/assets/stylesheets/argon.css */
.icon-shape-secondary {
  color: #cfe3f1;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 20559, vendor/assets/stylesheets/argon.css */
.icon-shape-success {
  color: #1aae6f;
  background-color: rgba(84, 218, 161, 0.5);
}

/* line 20565, vendor/assets/stylesheets/argon.css */
.icon-shape-info {
  color: #03acca;
  background-color: rgba(65, 215, 242, 0.5);
}

/* line 20571, vendor/assets/stylesheets/argon.css */
.icon-shape-warning {
  color: #ff3709;
  background-color: rgba(252, 140, 114, 0.5);
}

/* line 20577, vendor/assets/stylesheets/argon.css */
.icon-shape-danger {
  color: #f80031;
  background-color: rgba(247, 103, 131, 0.5);
}

/* line 20583, vendor/assets/stylesheets/argon.css */
.icon-shape-light {
  color: #879cb0;
  background-color: rgba(201, 207, 212, 0.5);
}

/* line 20589, vendor/assets/stylesheets/argon.css */
.icon-shape-dark {
  color: #090c0e;
  background-color: rgba(56, 63, 69, 0.5);
}

/* line 20595, vendor/assets/stylesheets/argon.css */
.icon-shape-default {
  color: #091428;
  background-color: rgba(35, 65, 116, 0.5);
}

/* line 20601, vendor/assets/stylesheets/argon.css */
.icon-shape-white {
  color: #e8e3e3;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 20607, vendor/assets/stylesheets/argon.css */
.icon-shape-neutral {
  color: #e8e3e3;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 20613, vendor/assets/stylesheets/argon.css */
.icon-shape-darker {
  color: black;
  background-color: rgba(26, 26, 26, 0.5);
}

/* line 20619, vendor/assets/stylesheets/argon.css */
.list-group-space .list-group-item {
  margin-bottom: 1.5rem;
  border-radius: .375rem;
}

/* line 20626, vendor/assets/stylesheets/argon.css */
.list-group-img {
  width: 3rem;
  height: 3rem;
  margin: -.1rem 1.2rem 0 -.2rem;
  vertical-align: top;
  border-radius: 50%;
}

/* line 20637, vendor/assets/stylesheets/argon.css */
.list-group-content {
  min-width: 0;
  flex: 1 1;
}

/* line 20643, vendor/assets/stylesheets/argon.css */
.list-group-content > p {
  line-height: 1.5;
  margin: .2rem 0 0;
  color: #adb5bd;
}

/* line 20652, vendor/assets/stylesheets/argon.css */
.list-group-heading {
  font-size: 1rem;
  color: #32325d;
}

/* line 20658, vendor/assets/stylesheets/argon.css */
.list-group-heading > small {
  font-weight: 500;
  float: right;
  color: #adb5bd;
}

/* line 20667, vendor/assets/stylesheets/argon.css */
.checklist-item {
  position: relative;
  display: flex;
  padding-left: .75rem;
  justify-content: space-between;
  align-items: center;
}

/* line 20678, vendor/assets/stylesheets/argon.css */
.checklist-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  content: '';
  border-radius: 8px;
  background-color: #5e72e4;
}

/* line 20693, vendor/assets/stylesheets/argon.css */
.checklist-item-checked .checklist-info * {
  text-decoration: line-through;
}

/* line 20698, vendor/assets/stylesheets/argon.css */
.checklist-item-primary:before {
  background-color: #5e72e4;
}

/* line 20703, vendor/assets/stylesheets/argon.css */
.checklist-item-secondary:before {
  background-color: #f7fafc;
}

/* line 20708, vendor/assets/stylesheets/argon.css */
.checklist-item-success:before {
  background-color: #2dce89;
}

/* line 20713, vendor/assets/stylesheets/argon.css */
.checklist-item-info:before {
  background-color: #11cdef;
}

/* line 20718, vendor/assets/stylesheets/argon.css */
.checklist-item-warning:before {
  background-color: #fb6340;
}

/* line 20723, vendor/assets/stylesheets/argon.css */
.checklist-item-danger:before {
  background-color: #f5365c;
}

/* line 20728, vendor/assets/stylesheets/argon.css */
.checklist-item-light:before {
  background-color: #adb5bd;
}

/* line 20733, vendor/assets/stylesheets/argon.css */
.checklist-item-dark:before {
  background-color: #212529;
}

/* line 20738, vendor/assets/stylesheets/argon.css */
.checklist-item-default:before {
  background-color: #172b4d;
}

/* line 20743, vendor/assets/stylesheets/argon.css */
.checklist-item-white:before {
  background-color: #fff;
}

/* line 20748, vendor/assets/stylesheets/argon.css */
.checklist-item-neutral:before {
  background-color: #fff;
}

/* line 20753, vendor/assets/stylesheets/argon.css */
.checklist-item-darker:before {
  background-color: black;
}

/* line 20758, vendor/assets/stylesheets/argon.css */
.map-canvas {
  position: relative;
  width: 100%;
  height: 500px;
  border-radius: .375rem;
}

/* line 20768, vendor/assets/stylesheets/argon.css */
.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20781, vendor/assets/stylesheets/argon.css */
  .mask {
    transition: none;
  }
}

/* line 20787, vendor/assets/stylesheets/argon.css */
.backdrop {
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* line 20800, vendor/assets/stylesheets/argon.css */
.backdrop-dark {
  background: rgba(0, 0, 0, 0.3);
}

/* line 20805, vendor/assets/stylesheets/argon.css */
.backdrop-light {
  background: rgba(255, 255, 255, 0.3);
}

/* line 20810, vendor/assets/stylesheets/argon.css */
.media-comment {
  margin-top: 2rem;
}

/* line 20815, vendor/assets/stylesheets/argon.css */
.media-comment-avatar {
  position: relative;
  z-index: 1;
  margin-top: -1rem;
  margin-right: -2rem;
  transition: all .15s ease;
  border: 4px solid #fff;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20829, vendor/assets/stylesheets/argon.css */
  .media-comment-avatar {
    transition: none;
  }
}

/* line 20835, vendor/assets/stylesheets/argon.css */
.media-comment-text {
  position: relative;
  padding: 1rem 1.25rem 1rem 2.5rem;
  border-radius: .4375rem;
  border-top-left-radius: 0;
  background-color: #f6f9fc;
}

/* line 20846, vendor/assets/stylesheets/argon.css */
.media-comment:hover .media-comment-avatar {
  transform: scale(1.1);
}

/* line 20851, vendor/assets/stylesheets/argon.css */
.modal-title {
  font-size: 1.0625rem;
}

/* line 20856, vendor/assets/stylesheets/argon.css */
.modal-fluid .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 20862, vendor/assets/stylesheets/argon.css */
.modal-fluid .modal-content {
  border-radius: 0;
}

/* line 20867, vendor/assets/stylesheets/argon.css */
.modal-primary .modal-title {
  color: #fff;
}

/* line 20872, vendor/assets/stylesheets/argon.css */
.modal-primary .modal-header,
.modal-primary .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 20878, vendor/assets/stylesheets/argon.css */
.modal-primary .modal-content {
  color: #fff;
  background-color: #5e72e4;
}

/* line 20883, vendor/assets/stylesheets/argon.css */
.modal-primary .modal-content .heading {
  color: #fff;
}

/* line 20888, vendor/assets/stylesheets/argon.css */
.modal-primary .close > span:not(.sr-only) {
  color: #fff;
}

/* line 20893, vendor/assets/stylesheets/argon.css */
.modal-secondary .modal-title {
  color: #212529;
}

/* line 20898, vendor/assets/stylesheets/argon.css */
.modal-secondary .modal-header,
.modal-secondary .modal-footer {
  border-color: rgba(33, 37, 41, 0.075);
}

/* line 20904, vendor/assets/stylesheets/argon.css */
.modal-secondary .modal-content {
  color: #212529;
  background-color: #f7fafc;
}

/* line 20909, vendor/assets/stylesheets/argon.css */
.modal-secondary .modal-content .heading {
  color: #212529;
}

/* line 20914, vendor/assets/stylesheets/argon.css */
.modal-secondary .close > span:not(.sr-only) {
  color: #fff;
}

/* line 20919, vendor/assets/stylesheets/argon.css */
.modal-success .modal-title {
  color: #fff;
}

/* line 20924, vendor/assets/stylesheets/argon.css */
.modal-success .modal-header,
.modal-success .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 20930, vendor/assets/stylesheets/argon.css */
.modal-success .modal-content {
  color: #fff;
  background-color: #2dce89;
}

/* line 20935, vendor/assets/stylesheets/argon.css */
.modal-success .modal-content .heading {
  color: #fff;
}

/* line 20940, vendor/assets/stylesheets/argon.css */
.modal-success .close > span:not(.sr-only) {
  color: #fff;
}

/* line 20945, vendor/assets/stylesheets/argon.css */
.modal-info .modal-title {
  color: #fff;
}

/* line 20950, vendor/assets/stylesheets/argon.css */
.modal-info .modal-header,
.modal-info .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 20956, vendor/assets/stylesheets/argon.css */
.modal-info .modal-content {
  color: #fff;
  background-color: #11cdef;
}

/* line 20961, vendor/assets/stylesheets/argon.css */
.modal-info .modal-content .heading {
  color: #fff;
}

/* line 20966, vendor/assets/stylesheets/argon.css */
.modal-info .close > span:not(.sr-only) {
  color: #fff;
}

/* line 20971, vendor/assets/stylesheets/argon.css */
.modal-warning .modal-title {
  color: #fff;
}

/* line 20976, vendor/assets/stylesheets/argon.css */
.modal-warning .modal-header,
.modal-warning .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 20982, vendor/assets/stylesheets/argon.css */
.modal-warning .modal-content {
  color: #fff;
  background-color: #fb6340;
}

/* line 20987, vendor/assets/stylesheets/argon.css */
.modal-warning .modal-content .heading {
  color: #fff;
}

/* line 20992, vendor/assets/stylesheets/argon.css */
.modal-warning .close > span:not(.sr-only) {
  color: #fff;
}

/* line 20997, vendor/assets/stylesheets/argon.css */
.modal-danger .modal-title {
  color: #fff;
}

/* line 21002, vendor/assets/stylesheets/argon.css */
.modal-danger .modal-header,
.modal-danger .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 21008, vendor/assets/stylesheets/argon.css */
.modal-danger .modal-content {
  color: #fff;
  background-color: #f5365c;
}

/* line 21013, vendor/assets/stylesheets/argon.css */
.modal-danger .modal-content .heading {
  color: #fff;
}

/* line 21018, vendor/assets/stylesheets/argon.css */
.modal-danger .close > span:not(.sr-only) {
  color: #fff;
}

/* line 21023, vendor/assets/stylesheets/argon.css */
.modal-light .modal-title {
  color: #fff;
}

/* line 21028, vendor/assets/stylesheets/argon.css */
.modal-light .modal-header,
.modal-light .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 21034, vendor/assets/stylesheets/argon.css */
.modal-light .modal-content {
  color: #fff;
  background-color: #adb5bd;
}

/* line 21039, vendor/assets/stylesheets/argon.css */
.modal-light .modal-content .heading {
  color: #fff;
}

/* line 21044, vendor/assets/stylesheets/argon.css */
.modal-light .close > span:not(.sr-only) {
  color: #fff;
}

/* line 21049, vendor/assets/stylesheets/argon.css */
.modal-dark .modal-title {
  color: #fff;
}

/* line 21054, vendor/assets/stylesheets/argon.css */
.modal-dark .modal-header,
.modal-dark .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 21060, vendor/assets/stylesheets/argon.css */
.modal-dark .modal-content {
  color: #fff;
  background-color: #212529;
}

/* line 21065, vendor/assets/stylesheets/argon.css */
.modal-dark .modal-content .heading {
  color: #fff;
}

/* line 21070, vendor/assets/stylesheets/argon.css */
.modal-dark .close > span:not(.sr-only) {
  color: #fff;
}

/* line 21075, vendor/assets/stylesheets/argon.css */
.modal-default .modal-title {
  color: #fff;
}

/* line 21080, vendor/assets/stylesheets/argon.css */
.modal-default .modal-header,
.modal-default .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 21086, vendor/assets/stylesheets/argon.css */
.modal-default .modal-content {
  color: #fff;
  background-color: #172b4d;
}

/* line 21091, vendor/assets/stylesheets/argon.css */
.modal-default .modal-content .heading {
  color: #fff;
}

/* line 21096, vendor/assets/stylesheets/argon.css */
.modal-default .close > span:not(.sr-only) {
  color: #fff;
}

/* line 21101, vendor/assets/stylesheets/argon.css */
.modal-white .modal-title {
  color: #212529;
}

/* line 21106, vendor/assets/stylesheets/argon.css */
.modal-white .modal-header,
.modal-white .modal-footer {
  border-color: rgba(33, 37, 41, 0.075);
}

/* line 21112, vendor/assets/stylesheets/argon.css */
.modal-white .modal-content {
  color: #212529;
  background-color: #fff;
}

/* line 21117, vendor/assets/stylesheets/argon.css */
.modal-white .modal-content .heading {
  color: #212529;
}

/* line 21122, vendor/assets/stylesheets/argon.css */
.modal-white .close > span:not(.sr-only) {
  color: #fff;
}

/* line 21127, vendor/assets/stylesheets/argon.css */
.modal-neutral .modal-title {
  color: #212529;
}

/* line 21132, vendor/assets/stylesheets/argon.css */
.modal-neutral .modal-header,
.modal-neutral .modal-footer {
  border-color: rgba(33, 37, 41, 0.075);
}

/* line 21138, vendor/assets/stylesheets/argon.css */
.modal-neutral .modal-content {
  color: #212529;
  background-color: #fff;
}

/* line 21143, vendor/assets/stylesheets/argon.css */
.modal-neutral .modal-content .heading {
  color: #212529;
}

/* line 21148, vendor/assets/stylesheets/argon.css */
.modal-neutral .close > span:not(.sr-only) {
  color: #fff;
}

/* line 21153, vendor/assets/stylesheets/argon.css */
.modal-darker .modal-title {
  color: #fff;
}

/* line 21158, vendor/assets/stylesheets/argon.css */
.modal-darker .modal-header,
.modal-darker .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 21164, vendor/assets/stylesheets/argon.css */
.modal-darker .modal-content {
  color: #fff;
  background-color: black;
}

/* line 21169, vendor/assets/stylesheets/argon.css */
.modal-darker .modal-content .heading {
  color: #fff;
}

/* line 21174, vendor/assets/stylesheets/argon.css */
.modal-darker .close > span:not(.sr-only) {
  color: #fff;
}

/* line 21179, vendor/assets/stylesheets/argon.css */
.navbar-horizontal .navbar-nav .nav-link {
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: normal;
}

/* line 21187, vendor/assets/stylesheets/argon.css */
.navbar-horizontal .navbar-nav .nav-link .nav-link-inner--text {
  margin-left: .25rem;
}

/* line 21192, vendor/assets/stylesheets/argon.css */
.navbar-horizontal .navbar-brand {
  font-size: .875rem;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: .05px;
  text-transform: uppercase;
}

/* line 21201, vendor/assets/stylesheets/argon.css */
.navbar-horizontal .navbar-brand img {
  height: 30px;
}

/* line 21206, vendor/assets/stylesheets/argon.css */
.navbar-horizontal .navbar-dark .navbar-brand {
  color: #fff;
}

/* line 21211, vendor/assets/stylesheets/argon.css */
.navbar-horizontal .navbar-light .navbar-brand {
  color: #32325d;
}

/* line 21216, vendor/assets/stylesheets/argon.css */
.navbar-horizontal .navbar-nav .nav-item .media:not(:last-child) {
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  /* line 21223, vendor/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav .nav-item {
    margin-right: .5rem;
  }
  /* line 21227, vendor/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav .nav-item [data-toggle='dropdown']::after {
    transition: all .15s ease;
  }
  /* line 21231, vendor/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav .nav-item.show [data-toggle='dropdown']::after {
    transform: rotate(180deg);
  }
  /* line 21235, vendor/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: .375rem;
  }
  /* line 21242, vendor/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav .nav-link i {
    margin-right: .625rem;
  }
  /* line 21246, vendor/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav .nav-link-icon {
    font-size: 1rem;
    padding-right: .5rem !important;
    padding-left: .5rem !important;
    border-radius: .375rem;
  }
  /* line 21255, vendor/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav .nav-link-icon i {
    margin-right: 0;
  }
  /* line 21259, vendor/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav .dropdown-menu {
    margin: 0;
    pointer-events: none;
    opacity: 0;
  }
  /* line 21267, vendor/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav .dropdown-menu:before {
    position: absolute;
    z-index: -5;
    bottom: 100%;
    left: 20px;
    display: block;
    width: 16px;
    height: 16px;
    content: '';
    transform: rotate(-45deg) translateY(1rem);
    border-radius: .25rem;
    background: #fff;
    box-shadow: none;
  }
  /* line 21286, vendor/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav .dropdown-menu-right:before {
    right: 20px;
    left: auto;
  }
  /* line 21291, vendor/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav:not(.navbar-nav-hover) .dropdown-menu.show {
    animation: show-navbar-dropdown .25s ease forwards;
    pointer-events: auto;
    opacity: 1;
  }
  /* line 21298, vendor/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav:not(.navbar-nav-hover) .dropdown-menu.close {
    display: block;
    animation: hide-navbar-dropdown .15s ease backwards;
  }
  /* line 21304, vendor/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav.navbar-nav-hover .dropdown-menu {
    display: block;
    transition: visibility .25s, opacity .25s, transform .25s;
    transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
    pointer-events: none;
    opacity: 0;
  }
  /* line 21314, vendor/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav.navbar-nav-hover .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    visibility: visible;
    transform: translate(0, 0);
    animation: none;
    pointer-events: auto;
    opacity: 1;
  }
  /* line 21325, vendor/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav .dropdown-menu-inner {
    position: relative;
    padding: 1rem;
  }
}

/* line 21333, vendor/assets/stylesheets/argon.css */
.navbar-horizontal.navbar-transparent {
  position: absolute;
  z-index: 100;
  top: 0;
  width: 100%;
  border: 0;
  background-color: transparent;
  box-shadow: none;
}

/* line 21345, vendor/assets/stylesheets/argon.css */
.navbar-horizontal.navbar-transparent .navbar-brand {
  color: white;
}

/* line 21349, vendor/assets/stylesheets/argon.css */
.navbar-horizontal.navbar-transparent .navbar-toggler {
  color: white;
}

/* line 21353, vendor/assets/stylesheets/argon.css */
.navbar-horizontal.navbar-transparent .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.95)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (min-width: 768px) {
  /* line 21360, vendor/assets/stylesheets/argon.css */
  .navbar-horizontal.navbar-transparent .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.95);
  }
  /* line 21364, vendor/assets/stylesheets/argon.css */
  .navbar-horizontal.navbar-transparent .navbar-nav .nav-link:hover,
.navbar-horizontal.navbar-transparent .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.65);
  }
  /* line 21369, vendor/assets/stylesheets/argon.css */
  .navbar-horizontal.navbar-transparent .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
  }
  /* line 21373, vendor/assets/stylesheets/argon.css */
  .navbar-horizontal.navbar-transparent .navbar-nav .show > .nav-link,
.navbar-horizontal.navbar-transparent .navbar-nav .active > .nav-link,
.navbar-horizontal.navbar-transparent .navbar-nav .nav-link.show,
.navbar-horizontal.navbar-transparent .navbar-nav .nav-link.active {
    color: rgba(255, 255, 255, 0.65);
  }
  /* line 21380, vendor/assets/stylesheets/argon.css */
  .navbar-horizontal.navbar-transparent .navbar-brand {
    color: rgba(255, 255, 255, 0.95);
  }
  /* line 21384, vendor/assets/stylesheets/argon.css */
  .navbar-horizontal.navbar-transparent .navbar-brand:hover,
.navbar-horizontal.navbar-transparent .navbar-brand:focus {
    color: rgba(255, 255, 255, 0.95);
  }
}

/* line 21391, vendor/assets/stylesheets/argon.css */
.navbar-horizontal .navbar-collapse-header {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 21398, vendor/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav .nav-link {
    padding: .625rem 0;
    color: #172b4d !important;
  }
  /* line 21404, vendor/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav .dropdown-menu {
    min-width: auto;
    box-shadow: none;
  }
  /* line 21410, vendor/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav .dropdown-menu .media svg {
    width: 30px;
  }
  /* line 21414, vendor/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-collapse {
    position: absolute;
    z-index: 1050;
    top: 0;
    right: 0;
    left: 0;
    overflow-y: auto;
    width: calc(100% - 1.4rem);
    height: auto !important;
    margin: .7rem;
    opacity: 0;
  }
  /* line 21430, vendor/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-collapse .navbar-toggler {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
  }
  /* line 21442, vendor/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-collapse .navbar-toggler span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    opacity: 1;
    border-radius: 2px;
    background: #283448;
  }
  /* line 21455, vendor/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-collapse .navbar-toggler :nth-child(1) {
    transform: rotate(135deg);
  }
  /* line 21459, vendor/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-collapse .navbar-toggler :nth-child(2) {
    transform: rotate(-135deg);
  }
  /* line 21463, vendor/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-collapse .navbar-collapse-header {
    display: block;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  /* line 21472, vendor/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-collapse .collapse-brand img {
    height: 36px;
  }
  /* line 21476, vendor/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-collapse .collapse-close {
    text-align: right;
  }
  /* line 21480, vendor/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-collapse.collapsing,
.navbar-horizontal .navbar-collapse.show {
    padding: 1.5rem;
    animation: show-navbar-collapse .2s ease forwards;
    border-radius: .375rem;
    background: #fff;
    box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  /* line 21491, vendor/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-collapse.collapsing-out {
    animation: hide-navbar-collapse .2s ease forwards;
  }
}

@keyframes show-navbar-collapse {
  0% {
    transform: scale(0.95);
    transform-origin: 100% 0;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes hide-navbar-collapse {
  from {
    transform: scale(1);
    transform-origin: 100% 0;
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}

@keyframes show-navbar-dropdown {
  0% {
    transition: visibility .25s, opacity .25s, transform .25s;
    transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes hide-navbar-dropdown {
  from {
    opacity: 1;
  }
  to {
    transform: translate(0, 10px);
    opacity: 0;
  }
}

/* line 21562, vendor/assets/stylesheets/argon.css */
.navbar-floating-wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 21573, vendor/assets/stylesheets/argon.css */
.navbar-floating-wrapper .navbar {
  border-radius: .375rem;
}

/* line 21578, vendor/assets/stylesheets/argon.css */
.navbar-vertical {
  padding-top: 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
}

/* line 21586, vendor/assets/stylesheets/argon.css */
.navbar-vertical.navbar-light {
  border-color: rgba(0, 0, 0, 0.05);
  background-color: #f6f9fc;
}

/* line 21591, vendor/assets/stylesheets/argon.css */
.navbar-vertical.navbar-dark {
  border-color: rgba(255, 255, 255, 0.1);
  background-color: transparent;
}

/* line 21596, vendor/assets/stylesheets/argon.css */
.navbar-vertical .navbar-brand {
  margin-right: 0;
}

/* line 21600, vendor/assets/stylesheets/argon.css */
.navbar-vertical .navbar-brand-img,
.navbar-vertical .navbar-brand > img {
  max-width: 100%;
  max-height: 2rem;
}

@media (min-width: 768px) {
  /* line 21608, vendor/assets/stylesheets/argon.css */
  .navbar-vertical .navbar-collapse {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  /* line 21613, vendor/assets/stylesheets/argon.css */
  .navbar-vertical .navbar-collapse:before {
    display: block;
    margin: .5rem;
    content: '';
  }
}

/* line 21622, vendor/assets/stylesheets/argon.css */
.navbar-vertical .navbar-nav {
  margin-right: -1rem;
  margin-left: -1rem;
}

/* line 21627, vendor/assets/stylesheets/argon.css */
.navbar-vertical .navbar-nav .nav-link {
  font-size: .875rem;
  font-weight: 500;
  padding-right: 1rem;
  padding-left: 1rem;
}

/* line 21635, vendor/assets/stylesheets/argon.css */
.navbar-vertical .navbar-nav .nav-link.active {
  position: relative;
}

/* line 21639, vendor/assets/stylesheets/argon.css */
.navbar-vertical .navbar-nav .nav-link > i {
  font-size: .9375rem;
  line-height: 1.5rem;
  min-width: 2rem;
}

/* line 21646, vendor/assets/stylesheets/argon.css */
.navbar-vertical .navbar-nav .nav-link .dropdown-menu {
  border: none;
}

/* line 21650, vendor/assets/stylesheets/argon.css */
.navbar-vertical .navbar-nav .nav-link .dropdown-menu .dropdown-menu {
  margin-left: .5rem;
}

/* line 21654, vendor/assets/stylesheets/argon.css */
.navbar-vertical .navbar-nav .nav-sm .nav-link {
  font-size: .8125rem;
}

/* line 21658, vendor/assets/stylesheets/argon.css */
.navbar-vertical .navbar-nav .nav-link {
  display: flex;
  align-items: center;
}

/* line 21664, vendor/assets/stylesheets/argon.css */
.navbar-vertical .navbar-nav .nav-link[data-toggle='collapse']:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
  display: inline-block;
  margin-left: auto;
  content: '\f105';
  transition: all .15s ease;
  color: #ced4da;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21685, vendor/assets/stylesheets/argon.css */
  .navbar-vertical .navbar-nav .nav-link[data-toggle='collapse']:after {
    transition: none;
  }
}

/* line 21690, vendor/assets/stylesheets/argon.css */
.navbar-vertical .navbar-nav .nav-link[data-toggle='collapse'][aria-expanded='true']:after {
  transform: rotate(90deg);
  color: #5e72e4;
}

/* line 21696, vendor/assets/stylesheets/argon.css */
.navbar-vertical .navbar-nav .nav .nav-link {
  padding-left: 3rem;
}

/* line 21700, vendor/assets/stylesheets/argon.css */
.navbar-vertical .navbar-nav .nav .nav .nav-link {
  padding-left: 3.5rem;
}

/* line 21704, vendor/assets/stylesheets/argon.css */
.navbar-vertical .navbar-heading {
  font-size: .75rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* line 21714, vendor/assets/stylesheets/argon.css */
.navbar-vertical.navbar-expand-xs {
  position: fixed;
  top: 0;
  bottom: 0;
  display: block;
  overflow-y: auto;
  width: 100%;
  max-width: 62px;
  padding-right: 0;
  padding-left: 0;
}

/* line 21728, vendor/assets/stylesheets/argon.css */
.navbar-vertical.navbar-expand-xs .navbar-inner {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

/* line 21733, vendor/assets/stylesheets/argon.css */
.navbar-vertical.navbar-expand-xs > [class*='container'] {
  flex-direction: column;
  min-height: 100%;
  padding-right: 0;
  padding-left: 0;
  align-items: stretch;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 21745, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xs > [class*='container'] {
    height: 100%;
    min-height: none;
  }
}

/* line 21751, vendor/assets/stylesheets/argon.css */
.navbar-vertical.navbar-expand-xs.fixed-left {
  left: 0;
  border-width: 0 1px 0 0;
}

/* line 21757, vendor/assets/stylesheets/argon.css */
.navbar-vertical.navbar-expand-xs.fixed-right {
  right: 0;
  border-width: 0 0 0 1px;
}

/* line 21763, vendor/assets/stylesheets/argon.css */
.navbar-vertical.navbar-expand-xs .navbar-collapse {
  display: flex;
  flex-direction: column;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex: 1 1;
  align-items: stretch;
}

/* line 21776, vendor/assets/stylesheets/argon.css */
.navbar-vertical.navbar-expand-xs .navbar-collapse > * {
  min-width: 100%;
}

/* line 21780, vendor/assets/stylesheets/argon.css */
.navbar-vertical.navbar-expand-xs .navbar-nav {
  flex-direction: column;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

/* line 21787, vendor/assets/stylesheets/argon.css */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
  padding: .675rem 1.5rem;
}

/* line 21791, vendor/assets/stylesheets/argon.css */
.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item {
  margin-top: 2px;
}

/* line 21795, vendor/assets/stylesheets/argon.css */
.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item > .nav-link.active {
  margin-right: .5rem;
  margin-left: .5rem;
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: .375rem;
  background: #f6f9fc;
}

/* line 21805, vendor/assets/stylesheets/argon.css */
.navbar-vertical.navbar-expand-xs .lavalamp-object {
  width: calc(100% - 1rem) !important;
  margin-right: .5rem;
  margin-left: .5rem;
  padding-right: 1rem;
  padding-left: 1rem;
  color: #fff;
  border-radius: .375rem;
  background: #5e72e4;
}

/* line 21817, vendor/assets/stylesheets/argon.css */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav-link {
  padding-top: .45rem;
  padding-bottom: .45rem;
  padding-left: 3.5rem;
}

/* line 21823, vendor/assets/stylesheets/argon.css */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav .nav-link {
  padding-left: 4.25rem;
}

@media (min-width: 576px) {
  /* line 21829, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-sm {
    position: fixed;
    top: 0;
    bottom: 0;
    display: block;
    overflow-y: auto;
    width: 100%;
    max-width: 62px;
    padding-right: 0;
    padding-left: 0;
  }
  /* line 21843, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-sm .navbar-inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  /* line 21848, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-sm > [class*='container'] {
    flex-direction: column;
    min-height: 100%;
    padding-right: 0;
    padding-left: 0;
    align-items: stretch;
  }
}

@media all and (min-width: 576px) and (-ms-high-contrast: none), (min-width: 576px) and (-ms-high-contrast: active) {
  /* line 21861, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-sm > [class*='container'] {
    height: 100%;
    min-height: none;
  }
}

@media (min-width: 576px) {
  /* line 21869, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-sm.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 21875, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-sm.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 21881, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-sm .navbar-collapse {
    display: flex;
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 1 1;
    align-items: stretch;
  }
  /* line 21894, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-sm .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 21898, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-sm .navbar-nav {
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  /* line 21905, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav-link {
    padding: .675rem 1.5rem;
  }
  /* line 21909, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-sm .navbar-nav > .nav-item {
    margin-top: 2px;
  }
  /* line 21913, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-sm .navbar-nav > .nav-item > .nav-link.active {
    margin-right: .5rem;
    margin-left: .5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    border-radius: .375rem;
    background: #f6f9fc;
  }
  /* line 21923, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-sm .lavalamp-object {
    width: calc(100% - 1rem) !important;
    margin-right: .5rem;
    margin-left: .5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #fff;
    border-radius: .375rem;
    background: #5e72e4;
  }
  /* line 21935, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav-link {
    padding-top: .45rem;
    padding-bottom: .45rem;
    padding-left: 3.5rem;
  }
  /* line 21941, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav .nav-link {
    padding-left: 4.25rem;
  }
}

@media (min-width: 768px) {
  /* line 21948, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-md {
    position: fixed;
    top: 0;
    bottom: 0;
    display: block;
    overflow-y: auto;
    width: 100%;
    max-width: 62px;
    padding-right: 0;
    padding-left: 0;
  }
  /* line 21962, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-md .navbar-inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  /* line 21967, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-md > [class*='container'] {
    flex-direction: column;
    min-height: 100%;
    padding-right: 0;
    padding-left: 0;
    align-items: stretch;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  /* line 21980, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-md > [class*='container'] {
    height: 100%;
    min-height: none;
  }
}

@media (min-width: 768px) {
  /* line 21988, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-md.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 21994, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-md.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 22000, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-md .navbar-collapse {
    display: flex;
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 1 1;
    align-items: stretch;
  }
  /* line 22013, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-md .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 22017, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-md .navbar-nav {
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  /* line 22024, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav-link {
    padding: .675rem 1.5rem;
  }
  /* line 22028, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-md .navbar-nav > .nav-item {
    margin-top: 2px;
  }
  /* line 22032, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-md .navbar-nav > .nav-item > .nav-link.active {
    margin-right: .5rem;
    margin-left: .5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    border-radius: .375rem;
    background: #f6f9fc;
  }
  /* line 22042, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-md .lavalamp-object {
    width: calc(100% - 1rem) !important;
    margin-right: .5rem;
    margin-left: .5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #fff;
    border-radius: .375rem;
    background: #5e72e4;
  }
  /* line 22054, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav-link {
    padding-top: .45rem;
    padding-bottom: .45rem;
    padding-left: 3.5rem;
  }
  /* line 22060, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav .nav-link {
    padding-left: 4.25rem;
  }
}

@media (min-width: 992px) {
  /* line 22067, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-lg {
    position: fixed;
    top: 0;
    bottom: 0;
    display: block;
    overflow-y: auto;
    width: 100%;
    max-width: 62px;
    padding-right: 0;
    padding-left: 0;
  }
  /* line 22081, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-lg .navbar-inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  /* line 22086, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-lg > [class*='container'] {
    flex-direction: column;
    min-height: 100%;
    padding-right: 0;
    padding-left: 0;
    align-items: stretch;
  }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
  /* line 22099, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-lg > [class*='container'] {
    height: 100%;
    min-height: none;
  }
}

@media (min-width: 992px) {
  /* line 22107, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-lg.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 22113, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-lg.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 22119, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-lg .navbar-collapse {
    display: flex;
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 1 1;
    align-items: stretch;
  }
  /* line 22132, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-lg .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 22136, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-lg .navbar-nav {
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  /* line 22143, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link {
    padding: .675rem 1.5rem;
  }
  /* line 22147, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-lg .navbar-nav > .nav-item {
    margin-top: 2px;
  }
  /* line 22151, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-lg .navbar-nav > .nav-item > .nav-link.active {
    margin-right: .5rem;
    margin-left: .5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    border-radius: .375rem;
    background: #f6f9fc;
  }
  /* line 22161, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-lg .lavalamp-object {
    width: calc(100% - 1rem) !important;
    margin-right: .5rem;
    margin-left: .5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #fff;
    border-radius: .375rem;
    background: #5e72e4;
  }
  /* line 22173, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav-link {
    padding-top: .45rem;
    padding-bottom: .45rem;
    padding-left: 3.5rem;
  }
  /* line 22179, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav .nav-link {
    padding-left: 4.25rem;
  }
}

@media (min-width: 1200px) {
  /* line 22186, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xl {
    position: fixed;
    top: 0;
    bottom: 0;
    display: block;
    overflow-y: auto;
    width: 100%;
    max-width: 62px;
    padding-right: 0;
    padding-left: 0;
  }
  /* line 22200, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xl .navbar-inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  /* line 22205, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xl > [class*='container'] {
    flex-direction: column;
    min-height: 100%;
    padding-right: 0;
    padding-left: 0;
    align-items: stretch;
  }
}

@media all and (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
  /* line 22218, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xl > [class*='container'] {
    height: 100%;
    min-height: none;
  }
}

@media (min-width: 1200px) {
  /* line 22226, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xl.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 22232, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xl.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 22238, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xl .navbar-collapse {
    display: flex;
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 1 1;
    align-items: stretch;
  }
  /* line 22251, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xl .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 22255, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xl .navbar-nav {
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  /* line 22262, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav-link {
    padding: .675rem 1.5rem;
  }
  /* line 22266, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xl .navbar-nav > .nav-item {
    margin-top: 2px;
  }
  /* line 22270, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xl .navbar-nav > .nav-item > .nav-link.active {
    margin-right: .5rem;
    margin-left: .5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    border-radius: .375rem;
    background: #f6f9fc;
  }
  /* line 22280, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xl .lavalamp-object {
    width: calc(100% - 1rem) !important;
    margin-right: .5rem;
    margin-left: .5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #fff;
    border-radius: .375rem;
    background: #5e72e4;
  }
  /* line 22292, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav-link {
    padding-top: .45rem;
    padding-bottom: .45rem;
    padding-left: 3.5rem;
  }
  /* line 22298, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav .nav-link {
    padding-left: 4.25rem;
  }
}

/* line 22304, vendor/assets/stylesheets/argon.css */
.navbar-vertical.navbar-expand-xs.fixed-left + .main-content {
  margin-left: 62px;
}

/* line 22309, vendor/assets/stylesheets/argon.css */
.navbar-vertical.navbar-expand-xs.fixed-right + .main-content {
  margin-right: 62px;
}

@media (min-width: 576px) {
  /* line 22316, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-sm.fixed-left + .main-content {
    margin-left: 62px;
  }
  /* line 22320, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-sm.fixed-right + .main-content {
    margin-right: 62px;
  }
}

@media (min-width: 768px) {
  /* line 22328, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-md.fixed-left + .main-content {
    margin-left: 62px;
  }
  /* line 22332, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-md.fixed-right + .main-content {
    margin-right: 62px;
  }
}

@media (min-width: 992px) {
  /* line 22340, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-lg.fixed-left + .main-content {
    margin-left: 62px;
  }
  /* line 22344, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-lg.fixed-right + .main-content {
    margin-right: 62px;
  }
}

@media (min-width: 1200px) {
  /* line 22352, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xl.fixed-left + .main-content {
    margin-left: 62px;
  }
  /* line 22356, vendor/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xl.fixed-right + .main-content {
    margin-right: 62px;
  }
}

/* line 22362, vendor/assets/stylesheets/argon.css */
.sidenav.fixed-left + .main-content {
  margin-left: 62px;
  transition: all .15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 22370, vendor/assets/stylesheets/argon.css */
  .sidenav.fixed-left + .main-content {
    transition: none;
  }
}

/* line 22376, vendor/assets/stylesheets/argon.css */
.sidenav.fixed-right + .main-content {
  margin-right: 62px;
  transition: all .15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 22384, vendor/assets/stylesheets/argon.css */
  .sidenav.fixed-right + .main-content {
    transition: none;
  }
}

@media (min-width: 1200px) {
  /* line 22392, vendor/assets/stylesheets/argon.css */
  .g-sidenav-pinned .sidenav.fixed-left + .main-content {
    margin-left: 250px;
  }
  /* line 22396, vendor/assets/stylesheets/argon.css */
  .g-sidenav-pinned .sidenav.fixed-right + .main-content {
    margin-right: 250px;
  }
}

/* line 22402, vendor/assets/stylesheets/argon.css */
.sidenav {
  z-index: 1050;
  transition: all .15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 22410, vendor/assets/stylesheets/argon.css */
  .sidenav {
    transition: none;
  }
}

@media (min-width: 1200px) {
  /* line 22417, vendor/assets/stylesheets/argon.css */
  .sidenav:hover {
    max-width: 250px;
  }
  /* line 22421, vendor/assets/stylesheets/argon.css */
  .sidenav .sidenav-toggler {
    padding: 1.5rem;
  }
}

/* line 22426, vendor/assets/stylesheets/argon.css */
.sidenav .navbar-brand,
.sidenav .navbar-heading {
  display: none;
  padding: 1.5rem;
}

/* line 22434, vendor/assets/stylesheets/argon.css */
.sidenav-header {
  height: 78px;
}

/* line 22439, vendor/assets/stylesheets/argon.css */
.g-sidenav-show .sidenav .navbar-brand,
.g-sidenav-show .sidenav .navbar-heading {
  display: block;
}

/* line 22445, vendor/assets/stylesheets/argon.css */
.g-sidenav-show .sidenav .nav-item .collapse {
  height: auto;
  transition: all .15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 22453, vendor/assets/stylesheets/argon.css */
  .g-sidenav-show .sidenav .nav-item .collapse {
    transition: none;
  }
}

/* line 22459, vendor/assets/stylesheets/argon.css */
.g-sidenav-pinned .sidenav {
  max-width: 250px !important;
}

/* line 22463, vendor/assets/stylesheets/argon.css */
.g-sidenav-pinned .sidenav .navbar-brand,
.g-sidenav-pinned .sidenav .navbar-heading {
  display: block;
}

/* line 22469, vendor/assets/stylesheets/argon.css */
.g-sidenav-hidden:not(.g-sidenav-show) .sidenav .navbar-nav > .nav-item > .nav-link:after {
  content: '';
}

/* line 22474, vendor/assets/stylesheets/argon.css */
.g-sidenav-hidden:not(.g-sidenav-show) .sidenav .nav-item .collapse {
  display: none !important;
}

/* line 22479, vendor/assets/stylesheets/argon.css */
.g-sidenav-hidden:not(.g-sidenav-show) .sidenav .nav-link-text {
  display: none !important;
}

/* line 22484, vendor/assets/stylesheets/argon.css */
.g-sidenav-hide .sidenav .navbar-nav > .nav-item > .nav-link:after {
  content: '';
}

/* line 22489, vendor/assets/stylesheets/argon.css */
.g-sidenav-hide .sidenav .nav-item .collapse {
  display: none !important;
}

/* line 22494, vendor/assets/stylesheets/argon.css */
.g-sidenav-hide .sidenav .nav-link-text {
  display: none !important;
}

@media (max-width: 1199.98px) {
  /* line 22501, vendor/assets/stylesheets/argon.css */
  .sidenav {
    transform: translateX(-62px);
  }
  /* line 22505, vendor/assets/stylesheets/argon.css */
  .sidenav.fixed-left + .main-content {
    margin-left: 0 !important;
  }
  /* line 22509, vendor/assets/stylesheets/argon.css */
  .g-sidenav-pinned .sidenav {
    transform: translateX(0);
  }
}

/* line 22515, vendor/assets/stylesheets/argon.css */
.sidenav-toggler-inner,
.sidenav-toggler-line {
  width: 18px;
  transition: all .15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 22524, vendor/assets/stylesheets/argon.css */
  .sidenav-toggler-inner,
.sidenav-toggler-line {
    transition: none;
  }
}

/* line 22531, vendor/assets/stylesheets/argon.css */
.sidenav-toggler-inner {
  position: relative;
}

/* line 22535, vendor/assets/stylesheets/argon.css */
.sidenav-toggler-inner:before {
  position: absolute;
  top: -14px;
  left: -11px;
  width: 40px;
  height: 40px;
  content: '';
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: scale(0);
  border-radius: 50%;
}

@media (prefers-reduced-motion: reduce) {
  /* line 22552, vendor/assets/stylesheets/argon.css */
  .sidenav-toggler-inner:before {
    transition: none;
  }
}

/* line 22558, vendor/assets/stylesheets/argon.css */
.sidenav-toggler-line {
  position: relative;
  display: block;
  height: 2px;
  background-color: #172b4d;
}

/* line 22568, vendor/assets/stylesheets/argon.css */
.sidenav-toggler-line:not(:last-child) {
  margin-bottom: 3px;
}

/* line 22573, vendor/assets/stylesheets/argon.css */
.sidenav-toggler-dark .sidenav-toggler-line {
  background-color: #fff;
}

/* line 22578, vendor/assets/stylesheets/argon.css */
.sidenav-toggler {
  cursor: pointer;
}

/* line 22582, vendor/assets/stylesheets/argon.css */
.sidenav-toggler.active .sidenav-toggler-inner:before {
  transform: scale(1);
}

/* line 22586, vendor/assets/stylesheets/argon.css */
.sidenav-toggler.active .sidenav-toggler-line:first-child {
  width: 13px;
  transform: translateX(5px);
}

/* line 22592, vendor/assets/stylesheets/argon.css */
.sidenav-toggler.active .sidenav-toggler-line:last-child {
  width: 13px;
  transform: translateX(5px);
}

/* line 22599, vendor/assets/stylesheets/argon.css */
.navbar-search .input-group {
  transition: background-color .3s linear;
  transition-delay: .15s;
  border: 0 solid;
  border-radius: 2rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 22609, vendor/assets/stylesheets/argon.css */
  .navbar-search .input-group {
    transition: none;
  }
}

/* line 22614, vendor/assets/stylesheets/argon.css */
.navbar-search .input-group .input-group-text {
  padding-left: 1rem;
  border: 0;
  background-color: transparent;
}

/* line 22622, vendor/assets/stylesheets/argon.css */
.navbar-search .form-control {
  width: 250px;
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border: 0;
  background-color: transparent;
}

@media (prefers-reduced-motion: reduce) {
  /* line 22633, vendor/assets/stylesheets/argon.css */
  .navbar-search .form-control {
    transition: none;
  }
}

/* line 22639, vendor/assets/stylesheets/argon.css */
.navbar-search .focused .input-group .form-control {
  width: 380px;
}

/* line 22644, vendor/assets/stylesheets/argon.css */
.navbar-search .close {
  display: none;
}

/* line 22649, vendor/assets/stylesheets/argon.css */
.navbar-search-dark .input-group {
  border-color: rgba(255, 255, 255, 0.6);
  background-color: rgba(23, 43, 77, 0.8);
}

/* line 22655, vendor/assets/stylesheets/argon.css */
.navbar-search-dark .input-group-text {
  color: rgba(255, 255, 255, 0.6);
}

/* line 22660, vendor/assets/stylesheets/argon.css */
.navbar-search-dark .form-control {
  color: rgba(255, 255, 255, 0.9);
}

/* line 22664, vendor/assets/stylesheets/argon.css */
.navbar-search-dark .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* line 22668, vendor/assets/stylesheets/argon.css */
.navbar-search-dark .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.navbar-search-dark .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* line 22673, vendor/assets/stylesheets/argon.css */
.navbar-search-dark .focused .input-group {
  border-color: rgba(255, 255, 255, 0.9);
  background-color: rgba(23, 43, 77, 0.9);
}

/* line 22679, vendor/assets/stylesheets/argon.css */
.navbar-search-light .input-group {
  border-color: rgba(0, 0, 0, 0.6);
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 22685, vendor/assets/stylesheets/argon.css */
.navbar-search-light .input-group-text {
  color: rgba(0, 0, 0, 0.6);
}

/* line 22690, vendor/assets/stylesheets/argon.css */
.navbar-search-light .form-control {
  color: rgba(0, 0, 0, 0.9);
}

/* line 22694, vendor/assets/stylesheets/argon.css */
.navbar-search-light .form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

/* line 22698, vendor/assets/stylesheets/argon.css */
.navbar-search-light .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.navbar-search-light .form-control::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

/* line 22703, vendor/assets/stylesheets/argon.css */
.navbar-search-light .focused .input-group {
  border-color: rgba(0, 0, 0, 0.9);
  background-color: white;
}

@media (max-width: 575.98px) {
  /* line 22711, vendor/assets/stylesheets/argon.css */
  .navbar-search {
    display: none;
    width: 100%;
    transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: translateX(-150%);
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 22723, vendor/assets/stylesheets/argon.css */
  .navbar-search {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 22731, vendor/assets/stylesheets/argon.css */
  .navbar-search .form-group {
    width: 100%;
  }
  /* line 22735, vendor/assets/stylesheets/argon.css */
  .navbar-search .form-control {
    width: auto;
  }
  /* line 22739, vendor/assets/stylesheets/argon.css */
  .navbar-search .focused .input-group .form-control {
    width: auto;
  }
  /* line 22743, vendor/assets/stylesheets/argon.css */
  .navbar-search .close {
    display: none;
    opacity: 0;
  }
  /* line 22749, vendor/assets/stylesheets/argon.css */
  .navbar-search .close span {
    width: auto;
    height: auto;
  }
  /* line 22754, vendor/assets/stylesheets/argon.css */
  .navbar-top .navbar-nav {
    transition: all .15s ease;
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 22761, vendor/assets/stylesheets/argon.css */
  .navbar-top .navbar-nav {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 22769, vendor/assets/stylesheets/argon.css */
  .g-navbar-search-showing .navbar-search .close {
    display: block;
  }
  /* line 22773, vendor/assets/stylesheets/argon.css */
  .g-navbar-search-showing .navbar-top .navbar-nav {
    display: flex;
    transform: translateX(150%);
    opacity: 1;
  }
  /* line 22781, vendor/assets/stylesheets/argon.css */
  .g-navbar-search-show .navbar-search {
    display: block;
  }
  /* line 22785, vendor/assets/stylesheets/argon.css */
  .g-navbar-search-show .navbar-search .form-control {
    width: auto;
  }
  /* line 22789, vendor/assets/stylesheets/argon.css */
  .g-navbar-search-show .navbar-search .close {
    line-height: 46px;
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    cursor: pointer;
    text-align: center;
    color: white;
  }
  /* line 22805, vendor/assets/stylesheets/argon.css */
  .g-navbar-search-show .navbar-top .navbar-nav {
    display: none;
  }
  /* line 22809, vendor/assets/stylesheets/argon.css */
  .g-navbar-search-show .navbar-top .navbar-collapse {
    width: 100%;
  }
  /* line 22813, vendor/assets/stylesheets/argon.css */
  .g-navbar-search-shown .navbar-search {
    transform: translateX(0);
  }
  /* line 22817, vendor/assets/stylesheets/argon.css */
  .g-navbar-search-shown .navbar-search .close {
    display: block;
    opacity: 1;
  }
  /* line 22823, vendor/assets/stylesheets/argon.css */
  .g-navbar-search-hiding .navbar-top .navbar-nav {
    display: flex;
    transform: translateX(150%);
    opacity: 0;
  }
  /* line 22831, vendor/assets/stylesheets/argon.css */
  .g-navbar-search-hidden .navbar-top .navbar-nav {
    transform: translateX(0);
    opacity: 1;
  }
}

/* line 22839, vendor/assets/stylesheets/argon.css */
.navbar .dropdown-menu {
  margin: 0;
  pointer-events: none;
  opacity: 0;
}

/* line 22848, vendor/assets/stylesheets/argon.css */
.navbar .dropdown-menu-arrow:before {
  position: absolute;
  z-index: -5;
  bottom: 100%;
  left: 20px;
  display: block;
  width: 12px;
  height: 12px;
  content: '';
  transform: rotate(-45deg) translateY(12px);
  border-radius: 2px;
  background: #fff;
  box-shadow: none;
}

/* line 22868, vendor/assets/stylesheets/argon.css */
.navbar .dropdown-menu-right:before {
  right: 20px;
  left: auto;
}

/* line 22874, vendor/assets/stylesheets/argon.css */
.navbar:not(.navbar-nav-hover) .dropdown-menu.show {
  animation: show-navbar-dropdown .25s ease forwards;
  pointer-events: auto;
  opacity: 1;
}

/* line 22882, vendor/assets/stylesheets/argon.css */
.navbar:not(.navbar-nav-hover) .dropdown-menu.close {
  display: block;
  animation: hide-navbar-dropdown .15s ease backwards;
}

/* line 22889, vendor/assets/stylesheets/argon.css */
.navbar.navbar-nav-hover .dropdown-menu {
  display: block;
  transition: visibility .25s, opacity .25s, transform .25s;
  transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
  pointer-events: none;
  opacity: 0;
}

/* line 22900, vendor/assets/stylesheets/argon.css */
.navbar.navbar-nav-hover .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  visibility: visible;
  transform: translate(0, 0);
  animation: none;
  pointer-events: auto;
  opacity: 1;
}

/* line 22912, vendor/assets/stylesheets/argon.css */
.navbar .dropdown-menu-inner {
  position: relative;
  padding: 1rem;
}

@keyframes show-navbar-dropdown {
  0% {
    transition: visibility .25s, opacity .25s, transform .25s;
    transform: translate(0, 10px) perspective(200px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes hide-navbar-dropdown {
  from {
    opacity: 1;
  }
  to {
    transform: translate(0, 10px);
    opacity: 0;
  }
}

/* line 22950, vendor/assets/stylesheets/argon.css */
.navbar-collapse-header {
  display: none;
}

@keyframes show-navbar-collapse {
  0% {
    transform: scale(0.95);
    transform-origin: 100% 0;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes hide-navbar-collapse {
  from {
    transform: scale(1);
    transform-origin: 100% 0;
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}

/* line 22989, vendor/assets/stylesheets/argon.css */
.navbar-top {
  padding-right: 1rem;
  padding-left: 1rem;
  border: 0;
}

/* line 22996, vendor/assets/stylesheets/argon.css */
.navbar-top .container,
.navbar-top .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  /* line 23004, vendor/assets/stylesheets/argon.css */
  .navbar-top .navbar-brand {
    display: none;
  }
}

@media (max-width: 575.98px) {
  /* line 23011, vendor/assets/stylesheets/argon.css */
  .navbar-top .navbar-collapse {
    width: 100%;
  }
  /* line 23015, vendor/assets/stylesheets/argon.css */
  .navbar-top .nav-item {
    position: static;
  }
  /* line 23019, vendor/assets/stylesheets/argon.css */
  .navbar-top .nav-item .dropdown-menu {
    position: absolute;
    right: auto;
    left: 3%;
    width: 94%;
    min-width: auto;
  }
}

/* line 23029, vendor/assets/stylesheets/argon.css */
.navbar-top.border-bottom.navbar-dark {
  border-color: rgba(255, 255, 255, 0.08) !important;
}

/* line 23033, vendor/assets/stylesheets/argon.css */
.navbar-top.border-bottom.navbar-light {
  border-color: rgba(0, 0, 0, 0.04) !important;
}

/* line 23038, vendor/assets/stylesheets/argon.css */
.sidenav-pinned .navbar-top .navbar-brand {
  display: none;
}

/* line 23043, vendor/assets/stylesheets/argon.css */
.nav-wrapper {
  padding: 1rem 0;
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem;
}

/* line 23050, vendor/assets/stylesheets/argon.css */
.nav-wrapper + .card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

/* line 23058, vendor/assets/stylesheets/argon.css */
.nav-link {
  color: #525f7f;
}

/* line 23062, vendor/assets/stylesheets/argon.css */
.nav-link:hover {
  color: #5e72e4;
}

/* line 23066, vendor/assets/stylesheets/argon.css */
.nav-link i.ni {
  position: relative;
  top: 2px;
}

/* line 23072, vendor/assets/stylesheets/argon.css */
.nav-pills .nav-item:not(:last-child) {
  padding-right: 1rem;
}

/* line 23077, vendor/assets/stylesheets/argon.css */
.nav-pills .nav-link {
  font-size: .875rem;
  font-weight: 500;
  padding: .75rem 1rem;
  transition: all .15s ease;
  color: #5e72e4;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 23090, vendor/assets/stylesheets/argon.css */
.nav-pills .nav-link:hover {
  color: #485fe0;
}

/* line 23095, vendor/assets/stylesheets/argon.css */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #5e72e4;
}

@media (max-width: 575.98px) {
  /* line 23104, vendor/assets/stylesheets/argon.css */
  .nav-pills .nav-item {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767.98px) {
  /* line 23112, vendor/assets/stylesheets/argon.css */
  .nav-pills:not(.nav-pills-circle) .nav-item {
    padding-right: 0;
  }
}

/* line 23118, vendor/assets/stylesheets/argon.css */
.nav-pills-circle .nav-link {
  line-height: 60px;
  width: 60px;
  height: 60px;
  padding: 0;
  text-align: center;
  border-radius: 50%;
}

/* line 23131, vendor/assets/stylesheets/argon.css */
.nav-pills-circle .nav-link-icon i,
.nav-pills-circle .nav-link-icon svg {
  font-size: 1rem;
}

/* line 23137, vendor/assets/stylesheets/argon.css */
.page-item.active .page-link {
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

/* line 23142, vendor/assets/stylesheets/argon.css */
.page-item .page-link,
.page-item span {
  font-size: .875rem;
  display: flex;
  width: 36px;
  height: 36px;
  margin: 0 3px;
  padding: 0;
  border-radius: 50% !important;
  align-items: center;
  justify-content: center;
}

/* line 23160, vendor/assets/stylesheets/argon.css */
.pagination-lg .page-item .page-link,
.pagination-lg .page-item span {
  line-height: 46px;
  width: 46px;
  height: 46px;
}

/* line 23169, vendor/assets/stylesheets/argon.css */
.pagination-sm .page-item .page-link,
.pagination-sm .page-item span {
  line-height: 30px;
  width: 30px;
  height: 30px;
}

/* line 23178, vendor/assets/stylesheets/argon.css */
.popover {
  border: 0;
}

/* line 23183, vendor/assets/stylesheets/argon.css */
.popover-header {
  font-weight: 600;
}

/* line 23188, vendor/assets/stylesheets/argon.css */
.popover-primary {
  background-color: #5e72e4;
}

/* line 23192, vendor/assets/stylesheets/argon.css */
.popover-primary .popover-header {
  color: #fff;
  background-color: #5e72e4;
}

/* line 23197, vendor/assets/stylesheets/argon.css */
.popover-primary .popover-body {
  color: #fff;
}

/* line 23201, vendor/assets/stylesheets/argon.css */
.popover-primary .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 23205, vendor/assets/stylesheets/argon.css */
.popover-primary.bs-popover-top .arrow::after,
.popover-primary.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-top-color: #5e72e4;
}

/* line 23210, vendor/assets/stylesheets/argon.css */
.popover-primary.bs-popover-right .arrow::after,
.popover-primary.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-right-color: #5e72e4;
}

/* line 23215, vendor/assets/stylesheets/argon.css */
.popover-primary.bs-popover-bottom .arrow::after,
.popover-primary.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-bottom-color: #5e72e4;
}

/* line 23220, vendor/assets/stylesheets/argon.css */
.popover-primary.bs-popover-left .arrow::after,
.popover-primary.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-left-color: #5e72e4;
}

/* line 23226, vendor/assets/stylesheets/argon.css */
.popover-secondary {
  background-color: #f7fafc;
}

/* line 23230, vendor/assets/stylesheets/argon.css */
.popover-secondary .popover-header {
  color: #212529;
  background-color: #f7fafc;
}

/* line 23235, vendor/assets/stylesheets/argon.css */
.popover-secondary .popover-body {
  color: #212529;
}

/* line 23239, vendor/assets/stylesheets/argon.css */
.popover-secondary .popover-header {
  border-color: rgba(33, 37, 41, 0.2);
}

/* line 23243, vendor/assets/stylesheets/argon.css */
.popover-secondary.bs-popover-top .arrow::after,
.popover-secondary.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-top-color: #f7fafc;
}

/* line 23248, vendor/assets/stylesheets/argon.css */
.popover-secondary.bs-popover-right .arrow::after,
.popover-secondary.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-right-color: #f7fafc;
}

/* line 23253, vendor/assets/stylesheets/argon.css */
.popover-secondary.bs-popover-bottom .arrow::after,
.popover-secondary.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-bottom-color: #f7fafc;
}

/* line 23258, vendor/assets/stylesheets/argon.css */
.popover-secondary.bs-popover-left .arrow::after,
.popover-secondary.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-left-color: #f7fafc;
}

/* line 23264, vendor/assets/stylesheets/argon.css */
.popover-success {
  background-color: #2dce89;
}

/* line 23268, vendor/assets/stylesheets/argon.css */
.popover-success .popover-header {
  color: #fff;
  background-color: #2dce89;
}

/* line 23273, vendor/assets/stylesheets/argon.css */
.popover-success .popover-body {
  color: #fff;
}

/* line 23277, vendor/assets/stylesheets/argon.css */
.popover-success .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 23281, vendor/assets/stylesheets/argon.css */
.popover-success.bs-popover-top .arrow::after,
.popover-success.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-top-color: #2dce89;
}

/* line 23286, vendor/assets/stylesheets/argon.css */
.popover-success.bs-popover-right .arrow::after,
.popover-success.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-right-color: #2dce89;
}

/* line 23291, vendor/assets/stylesheets/argon.css */
.popover-success.bs-popover-bottom .arrow::after,
.popover-success.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-bottom-color: #2dce89;
}

/* line 23296, vendor/assets/stylesheets/argon.css */
.popover-success.bs-popover-left .arrow::after,
.popover-success.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-left-color: #2dce89;
}

/* line 23302, vendor/assets/stylesheets/argon.css */
.popover-info {
  background-color: #11cdef;
}

/* line 23306, vendor/assets/stylesheets/argon.css */
.popover-info .popover-header {
  color: #fff;
  background-color: #11cdef;
}

/* line 23311, vendor/assets/stylesheets/argon.css */
.popover-info .popover-body {
  color: #fff;
}

/* line 23315, vendor/assets/stylesheets/argon.css */
.popover-info .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 23319, vendor/assets/stylesheets/argon.css */
.popover-info.bs-popover-top .arrow::after,
.popover-info.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-top-color: #11cdef;
}

/* line 23324, vendor/assets/stylesheets/argon.css */
.popover-info.bs-popover-right .arrow::after,
.popover-info.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-right-color: #11cdef;
}

/* line 23329, vendor/assets/stylesheets/argon.css */
.popover-info.bs-popover-bottom .arrow::after,
.popover-info.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-bottom-color: #11cdef;
}

/* line 23334, vendor/assets/stylesheets/argon.css */
.popover-info.bs-popover-left .arrow::after,
.popover-info.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-left-color: #11cdef;
}

/* line 23340, vendor/assets/stylesheets/argon.css */
.popover-warning {
  background-color: #fb6340;
}

/* line 23344, vendor/assets/stylesheets/argon.css */
.popover-warning .popover-header {
  color: #fff;
  background-color: #fb6340;
}

/* line 23349, vendor/assets/stylesheets/argon.css */
.popover-warning .popover-body {
  color: #fff;
}

/* line 23353, vendor/assets/stylesheets/argon.css */
.popover-warning .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 23357, vendor/assets/stylesheets/argon.css */
.popover-warning.bs-popover-top .arrow::after,
.popover-warning.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-top-color: #fb6340;
}

/* line 23362, vendor/assets/stylesheets/argon.css */
.popover-warning.bs-popover-right .arrow::after,
.popover-warning.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-right-color: #fb6340;
}

/* line 23367, vendor/assets/stylesheets/argon.css */
.popover-warning.bs-popover-bottom .arrow::after,
.popover-warning.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-bottom-color: #fb6340;
}

/* line 23372, vendor/assets/stylesheets/argon.css */
.popover-warning.bs-popover-left .arrow::after,
.popover-warning.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-left-color: #fb6340;
}

/* line 23378, vendor/assets/stylesheets/argon.css */
.popover-danger {
  background-color: #f5365c;
}

/* line 23382, vendor/assets/stylesheets/argon.css */
.popover-danger .popover-header {
  color: #fff;
  background-color: #f5365c;
}

/* line 23387, vendor/assets/stylesheets/argon.css */
.popover-danger .popover-body {
  color: #fff;
}

/* line 23391, vendor/assets/stylesheets/argon.css */
.popover-danger .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 23395, vendor/assets/stylesheets/argon.css */
.popover-danger.bs-popover-top .arrow::after,
.popover-danger.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-top-color: #f5365c;
}

/* line 23400, vendor/assets/stylesheets/argon.css */
.popover-danger.bs-popover-right .arrow::after,
.popover-danger.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-right-color: #f5365c;
}

/* line 23405, vendor/assets/stylesheets/argon.css */
.popover-danger.bs-popover-bottom .arrow::after,
.popover-danger.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-bottom-color: #f5365c;
}

/* line 23410, vendor/assets/stylesheets/argon.css */
.popover-danger.bs-popover-left .arrow::after,
.popover-danger.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-left-color: #f5365c;
}

/* line 23416, vendor/assets/stylesheets/argon.css */
.popover-light {
  background-color: #adb5bd;
}

/* line 23420, vendor/assets/stylesheets/argon.css */
.popover-light .popover-header {
  color: #fff;
  background-color: #adb5bd;
}

/* line 23425, vendor/assets/stylesheets/argon.css */
.popover-light .popover-body {
  color: #fff;
}

/* line 23429, vendor/assets/stylesheets/argon.css */
.popover-light .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 23433, vendor/assets/stylesheets/argon.css */
.popover-light.bs-popover-top .arrow::after,
.popover-light.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-top-color: #adb5bd;
}

/* line 23438, vendor/assets/stylesheets/argon.css */
.popover-light.bs-popover-right .arrow::after,
.popover-light.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-right-color: #adb5bd;
}

/* line 23443, vendor/assets/stylesheets/argon.css */
.popover-light.bs-popover-bottom .arrow::after,
.popover-light.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-bottom-color: #adb5bd;
}

/* line 23448, vendor/assets/stylesheets/argon.css */
.popover-light.bs-popover-left .arrow::after,
.popover-light.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-left-color: #adb5bd;
}

/* line 23454, vendor/assets/stylesheets/argon.css */
.popover-dark {
  background-color: #212529;
}

/* line 23458, vendor/assets/stylesheets/argon.css */
.popover-dark .popover-header {
  color: #fff;
  background-color: #212529;
}

/* line 23463, vendor/assets/stylesheets/argon.css */
.popover-dark .popover-body {
  color: #fff;
}

/* line 23467, vendor/assets/stylesheets/argon.css */
.popover-dark .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 23471, vendor/assets/stylesheets/argon.css */
.popover-dark.bs-popover-top .arrow::after,
.popover-dark.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-top-color: #212529;
}

/* line 23476, vendor/assets/stylesheets/argon.css */
.popover-dark.bs-popover-right .arrow::after,
.popover-dark.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-right-color: #212529;
}

/* line 23481, vendor/assets/stylesheets/argon.css */
.popover-dark.bs-popover-bottom .arrow::after,
.popover-dark.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-bottom-color: #212529;
}

/* line 23486, vendor/assets/stylesheets/argon.css */
.popover-dark.bs-popover-left .arrow::after,
.popover-dark.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-left-color: #212529;
}

/* line 23492, vendor/assets/stylesheets/argon.css */
.popover-default {
  background-color: #172b4d;
}

/* line 23496, vendor/assets/stylesheets/argon.css */
.popover-default .popover-header {
  color: #fff;
  background-color: #172b4d;
}

/* line 23501, vendor/assets/stylesheets/argon.css */
.popover-default .popover-body {
  color: #fff;
}

/* line 23505, vendor/assets/stylesheets/argon.css */
.popover-default .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 23509, vendor/assets/stylesheets/argon.css */
.popover-default.bs-popover-top .arrow::after,
.popover-default.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-top-color: #172b4d;
}

/* line 23514, vendor/assets/stylesheets/argon.css */
.popover-default.bs-popover-right .arrow::after,
.popover-default.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-right-color: #172b4d;
}

/* line 23519, vendor/assets/stylesheets/argon.css */
.popover-default.bs-popover-bottom .arrow::after,
.popover-default.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-bottom-color: #172b4d;
}

/* line 23524, vendor/assets/stylesheets/argon.css */
.popover-default.bs-popover-left .arrow::after,
.popover-default.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-left-color: #172b4d;
}

/* line 23530, vendor/assets/stylesheets/argon.css */
.popover-white {
  background-color: #fff;
}

/* line 23534, vendor/assets/stylesheets/argon.css */
.popover-white .popover-header {
  color: #212529;
  background-color: #fff;
}

/* line 23539, vendor/assets/stylesheets/argon.css */
.popover-white .popover-body {
  color: #212529;
}

/* line 23543, vendor/assets/stylesheets/argon.css */
.popover-white .popover-header {
  border-color: rgba(33, 37, 41, 0.2);
}

/* line 23547, vendor/assets/stylesheets/argon.css */
.popover-white.bs-popover-top .arrow::after,
.popover-white.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-top-color: #fff;
}

/* line 23552, vendor/assets/stylesheets/argon.css */
.popover-white.bs-popover-right .arrow::after,
.popover-white.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-right-color: #fff;
}

/* line 23557, vendor/assets/stylesheets/argon.css */
.popover-white.bs-popover-bottom .arrow::after,
.popover-white.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-bottom-color: #fff;
}

/* line 23562, vendor/assets/stylesheets/argon.css */
.popover-white.bs-popover-left .arrow::after,
.popover-white.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-left-color: #fff;
}

/* line 23568, vendor/assets/stylesheets/argon.css */
.popover-neutral {
  background-color: #fff;
}

/* line 23572, vendor/assets/stylesheets/argon.css */
.popover-neutral .popover-header {
  color: #212529;
  background-color: #fff;
}

/* line 23577, vendor/assets/stylesheets/argon.css */
.popover-neutral .popover-body {
  color: #212529;
}

/* line 23581, vendor/assets/stylesheets/argon.css */
.popover-neutral .popover-header {
  border-color: rgba(33, 37, 41, 0.2);
}

/* line 23585, vendor/assets/stylesheets/argon.css */
.popover-neutral.bs-popover-top .arrow::after,
.popover-neutral.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-top-color: #fff;
}

/* line 23590, vendor/assets/stylesheets/argon.css */
.popover-neutral.bs-popover-right .arrow::after,
.popover-neutral.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-right-color: #fff;
}

/* line 23595, vendor/assets/stylesheets/argon.css */
.popover-neutral.bs-popover-bottom .arrow::after,
.popover-neutral.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-bottom-color: #fff;
}

/* line 23600, vendor/assets/stylesheets/argon.css */
.popover-neutral.bs-popover-left .arrow::after,
.popover-neutral.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-left-color: #fff;
}

/* line 23606, vendor/assets/stylesheets/argon.css */
.popover-darker {
  background-color: black;
}

/* line 23610, vendor/assets/stylesheets/argon.css */
.popover-darker .popover-header {
  color: #fff;
  background-color: black;
}

/* line 23615, vendor/assets/stylesheets/argon.css */
.popover-darker .popover-body {
  color: #fff;
}

/* line 23619, vendor/assets/stylesheets/argon.css */
.popover-darker .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 23623, vendor/assets/stylesheets/argon.css */
.popover-darker.bs-popover-top .arrow::after,
.popover-darker.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-top-color: black;
}

/* line 23628, vendor/assets/stylesheets/argon.css */
.popover-darker.bs-popover-right .arrow::after,
.popover-darker.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-right-color: black;
}

/* line 23633, vendor/assets/stylesheets/argon.css */
.popover-darker.bs-popover-bottom .arrow::after,
.popover-darker.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-bottom-color: black;
}

/* line 23638, vendor/assets/stylesheets/argon.css */
.popover-darker.bs-popover-left .arrow::after,
.popover-darker.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-left-color: black;
}

/* line 23644, vendor/assets/stylesheets/argon.css */
.progress-wrapper {
  position: relative;
  padding-top: 1.5rem;
}

/* line 23651, vendor/assets/stylesheets/argon.css */
.progress {
  overflow: hidden;
  height: 8px;
  margin-bottom: 1rem;
  border-radius: .25rem;
  background-color: #e9ecef;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 23662, vendor/assets/stylesheets/argon.css */
.progress .sr-only {
  font-size: 13px;
  line-height: 20px;
  left: 0;
  clip: auto;
  width: auto;
  height: 20px;
  margin: 0 0 0 30px;
}

/* line 23676, vendor/assets/stylesheets/argon.css */
.progress-sm {
  height: 5px;
}

/* line 23681, vendor/assets/stylesheets/argon.css */
.progress-xs {
  height: 3px;
}

/* line 23686, vendor/assets/stylesheets/argon.css */
.progress-heading {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 2px;
  padding: 0;
}

/* line 23695, vendor/assets/stylesheets/argon.css */
.progress-bar {
  height: auto;
  border-radius: 0;
  box-shadow: none;
}

/* line 23703, vendor/assets/stylesheets/argon.css */
.progress-info {
  display: flex;
  margin-bottom: .5rem;
  align-items: center;
  justify-content: space-between;
}

/* line 23713, vendor/assets/stylesheets/argon.css */
.progress-label span {
  font-size: .625rem;
  font-weight: 600;
  display: inline-block;
  padding: .25rem 1rem;
  text-transform: uppercase;
  color: #5e72e4;
  border-radius: 30px;
  background: rgba(94, 114, 228, 0.1);
}

/* line 23729, vendor/assets/stylesheets/argon.css */
.progress-percentage {
  text-align: right;
}

/* line 23733, vendor/assets/stylesheets/argon.css */
.progress-percentage span {
  font-size: .875rem;
  font-weight: 600;
  display: inline-block;
  color: #8898aa;
}

/* line 23743, vendor/assets/stylesheets/argon.css */
.separator {
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 150px;
  transform: translateZ(0);
  pointer-events: none;
}

/* line 23758, vendor/assets/stylesheets/argon.css */
.separator svg {
  position: absolute;
  pointer-events: none;
}

/* line 23765, vendor/assets/stylesheets/argon.css */
.separator-top {
  top: 0;
  bottom: auto;
}

/* line 23770, vendor/assets/stylesheets/argon.css */
.separator-top svg {
  top: 0;
}

/* line 23775, vendor/assets/stylesheets/argon.css */
.separator-bottom {
  top: auto;
  bottom: 0;
}

/* line 23780, vendor/assets/stylesheets/argon.css */
.separator-bottom svg {
  bottom: 0;
}

/* line 23785, vendor/assets/stylesheets/argon.css */
.separator-inverse {
  transform: rotate(180deg);
}

/* line 23790, vendor/assets/stylesheets/argon.css */
.separator-skew {
  height: 60px;
}

@media (min-width: 1200px) {
  /* line 23796, vendor/assets/stylesheets/argon.css */
  .separator-skew {
    height: 70px;
  }
}

/* line 23802, vendor/assets/stylesheets/argon.css */
.section-nucleo-icons {
  --icon-size: 5rem;
  --icon-sm-size: 3.75rem;
  --gutter: 7rem;
}

/* line 23808, vendor/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container {
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: 360px;
  margin: 0 auto;
}

/* line 23817, vendor/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  transition: all 0.2s cubic-bezier(0.25, 0.65, 0.9, 0.75);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
  align-items: center;
  justify-content: center;
}

/* line 23834, vendor/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i.icon {
  font-size: 1.7em;
  width: var(--icon-size);
  height: var(--icon-size);
}

/* line 23841, vendor/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i.icon-sm {
  font-size: 1.5em;
  width: var(--icon-sm-size);
  height: var(--icon-sm-size);
}

/* line 23848, vendor/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i:nth-child(1) {
  font-size: 42px;
  z-index: 2;
  color: #fb6340;
}

/* line 23856, vendor/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i {
  opacity: 1;
}

/* line 23860, vendor/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i:nth-child(1) {
  font-size: 42px;
  top: 50%;
  left: 50%;
  color: #fb6340;
}

/* line 23869, vendor/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i:nth-child(2) {
  top: 50%;
  left: calc(50% + (var(--gutter) * 1.7));
}

/* line 23874, vendor/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i:nth-child(3) {
  top: calc(50% + var(--gutter));
  left: calc(50% + var(--gutter));
}

/* line 23879, vendor/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i:nth-child(4) {
  top: calc(50% - var(--gutter));
  left: calc(50% + var(--gutter));
}

/* line 23884, vendor/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i:nth-child(5) {
  top: 50%;
  left: calc(50% + (var(--gutter) * 4));
}

/* line 23889, vendor/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i:nth-child(6) {
  top: calc(50% + (var(--gutter) * 1.5));
  left: calc(50% + (var(--gutter) * 2.7));
}

/* line 23894, vendor/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i:nth-child(7) {
  top: calc(50% - (var(--gutter) * 1.5));
  left: calc(50% + (var(--gutter) * 2.7));
}

/* line 23899, vendor/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i:nth-child(8) {
  top: 50%;
  left: calc(50% - (var(--gutter) * 1.7));
}

/* line 23904, vendor/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i:nth-child(9) {
  top: calc(50% + var(--gutter));
  left: calc(50% - var(--gutter));
}

/* line 23909, vendor/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i:nth-child(10) {
  top: calc(50% - var(--gutter));
  left: calc(50% - var(--gutter));
}

/* line 23914, vendor/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i:nth-child(11) {
  top: 50%;
  left: calc(50% - (var(--gutter) * 4));
}

/* line 23919, vendor/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i:nth-child(12) {
  top: calc(50% + (var(--gutter) * 1.5));
  left: calc(50% - (var(--gutter) * 2.7));
}

/* line 23924, vendor/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i:nth-child(13) {
  top: calc(50% - (var(--gutter) * 1.5));
  left: calc(50% - (var(--gutter) * 2.7));
}

/* line 23930, vendor/assets/stylesheets/argon.css */
.shortcut-media {
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@media (prefers-reduced-motion: reduce) {
  /* line 23936, vendor/assets/stylesheets/argon.css */
  .shortcut-media {
    transition: none;
  }
}

/* line 23942, vendor/assets/stylesheets/argon.css */
.shortcut-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

/* line 23949, vendor/assets/stylesheets/argon.css */
.shortcut-item small {
  font-size: .8125rem;
  font-weight: 600;
  display: block;
  margin-top: .75rem;
}

/* line 23958, vendor/assets/stylesheets/argon.css */
.shortcut-item:hover .shortcut-media {
  transform: scale(1.1);
}

/* line 23963, vendor/assets/stylesheets/argon.css */
.table thead th {
  font-size: .65rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #e9ecef;
}

/* line 23976, vendor/assets/stylesheets/argon.css */
.table th {
  font-weight: 600;
}

/* line 23981, vendor/assets/stylesheets/argon.css */
.table td .progress {
  width: 120px;
  height: 3px;
  margin: 0;
}

/* line 23988, vendor/assets/stylesheets/argon.css */
.table td,
.table th {
  font-size: .8125rem;
  white-space: nowrap;
}

/* line 23996, vendor/assets/stylesheets/argon.css */
.table.align-items-center td,
.table.align-items-center th {
  vertical-align: middle;
}

/* line 24002, vendor/assets/stylesheets/argon.css */
.table .thead-dark th {
  color: #4d7bca;
  background-color: #1c345d;
}

/* line 24007, vendor/assets/stylesheets/argon.css */
.table .thead-dark th a {
  color: #4d7bca;
}

/* line 24012, vendor/assets/stylesheets/argon.css */
.table .thead-light th {
  color: #8898aa;
  background-color: #f6f9fc;
}

/* line 24017, vendor/assets/stylesheets/argon.css */
.table .thead-light th a {
  color: #8898aa;
}

/* line 24022, vendor/assets/stylesheets/argon.css */
.table-hover tr {
  transition: all .15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 24028, vendor/assets/stylesheets/argon.css */
  .table-hover tr {
    transition: none;
  }
}

/* line 24034, vendor/assets/stylesheets/argon.css */
.table-flush td,
.table-flush th {
  border-right: 0;
  border-left: 0;
}

/* line 24041, vendor/assets/stylesheets/argon.css */
.table-flush tbody tr:first-child td,
.table-flush tbody tr:first-child th {
  border-top: 0;
}

/* line 24047, vendor/assets/stylesheets/argon.css */
.table-flush tbody tr:last-child td,
.table-flush tbody tr:last-child th {
  border-bottom: 0;
}

/* line 24053, vendor/assets/stylesheets/argon.css */
.card .table {
  margin-bottom: 0;
}

/* line 24057, vendor/assets/stylesheets/argon.css */
.card .table td,
.card .table th {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

/* line 24064, vendor/assets/stylesheets/argon.css */
.table .custom-toggle {
  display: block;
}

/* line 24069, vendor/assets/stylesheets/argon.css */
.table-action {
  font-size: .875rem;
  margin: 0 .25rem;
  color: #adb5bd;
}

/* line 24077, vendor/assets/stylesheets/argon.css */
.table-action:hover {
  color: #919ca6;
}

/* line 24082, vendor/assets/stylesheets/argon.css */
.table-action-delete:hover {
  color: #f5365c;
}

/* line 24087, vendor/assets/stylesheets/argon.css */
.table-dark .table-action {
  color: #4d7bca;
}

/* line 24092, vendor/assets/stylesheets/argon.css */
.table [data-sort] {
  cursor: pointer;
}

/* line 24097, vendor/assets/stylesheets/argon.css */
.table .thead-dark [data-sort]::after {
  margin-left: .25rem;
  content: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 0L6 4H0L3 0ZM3 10L0 6H6L3 10Z' fill='%234d7bca'/></svg>");
}

/* line 24104, vendor/assets/stylesheets/argon.css */
.table .thead-light [data-sort]::after {
  margin-left: .25rem;
  content: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 0L6 4H0L3 0ZM3 10L0 6H6L3 10Z' fill='%238898aa'/></svg>");
}

/* line 24111, vendor/assets/stylesheets/argon.css */
.timeline {
  position: relative;
}

/* line 24115, vendor/assets/stylesheets/argon.css */
.timeline:before {
  position: absolute;
  top: 0;
  left: 1rem;
  height: 100%;
  content: '';
  border-right: 2px solid #e9ecef;
}

/* line 24128, vendor/assets/stylesheets/argon.css */
[data-timeline-axis-style='dashed']:before {
  border-right-style: dashed !important;
}

/* line 24133, vendor/assets/stylesheets/argon.css */
[data-timeline-axis-style='dotted']:before {
  border-right-style: dotted !important;
}

/* line 24138, vendor/assets/stylesheets/argon.css */
.timeline-block {
  position: relative;
  margin: 2em 0;
}

/* line 24144, vendor/assets/stylesheets/argon.css */
.timeline-block:after {
  display: table;
  clear: both;
  content: '';
}

/* line 24151, vendor/assets/stylesheets/argon.css */
.timeline-block:first-child {
  margin-top: 0;
}

/* line 24155, vendor/assets/stylesheets/argon.css */
.timeline-block:last-child {
  margin-bottom: 0;
}

/* line 24160, vendor/assets/stylesheets/argon.css */
.timeline-step {
  font-size: 1rem;
  font-weight: 600;
  position: absolute;
  z-index: 1;
  left: 0;
  display: inline-flex;
  width: 33px;
  height: 33px;
  transform: translateX(-50%);
  text-align: center;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

/* line 24182, vendor/assets/stylesheets/argon.css */
.timeline-step svg,
.timeline-step i {
  line-height: 1.4;
}

/* line 24188, vendor/assets/stylesheets/argon.css */
.timeline-step-icon {
  border: 2px solid #e9ecef;
  background: #fff;
}

/* line 24194, vendor/assets/stylesheets/argon.css */
.timeline-step-xs {
  font-size: .75rem;
  width: 17px;
  height: 17px;
}

/* line 24202, vendor/assets/stylesheets/argon.css */
.timeline-step-sm {
  font-size: .75rem;
  width: 23px;
  height: 23px;
}

/* line 24210, vendor/assets/stylesheets/argon.css */
.timeline-step-lg {
  font-size: 1.75rem;
  width: 47px;
  height: 47px;
}

/* line 24218, vendor/assets/stylesheets/argon.css */
.timeline-content {
  position: relative;
  position: relative;
  top: -6px;
  margin-left: 60px;
  padding-top: .5rem;
}

/* line 24227, vendor/assets/stylesheets/argon.css */
.timeline-content:after {
  display: table;
  clear: both;
  content: '';
}

/* line 24235, vendor/assets/stylesheets/argon.css */
.timeline-body {
  padding: 1.5rem;
}

@media (min-width: 992px) {
  /* line 24242, vendor/assets/stylesheets/argon.css */
  .timeline:before {
    left: 50%;
    margin-left: -2px;
  }
  /* line 24248, vendor/assets/stylesheets/argon.css */
  .timeline-step {
    left: 50%;
  }
  /* line 24252, vendor/assets/stylesheets/argon.css */
  .timeline-content {
    width: 38%;
  }
  /* line 24256, vendor/assets/stylesheets/argon.css */
  .timeline-body {
    padding: 1.5rem;
  }
  /* line 24260, vendor/assets/stylesheets/argon.css */
  .timeline-block:nth-child(even) .timeline-content {
    float: right;
  }
  /* line 24264, vendor/assets/stylesheets/argon.css */
  [data-timeline-axis-color='primary']:before {
    border-color: #5e72e4;
  }
  /* line 24268, vendor/assets/stylesheets/argon.css */
  [data-timeline-axis-color='secondary']:before {
    border-color: #f7fafc;
  }
  /* line 24272, vendor/assets/stylesheets/argon.css */
  [data-timeline-axis-color='success']:before {
    border-color: #2dce89;
  }
  /* line 24276, vendor/assets/stylesheets/argon.css */
  [data-timeline-axis-color='info']:before {
    border-color: #11cdef;
  }
  /* line 24280, vendor/assets/stylesheets/argon.css */
  [data-timeline-axis-color='warning']:before {
    border-color: #fb6340;
  }
  /* line 24284, vendor/assets/stylesheets/argon.css */
  [data-timeline-axis-color='danger']:before {
    border-color: #f5365c;
  }
  /* line 24288, vendor/assets/stylesheets/argon.css */
  [data-timeline-axis-color='light']:before {
    border-color: #adb5bd;
  }
  /* line 24292, vendor/assets/stylesheets/argon.css */
  [data-timeline-axis-color='dark']:before {
    border-color: #212529;
  }
  /* line 24296, vendor/assets/stylesheets/argon.css */
  [data-timeline-axis-color='default']:before {
    border-color: #172b4d;
  }
  /* line 24300, vendor/assets/stylesheets/argon.css */
  [data-timeline-axis-color='white']:before {
    border-color: #fff;
  }
  /* line 24304, vendor/assets/stylesheets/argon.css */
  [data-timeline-axis-color='neutral']:before {
    border-color: #fff;
  }
  /* line 24308, vendor/assets/stylesheets/argon.css */
  [data-timeline-axis-color='darker']:before {
    border-color: black;
  }
}

/* line 24314, vendor/assets/stylesheets/argon.css */
.timeline-one-side:before {
  left: 1rem;
}

/* line 24319, vendor/assets/stylesheets/argon.css */
.timeline-one-side .timeline-step {
  left: 1rem;
}

/* line 24324, vendor/assets/stylesheets/argon.css */
.timeline-one-side .timeline-content {
  width: auto;
}

@media (min-width: 992px) {
  /* line 24331, vendor/assets/stylesheets/argon.css */
  .timeline-one-side .timeline-content {
    max-width: 30rem;
  }
}

/* line 24337, vendor/assets/stylesheets/argon.css */
.timeline-one-side .timeline-block:nth-child(even) .timeline-content {
  float: none;
}

/* line 24342, vendor/assets/stylesheets/argon.css */
p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}

/* line 24349, vendor/assets/stylesheets/argon.css */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.7;
  margin-top: 1.5rem;
}

/* line 24357, vendor/assets/stylesheets/argon.css */
.lead + .btn-wrapper {
  margin-top: 3rem;
}

/* line 24362, vendor/assets/stylesheets/argon.css */
.description {
  font-size: .875rem;
}

/* line 24367, vendor/assets/stylesheets/argon.css */
article h4:not(:first-child),
article h5:not(:first-child) {
  margin-top: 3rem;
}

/* line 24373, vendor/assets/stylesheets/argon.css */
article h4,
article h5 {
  margin-bottom: 1.5rem;
}

/* line 24379, vendor/assets/stylesheets/argon.css */
article figure {
  margin: 3rem 0;
}

/* line 24384, vendor/assets/stylesheets/argon.css */
article h5 + figure {
  margin-top: 0;
}

/* line 24389, vendor/assets/stylesheets/argon.css */
.display-1 span,
.display-2 span,
.display-3 span,
.display-4 span {
  font-weight: 300;
  display: block;
}

/* line 24399, vendor/assets/stylesheets/argon.css */
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: inherit;
}

/* line 24409, vendor/assets/stylesheets/argon.css */
.heading {
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: .025em;
  text-transform: uppercase;
}

/* line 24418, vendor/assets/stylesheets/argon.css */
.heading-small {
  font-size: .75rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* line 24429, vendor/assets/stylesheets/argon.css */
.heading-title {
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: .025em;
  text-transform: uppercase;
}

/* line 24438, vendor/assets/stylesheets/argon.css */
.heading-section {
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: .025em;
  text-transform: uppercase;
}

/* line 24446, vendor/assets/stylesheets/argon.css */
.heading-section img {
  display: block;
  width: 72px;
  height: 72px;
  margin-bottom: 1.5rem;
}

/* line 24454, vendor/assets/stylesheets/argon.css */
.heading-section.text-center img {
  margin-right: auto;
  margin-left: auto;
}

/* line 24460, vendor/assets/stylesheets/argon.css */
.surtitle {
  margin-bottom: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8898aa;
}

/* line 24470, vendor/assets/stylesheets/argon.css */
.bg-blue {
  background-color: #5e72e4 !important;
}

/* line 24475, vendor/assets/stylesheets/argon.css */
a.bg-blue:hover,
a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #324cdd !important;
}

/* line 24483, vendor/assets/stylesheets/argon.css */
.bg-indigo {
  background-color: #5603ad !important;
}

/* line 24488, vendor/assets/stylesheets/argon.css */
a.bg-indigo:hover,
a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #3d027b !important;
}

/* line 24496, vendor/assets/stylesheets/argon.css */
.bg-purple {
  background-color: #8965e0 !important;
}

/* line 24501, vendor/assets/stylesheets/argon.css */
a.bg-purple:hover,
a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #683bd7 !important;
}

/* line 24509, vendor/assets/stylesheets/argon.css */
.bg-pink {
  background-color: #f3a4b5 !important;
}

/* line 24514, vendor/assets/stylesheets/argon.css */
a.bg-pink:hover,
a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #ed7790 !important;
}

/* line 24522, vendor/assets/stylesheets/argon.css */
.bg-red {
  background-color: #f5365c !important;
}

/* line 24527, vendor/assets/stylesheets/argon.css */
a.bg-red:hover,
a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #ec0c38 !important;
}

/* line 24535, vendor/assets/stylesheets/argon.css */
.bg-orange {
  background-color: #fb6340 !important;
}

/* line 24540, vendor/assets/stylesheets/argon.css */
a.bg-orange:hover,
a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #fa3a0e !important;
}

/* line 24548, vendor/assets/stylesheets/argon.css */
.bg-yellow {
  background-color: #ffd600 !important;
}

/* line 24553, vendor/assets/stylesheets/argon.css */
a.bg-yellow:hover,
a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #ccab00 !important;
}

/* line 24561, vendor/assets/stylesheets/argon.css */
.bg-green {
  background-color: #2dce89 !important;
}

/* line 24566, vendor/assets/stylesheets/argon.css */
a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #24a46d !important;
}

/* line 24574, vendor/assets/stylesheets/argon.css */
.bg-teal {
  background-color: #11cdef !important;
}

/* line 24579, vendor/assets/stylesheets/argon.css */
a.bg-teal:hover,
a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #0da5c0 !important;
}

/* line 24587, vendor/assets/stylesheets/argon.css */
.bg-cyan {
  background-color: #2bffc6 !important;
}

/* line 24592, vendor/assets/stylesheets/argon.css */
a.bg-cyan:hover,
a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #00f7b5 !important;
}

/* line 24600, vendor/assets/stylesheets/argon.css */
.bg-white {
  background-color: #fff !important;
}

/* line 24605, vendor/assets/stylesheets/argon.css */
a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

/* line 24613, vendor/assets/stylesheets/argon.css */
.bg-gray {
  background-color: #8898aa !important;
}

/* line 24618, vendor/assets/stylesheets/argon.css */
a.bg-gray:hover,
a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #6a7e95 !important;
}

/* line 24626, vendor/assets/stylesheets/argon.css */
.bg-gray-dark {
  background-color: #32325d !important;
}

/* line 24631, vendor/assets/stylesheets/argon.css */
a.bg-gray-dark:hover,
a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  background-color: #20203c !important;
}

/* line 24639, vendor/assets/stylesheets/argon.css */
.bg-light {
  background-color: #ced4da !important;
}

/* line 24644, vendor/assets/stylesheets/argon.css */
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #b1bbc4 !important;
}

/* line 24652, vendor/assets/stylesheets/argon.css */
.bg-lighter {
  background-color: #e9ecef !important;
}

/* line 24657, vendor/assets/stylesheets/argon.css */
a.bg-lighter:hover,
a.bg-lighter:focus,
button.bg-lighter:hover,
button.bg-lighter:focus {
  background-color: #cbd3da !important;
}

/* line 24665, vendor/assets/stylesheets/argon.css */
.bg-gradient-primary {
  background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;
}

/* line 24670, vendor/assets/stylesheets/argon.css */
.bg-gradient-secondary {
  background: linear-gradient(87deg, #f7fafc 0, #f7f8fc 100%) !important;
}

/* line 24675, vendor/assets/stylesheets/argon.css */
.bg-gradient-success {
  background: linear-gradient(87deg, #2dce89 0, #2dcecc 100%) !important;
}

/* line 24680, vendor/assets/stylesheets/argon.css */
.bg-gradient-info {
  background: linear-gradient(87deg, #11cdef 0, #1171ef 100%) !important;
}

/* line 24685, vendor/assets/stylesheets/argon.css */
.bg-gradient-warning {
  background: linear-gradient(87deg, #fb6340 0, #fbb140 100%) !important;
}

/* line 24690, vendor/assets/stylesheets/argon.css */
.bg-gradient-danger {
  background: linear-gradient(87deg, #f5365c 0, #f56036 100%) !important;
}

/* line 24695, vendor/assets/stylesheets/argon.css */
.bg-gradient-light {
  background: linear-gradient(87deg, #adb5bd 0, #adaebd 100%) !important;
}

/* line 24700, vendor/assets/stylesheets/argon.css */
.bg-gradient-dark {
  background: linear-gradient(87deg, #212529 0, #212229 100%) !important;
}

/* line 24705, vendor/assets/stylesheets/argon.css */
.bg-gradient-default {
  background: linear-gradient(87deg, #172b4d 0, #1a174d 100%) !important;
}

/* line 24710, vendor/assets/stylesheets/argon.css */
.bg-gradient-white {
  background: linear-gradient(87deg, #fff 0, white 100%) !important;
}

/* line 24715, vendor/assets/stylesheets/argon.css */
.bg-gradient-neutral {
  background: linear-gradient(87deg, #fff 0, white 100%) !important;
}

/* line 24720, vendor/assets/stylesheets/argon.css */
.bg-gradient-darker {
  background: linear-gradient(87deg, black 0, black 100%) !important;
}

/* line 24725, vendor/assets/stylesheets/argon.css */
.bg-gradient-blue {
  background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;
}

/* line 24730, vendor/assets/stylesheets/argon.css */
.bg-gradient-indigo {
  background: linear-gradient(87deg, #5603ad 0, #9d03ad 100%) !important;
}

/* line 24735, vendor/assets/stylesheets/argon.css */
.bg-gradient-purple {
  background: linear-gradient(87deg, #8965e0 0, #bc65e0 100%) !important;
}

/* line 24740, vendor/assets/stylesheets/argon.css */
.bg-gradient-pink {
  background: linear-gradient(87deg, #f3a4b5 0, #f3b4a4 100%) !important;
}

/* line 24745, vendor/assets/stylesheets/argon.css */
.bg-gradient-red {
  background: linear-gradient(87deg, #f5365c 0, #f56036 100%) !important;
}

/* line 24750, vendor/assets/stylesheets/argon.css */
.bg-gradient-orange {
  background: linear-gradient(87deg, #fb6340 0, #fbb140 100%) !important;
}

/* line 24755, vendor/assets/stylesheets/argon.css */
.bg-gradient-yellow {
  background: linear-gradient(87deg, #ffd600 0, #beff00 100%) !important;
}

/* line 24760, vendor/assets/stylesheets/argon.css */
.bg-gradient-green {
  background: linear-gradient(87deg, #2dce89 0, #2dcecc 100%) !important;
}

/* line 24765, vendor/assets/stylesheets/argon.css */
.bg-gradient-teal {
  background: linear-gradient(87deg, #11cdef 0, #1171ef 100%) !important;
}

/* line 24770, vendor/assets/stylesheets/argon.css */
.bg-gradient-cyan {
  background: linear-gradient(87deg, #2bffc6 0, #2be0ff 100%) !important;
}

/* line 24775, vendor/assets/stylesheets/argon.css */
.bg-gradient-white {
  background: linear-gradient(87deg, #fff 0, white 100%) !important;
}

/* line 24780, vendor/assets/stylesheets/argon.css */
.bg-gradient-gray {
  background: linear-gradient(87deg, #8898aa 0, #888aaa 100%) !important;
}

/* line 24785, vendor/assets/stylesheets/argon.css */
.bg-gradient-gray-dark {
  background: linear-gradient(87deg, #32325d 0, #44325d 100%) !important;
}

/* line 24790, vendor/assets/stylesheets/argon.css */
.bg-gradient-light {
  background: linear-gradient(87deg, #ced4da 0, #cecfda 100%) !important;
}

/* line 24795, vendor/assets/stylesheets/argon.css */
.bg-gradient-lighter {
  background: linear-gradient(87deg, #e9ecef 0, #e9eaef 100%) !important;
}

/* line 24800, vendor/assets/stylesheets/argon.css */
.bg-translucent-primary {
  background-color: rgba(63, 87, 223, 0.6) !important;
}

/* line 24805, vendor/assets/stylesheets/argon.css */
a.bg-translucent-primary:hover,
a.bg-translucent-primary:focus,
button.bg-translucent-primary:hover,
button.bg-translucent-primary:focus {
  background-color: rgba(42, 68, 219, 0.6) !important;
}

/* line 24813, vendor/assets/stylesheets/argon.css */
.bg-translucent-secondary {
  background-color: rgba(221, 234, 242, 0.6) !important;
}

/* line 24818, vendor/assets/stylesheets/argon.css */
a.bg-translucent-secondary:hover,
a.bg-translucent-secondary:focus,
button.bg-translucent-secondary:hover,
button.bg-translucent-secondary:focus {
  background-color: rgba(202, 222, 235, 0.6) !important;
}

/* line 24826, vendor/assets/stylesheets/argon.css */
.bg-translucent-success {
  background-color: rgba(39, 177, 118, 0.6) !important;
}

/* line 24831, vendor/assets/stylesheets/argon.css */
a.bg-translucent-success:hover,
a.bg-translucent-success:focus,
button.bg-translucent-success:hover,
button.bg-translucent-success:focus {
  background-color: rgba(34, 156, 104, 0.6) !important;
}

/* line 24839, vendor/assets/stylesheets/argon.css */
.bg-translucent-info {
  background-color: rgba(14, 177, 206, 0.6) !important;
}

/* line 24844, vendor/assets/stylesheets/argon.css */
a.bg-translucent-info:hover,
a.bg-translucent-info:focus,
button.bg-translucent-info:hover,
button.bg-translucent-info:focus {
  background-color: rgba(12, 156, 183, 0.6) !important;
}

/* line 24852, vendor/assets/stylesheets/argon.css */
.bg-translucent-warning {
  background-color: rgba(250, 70, 29, 0.6) !important;
}

/* line 24857, vendor/assets/stylesheets/argon.css */
a.bg-translucent-warning:hover,
a.bg-translucent-warning:focus,
button.bg-translucent-warning:hover,
button.bg-translucent-warning:focus {
  background-color: rgba(249, 51, 5, 0.6) !important;
}

/* line 24865, vendor/assets/stylesheets/argon.css */
.bg-translucent-danger {
  background-color: rgba(243, 20, 64, 0.6) !important;
}

/* line 24870, vendor/assets/stylesheets/argon.css */
a.bg-translucent-danger:hover,
a.bg-translucent-danger:focus,
button.bg-translucent-danger:hover,
button.bg-translucent-danger:focus {
  background-color: rgba(227, 11, 54, 0.6) !important;
}

/* line 24878, vendor/assets/stylesheets/argon.css */
.bg-translucent-light {
  background-color: rgba(153, 163, 173, 0.6) !important;
}

/* line 24883, vendor/assets/stylesheets/argon.css */
a.bg-translucent-light:hover,
a.bg-translucent-light:focus,
button.bg-translucent-light:hover,
button.bg-translucent-light:focus {
  background-color: rgba(139, 150, 162, 0.6) !important;
}

/* line 24891, vendor/assets/stylesheets/argon.css */
.bg-translucent-dark {
  background-color: rgba(17, 19, 21, 0.6) !important;
}

/* line 24896, vendor/assets/stylesheets/argon.css */
a.bg-translucent-dark:hover,
a.bg-translucent-dark:focus,
button.bg-translucent-dark:hover,
button.bg-translucent-dark:focus {
  background-color: rgba(6, 6, 7, 0.6) !important;
}

/* line 24904, vendor/assets/stylesheets/argon.css */
.bg-translucent-default {
  background-color: rgba(15, 28, 50, 0.6) !important;
}

/* line 24909, vendor/assets/stylesheets/argon.css */
a.bg-translucent-default:hover,
a.bg-translucent-default:focus,
button.bg-translucent-default:hover,
button.bg-translucent-default:focus {
  background-color: rgba(9, 17, 30, 0.6) !important;
}

/* line 24917, vendor/assets/stylesheets/argon.css */
.bg-translucent-white {
  background-color: rgba(237, 237, 237, 0.6) !important;
}

/* line 24922, vendor/assets/stylesheets/argon.css */
a.bg-translucent-white:hover,
a.bg-translucent-white:focus,
button.bg-translucent-white:hover,
button.bg-translucent-white:focus {
  background-color: rgba(224, 224, 224, 0.6) !important;
}

/* line 24930, vendor/assets/stylesheets/argon.css */
.bg-translucent-neutral {
  background-color: rgba(237, 237, 237, 0.6) !important;
}

/* line 24935, vendor/assets/stylesheets/argon.css */
a.bg-translucent-neutral:hover,
a.bg-translucent-neutral:focus,
button.bg-translucent-neutral:hover,
button.bg-translucent-neutral:focus {
  background-color: rgba(224, 224, 224, 0.6) !important;
}

/* line 24943, vendor/assets/stylesheets/argon.css */
.bg-translucent-darker {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

/* line 24948, vendor/assets/stylesheets/argon.css */
a.bg-translucent-darker:hover,
a.bg-translucent-darker:focus,
button.bg-translucent-darker:hover,
button.bg-translucent-darker:focus {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

/* line 24956, vendor/assets/stylesheets/argon.css */
.section-primary {
  background-color: #f8f9fe !important;
}

/* line 24961, vendor/assets/stylesheets/argon.css */
a.section-primary:hover,
a.section-primary:focus,
button.section-primary:hover,
button.section-primary:focus {
  background-color: #cbd3f8 !important;
}

/* line 24969, vendor/assets/stylesheets/argon.css */
.section-secondary {
  background-color: #f7fafc !important;
}

/* line 24974, vendor/assets/stylesheets/argon.css */
a.section-secondary:hover,
a.section-secondary:focus,
button.section-secondary:hover,
button.section-secondary:focus {
  background-color: #d2e3ee !important;
}

/* line 24982, vendor/assets/stylesheets/argon.css */
.section-light {
  background-color: #ced4da !important;
}

/* line 24987, vendor/assets/stylesheets/argon.css */
a.section-light:hover,
a.section-light:focus,
button.section-light:hover,
button.section-light:focus {
  background-color: #b1bbc4 !important;
}

/* line 24995, vendor/assets/stylesheets/argon.css */
.section-dark {
  background-color: #212529 !important;
}

/* line 25000, vendor/assets/stylesheets/argon.css */
a.section-dark:hover,
a.section-dark:focus,
button.section-dark:hover,
button.section-dark:focus {
  background-color: #0a0c0d !important;
}

/* line 25008, vendor/assets/stylesheets/argon.css */
.section-darker {
  background-color: black !important;
}

/* line 25013, vendor/assets/stylesheets/argon.css */
a.section-darker:hover,
a.section-darker:focus,
button.section-darker:hover,
button.section-darker:focus {
  background-color: black !important;
}

/* line 25021, vendor/assets/stylesheets/argon.css */
.bg-gradient-primary {
  background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;
}

/* line 25026, vendor/assets/stylesheets/argon.css */
.bg-gradient-secondary {
  background: linear-gradient(87deg, #f7fafc 0, #f7f8fc 100%) !important;
}

/* line 25031, vendor/assets/stylesheets/argon.css */
.bg-gradient-success {
  background: linear-gradient(87deg, #2dce89 0, #2dcecc 100%) !important;
}

/* line 25036, vendor/assets/stylesheets/argon.css */
.bg-gradient-info {
  background: linear-gradient(87deg, #11cdef 0, #1171ef 100%) !important;
}

/* line 25041, vendor/assets/stylesheets/argon.css */
.bg-gradient-warning {
  background: linear-gradient(87deg, #fb6340 0, #fbb140 100%) !important;
}

/* line 25046, vendor/assets/stylesheets/argon.css */
.bg-gradient-danger {
  background: linear-gradient(87deg, #f5365c 0, #f56036 100%) !important;
}

/* line 25051, vendor/assets/stylesheets/argon.css */
.bg-gradient-light {
  background: linear-gradient(87deg, #adb5bd 0, #adaebd 100%) !important;
}

/* line 25056, vendor/assets/stylesheets/argon.css */
.bg-gradient-dark {
  background: linear-gradient(87deg, #212529 0, #212229 100%) !important;
}

/* line 25061, vendor/assets/stylesheets/argon.css */
.bg-gradient-default {
  background: linear-gradient(87deg, #172b4d 0, #1a174d 100%) !important;
}

/* line 25066, vendor/assets/stylesheets/argon.css */
.bg-gradient-white {
  background: linear-gradient(87deg, #fff 0, white 100%) !important;
}

/* line 25071, vendor/assets/stylesheets/argon.css */
.bg-gradient-neutral {
  background: linear-gradient(87deg, #fff 0, white 100%) !important;
}

/* line 25076, vendor/assets/stylesheets/argon.css */
.bg-gradient-darker {
  background: linear-gradient(87deg, black 0, black 100%) !important;
}

/* line 25081, vendor/assets/stylesheets/argon.css */
.fill-primary {
  fill: #5e72e4;
}

/* line 25086, vendor/assets/stylesheets/argon.css */
.stroke-primary {
  stroke: #5e72e4;
}

/* line 25091, vendor/assets/stylesheets/argon.css */
.fill-secondary {
  fill: #f7fafc;
}

/* line 25096, vendor/assets/stylesheets/argon.css */
.stroke-secondary {
  stroke: #f7fafc;
}

/* line 25101, vendor/assets/stylesheets/argon.css */
.fill-success {
  fill: #2dce89;
}

/* line 25106, vendor/assets/stylesheets/argon.css */
.stroke-success {
  stroke: #2dce89;
}

/* line 25111, vendor/assets/stylesheets/argon.css */
.fill-info {
  fill: #11cdef;
}

/* line 25116, vendor/assets/stylesheets/argon.css */
.stroke-info {
  stroke: #11cdef;
}

/* line 25121, vendor/assets/stylesheets/argon.css */
.fill-warning {
  fill: #fb6340;
}

/* line 25126, vendor/assets/stylesheets/argon.css */
.stroke-warning {
  stroke: #fb6340;
}

/* line 25131, vendor/assets/stylesheets/argon.css */
.fill-danger {
  fill: #f5365c;
}

/* line 25136, vendor/assets/stylesheets/argon.css */
.stroke-danger {
  stroke: #f5365c;
}

/* line 25141, vendor/assets/stylesheets/argon.css */
.fill-light {
  fill: #adb5bd;
}

/* line 25146, vendor/assets/stylesheets/argon.css */
.stroke-light {
  stroke: #adb5bd;
}

/* line 25151, vendor/assets/stylesheets/argon.css */
.fill-dark {
  fill: #212529;
}

/* line 25156, vendor/assets/stylesheets/argon.css */
.stroke-dark {
  stroke: #212529;
}

/* line 25161, vendor/assets/stylesheets/argon.css */
.fill-default {
  fill: #172b4d;
}

/* line 25166, vendor/assets/stylesheets/argon.css */
.stroke-default {
  stroke: #172b4d;
}

/* line 25171, vendor/assets/stylesheets/argon.css */
.fill-white {
  fill: #fff;
}

/* line 25176, vendor/assets/stylesheets/argon.css */
.stroke-white {
  stroke: #fff;
}

/* line 25181, vendor/assets/stylesheets/argon.css */
.fill-neutral {
  fill: #fff;
}

/* line 25186, vendor/assets/stylesheets/argon.css */
.stroke-neutral {
  stroke: #fff;
}

/* line 25191, vendor/assets/stylesheets/argon.css */
.fill-darker {
  fill: black;
}

/* line 25196, vendor/assets/stylesheets/argon.css */
.stroke-darker {
  stroke: black;
}

/* line 25201, vendor/assets/stylesheets/argon.css */
.fill-opacity-8 {
  fill-opacity: .8;
}

/* line 25206, vendor/assets/stylesheets/argon.css */
.blur--hover {
  position: relative;
}

/* line 25210, vendor/assets/stylesheets/argon.css */
.blur--hover .blur-item {
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1;
  will-change: transform;
  filter: blur(0);
}

/* line 25219, vendor/assets/stylesheets/argon.css */
.blur--hover .blur-hidden {
  position: absolute;
  z-index: 100;
  top: calc(50% + 7px);
  left: 50%;
  transition: all .15s ease;
  transform: translate(-50%, -50%);
  opacity: 0;
}

/* line 25231, vendor/assets/stylesheets/argon.css */
.blur--hover:hover .blur-item {
  z-index: 1;
  transform: scale(0.95);
  opacity: .8;
  filter: blur(10px);
}

/* line 25241, vendor/assets/stylesheets/argon.css */
.blur--hover:hover .blur-hidden {
  top: 50%;
  opacity: 1;
}

/* line 25248, vendor/assets/stylesheets/argon.css */
.floating {
  animation: floating 3s ease infinite;
  will-change: transform;
}

/* line 25254, vendor/assets/stylesheets/argon.css */
.floating:hover {
  animation-play-state: paused;
}

/* line 25259, vendor/assets/stylesheets/argon.css */
.floating-lg {
  animation: floating-lg 3s ease infinite;
}

/* line 25264, vendor/assets/stylesheets/argon.css */
.floating-sm {
  animation: floating-sm 3s ease infinite;
}

@keyframes floating-lg {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes floating-sm {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* line 25317, vendor/assets/stylesheets/argon.css */
.floatfix:before,
.floatfix:after {
  display: table;
  content: '';
}

/* line 25325, vendor/assets/stylesheets/argon.css */
.floatfix:after {
  clear: both;
}

/* line 25330, vendor/assets/stylesheets/argon.css */
.img-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 25338, vendor/assets/stylesheets/argon.css */
.opacity-1 {
  opacity: .1 !important;
}

/* line 25343, vendor/assets/stylesheets/argon.css */
.opacity-2 {
  opacity: .2 !important;
}

/* line 25348, vendor/assets/stylesheets/argon.css */
.opacity-3 {
  opacity: .3 !important;
}

/* line 25353, vendor/assets/stylesheets/argon.css */
.opacity-4 {
  opacity: .4 !important;
}

/* line 25358, vendor/assets/stylesheets/argon.css */
.opacity-5 {
  opacity: .5 !important;
}

/* line 25363, vendor/assets/stylesheets/argon.css */
.opacity-6 {
  opacity: .6 !important;
}

/* line 25368, vendor/assets/stylesheets/argon.css */
.opacity-7 {
  opacity: .7 !important;
}

/* line 25373, vendor/assets/stylesheets/argon.css */
.opacity-8 {
  opacity: .8 !important;
}

/* line 25378, vendor/assets/stylesheets/argon.css */
.opacity-8 {
  opacity: .9 !important;
}

/* line 25383, vendor/assets/stylesheets/argon.css */
.opacity-10 {
  opacity: 1 !important;
}

/* line 25388, vendor/assets/stylesheets/argon.css */
.overflow-visible {
  overflow: visible !important;
}

/* line 25393, vendor/assets/stylesheets/argon.css */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 25398, vendor/assets/stylesheets/argon.css */
.top-0 {
  top: 0;
}

/* line 25403, vendor/assets/stylesheets/argon.css */
.right-0 {
  right: 0;
}

/* line 25408, vendor/assets/stylesheets/argon.css */
.bottom-0 {
  bottom: 0;
}

/* line 25413, vendor/assets/stylesheets/argon.css */
.left-0 {
  left: 0;
}

/* line 25418, vendor/assets/stylesheets/argon.css */
.top-1 {
  top: .25rem;
}

/* line 25423, vendor/assets/stylesheets/argon.css */
.right-1 {
  right: .25rem;
}

/* line 25428, vendor/assets/stylesheets/argon.css */
.bottom-1 {
  bottom: .25rem;
}

/* line 25433, vendor/assets/stylesheets/argon.css */
.left-1 {
  left: .25rem;
}

/* line 25438, vendor/assets/stylesheets/argon.css */
.top-2 {
  top: .5rem;
}

/* line 25443, vendor/assets/stylesheets/argon.css */
.right-2 {
  right: .5rem;
}

/* line 25448, vendor/assets/stylesheets/argon.css */
.bottom-2 {
  bottom: .5rem;
}

/* line 25453, vendor/assets/stylesheets/argon.css */
.left-2 {
  left: .5rem;
}

/* line 25458, vendor/assets/stylesheets/argon.css */
.top-3 {
  top: 1rem;
}

/* line 25463, vendor/assets/stylesheets/argon.css */
.right-3 {
  right: 1rem;
}

/* line 25468, vendor/assets/stylesheets/argon.css */
.bottom-3 {
  bottom: 1rem;
}

/* line 25473, vendor/assets/stylesheets/argon.css */
.left-3 {
  left: 1rem;
}

/* line 25478, vendor/assets/stylesheets/argon.css */
.top-4 {
  top: 1.5rem;
}

/* line 25483, vendor/assets/stylesheets/argon.css */
.right-4 {
  right: 1.5rem;
}

/* line 25488, vendor/assets/stylesheets/argon.css */
.bottom-4 {
  bottom: 1.5rem;
}

/* line 25493, vendor/assets/stylesheets/argon.css */
.left-4 {
  left: 1.5rem;
}

/* line 25498, vendor/assets/stylesheets/argon.css */
.top-5 {
  top: 3rem;
}

/* line 25503, vendor/assets/stylesheets/argon.css */
.right-5 {
  right: 3rem;
}

/* line 25508, vendor/assets/stylesheets/argon.css */
.bottom-5 {
  bottom: 3rem;
}

/* line 25513, vendor/assets/stylesheets/argon.css */
.left-5 {
  left: 3rem;
}

/* line 25518, vendor/assets/stylesheets/argon.css */
.top--9 {
  top: -10rem;
}

/* line 25523, vendor/assets/stylesheets/argon.css */
.right--9 {
  right: -10rem;
}

/* line 25528, vendor/assets/stylesheets/argon.css */
.bottom--9 {
  bottom: -10rem;
}

/* line 25533, vendor/assets/stylesheets/argon.css */
.left--9 {
  left: -10rem;
}

/* line 25538, vendor/assets/stylesheets/argon.css */
.top--8 {
  top: -8rem;
}

/* line 25543, vendor/assets/stylesheets/argon.css */
.right--8 {
  right: -8rem;
}

/* line 25548, vendor/assets/stylesheets/argon.css */
.bottom--8 {
  bottom: -8rem;
}

/* line 25553, vendor/assets/stylesheets/argon.css */
.left--8 {
  left: -8rem;
}

/* line 25558, vendor/assets/stylesheets/argon.css */
.top--7 {
  top: -6rem;
}

/* line 25563, vendor/assets/stylesheets/argon.css */
.right--7 {
  right: -6rem;
}

/* line 25568, vendor/assets/stylesheets/argon.css */
.bottom--7 {
  bottom: -6rem;
}

/* line 25573, vendor/assets/stylesheets/argon.css */
.left--7 {
  left: -6rem;
}

/* line 25578, vendor/assets/stylesheets/argon.css */
.top--6 {
  top: -4.5rem;
}

/* line 25583, vendor/assets/stylesheets/argon.css */
.right--6 {
  right: -4.5rem;
}

/* line 25588, vendor/assets/stylesheets/argon.css */
.bottom--6 {
  bottom: -4.5rem;
}

/* line 25593, vendor/assets/stylesheets/argon.css */
.left--6 {
  left: -4.5rem;
}

/* line 25598, vendor/assets/stylesheets/argon.css */
.top--5 {
  top: -3rem;
}

/* line 25603, vendor/assets/stylesheets/argon.css */
.right--5 {
  right: -3rem;
}

/* line 25608, vendor/assets/stylesheets/argon.css */
.bottom--5 {
  bottom: -3rem;
}

/* line 25613, vendor/assets/stylesheets/argon.css */
.left--5 {
  left: -3rem;
}

/* line 25618, vendor/assets/stylesheets/argon.css */
.top--4 {
  top: -1.5rem;
}

/* line 25623, vendor/assets/stylesheets/argon.css */
.right--4 {
  right: -1.5rem;
}

/* line 25628, vendor/assets/stylesheets/argon.css */
.bottom--4 {
  bottom: -1.5rem;
}

/* line 25633, vendor/assets/stylesheets/argon.css */
.left--4 {
  left: -1.5rem;
}

/* line 25638, vendor/assets/stylesheets/argon.css */
.top--3 {
  top: -1rem;
}

/* line 25643, vendor/assets/stylesheets/argon.css */
.right--3 {
  right: -1rem;
}

/* line 25648, vendor/assets/stylesheets/argon.css */
.bottom--3 {
  bottom: -1rem;
}

/* line 25653, vendor/assets/stylesheets/argon.css */
.left--3 {
  left: -1rem;
}

/* line 25658, vendor/assets/stylesheets/argon.css */
.top--2 {
  top: -.5rem;
}

/* line 25663, vendor/assets/stylesheets/argon.css */
.right--2 {
  right: -.5rem;
}

/* line 25668, vendor/assets/stylesheets/argon.css */
.bottom--2 {
  bottom: -.5rem;
}

/* line 25673, vendor/assets/stylesheets/argon.css */
.left--2 {
  left: -.5rem;
}

/* line 25678, vendor/assets/stylesheets/argon.css */
.top--1 {
  top: -.25rem;
}

/* line 25683, vendor/assets/stylesheets/argon.css */
.right--1 {
  right: -.25rem;
}

/* line 25688, vendor/assets/stylesheets/argon.css */
.bottom--1 {
  bottom: -.25rem;
}

/* line 25693, vendor/assets/stylesheets/argon.css */
.left--1 {
  left: -.25rem;
}

/* line 25698, vendor/assets/stylesheets/argon.css */
.top-6 {
  top: 4.5rem;
}

/* line 25703, vendor/assets/stylesheets/argon.css */
.right-6 {
  right: 4.5rem;
}

/* line 25708, vendor/assets/stylesheets/argon.css */
.bottom-6 {
  bottom: 4.5rem;
}

/* line 25713, vendor/assets/stylesheets/argon.css */
.left-6 {
  left: 4.5rem;
}

/* line 25718, vendor/assets/stylesheets/argon.css */
.top-7 {
  top: 6rem;
}

/* line 25723, vendor/assets/stylesheets/argon.css */
.right-7 {
  right: 6rem;
}

/* line 25728, vendor/assets/stylesheets/argon.css */
.bottom-7 {
  bottom: 6rem;
}

/* line 25733, vendor/assets/stylesheets/argon.css */
.left-7 {
  left: 6rem;
}

/* line 25738, vendor/assets/stylesheets/argon.css */
.top-8 {
  top: 8rem;
}

/* line 25743, vendor/assets/stylesheets/argon.css */
.right-8 {
  right: 8rem;
}

/* line 25748, vendor/assets/stylesheets/argon.css */
.bottom-8 {
  bottom: 8rem;
}

/* line 25753, vendor/assets/stylesheets/argon.css */
.left-8 {
  left: 8rem;
}

/* line 25758, vendor/assets/stylesheets/argon.css */
.top-9 {
  top: 10rem;
}

/* line 25763, vendor/assets/stylesheets/argon.css */
.right-9 {
  right: 10rem;
}

/* line 25768, vendor/assets/stylesheets/argon.css */
.bottom-9 {
  bottom: 10rem;
}

/* line 25773, vendor/assets/stylesheets/argon.css */
.left-9 {
  left: 10rem;
}

/* line 25778, vendor/assets/stylesheets/argon.css */
.center {
  left: 50%;
  transform: translateX(-50%);
}

/* line 25785, vendor/assets/stylesheets/argon.css */
[class*='shadow'] {
  transition: all .15s ease;
}

/* line 25790, vendor/assets/stylesheets/argon.css */
.shadow-sm--hover:hover {
  box-shadow: 0 0 0.5rem rgba(136, 152, 170, 0.075) !important;
}

/* line 25795, vendor/assets/stylesheets/argon.css */
.shadow--hover:hover {
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15) !important;
}

/* line 25800, vendor/assets/stylesheets/argon.css */
.shadow-lg--hover:hover {
  box-shadow: 0 0 3rem rgba(136, 152, 170, 0.175) !important;
}

/* line 25805, vendor/assets/stylesheets/argon.css */
.shadow-none--hover:hover {
  box-shadow: none !important;
}

/* line 25810, vendor/assets/stylesheets/argon.css */
.h-100vh {
  height: 100vh !important;
}

/* line 25815, vendor/assets/stylesheets/argon.css */
.row.row-grid > [class*='col-'] + [class*='col-'] {
  margin-top: 3rem;
}

@media (min-width: 992px) {
  /* line 25822, vendor/assets/stylesheets/argon.css */
  .row.row-grid > [class*='col-lg-'] + [class*='col-lg-'] {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  /* line 25830, vendor/assets/stylesheets/argon.css */
  .row.row-grid > [class*='col-md-'] + [class*='col-md-'] {
    margin-top: 0;
  }
}

@media (min-width: 576px) {
  /* line 25838, vendor/assets/stylesheets/argon.css */
  .row.row-grid > [class*='col-sm-'] + [class*='col-sm-'] {
    margin-top: 0;
  }
}

/* line 25844, vendor/assets/stylesheets/argon.css */
.row-grid + .row-grid {
  margin-top: 3rem;
}

@media (min-width: 992px) {
  /* line 25851, vendor/assets/stylesheets/argon.css */
  .mt--100 {
    margin-top: -100px !important;
  }
  /* line 25855, vendor/assets/stylesheets/argon.css */
  .mr--100 {
    margin-right: -100px !important;
  }
  /* line 25859, vendor/assets/stylesheets/argon.css */
  .mb--100 {
    margin-bottom: -100px !important;
  }
  /* line 25863, vendor/assets/stylesheets/argon.css */
  .ml--100 {
    margin-left: -100px !important;
  }
  /* line 25867, vendor/assets/stylesheets/argon.css */
  .mt--150 {
    margin-top: -150px !important;
  }
  /* line 25871, vendor/assets/stylesheets/argon.css */
  .mb--150 {
    margin-bottom: -150px !important;
  }
  /* line 25875, vendor/assets/stylesheets/argon.css */
  .mt--200 {
    margin-top: -200px !important;
  }
  /* line 25879, vendor/assets/stylesheets/argon.css */
  .mb--200 {
    margin-bottom: -200px !important;
  }
  /* line 25883, vendor/assets/stylesheets/argon.css */
  .mt--300 {
    margin-top: -300px !important;
  }
  /* line 25887, vendor/assets/stylesheets/argon.css */
  .mb--300 {
    margin-bottom: -300px !important;
  }
  /* line 25891, vendor/assets/stylesheets/argon.css */
  .pt-100 {
    padding-top: 100px !important;
  }
  /* line 25895, vendor/assets/stylesheets/argon.css */
  .pb-100 {
    padding-bottom: 100px !important;
  }
  /* line 25899, vendor/assets/stylesheets/argon.css */
  .pt-150 {
    padding-top: 150px !important;
  }
  /* line 25903, vendor/assets/stylesheets/argon.css */
  .pb-150 {
    padding-bottom: 150px !important;
  }
  /* line 25907, vendor/assets/stylesheets/argon.css */
  .pt-200 {
    padding-top: 200px !important;
  }
  /* line 25911, vendor/assets/stylesheets/argon.css */
  .pb-200 {
    padding-bottom: 200px !important;
  }
  /* line 25915, vendor/assets/stylesheets/argon.css */
  .pt-250 {
    padding-top: 250px !important;
  }
  /* line 25919, vendor/assets/stylesheets/argon.css */
  .pb-250 {
    padding-bottom: 250px !important;
  }
  /* line 25923, vendor/assets/stylesheets/argon.css */
  .pt-300 {
    padding-top: 300px !important;
  }
  /* line 25927, vendor/assets/stylesheets/argon.css */
  .pb-300 {
    padding-bottom: 300px !important;
  }
}

/* line 25933, vendor/assets/stylesheets/argon.css */
.font-weight-300 {
  font-weight: 300 !important;
}

/* line 25938, vendor/assets/stylesheets/argon.css */
.font-weight-400 {
  font-weight: 400 !important;
}

/* line 25943, vendor/assets/stylesheets/argon.css */
.font-weight-500 {
  font-weight: 500 !important;
}

/* line 25948, vendor/assets/stylesheets/argon.css */
.font-weight-600 {
  font-weight: 600 !important;
}

/* line 25953, vendor/assets/stylesheets/argon.css */
.font-weight-700 {
  font-weight: 700 !important;
}

/* line 25958, vendor/assets/stylesheets/argon.css */
.font-weight-800 {
  font-weight: 800 !important;
}

/* line 25963, vendor/assets/stylesheets/argon.css */
.font-weight-900 {
  font-weight: 900 !important;
}

/* line 25968, vendor/assets/stylesheets/argon.css */
.text-underline {
  text-decoration: underline;
}

/* line 25973, vendor/assets/stylesheets/argon.css */
.text-through {
  text-decoration: line-through;
}

/* line 25978, vendor/assets/stylesheets/argon.css */
.text-xs {
  font-size: .75rem !important;
}

/* line 25983, vendor/assets/stylesheets/argon.css */
.text-sm {
  font-size: .875rem !important;
}

/* line 25988, vendor/assets/stylesheets/argon.css */
.text-lg {
  font-size: 1.25rem !important;
}

/* line 25993, vendor/assets/stylesheets/argon.css */
.text-xl {
  font-size: 1.5rem !important;
}

/* line 25998, vendor/assets/stylesheets/argon.css */
.lh-100 {
  line-height: 1;
}

/* line 26003, vendor/assets/stylesheets/argon.css */
.lh-110 {
  line-height: 1.1;
}

/* line 26008, vendor/assets/stylesheets/argon.css */
.lh-120 {
  line-height: 1.2;
}

/* line 26013, vendor/assets/stylesheets/argon.css */
.lh-130 {
  line-height: 1.3;
}

/* line 26018, vendor/assets/stylesheets/argon.css */
.lh-140 {
  line-height: 1.4;
}

/* line 26023, vendor/assets/stylesheets/argon.css */
.lh-150 {
  line-height: 1.5;
}

/* line 26028, vendor/assets/stylesheets/argon.css */
.lh-160 {
  line-height: 1.6;
}

/* line 26033, vendor/assets/stylesheets/argon.css */
.lh-170 {
  line-height: 1.7;
}

/* line 26038, vendor/assets/stylesheets/argon.css */
.lh-180 {
  line-height: 1.8;
}

/* line 26043, vendor/assets/stylesheets/argon.css */
.ls-1 {
  letter-spacing: .0625rem;
}

/* line 26048, vendor/assets/stylesheets/argon.css */
.ls-15 {
  letter-spacing: .09375rem;
}

/* line 26053, vendor/assets/stylesheets/argon.css */
.ls-2 {
  letter-spacing: .125rem;
}

/* line 26058, vendor/assets/stylesheets/argon.css */
.text-blue {
  color: #5e72e4 !important;
}

/* line 26063, vendor/assets/stylesheets/argon.css */
a.text-blue:hover,
a.text-blue:focus {
  color: #233dd2 !important;
}

/* line 26069, vendor/assets/stylesheets/argon.css */
.text-indigo {
  color: #5603ad !important;
}

/* line 26074, vendor/assets/stylesheets/argon.css */
a.text-indigo:hover,
a.text-indigo:focus {
  color: #310262 !important;
}

/* line 26080, vendor/assets/stylesheets/argon.css */
.text-purple {
  color: #8965e0 !important;
}

/* line 26085, vendor/assets/stylesheets/argon.css */
a.text-purple:hover,
a.text-purple:focus {
  color: #5a2acf !important;
}

/* line 26091, vendor/assets/stylesheets/argon.css */
.text-pink {
  color: #f3a4b5 !important;
}

/* line 26096, vendor/assets/stylesheets/argon.css */
a.text-pink:hover,
a.text-pink:focus {
  color: #ea607e !important;
}

/* line 26102, vendor/assets/stylesheets/argon.css */
.text-red {
  color: #f5365c !important;
}

/* line 26107, vendor/assets/stylesheets/argon.css */
a.text-red:hover,
a.text-red:focus {
  color: #d40b33 !important;
}

/* line 26113, vendor/assets/stylesheets/argon.css */
.text-orange {
  color: #fb6340 !important;
}

/* line 26118, vendor/assets/stylesheets/argon.css */
a.text-orange:hover,
a.text-orange:focus {
  color: #ea3005 !important;
}

/* line 26124, vendor/assets/stylesheets/argon.css */
.text-yellow {
  color: #ffd600 !important;
}

/* line 26129, vendor/assets/stylesheets/argon.css */
a.text-yellow:hover,
a.text-yellow:focus {
  color: #b39600 !important;
}

/* line 26135, vendor/assets/stylesheets/argon.css */
.text-green {
  color: #2dce89 !important;
}

/* line 26140, vendor/assets/stylesheets/argon.css */
a.text-green:hover,
a.text-green:focus {
  color: #1f8f5f !important;
}

/* line 26146, vendor/assets/stylesheets/argon.css */
.text-teal {
  color: #11cdef !important;
}

/* line 26151, vendor/assets/stylesheets/argon.css */
a.text-teal:hover,
a.text-teal:focus {
  color: #0b90a8 !important;
}

/* line 26157, vendor/assets/stylesheets/argon.css */
.text-cyan {
  color: #2bffc6 !important;
}

/* line 26162, vendor/assets/stylesheets/argon.css */
a.text-cyan:hover,
a.text-cyan:focus {
  color: #00dea2 !important;
}

/* line 26168, vendor/assets/stylesheets/argon.css */
.text-white {
  color: #fff !important;
}

/* line 26173, vendor/assets/stylesheets/argon.css */
a.text-white:hover,
a.text-white:focus {
  color: #d9d9d9 !important;
}

/* line 26179, vendor/assets/stylesheets/argon.css */
.text-gray {
  color: #8898aa !important;
}

/* line 26184, vendor/assets/stylesheets/argon.css */
a.text-gray:hover,
a.text-gray:focus {
  color: #607286 !important;
}

/* line 26190, vendor/assets/stylesheets/argon.css */
.text-gray-dark {
  color: #32325d !important;
}

/* line 26195, vendor/assets/stylesheets/argon.css */
a.text-gray-dark:hover,
a.text-gray-dark:focus {
  color: #17172b !important;
}

/* line 26201, vendor/assets/stylesheets/argon.css */
.text-light {
  color: #ced4da !important;
}

/* line 26206, vendor/assets/stylesheets/argon.css */
a.text-light:hover,
a.text-light:focus {
  color: #a2aeb9 !important;
}

/* line 26212, vendor/assets/stylesheets/argon.css */
.text-lighter {
  color: #e9ecef !important;
}

/* line 26217, vendor/assets/stylesheets/argon.css */
a.text-lighter:hover,
a.text-lighter:focus {
  color: #bdc6cf !important;
}

@media (min-width: 992px) {
  /* line 26225, vendor/assets/stylesheets/argon.css */
  .transform-perspective-right {
    transform: scale(1) perspective(1040px) rotateY(-11deg) rotateX(2deg) rotate(2deg);
  }
  /* line 26229, vendor/assets/stylesheets/argon.css */
  .transform-perspective-left {
    transform: scale(1) perspective(2000px) rotateY(11deg) rotateX(2deg) rotate(-2deg);
  }
}

/* line 26235, vendor/assets/stylesheets/argon.css */
.datepicker {
  border-radius: .375rem;
  direction: ltr;
}

/* line 26241, vendor/assets/stylesheets/argon.css */
.datepicker-inline {
  width: 220px;
}

/* line 26245, vendor/assets/stylesheets/argon.css */
.datepicker-rtl {
  direction: rtl;
}

/* line 26249, vendor/assets/stylesheets/argon.css */
.datepicker-rtl.dropdown-menu {
  left: auto;
}

/* line 26253, vendor/assets/stylesheets/argon.css */
.datepicker-rtl table tr td span {
  float: right;
}

/* line 26257, vendor/assets/stylesheets/argon.css */
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 20px 22px;
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* line 26266, vendor/assets/stylesheets/argon.css */
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

/* line 26270, vendor/assets/stylesheets/argon.css */
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

/* line 26274, vendor/assets/stylesheets/argon.css */
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

/* line 26278, vendor/assets/stylesheets/argon.css */
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

/* line 26282, vendor/assets/stylesheets/argon.css */
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

/* line 26286, vendor/assets/stylesheets/argon.css */
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

/* line 26290, vendor/assets/stylesheets/argon.css */
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-top: 7px solid white;
  border-bottom: 0;
}

/* line 26297, vendor/assets/stylesheets/argon.css */
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

/* line 26304, vendor/assets/stylesheets/argon.css */
.datepicker table {
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

/* line 26315, vendor/assets/stylesheets/argon.css */
.datepicker table tr td {
  border-radius: 50%;
}

/* line 26319, vendor/assets/stylesheets/argon.css */
.datepicker table tr th {
  font-weight: 500;
  border-radius: .375rem;
}

/* line 26325, vendor/assets/stylesheets/argon.css */
.datepicker table tr td,
.datepicker table tr th {
  font-size: .875rem;
  width: 36px;
  height: 36px;
  transition: all .15s ease;
  text-align: center;
  border: none;
}

/* line 26338, vendor/assets/stylesheets/argon.css */
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

/* line 26343, vendor/assets/stylesheets/argon.css */
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #adb5bd;
}

/* line 26348, vendor/assets/stylesheets/argon.css */
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  cursor: pointer;
  background: white;
}

/* line 26355, vendor/assets/stylesheets/argon.css */
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  cursor: default;
  color: #dee2e6;
  background: none;
}

/* line 26363, vendor/assets/stylesheets/argon.css */
.datepicker table tr td.highlighted {
  border-radius: 0;
}

/* line 26367, vendor/assets/stylesheets/argon.css */
.datepicker table tr td.highlighted.focused {
  background: #5e72e4;
}

/* line 26371, vendor/assets/stylesheets/argon.css */
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  color: #ced4da;
  background: #5e72e4;
}

/* line 26377, vendor/assets/stylesheets/argon.css */
.datepicker table tr td.today {
  background: white;
}

/* line 26381, vendor/assets/stylesheets/argon.css */
.datepicker table tr td.today.focused {
  background: white;
}

/* line 26385, vendor/assets/stylesheets/argon.css */
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  color: #8898aa;
  background: white;
}

/* line 26391, vendor/assets/stylesheets/argon.css */
.datepicker table tr td.range {
  color: #fff;
  border-radius: 0;
  background: #5e72e4;
}

/* line 26397, vendor/assets/stylesheets/argon.css */
.datepicker table tr td.range.focused {
  background: #3b53de;
}

/* line 26401, vendor/assets/stylesheets/argon.css */
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active,
.datepicker table tr td.range.day.disabled:hover {
  color: #8a98eb;
  background: #324cdd;
}

/* line 26408, vendor/assets/stylesheets/argon.css */
.datepicker table tr td.range.highlighted.focused {
  background: #cbd3da;
}

/* line 26412, vendor/assets/stylesheets/argon.css */
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  color: #dee2e6;
  background: #e9ecef;
}

/* line 26418, vendor/assets/stylesheets/argon.css */
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  color: #fff;
  background: #5e72e4;
}

/* line 26424, vendor/assets/stylesheets/argon.css */
.datepicker table tr td.day.range-start {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 26429, vendor/assets/stylesheets/argon.css */
.datepicker table tr td.day.range-end {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 26434, vendor/assets/stylesheets/argon.css */
.datepicker table tr td.day.range-start.range-end {
  border-radius: 50%;
}

/* line 26438, vendor/assets/stylesheets/argon.css */
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.day.range:hover {
  color: #fff;
  background: #5e72e4;
}

/* line 26447, vendor/assets/stylesheets/argon.css */
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background: #5e72e4;
  box-shadow: none;
}

/* line 26456, vendor/assets/stylesheets/argon.css */
.datepicker table tr td span {
  line-height: 54px;
  display: block;
  float: left;
  width: 23%;
  height: 54px;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

/* line 26471, vendor/assets/stylesheets/argon.css */
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #e9ecef;
}

/* line 26476, vendor/assets/stylesheets/argon.css */
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  cursor: default;
  color: #dee2e6;
  background: none;
}

/* line 26484, vendor/assets/stylesheets/argon.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 {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 26491, vendor/assets/stylesheets/argon.css */
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #8898aa;
}

/* line 26496, vendor/assets/stylesheets/argon.css */
.datepicker .datepicker-switch {
  width: 145px;
}

/* line 26500, vendor/assets/stylesheets/argon.css */
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

/* line 26507, vendor/assets/stylesheets/argon.css */
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #e9ecef;
}

/* line 26514, vendor/assets/stylesheets/argon.css */
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}

/* line 26519, vendor/assets/stylesheets/argon.css */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

/* line 26529, vendor/assets/stylesheets/argon.css */
.bootstrap-tagsinput {
  display: inline-block;
  max-width: 100%;
  padding: .25rem;
  cursor: text;
  vertical-align: middle;
  color: #8898aa;
  border: 0 solid transparent;
  border-radius: .25rem;
  background-color: #fff;
}

/* line 26544, vendor/assets/stylesheets/argon.css */
.bootstrap-tagsinput input {
  width: auto;
  max-width: inherit;
  margin: 0;
  padding: 0 6px;
  border: none;
  outline: none;
  background-color: transparent;
  box-shadow: none;
}

/* line 26556, vendor/assets/stylesheets/argon.css */
.bootstrap-tagsinput input::-ms-input-placeholder {
  opacity: 1;
  color: #adb5bd;
}

/* line 26561, vendor/assets/stylesheets/argon.css */
.bootstrap-tagsinput input::-moz-placeholder {
  opacity: 1;
  color: #adb5bd;
}
.bootstrap-tagsinput input::placeholder {
  opacity: 1;
  color: #adb5bd;
}

/* line 26566, vendor/assets/stylesheets/argon.css */
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}

/* line 26571, vendor/assets/stylesheets/argon.css */
.bootstrap-tagsinput .badge {
  line-height: 1.5;
  position: relative;
  margin: .125rem;
  padding: .625rem .625rem .5rem;
  transition: all .15s ease;
  color: #fff;
  border-radius: .25rem;
  background: #172b4d;
  box-shadow: 0 1px 2px rgba(68, 68, 68, 0.25);
}

@media (prefers-reduced-motion: reduce) {
  /* line 26589, vendor/assets/stylesheets/argon.css */
  .bootstrap-tagsinput .badge {
    transition: none;
  }
}

/* line 26594, vendor/assets/stylesheets/argon.css */
.bootstrap-tagsinput .badge:hover {
  padding-right: 1.5rem;
}

/* line 26598, vendor/assets/stylesheets/argon.css */
.bootstrap-tagsinput [data-role='remove'] {
  position: absolute;
  top: 50%;
  margin-left: 10px;
  cursor: pointer;
  transform: translate(0, -50%);
  color: #fff;
}

/* line 26610, vendor/assets/stylesheets/argon.css */
.bootstrap-tagsinput [data-role='remove']:after {
  font-size: 16px;
  content: '×';
}

/* line 26617, vendor/assets/stylesheets/argon.css */
#chartjs-tooltip {
  position: absolute;
  transition: all .1s ease;
  transform: translate(-50%, 0);
  pointer-events: none;
  opacity: 1;
  color: white;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.7);
}

/* line 26631, vendor/assets/stylesheets/argon.css */
.chartjs-tooltip-key {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

/* line 26640, vendor/assets/stylesheets/argon.css */
.dataTables_wrapper {
  font-size: .875rem;
}

/* line 26645, vendor/assets/stylesheets/argon.css */
table.dataTable {
  margin-bottom: 1.25rem !important;
  border-bottom: 1px solid #e9ecef;
}

/* line 26651, vendor/assets/stylesheets/argon.css */
table.dataTable tbody > tr.selected {
  background-color: #5e72e4;
}

/* line 26656, vendor/assets/stylesheets/argon.css */
.dataTables_length,
.dataTables_info,
.dt-buttons {
  padding-left: 1.5rem;
}

/* line 26663, vendor/assets/stylesheets/argon.css */
.dataTables_length .form-control {
  margin: 0 .375rem;
}

/* line 26668, vendor/assets/stylesheets/argon.css */
.dataTables_filter {
  display: inline-block;
  float: right;
  padding-right: 1.5rem;
}

/* line 26676, vendor/assets/stylesheets/argon.css */
.dataTables_paginate {
  padding-right: 1.5rem;
}

/* line 26681, vendor/assets/stylesheets/argon.css */
.dropzone {
  position: relative;
  display: flex;
  flex-direction: column;
}

/* line 26689, vendor/assets/stylesheets/argon.css */
.dz-message {
  z-index: 999;
  padding: 5rem 1rem;
  cursor: pointer;
  transition: all .15s ease;
  text-align: center;
  color: #8898aa;
  border: 1px dashed #dee2e6;
  border-radius: .375rem;
  background-color: #fff;
  order: -1;
}

/* line 26706, vendor/assets/stylesheets/argon.css */
.dz-message:hover {
  color: #525f7f;
  border-color: #8898aa;
}

/* line 26712, vendor/assets/stylesheets/argon.css */
.dz-drag-hover .dz-message {
  color: #5e72e4;
  border-color: #5e72e4;
}

/* line 26718, vendor/assets/stylesheets/argon.css */
.dropzone-multiple .dz-message {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 26724, vendor/assets/stylesheets/argon.css */
.dropzone-single.dz-max-files-reached .dz-message {
  opacity: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 26730, vendor/assets/stylesheets/argon.css */
.dropzone-single.dz-max-files-reached .dz-message:hover {
  opacity: 1;
}

/* line 26735, vendor/assets/stylesheets/argon.css */
.dz-preview-single {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: .375rem;
}

/* line 26746, vendor/assets/stylesheets/argon.css */
.dz-preview-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: .375rem;
}

/* line 26757, vendor/assets/stylesheets/argon.css */
.dz-preview-img {
  width: 100%;
  height: 100%;
  border-radius: .375rem;
  -o-object-fit: cover;
  object-fit: cover;
}

/* line 26768, vendor/assets/stylesheets/argon.css */
.dz-preview-multiple .list-group-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

/* line 26775, vendor/assets/stylesheets/argon.css */
[data-dz-size] strong {
  font-weight: 400;
}

/* line 26780, vendor/assets/stylesheets/argon.css */
.fc-header-toolbar {
  display: none;
}

/* line 26785, vendor/assets/stylesheets/argon.css */
.fc-scroller {
  height: auto !important;
}

/* line 26790, vendor/assets/stylesheets/argon.css */
.fc th {
  font-size: .75rem;
  font-weight: 600;
  padding: .75rem 1rem;
  text-transform: uppercase;
  color: #8898aa;
}

/* line 26802, vendor/assets/stylesheets/argon.css */
.fc div.fc-row {
  margin-right: 0;
  border: 0;
}

/* line 26809, vendor/assets/stylesheets/argon.css */
.fc button .fc-icon {
  top: -5px;
}

/* line 26814, vendor/assets/stylesheets/argon.css */
.fc-unthemed td.fc-today {
  background-color: transparent;
}

/* line 26818, vendor/assets/stylesheets/argon.css */
.fc-unthemed td.fc-today span {
  color: #fb6340;
}

/* line 26823, vendor/assets/stylesheets/argon.css */
.fc-event {
  font-size: .75rem;
  padding: 0;
  border: 0;
  border-radius: .25rem;
}

/* line 26832, vendor/assets/stylesheets/argon.css */
.fc-event .fc-title {
  font-weight: 600;
  display: block;
  overflow: hidden;
  padding: .4rem .5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}

/* line 26846, vendor/assets/stylesheets/argon.css */
.fc-event .fc-time {
  float: left;
  margin: 0 0 0 -1px;
  padding: 2px 6px;
  background: rgba(0, 0, 0, 0.2);
}

/* line 26856, vendor/assets/stylesheets/argon.css */
.fc-view,
.fc-view > table {
  overflow: hidden;
  border: 0;
}

/* line 26864, vendor/assets/stylesheets/argon.css */
.fc-view > table > tbody > tr .ui-widget-content {
  border-top: 0;
}

/* line 26869, vendor/assets/stylesheets/argon.css */
.fc-body {
  border: 0;
}

/* line 26874, vendor/assets/stylesheets/argon.css */
.fc-icon {
  font-family: NucleoIcons, sans-serif;
  font-size: 1rem;
  line-height: 35px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

/* line 26885, vendor/assets/stylesheets/argon.css */
.fc-icon:hover {
  color: #5e72e4;
}

/* line 26890, vendor/assets/stylesheets/argon.css */
.fc-button {
  border: 0;
  background: transparent;
  box-shadow: none;
}

/* line 26896, vendor/assets/stylesheets/argon.css */
.fc-button:focus,
.fc-button:active {
  outline: 0;
}

/* line 26902, vendor/assets/stylesheets/argon.css */
.calendar {
  z-index: 0;
}

/* line 26906, vendor/assets/stylesheets/argon.css */
.calendar td,
.calendar th {
  border-color: #eff1f3;
}

/* line 26911, vendor/assets/stylesheets/argon.css */
.calendar .fc-toolbar {
  position: relative;
  z-index: 2;
  height: 250px;
  margin-bottom: -2px;
  border-radius: .375rem .375rem 0 0;
  background-color: #fff;
}

@media (max-width: 575.98px) {
  /* line 26924, vendor/assets/stylesheets/argon.css */
  .calendar .fc-toolbar {
    height: 135px;
  }
}

/* line 26929, vendor/assets/stylesheets/argon.css */
.calendar .fc-day-number {
  box-sizing: border-box;
  width: 100%;
  padding: .5rem 1rem;
}

@media (min-width: 576px) {
  /* line 26937, vendor/assets/stylesheets/argon.css */
  .calendar .fc-day-number {
    font-size: .875rem;
    font-weight: 600;
    color: #67779d;
  }
}

/* line 26945, vendor/assets/stylesheets/argon.css */
.calendar .fc-day-header {
  text-align: left;
}

/* line 26949, vendor/assets/stylesheets/argon.css */
.calendar .fc-day-grid-event {
  margin: 1px 9px;
}

/* line 26954, vendor/assets/stylesheets/argon.css */
[data-calendar-month] {
  transition: background-image 300ms;
  background-size: contain;
}

@media (prefers-reduced-motion: reduce) {
  /* line 26962, vendor/assets/stylesheets/argon.css */
  [data-calendar-month] {
    transition: none;
  }
}

/* line 26968, vendor/assets/stylesheets/argon.css */
[data-calendar-month='0'] {
  background-image: url(/../img/calendar/january.jpg);
}

/* line 26973, vendor/assets/stylesheets/argon.css */
[data-calendar-month='1'] {
  background-image: url(/../img/calendar/february.jpg);
}

/* line 26978, vendor/assets/stylesheets/argon.css */
[data-calendar-month='2'] {
  background-image: url(/../img/calendar/march.jpg);
}

/* line 26983, vendor/assets/stylesheets/argon.css */
[data-calendar-month='3'] {
  background-image: url(/../img/calendar/april.jpg);
}

/* line 26988, vendor/assets/stylesheets/argon.css */
[data-calendar-month='4'] {
  background-image: url(/../img/calendar/may.jpg);
}

/* line 26993, vendor/assets/stylesheets/argon.css */
[data-calendar-month='5'] {
  background-image: url(/../img/calendar/june.jpg);
}

/* line 26998, vendor/assets/stylesheets/argon.css */
[data-calendar-month='6'] {
  background-image: url(/../img/calendar/july.jpg);
}

/* line 27003, vendor/assets/stylesheets/argon.css */
[data-calendar-month='7'] {
  background-image: url(/../img/calendar/august.jpg);
}

/* line 27008, vendor/assets/stylesheets/argon.css */
[data-calendar-month='8'] {
  background-image: url(/../img/calendar/september.jpg);
}

/* line 27013, vendor/assets/stylesheets/argon.css */
[data-calendar-month='9'] {
  background-image: url(/../img/calendar/october.jpg);
}

/* line 27018, vendor/assets/stylesheets/argon.css */
[data-calendar-month='10'] {
  background-image: url(/../img/calendar/november.jpg);
}

/* line 27023, vendor/assets/stylesheets/argon.css */
[data-calendar-month='11'] {
  background-image: url(/../img/calendar/december.jpg);
}

/* line 27028, vendor/assets/stylesheets/argon.css */
.card-calendar .card-header {
  border-bottom: 0;
}

/* line 27033, vendor/assets/stylesheets/argon.css */
.card-calendar table {
  background: transparent;
}

/* line 27037, vendor/assets/stylesheets/argon.css */
.card-calendar table tr > td:first-child {
  border-left-width: 0;
}

/* line 27041, vendor/assets/stylesheets/argon.css */
.card-calendar table tr > td:last-child {
  border-right-width: 0;
}

/* line 27046, vendor/assets/stylesheets/argon.css */
.widget-calendar {
  position: relative;
  z-index: 0;
}

/* line 27051, vendor/assets/stylesheets/argon.css */
.widget-calendar td,
.widget-calendar th {
  text-align: center;
  border-color: transparent;
}

/* line 27058, vendor/assets/stylesheets/argon.css */
.widget-calendar .fc-toolbar {
  margin-top: 1.25rem;
}

/* line 27062, vendor/assets/stylesheets/argon.css */
.widget-calendar .fc-toolbar h2 {
  font-size: 1rem;
}

/* line 27066, vendor/assets/stylesheets/argon.css */
.widget-calendar .fc-day-number {
  width: 100%;
  padding: 0;
  text-align: center;
}

/* line 27073, vendor/assets/stylesheets/argon.css */
.widget-calendar .fc table {
  font-size: .875rem;
}

/* line 27077, vendor/assets/stylesheets/argon.css */
.widget-calendar .fc th {
  font-size: .75rem;
  padding: .75rem .5rem;
}

/* line 27084, vendor/assets/stylesheets/argon.css */
.vector-map {
  position: relative;
  height: 600px;
}

/* line 27091, vendor/assets/stylesheets/argon.css */
.vector-map-sm {
  height: 280px;
}

/* line 27096, vendor/assets/stylesheets/argon.css */
.jvectormap-container {
  width: 100%;
  height: 100%;
}

/* line 27102, vendor/assets/stylesheets/argon.css */
.jvectormap-zoomin,
.jvectormap-zoomout {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 27110, vendor/assets/stylesheets/argon.css */
.jvectormap-zoomin {
  bottom: 4.25rem;
}

/* line 27115, vendor/assets/stylesheets/argon.css */
.jvectormap-zoomout {
  bottom: 2rem;
}

/*!
 * Lavalamp
 * http://lavalamp.magicmediamuse.com/
 */
/* line 27124, vendor/assets/stylesheets/argon.css */
.lavalamp {
  position: relative;
}

/* line 27129, vendor/assets/stylesheets/argon.css */
.lavalamp-item {
  position: relative;
  z-index: 5;
}

/* line 27135, vendor/assets/stylesheets/argon.css */
.lavalamp-object {
  position: absolute;
  top: 0;
  left: 0;
}

/* Custom easing transitions */
/* line 27143, vendor/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object {
  transition-property: transform, width, height;
}

/* line 27148, vendor/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.ease {
  transition-timing-function: ease;
}

/* line 27153, vendor/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.ease-in {
  transition-timing-function: ease-in;
}

/* line 27158, vendor/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.ease-out {
  transition-timing-function: ease-out;
}

/* line 27163, vendor/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.ease-in-out {
  transition-timing-function: ease-in-out;
}

/* line 27168, vendor/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.linear {
  transition-timing-function: linear;
}

/* line 27173, vendor/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeInQuad {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

/* line 27178, vendor/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeInCubic {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 27183, vendor/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeInQuart {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/* line 27188, vendor/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeInQuint {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

/* line 27193, vendor/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeInSine {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

/* line 27198, vendor/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeInExpo {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

/* line 27203, vendor/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeInCirc {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

/* line 27208, vendor/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeInBack {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

/* line 27213, vendor/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeOutQuad {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 27218, vendor/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeOutCubic {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 27223, vendor/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeOutQuart {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 27228, vendor/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeOutQuint {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 27233, vendor/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeOutSine {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

/* line 27238, vendor/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeOutExpo {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 27243, vendor/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeOutCirc {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* line 27248, vendor/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeOutBack {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* line 27253, vendor/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeInOutQuad {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/* line 27258, vendor/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeInOutCubic {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 27263, vendor/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeInOutQuart {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 27268, vendor/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeInOutQuint {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

/* line 27273, vendor/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeInOutSine {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

/* line 27278, vendor/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeInOutExpo {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

/* line 27283, vendor/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeInOutCirc {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

/* line 27288, vendor/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeInOutBack {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* line 27293, vendor/assets/stylesheets/argon.css */
.noUi-target,
.noUi-target * {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  touch-action: none;
}

/* line 27308, vendor/assets/stylesheets/argon.css */
.noUi-target {
  position: relative;
  direction: ltr;
}

/* line 27315, vendor/assets/stylesheets/argon.css */
.noUi-base,
.noUi-connects {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/* line 27325, vendor/assets/stylesheets/argon.css */
.noUi-connects {
  z-index: 0;
  overflow: hidden;
}

/* line 27332, vendor/assets/stylesheets/argon.css */
.noUi-connect,
.noUi-origin {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  will-change: transform;
}

/* line 27348, vendor/assets/stylesheets/argon.css */
html:not([dir='rtl']) .noUi-horizontal .noUi-origin {
  right: 0;
  left: auto;
}

/* line 27354, vendor/assets/stylesheets/argon.css */
.noUi-vertical .noUi-origin {
  width: 0;
}

/* line 27359, vendor/assets/stylesheets/argon.css */
.noUi-horizontal .noUi-origin {
  height: 0;
}

/* line 27364, vendor/assets/stylesheets/argon.css */
.noUi-handle {
  position: absolute;
}

/* line 27369, vendor/assets/stylesheets/argon.css */
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform .3s;
}

/* line 27375, vendor/assets/stylesheets/argon.css */
.noUi-state-drag * {
  cursor: inherit !important;
}

/* line 27380, vendor/assets/stylesheets/argon.css */
.noUi-horizontal {
  height: 5px;
}

/* line 27385, vendor/assets/stylesheets/argon.css */
.noUi-horizontal .noUi-handle {
  top: -6px;
  left: -17px;
  width: 34px;
  height: 28px;
}

/* line 27394, vendor/assets/stylesheets/argon.css */
.noUi-vertical {
  width: 5px;
}

/* line 27399, vendor/assets/stylesheets/argon.css */
.noUi-vertical .noUi-handle {
  top: -17px;
  left: -6px;
  width: 28px;
  height: 34px;
}

/* line 27408, vendor/assets/stylesheets/argon.css */
html:not([dir='rtl']) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

/* line 27414, vendor/assets/stylesheets/argon.css */
.noUi-connects {
  border-radius: 3px;
}

/* line 27419, vendor/assets/stylesheets/argon.css */
.noUi-connect {
  background: #5e72e4;
}

/* line 27424, vendor/assets/stylesheets/argon.css */
.noUi-draggable {
  cursor: ew-resize;
}

/* line 27429, vendor/assets/stylesheets/argon.css */
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

/* line 27434, vendor/assets/stylesheets/argon.css */
.noUi-handle {
  cursor: default;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  outline: none;
  background: #fff;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

/* line 27445, vendor/assets/stylesheets/argon.css */
.noUi-active {
  outline: none;
}

/* Disabled state;
 */
/* line 27452, vendor/assets/stylesheets/argon.css */
[disabled] .noUi-connect {
  background: #b8b8b8;
}

/* line 27457, vendor/assets/stylesheets/argon.css */
.noUi-target[disabled],
.noUi-handle[disabled],
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
/* line 27467, vendor/assets/stylesheets/argon.css */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

/* line 27473, vendor/assets/stylesheets/argon.css */
.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
/* line 27483, vendor/assets/stylesheets/argon.css */
.noUi-value {
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

/* line 27491, vendor/assets/stylesheets/argon.css */
.noUi-value-sub {
  font-size: 10px;
  color: #ccc;
}

/* Markings;
 *
 */
/* line 27501, vendor/assets/stylesheets/argon.css */
.noUi-marker {
  position: absolute;
  background: #ccc;
}

/* line 27508, vendor/assets/stylesheets/argon.css */
.noUi-marker-sub {
  background: #aaa;
}

/* line 27513, vendor/assets/stylesheets/argon.css */
.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
 *
 */
/* line 27521, vendor/assets/stylesheets/argon.css */
.noUi-pips-horizontal {
  top: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 10px 0;
}

/* line 27531, vendor/assets/stylesheets/argon.css */
.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

/* line 27536, vendor/assets/stylesheets/argon.css */
.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

/* line 27541, vendor/assets/stylesheets/argon.css */
.noUi-marker-horizontal.noUi-marker {
  width: 2px;
  height: 5px;
  margin-left: -1px;
}

/* line 27548, vendor/assets/stylesheets/argon.css */
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

/* line 27553, vendor/assets/stylesheets/argon.css */
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
/* line 27561, vendor/assets/stylesheets/argon.css */
.noUi-pips-vertical {
  top: 0;
  left: 100%;
  height: 100%;
  padding: 0 10px;
}

/* line 27570, vendor/assets/stylesheets/argon.css */
.noUi-value-vertical {
  padding-left: 25px;
  transform: translate(0, -50%, 0);
}

/* line 27577, vendor/assets/stylesheets/argon.css */
.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

/* line 27582, vendor/assets/stylesheets/argon.css */
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

/* line 27589, vendor/assets/stylesheets/argon.css */
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

/* line 27594, vendor/assets/stylesheets/argon.css */
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

/* line 27599, vendor/assets/stylesheets/argon.css */
.noUi-tooltip {
  position: absolute;
  display: block;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
  color: #000;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
}

/* line 27616, vendor/assets/stylesheets/argon.css */
.noUi-horizontal .noUi-tooltip {
  bottom: 120%;
  left: 50%;
  transform: translate(-50%, 0);
}

/* line 27624, vendor/assets/stylesheets/argon.css */
.noUi-vertical .noUi-tooltip {
  top: 50%;
  right: 120%;
  transform: translate(0, -50%);
}

/* line 27632, vendor/assets/stylesheets/argon.css */
.noUi-target {
  margin: 15px 0;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  background: #eceeef;
  box-shadow: inset 0 1px 2px rgba(90, 97, 105, 0.1);
}

/* line 27644, vendor/assets/stylesheets/argon.css */
.noUi-horizontal {
  height: 5px;
}

/* line 27649, vendor/assets/stylesheets/argon.css */
html:not([dir='rtl']) .noUi-horizontal .noUi-handle {
  right: -10px;
}

/* line 27654, vendor/assets/stylesheets/argon.css */
.noUi-vertical {
  width: 5px;
}

/* line 27659, vendor/assets/stylesheets/argon.css */
.noUi-connect {
  background: #5e72e4;
  box-shadow: none;
}

/* line 27665, vendor/assets/stylesheets/argon.css */
.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
  top: -5px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  transition: box-shadow .15s, transform .15s;
  border: 0;
  border-radius: 100%;
  background-color: #5e72e4;
  box-shadow: none;
}

/* line 27682, vendor/assets/stylesheets/argon.css */
.noUi-horizontal .noUi-handle.noUi-active,
.noUi-vertical .noUi-handle.noUi-active {
  box-shadow: 0 0 0 2px #5e72e4;
}

/* line 27688, vendor/assets/stylesheets/argon.css */
.input-slider--cyan .noUi-connect {
  background: #2bffc6;
}

/* Disabled state */
/* line 27694, vendor/assets/stylesheets/argon.css */
[disabled] .noUi-connect,
.noUi-connect[disabled] {
  background: #b2b2b2;
}

/* line 27700, vendor/assets/stylesheets/argon.css */
[disabled] .noUi-handle,
.noUi-origin[disabled] {
  cursor: not-allowed;
}

/* Range slider value labels */
/* line 27707, vendor/assets/stylesheets/argon.css */
.range-slider-value {
  font-size: .75rem;
  font-weight: 500;
  padding: .4em .8em .3em .85em;
  color: #fff;
  border-radius: 10px;
  background-color: rgba(33, 37, 41, 0.7);
}

/* line 27719, vendor/assets/stylesheets/argon.css */
.range-slider-wrapper .upper-info {
  font-weight: 400;
  margin-bottom: 5px;
}

/* line 27726, vendor/assets/stylesheets/argon.css */
.input-slider-value-output {
  font-size: 11px;
  position: relative;
  top: 12px;
  padding: 4px 8px;
  color: #fff;
  border-radius: 2px;
  background: #333;
}

/* line 27740, vendor/assets/stylesheets/argon.css */
.input-slider-value-output:after {
  position: absolute;
  bottom: 100%;
  left: 10px;
  width: 0;
  height: 0;
  margin-left: -4px;
  content: ' ';
  pointer-events: none;
  border: solid transparent;
  border-width: 4px;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #333;
}

/* line 27759, vendor/assets/stylesheets/argon.css */
.input-slider-value-output.left:after {
  right: auto;
  left: 10px;
}

/* line 27765, vendor/assets/stylesheets/argon.css */
.input-slider-value-output.right:after {
  right: 10px;
  left: auto;
}

/* line 27771, vendor/assets/stylesheets/argon.css */
.ql-container {
  font-family: Open Sans, sans-serif;
}

/* line 27776, vendor/assets/stylesheets/argon.css */
.ql-toolbar {
  position: relative;
  padding: .625rem .75rem;
  color: #8898aa;
  border: 1px solid #dee2e6;
  border-radius: .25rem .25rem 0 0;
  background-color: #fff;
}

/* line 27788, vendor/assets/stylesheets/argon.css */
.ql-toolbar + .ql-container {
  margin-top: -1px;
}

/* line 27793, vendor/assets/stylesheets/argon.css */
.ql-toolbar + .ql-container .ql-editor {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 27799, vendor/assets/stylesheets/argon.css */
.ql-editor {
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  width: 100%;
  min-height: 6rem;
  padding: .625rem .75rem;
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: #8898aa;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
}

@media (prefers-reduced-motion: reduce) {
  /* line 27821, vendor/assets/stylesheets/argon.css */
  .ql-editor {
    transition: none;
  }
}

/* line 27826, vendor/assets/stylesheets/argon.css */
.ql-editor::-ms-expand {
  border: 0;
  background-color: transparent;
}

/* line 27831, vendor/assets/stylesheets/argon.css */
.ql-editor:focus {
  color: #8898aa;
  border-color: #5e72e4;
  outline: 0;
  background-color: #fff;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

/* line 27839, vendor/assets/stylesheets/argon.css */
.ql-editor:focus {
  border-color: #dee2e6;
}

/* line 27844, vendor/assets/stylesheets/argon.css */
.ql-hidden {
  position: absolute;
  transform: scale(0);
}

/* line 27851, vendor/assets/stylesheets/argon.css */
.ql-editor.ql-blank::before {
  font-style: normal;
  top: .625rem;
  left: .75rem;
  color: #adb5bd;
}

/* line 27861, vendor/assets/stylesheets/argon.css */
.ql-editor:focus::before {
  display: none;
}

/* line 27866, vendor/assets/stylesheets/argon.css */
.ql-formats {
  padding-right: .5rem;
  padding-left: .5rem;
}

/* line 27871, vendor/assets/stylesheets/argon.css */
.ql-formats:first-child {
  padding-left: 0;
}

/* line 27875, vendor/assets/stylesheets/argon.css */
.ql-formats:last-child {
  padding-right: 0;
}

/* line 27880, vendor/assets/stylesheets/argon.css */
.ql-toolbar button {
  padding: 0 .25rem;
  cursor: pointer;
  transition: all .15s ease;
  color: #525f7f;
  border: none;
  background: none;
}

/* line 27891, vendor/assets/stylesheets/argon.css */
.ql-toolbar button:hover {
  color: #5e72e4;
}

/* line 27895, vendor/assets/stylesheets/argon.css */
.ql-toolbar button:first-child {
  margin-left: -.25rem;
}

/* line 27900, vendor/assets/stylesheets/argon.css */
.ql-toolbar .ql-active {
  color: #5e72e4;
}

/* line 27905, vendor/assets/stylesheets/argon.css */
.ql-toolbar button svg {
  width: 1.25rem;
  height: 1.25rem;
}

/* line 27911, vendor/assets/stylesheets/argon.css */
.ql-toolbar .ql-stroke {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

/* line 27920, vendor/assets/stylesheets/argon.css */
.ql-toolbar .ql-thin {
  stroke-width: 1;
}

/* line 27925, vendor/assets/stylesheets/argon.css */
.ql-toolbar .ql-fill {
  fill: currentColor;
}

/* line 27930, vendor/assets/stylesheets/argon.css */
.ql-toolbar input.ql-image {
  position: absolute;
  transform: scale(0);
}

/* line 27937, vendor/assets/stylesheets/argon.css */
.ql-tooltip {
  position: absolute;
  display: flex;
  width: 18.5rem;
  margin-top: .6rem;
  padding: .625rem .75rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: .4375rem;
  background-color: #fff;
  box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.2);
  flex-wrap: nowrap;
}

/* line 27954, vendor/assets/stylesheets/argon.css */
.ql-tooltip:before,
.ql-tooltip:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  content: '';
  transform: translateX(-50%);
}

/* line 27964, vendor/assets/stylesheets/argon.css */
.ql-tooltip:before {
  border-right: .6rem solid transparent;
  border-bottom: 0.6rem solid rgba(0, 0, 0, 0.05);
  border-left: .6rem solid transparent;
}

/* line 27970, vendor/assets/stylesheets/argon.css */
.ql-tooltip:after {
  border-right: .5rem solid transparent;
  border-bottom: .5rem solid #fff;
  border-left: .5rem solid transparent;
}

/* line 27977, vendor/assets/stylesheets/argon.css */
.ql-container .ql-tooltip:hover {
  display: flex !important;
}

/* line 27982, vendor/assets/stylesheets/argon.css */
.ql-tooltip .ql-preview {
  font-size: .875rem;
  line-height: 1.5;
  width: 100%;
  padding: .25rem .5rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-radius: .25rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 27996, vendor/assets/stylesheets/argon.css */
  .ql-tooltip .ql-preview {
    transition: none;
  }
}

/* line 28002, vendor/assets/stylesheets/argon.css */
.ql-tooltip.ql-editing .ql-preview {
  display: none;
}

/* line 28007, vendor/assets/stylesheets/argon.css */
.ql-tooltip input {
  font-size: .875rem;
  line-height: 1.5;
  display: none;
  width: 100%;
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  color: #8898aa;
  border: none;
  background-color: transparent;
}

/* line 28022, vendor/assets/stylesheets/argon.css */
.ql-tooltip input:focus {
  outline: none;
}

/* line 28027, vendor/assets/stylesheets/argon.css */
.ql-tooltip.ql-editing input {
  display: block;
}

/* line 28032, vendor/assets/stylesheets/argon.css */
.ql-tooltip .ql-action,
.ql-tooltip .ql-remove {
  margin-left: .25rem;
}

/* line 28038, vendor/assets/stylesheets/argon.css */
.ql-tooltip .ql-action::before,
.ql-tooltip .ql-remove::before {
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
  padding: .25rem .5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: .25rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 28064, vendor/assets/stylesheets/argon.css */
  .ql-tooltip .ql-action::before,
.ql-tooltip .ql-remove::before {
    transition: none;
  }
}

/* line 28070, vendor/assets/stylesheets/argon.css */
.ql-tooltip .ql-action::before:hover,
.ql-tooltip .ql-action::before:focus,
.ql-tooltip .ql-remove::before:hover,
.ql-tooltip .ql-remove::before:focus {
  text-decoration: none;
}

/* line 28077, vendor/assets/stylesheets/argon.css */
.ql-tooltip .ql-action::before:focus,
.ql-tooltip .ql-action.focus::before,
.ql-tooltip .ql-remove::before:focus,
.ql-tooltip .ql-remove.focus::before {
  outline: 0;
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

/* line 28086, vendor/assets/stylesheets/argon.css */
.ql-tooltip .ql-action::before,
.ql-tooltip.ql-editing .ql-action::before {
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 28094, vendor/assets/stylesheets/argon.css */
.ql-tooltip .ql-action::before:hover,
.ql-tooltip.ql-editing .ql-action::before:hover {
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
}

/* line 28101, vendor/assets/stylesheets/argon.css */
.ql-tooltip .ql-action::before:focus,
.ql-tooltip .ql-action.focus::before,
.ql-tooltip.ql-editing .ql-action::before:focus,
.ql-tooltip.ql-editing .ql-action.focus::before {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(94, 114, 228, 0.5);
}

/* line 28108, vendor/assets/stylesheets/argon.css */
.ql-tooltip .ql-action.disabled::before,
.ql-tooltip .ql-action::before:disabled,
.ql-tooltip.ql-editing .ql-action.disabled::before,
.ql-tooltip.ql-editing .ql-action::before:disabled {
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
}

/* line 28117, vendor/assets/stylesheets/argon.css */
.ql-tooltip .ql-action::before:not(:disabled):not(.disabled):active,
.ql-tooltip .ql-action.active::before:not(:disabled):not(.disabled),
.show > .ql-tooltip .ql-action.dropdown-toggle::before,
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled):active,
.ql-tooltip.ql-editing .ql-action.active::before:not(:disabled):not(.disabled),
.show > .ql-tooltip.ql-editing .ql-action.dropdown-toggle::before {
  color: #fff;
  border-color: #5e72e4;
  background-color: #324cdd;
}

/* line 28128, vendor/assets/stylesheets/argon.css */
.ql-tooltip .ql-action::before:not(:disabled):not(.disabled):active:focus,
.ql-tooltip .ql-action.active::before:not(:disabled):not(.disabled):focus,
.show > .ql-tooltip .ql-action.dropdown-toggle::before:focus,
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled):active:focus,
.ql-tooltip.ql-editing .ql-action.active::before:not(:disabled):not(.disabled):focus,
.show > .ql-tooltip.ql-editing .ql-action.dropdown-toggle::before:focus {
  box-shadow: none, 0 0 0 0 rgba(94, 114, 228, 0.5);
}

/* line 28138, vendor/assets/stylesheets/argon.css */
.ql-tooltip .ql-action::before {
  content: 'Edit';
}

/* line 28143, vendor/assets/stylesheets/argon.css */
.ql-tooltip.ql-editing .ql-action::before {
  content: 'Save';
}

/* line 28148, vendor/assets/stylesheets/argon.css */
.ql-tooltip .ql-remove::before {
  content: 'Remove';
  color: #212529;
  border-color: #fff;
  border-color: #dee2e6;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 28158, vendor/assets/stylesheets/argon.css */
.ql-tooltip .ql-remove::before:hover {
  color: #212529;
  border-color: white;
  background-color: white;
}

/* line 28164, vendor/assets/stylesheets/argon.css */
.ql-tooltip .ql-remove::before:focus,
.ql-tooltip .ql-remove.focus::before {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 28169, vendor/assets/stylesheets/argon.css */
.ql-tooltip .ql-remove.disabled::before,
.ql-tooltip .ql-remove::before:disabled {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

/* line 28176, vendor/assets/stylesheets/argon.css */
.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled):active,
.ql-tooltip .ql-remove.active::before:not(:disabled):not(.disabled),
.show > .ql-tooltip .ql-remove.dropdown-toggle::before {
  color: #212529;
  border-color: white;
  background-color: #e6e6e6;
}

/* line 28184, vendor/assets/stylesheets/argon.css */
.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled):active:focus,
.ql-tooltip .ql-remove.active::before:not(:disabled):not(.disabled):focus,
.show > .ql-tooltip .ql-remove.dropdown-toggle::before:focus {
  box-shadow: none, 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 28191, vendor/assets/stylesheets/argon.css */
.ql-tooltip.ql-editing .ql-remove::before {
  display: none;
}

/* line 28196, vendor/assets/stylesheets/argon.css */
.ql-editor blockquote {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

/* line 28203, vendor/assets/stylesheets/argon.css */
.ql-editor img {
  max-width: 100%;
  height: auto;
}

/* line 28209, vendor/assets/stylesheets/argon.css */
.scroll-wrapper {
  position: relative;
  overflow: hidden !important;
  padding: 0 !important;
}

/* line 28218, vendor/assets/stylesheets/argon.css */
.scroll-wrapper > .scroll-content {
  position: relative !important;
  top: 0;
  left: 0;
  overflow: scroll !important;
  box-sizing: content-box !important;
  width: auto !important;
  max-width: none !important;
  height: auto;
  max-height: none;
  margin: 0;
  padding: 0;
  border: none !important;
}

/* line 28237, vendor/assets/stylesheets/argon.css */
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* line 28243, vendor/assets/stylesheets/argon.css */
.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

/* line 28248, vendor/assets/stylesheets/argon.css */
.scroll-element {
  display: none;
  box-sizing: content-box;
}

/* line 28255, vendor/assets/stylesheets/argon.css */
.scroll-element div {
  box-sizing: content-box;
}

/* line 28260, vendor/assets/stylesheets/argon.css */
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

/* line 28266, vendor/assets/stylesheets/argon.css */
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

/* line 28272, vendor/assets/stylesheets/argon.css */
.scroll-textarea {
  border: 1px solid #ccc;
  border-top-color: #999;
}

/* line 28278, vendor/assets/stylesheets/argon.css */
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

/* line 28283, vendor/assets/stylesheets/argon.css */
.scroll-textarea > .scroll-content > textarea {
  position: relative !important;
  top: 0;
  overflow: scroll !important;
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  max-height: none !important;
  margin: 0;
  padding: 2px;
  border: none !important;
  outline: none;
}

/* line 28302, vendor/assets/stylesheets/argon.css */
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
/* line 28309, vendor/assets/stylesheets/argon.css */
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  position: absolute;
  z-index: 10;
  margin: 0;
  padding: 0;
  border: none;
}

/* line 28321, vendor/assets/stylesheets/argon.css */
.scrollbar-inner > .scroll-element div {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* line 28332, vendor/assets/stylesheets/argon.css */
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 8px;
}

/* line 28341, vendor/assets/stylesheets/argon.css */
.scrollbar-inner > .scroll-element.scroll-y {
  top: 0;
  right: 2px;
  width: 8px;
  height: 100%;
}

/* line 28350, vendor/assets/stylesheets/argon.css */
.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

/* line 28355, vendor/assets/stylesheets/argon.css */
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 8px;
}

/* line 28362, vendor/assets/stylesheets/argon.css */
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  opacity: .4;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
  filter: alpha(opacity=40);
}

/* line 28371, vendor/assets/stylesheets/argon.css */
.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

/* line 28376, vendor/assets/stylesheets/argon.css */
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

/* line 28381, vendor/assets/stylesheets/argon.css */
.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

/* line 28386, vendor/assets/stylesheets/argon.css */
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
/* line 28392, vendor/assets/stylesheets/argon.css */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

/* line 28397, vendor/assets/stylesheets/argon.css */
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

/* line 28402, vendor/assets/stylesheets/argon.css */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

/* line 28407, vendor/assets/stylesheets/argon.css */
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
/* line 28413, vendor/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  position: absolute;
  z-index: 10;
  margin: 0;
  padding: 0;
  border: none;
}

/* line 28425, vendor/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element {
  background-color: #fff;
}

/* line 28430, vendor/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element div {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* line 28441, vendor/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
}

/* line 28450, vendor/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element.scroll-y {
  top: 0;
  right: 0;
  width: 12px;
  height: 100%;
}

/* line 28459, vendor/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  top: 2px;
  height: 8px;
}

/* line 28466, vendor/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

/* line 28473, vendor/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

/* line 28478, vendor/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eee;
}

/* line 28483, vendor/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  border-radius: 8px;
}

/* line 28490, vendor/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

/* line 28495, vendor/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

/* line 28500, vendor/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
/* line 28506, vendor/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

/* line 28513, vendor/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

/* line 28520, vendor/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

/* line 28525, vendor/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 28531, vendor/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

/* line 28536, vendor/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

/* line 28541, vendor/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

/* line 28546, vendor/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
/* line 28552, vendor/assets/stylesheets/argon.css */
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  position: absolute;
  z-index: 10;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

/* line 28565, vendor/assets/stylesheets/argon.css */
.scrollbar-macosx > .scroll-element div {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* line 28576, vendor/assets/stylesheets/argon.css */
.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

/* line 28581, vendor/assets/stylesheets/argon.css */
.scrollbar-macosx > .scroll-element .scroll-bar {
  display: block;
  transition: opacity .2s linear;
  opacity: 0;
  border-radius: 7px;
  background-color: #6c6e71;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
}

/* line 28595, vendor/assets/stylesheets/argon.css */
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  opacity: .7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
  filter: alpha(opacity=70);
}

/* line 28604, vendor/assets/stylesheets/argon.css */
.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0;
  left: 0;
  overflow: visible;
  width: 100%;
  min-width: 100%;
  height: 0;
}

/* line 28616, vendor/assets/stylesheets/argon.css */
.scrollbar-macosx > .scroll-element.scroll-y {
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  min-height: 100%;
}

/* scrollbar height/width & offset from container borders */
/* line 28627, vendor/assets/stylesheets/argon.css */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  top: -9px;
  min-width: 10px;
  height: 7px;
}

/* line 28635, vendor/assets/stylesheets/argon.css */
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  width: 7px;
  min-height: 10px;
}

/* line 28643, vendor/assets/stylesheets/argon.css */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

/* line 28648, vendor/assets/stylesheets/argon.css */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

/* line 28653, vendor/assets/stylesheets/argon.css */
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

/* line 28658, vendor/assets/stylesheets/argon.css */
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 28664, vendor/assets/stylesheets/argon.css */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

/* line 28669, vendor/assets/stylesheets/argon.css */
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
/* line 28675, vendor/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
}

/* line 28689, vendor/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element {
  background-color: #fff;
}

/* line 28694, vendor/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element div {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* line 28705, vendor/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element .scroll-element_outer {
  border-radius: 10px;
}

/* line 28710, vendor/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element .scroll-element_size {
  border-radius: 10px;
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
}

/* line 28718, vendor/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 17px;
}

/* line 28728, vendor/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element.scroll-y {
  top: 0;
  right: 0;
  width: 17px;
  height: 100%;
  min-height: 100%;
}

/* line 28738, vendor/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element .scroll-bar {
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
}

/* scrollbar height/width & offset from container borders */
/* line 28748, vendor/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

/* line 28755, vendor/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

/* line 28762, vendor/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  top: 0;
  min-width: 10px;
  height: 10px;
}

/* line 28770, vendor/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0;
  width: 10px;
  min-height: 10px;
}

/* line 28778, vendor/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  top: 2px;
  left: 2px;
  height: 12px;
}

/* line 28786, vendor/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

/* line 28791, vendor/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
  left: 2px;
  width: 12px;
}

/* line 28799, vendor/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 28805, vendor/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

/* line 28810, vendor/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

/* line 28815, vendor/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

/* line 28820, vendor/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
/* line 28826, vendor/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
}

/* line 28840, vendor/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element {
  background-color: #fff;
}

/* line 28845, vendor/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element div {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* line 28856, vendor/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 28862, vendor/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 28868, vendor/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 12px;
  padding: 3px 0 2px;
}

/* line 28879, vendor/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element.scroll-y {
  top: 0;
  right: 0;
  width: 12px;
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
}

/* line 28890, vendor/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element .scroll-bar {
  border-radius: 2px;
  background-color: #d0b9a0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* line 28897, vendor/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
/* line 28903, vendor/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

/* line 28910, vendor/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

/* line 28917, vendor/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  top: 1px;
  min-width: 10px;
  height: 10px;
}

/* line 28925, vendor/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  width: 10px;
  min-height: 10px;
}

/* line 28933, vendor/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  left: 5px;
  height: 15px;
}

/* line 28940, vendor/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  top: 5px;
  left: -10px;
  height: 2px;
}

/* line 28948, vendor/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

/* line 28955, vendor/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  top: -10px;
  left: 5px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 28964, vendor/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

/* line 28969, vendor/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

/* line 28974, vendor/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

/* line 28979, vendor/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
/* line 28985, vendor/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  position: absolute;
  z-index: 10;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

/* line 28998, vendor/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element div {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* line 29009, vendor/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 7px;
}

/* line 29019, vendor/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element.scroll-y {
  top: 0;
  right: 2px;
  width: 7px;
  height: 100%;
  min-height: 100%;
}

/* line 29029, vendor/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: .3;
  border-radius: 12px;
}

/* line 29035, vendor/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element .scroll-element_size {
  transition: opacity .2s;
  opacity: 0;
  border-radius: 12px;
  background-color: #ccc;
}

/* line 29044, vendor/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element .scroll-bar {
  border-radius: 7px;
  background-color: #6c6e71;
}

/* scrollbar height/width & offset from container borders */
/* line 29051, vendor/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  top: auto;
  bottom: 0;
  min-width: 24px;
  height: 7px;
}

/* line 29060, vendor/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  right: 0;
  left: auto;
  width: 7px;
  min-height: 24px;
}

/* line 29069, vendor/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  top: auto;
  bottom: 0;
  left: 2px;
  transition: height .2s;
}

/* line 29078, vendor/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
  right: 0;
  left: auto;
  transition: width .2s;
}

/* line 29087, vendor/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

/* line 29092, vendor/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 29098, vendor/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

/* line 29103, vendor/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
/* line 29109, vendor/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  opacity: .7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
  filter: alpha(opacity=70);
}

/* line 29120, vendor/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

/* line 29126, vendor/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

/* line 29135, vendor/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

/* line 29142, vendor/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  width: 20px;
  min-width: 7px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
/* line 29150, vendor/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
}

/* line 29164, vendor/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element {
  background-color: #fff;
}

/* line 29169, vendor/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element div {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* line 29180, vendor/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element .scroll-element_track {
  border: 1px solid #dbdbdb;
  background: #f1f1f1;
}

/* line 29186, vendor/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 16px;
}

/* line 29196, vendor/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element.scroll-y {
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  min-height: 100%;
}

/* line 29206, vendor/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element .scroll-bar {
  cursor: default;
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  background-color: #d9d9d9;
}

/* line 29215, vendor/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  border-color: #a9a9a9;
  background-color: #c2c2c2;
}

/* line 29221, vendor/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  border-color: #7e7e7e;
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
/* line 29228, vendor/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

/* line 29235, vendor/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

/* line 29242, vendor/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  top: 3px;
  min-width: 10px;
  height: 8px;
}

/* line 29250, vendor/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  width: 8px;
  min-height: 10px;
}

/* line 29258, vendor/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

/* line 29263, vendor/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  left: -3px;
  height: 14px;
}

/* line 29270, vendor/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
  height: 14px;
}

/* line 29277, vendor/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

/* line 29282, vendor/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

/* line 29289, vendor/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 29297, vendor/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

/* line 29302, vendor/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

/* line 29307, vendor/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

/* line 29312, vendor/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/* line 29317, vendor/assets/stylesheets/argon.css */
.scrollbar-inner {
  height: 100%;
}

/* line 29321, vendor/assets/stylesheets/argon.css */
.scrollbar-inner:not(:hover) .scroll-element {
  opacity: 0;
}

/* line 29325, vendor/assets/stylesheets/argon.css */
.scrollbar-inner .scroll-element {
  margin-right: 2px;
  transition: opacity 300ms;
}

/* line 29331, vendor/assets/stylesheets/argon.css */
.scrollbar-inner .scroll-element .scroll-bar,
.scrollbar-inner .scroll-element .scroll-element_track {
  transition: background-color 300ms;
}

/* line 29336, vendor/assets/stylesheets/argon.css */
.scrollbar-inner .scroll-element .scroll-element_track {
  background-color: transparent;
}

/* line 29340, vendor/assets/stylesheets/argon.css */
.scrollbar-inner .scroll-element:hover {
  width: 4px;
}

/* line 29344, vendor/assets/stylesheets/argon.css */
.scrollbar-inner .scroll-element.scroll-y {
  right: 0;
  width: 3px;
}

/* line 29350, vendor/assets/stylesheets/argon.css */
.scrollbar-inner .scroll-element.scroll-x {
  bottom: 0;
  height: 3px;
}

/* line 29357, vendor/assets/stylesheets/argon.css */
.select2-selection__arrow {
  display: none;
}

/* line 29362, vendor/assets/stylesheets/argon.css */
.select2.select2-container {
  width: 100% !important;
}

/* line 29367, vendor/assets/stylesheets/argon.css */
.select2-container .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  padding: .625rem .75rem;
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: #8898aa;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
}

@media (prefers-reduced-motion: reduce) {
  /* line 29392, vendor/assets/stylesheets/argon.css */
  .select2-container .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
    transition: none;
  }
}

/* line 29400, vendor/assets/stylesheets/argon.css */
.select2-container .select2-selection--single::-ms-expand,
.select2-container--default.select2-container--focus .select2-selection--multiple::-ms-expand,
.select2-container--default .select2-selection--multiple::-ms-expand,
.select2-container--default .select2-search--dropdown .select2-search__field::-ms-expand {
  border: 0;
  background-color: transparent;
}

/* line 29408, vendor/assets/stylesheets/argon.css */
.select2-container .select2-selection--single:focus,
.select2-container--default.select2-container--focus .select2-selection--multiple:focus,
.select2-container--default .select2-selection--multiple:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  color: #8898aa;
  border-color: #5e72e4;
  outline: 0;
  background-color: #fff;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

/* line 29419, vendor/assets/stylesheets/argon.css */
.select2-container .select2-selection--single::-ms-input-placeholder,
.select2-container--default.select2-container--focus .select2-selection--multiple::-ms-input-placeholder,
.select2-container--default .select2-selection--multiple::-ms-input-placeholder,
.select2-container--default .select2-search--dropdown .select2-search__field::-ms-input-placeholder {
  opacity: 1;
  color: #adb5bd;
}

/* line 29427, vendor/assets/stylesheets/argon.css */
.select2-container .select2-selection--single::-moz-placeholder, .select2-container--default.select2-container--focus .select2-selection--multiple::-moz-placeholder, .select2-container--default .select2-selection--multiple::-moz-placeholder, .select2-container--default .select2-search--dropdown .select2-search__field::-moz-placeholder {
  opacity: 1;
  color: #adb5bd;
}
.select2-container .select2-selection--single::placeholder,
.select2-container--default.select2-container--focus .select2-selection--multiple::placeholder,
.select2-container--default .select2-selection--multiple::placeholder,
.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
  opacity: 1;
  color: #adb5bd;
}

/* line 29435, vendor/assets/stylesheets/argon.css */
.select2-container .select2-selection--single:disabled,
.select2-container .select2-selection--single[readonly],
.select2-container--default.select2-container--focus .select2-selection--multiple:disabled,
.select2-container--default.select2-container--focus .select2-selection--multiple[readonly],
.select2-container--default .select2-selection--multiple:disabled,
.select2-container--default .select2-selection--multiple[readonly],
.select2-container--default .select2-search--dropdown .select2-search__field:disabled,
.select2-container--default .select2-search--dropdown .select2-search__field[readonly] {
  opacity: 1;
  background-color: #e9ecef;
}

/* line 29448, vendor/assets/stylesheets/argon.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  overflow: inherit;
  padding: 0;
  white-space: inherit;
  text-overflow: inherit;
}

/* line 29458, vendor/assets/stylesheets/argon.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: inherit;
  color: inherit;
}

/* line 29465, vendor/assets/stylesheets/argon.css */
.select2-dropdown {
  padding: .5rem 0;
  border: 1px solid #dee2e6;
  border-radius: .4375rem;
  background-color: #fff;
}

/* line 29474, vendor/assets/stylesheets/argon.css */
.select2-results__option {
  font-size: .875rem;
  padding: .5rem .75rem;
  color: #212529;
  background-color: #fff;
}

/* line 29483, vendor/assets/stylesheets/argon.css */
.select2-results__option:hover,
.select2-results__option:focus {
  text-decoration: none;
  color: #16181b;
  background-color: #f6f9fc;
}

/* line 29492, vendor/assets/stylesheets/argon.css */
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected='true'] {
  color: #16181b;
  background-color: transparent;
}

/* line 29499, vendor/assets/stylesheets/argon.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #8898aa;
}

/* line 29504, vendor/assets/stylesheets/argon.css */
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  height: auto;
  min-height: calc(1.5em + 1.25rem + 2px);
}

/* line 29511, vendor/assets/stylesheets/argon.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: block;
  margin: 0 0 -.25rem -.25rem;
  padding: 0;
}

/* line 29519, vendor/assets/stylesheets/argon.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-size: .875rem;
  line-height: 1.5rem;
  display: inline-flex;
  margin: 0 0 .25rem .25rem;
  padding: 0 .5rem;
  color: #8898aa;
  border: none;
  border-radius: .25rem;
  background-color: #adb5bd;
}

/* line 29535, vendor/assets/stylesheets/argon.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: .5rem;
  color: #8898aa;
  order: 2;
}

/* line 29543, vendor/assets/stylesheets/argon.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #525f7f;
}

/* line 29548, vendor/assets/stylesheets/argon.css */
.select2-container .select2-search--inline {
  display: none;
}

/* line 29553, vendor/assets/stylesheets/argon.css */
.select2-selection[aria-expanded='true'] {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 29559, vendor/assets/stylesheets/argon.css */
.select2-search--dropdown {
  padding: .5rem .75rem;
}

/* line 29564, vendor/assets/stylesheets/argon.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: .875rem;
  line-height: 1.5;
  padding: .25rem .5rem;
  border-radius: .25rem;
}

/* line 29574, vendor/assets/stylesheets/argon.css */
.form-control-sm + .select2-container .select2-selection--single,
.form-control-sm + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-sm + .select2-container--default .select2-selection--multiple {
  font-size: .875rem;
  line-height: 1.5;
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  border-radius: .25rem;
}

/* line 29587, vendor/assets/stylesheets/argon.css */
.form-control-sm + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-sm + .select2-container--default .select2-selection--multiple {
  min-height: calc(1.5em + .5rem + 2px);
}

/* line 29593, vendor/assets/stylesheets/argon.css */
.form-control-sm + .select2-container--default .select2-selection--multiple .select2-selection__choice {
  line-height: 1.3125rem;
}

/* line 29598, vendor/assets/stylesheets/argon.css */
.form-control-lg + .select2-container .select2-selection--single,
.form-control-lg + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-lg + .select2-container--default .select2-selection--multiple {
  font-size: 1.25rem;
  line-height: 1.5;
  height: calc(1.5em + 1.75rem + 2px);
  padding: .875rem 1rem;
  border-radius: .4375rem;
}

/* line 29611, vendor/assets/stylesheets/argon.css */
.form-control-lg + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-lg + .select2-container--default .select2-selection--multiple {
  min-height: calc(1.5em + 1.75rem + 2px);
}

/* line 29617, vendor/assets/stylesheets/argon.css */
.form-control-lg + .select2-container--default .select2-selection--multiple .select2-selection__choice {
  line-height: 1.875rem;
}

/* line 29622, vendor/assets/stylesheets/argon.css */
.swal2-popup {
  padding: 1.5rem;
}

/* line 29626, vendor/assets/stylesheets/argon.css */
.swal2-popup .swal2-title {
  font-size: 1.5rem;
}

/* line 29630, vendor/assets/stylesheets/argon.css */
.swal2-popup .swal2-content {
  font-size: .875rem;
}

/* line 29634, vendor/assets/stylesheets/argon.css */
.swal2-popup .swal2-image {
  max-width: 200px;
}
